@charset "UTF-8";
/* CSS Document */



/*
 SLIDESHOW IMPORTANT
 ...............................................................................................................................................
*/
#box{
	position:absolute;
	width:990px;
	height:600px;
}
.mask{
	position:relative;
	width:990px;
	height:600px;
	overflow:hidden;
}
.mask img{
	position:absolute;
	display:block;
	border:none;
}


.buttons{padding:0px;}
.buttons span{color:#999;cursor:pointer;font:9px Verdana;}
.buttons span.active,
.buttons span:hover{color:#fff;font-weight:bold;}

#handles{
	float:right;
	font-size:9px;
	margin-bottom:4px;
	}
#handles span{
	margin-left:10px;
	}

/*
		UPDATE 2020
		SLIDESHOW MODULE
*/

#moduleImage{
	position:relative;
	/* position:absolute;
	width:990px; */
	height:600px;
	overflow:hidden;
}
#moduleImage img{
	position:absolute;
	top:0px;
	left:160px;
	display:block;
	border:none;
}


/*
 ...............................................................................................................................................
*/

/* GENERAL DESIGN -------------------------------------------------- */

body{
	margin:10px;
	background-color:#000;
	color:#999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
p{
	padding:0px;
	margin:0px;
	}
hr{
	clear:both;
	height:0px;
	border:none;
	border-top:solid 1px #999;
	margin:0px;
	padding:0px;
	}
a:link {
	color:#999;
	text-decoration: none;
}
a:visited {
	color:#999;
	text-decoration: none;
}
a:hover {
	cursor:pointer;
	text-decoration: none;
	color: #FFF;
}
a:active {
	color:#999;
	text-decoration: none;
}
.page{
	position:relative;
	width:990px;
	margin:auto;
	/**/
	}



/* NAVIGATION DESIGN -------------------------------------------------- */

#navigation{
	position:relative;
	background-color:#141414;
	padding:5px;
	padding-left:10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	}
#navigation span{
	font-size:10px;
	}
.language{
	float:right;
	margin-right:5px;
}

#sizes{
	float:right;
	margin-right:5px;
	}

/* MAIN DESIGN -------------------------------------------------- */

#main,#overview{
	background-color:#141414;
	margin-top:5px;
	}
#main #title,
#overview #title{
	padding:5px;
	padding-left:10px;
	font-size:10px;
	color:#ffffff;
	}
#overview{
	/* rounded corner */
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;

	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
#notice,
#over_notice{
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	font-size:10px;
	}
.mr{
	margin-right:15px;
	}
.ml{
	margin-right:15px;
	margin-left:15px;
	}
.projects{
	margin-top:0px;
	position:absolute;
	left:10px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	background-color:#484848;
	color:#141414;
	/*rounded corner*/
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;

	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;

	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;

	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius:4px;
	font-size:10px;
	}
#viewer{
	width:990px;
	min-height:600px;
}
.separator{
	clear:both;
	border-top:solid 1px #999;
	width:auto;
	margin-bottom:4px;
}
#handles{
	height:11px;
}
.exhibInfo{
	font-weight:normal;
	color:#999;
	}
#credit{
	position:absolute;
	}

/* OVERVIEW DESIGN -------------------------------------------------- */
.projects:hover{
	color:#fff;
	cursor:pointer;
}
#allProjects{
	padding:10px;
	}
.thumb,.thumbr{
	position:relative;
	float:left;

	margin-bottom:17px;
	}
.thumb{
	margin-right:17px;
	}
.thumbr:hover,
.thumb:hover{
	opacity : .8;
    filter : alpha(opacity=80);
	}
.venice{
	position:absolute;
	background-color:#141414;

	width:180px;/*100%;*/
	height:126px;/*100%;*/
}
.liner{
	font-weight:normal;
	font-size:9px;
	margin-top:3px;
}

/* CRITERIA DESIGN -------------------------------------------------- */
#criterias{
	padding-left:10px;
	padding-right:10px;
}
.col{
	float:left;
	margin-right:17px;
	width:180px;
	margin-bottom:10px;

	font-size:10px;
}
.colr{
	float:left;
	width:180px;
	margin-bottom:10px;

	font-size:10px;
}
.titre{
	margin-bottom:5px;
	font-weight:bold;
	font-size:12px;
}

/* INFOS DESIGN  ----------------------------------------------------- */
#infos{
	margin-top:5px;
	padding:10px;
	padding-top:5px;
	padding-bottom:15px;
	background-color:#141414;
	font-size:10px;
}
.closer{
	float:right;
	font-size:9px;
	margin-bottom:4px;
}
.allinfos{
	clear:both;
	}
.detail{
	float:left;
	min-width:120px;
}
#direct_link{
	position:absolute;
	right:10px;
	}
.description{
	width:970px;
}
/* MODULE DESIGN  ----------------------------------------------------- */
.module{
	padding:10px;
	font-size:10px;
	padding-bottom:0px;
	}
.moduleText{
	padding-left:160px;
	width:540px;
	margin-bottom:10px;
	}
.moduleImage,.moduleLink{
	margin-bottom:10px;
	padding-left:160px;
}
.moduleSlideshow{
	margin-top:10px;
}
.moduleLinkList{
	padding-bottom:5px;
}


/* CMS DESIGN  ----------------------------------------------------- */
.bandeli{
	position:relative;
	margin:25px;
	background-color:#141414;
	padding:10px;
	}
.mini_bandeli{
	padding:5px;
}
.b_menu{
	height:15px;
}
#content,#vr_content,#mov_content,#mod_content{
	padding-left:40px;
}
#selector{
	font-size:9px;
	color:#999px;
	height:25px;
}
.form{
	font-size:9px;
	background-color:#666666;
	margin:5px;
	padding:5px;
	/*rounded corner*/
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;

	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;

	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;

	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius:4px;
}
.form1{
	margin-left:50px;
	font-size:9px;
	}
.bandeli #homeRadio{
	position:absolute;
	top:7px;
	margin-left:100px;
	}
.bandeli #formModule{
	float:right;
	margin-top:-2px;
	margin-right:30px;
}
.minishow{
	min-height:27px;
	position:relative;
	left:66px;
}
.close{
	width:18px;
	height:18px;
	background:url(../gfx/close.png) no-repeat;
	position:absolute;
	margin-top:-2px;
	margin-left:-2px;
}
.overview{
	width:18px;
	height:18px;
	background:url(../gfx/overview.png) no-repeat;
	position:absolute;
	margin-top:-2px;
	margin-left:16px;
}
.overview_credit{
	width:18px;
	height:18px;
	background:url(../gfx/overview_credit.png) no-repeat;
	position:absolute;
	margin-top:-2px;
	margin-left:16px;
}
.counter{
	width:14px;
	height:14px;
	background:url(../gfx/open.png) no-repeat;
	font-size:8px;
	color:#ffffff;
	float:left;
	padding-left:4px;
	padding-top:2px;
	margin-right:5px;
	text-align:center;
}
.counter span{
	margin-left:-9px;
	}

.empty_counter{
	width:14px;
	height:14px;
	padding-left:4px;
	padding-top:2px;
	margin-right:5px;
	float:left;
}
.classManager{
	padding-left:5px;
	padding-right:5px;
	padding-bottom:0px;
	background-color:#484848;
	color:#141414;
	/*rounded corner*/
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;

	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;

	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;

	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-top-left-radius:4px;
	font-size:9px;
	margin-right:20px;
	margin-top:3px;
	float:right;
	}
.closeModule{
	width:18px;
	height:18px;
	background:url(../gfx/close.png) no-repeat;
	float:right;
	cursor:pointer;
}
.moveModule{
	margin-top:1px;
	margin-right:3px;
	width:17px;
	height:16px;
	background:url(../gfx/hand.png) no-repeat;
	float:right;
	cursor:pointer;
}
.moveLink{
	margin-top:-1px;
	width:17px;
	height:16px;
	background:url(../gfx/hand.png) no-repeat;
	cursor:pointer;

	position:absolute;
	margin-left:34px;
}
.linkList{
	margin-right:10px;
	margin-bottom:10px;
}

.handle.transparentThumb{
	opacity:0.4;
	}
