
/* ------------------------------------------------------------------ */
/* -                            MEDIALIBRARY                          */
/* ------------------------------------------------------------------ */


#ControlMedialibrary{
	
}
		#ControlMedialibrary .photo{
			background:url('images/bg-control_a11.gif') 0px 0px no-repeat;
			width:91px;
			height:88px;
			display:block;
			float:left;
			padding-top:20px;
			padding-left:6px;
			text-align:center;
		}


		#ControlMedialibrary .photo IMG{
			height:60px;	
			position:relative;
			left:-5px;
		}

		#ControlMedialibrary .photo:hover IMG{
			filter:alpha(opacity=50);  
			-moz-opacity:0.50;
			opacity: 0.50;
		}

/* ------------------------------ GALLERIES LIST----------------- */
#MediaLibraryList{
	color:#444444;
}

#MediaLibraryList h2{
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#444444;
}

#MediaLibraryList .cadre{
	background-color:white;
	border:1px solid #CDCDCD;
	padding:10px;
	line-height:22px;
}

#MediaLibraryList .cadre A{
	display:block;
	text-decoration:none;
	padding-left:20px;
	background:url('images/bg_listecadrea.gif') 0px 3px no-repeat;
	color:#444444;
	font-weight:normal;
}


#MediaLibraryList .cadre A:hover{
	display:block;
	background-color:white;
	background:url('images/bg_listecadrea.gif') 0px 3px no-repeat;
	color:#FF7007;
	font-weight:normal;
}


#MediaLibraryList .cadre .separator{
	height:1px;
	border-bottom:1px #CEC1B8 dotted;
	font-size:0px;
}


/* ------------------------------ GALLERIES THUMB LIST----------------- */
#MediaThumbList{
	
}
		#MediaThumbList .photo{
			display:block;
			width:120px;
			height:90px;
			padding:5px;
			border:#CEC1B8 1px solid;
			float:left;
			text-align:center;
			margin-right:15px;
			margin-top:10px;
		}

		#MediaThumbList .photo:hover{
			display:block;
			width:120px;
			height:90px;
			padding:5px;
			border:#CEC1B8 1px solid;
			float:left;
			text-align:center;
			margin-right:15px;
			margin-top:10px;
		}

		#MediaThumbList .photo IMG{	
			border:0px solid #CEC1B8;
		}

		#MediaThumbList .photo:hover IMG{
			filter:alpha(opacity=50);  
			-moz-opacity:0.50;
			opacity: 0.50;
		}


/* ------------------------------ SHOWMEDIA POPUP----------------- */

#ShowMediaLibrary{
	width:100%;
	height:100%;
	background-color:#FFFFFF;
	font-family:arial;
	font-weight:bold;
	padding:5px;
	color:#444444;
}

#ShowMediaLibrary .PhotoName{	
	font-size:17px;
	height:28px;
	padding-top:10px;
	padding-left:40px;
	width:100%;
}

#ShowMediaLibrary .BtnPrevious{
	float:left;
	width:40px;
	padding-top:300px;
}

#ShowMediaLibrary .BtnNext{
	float:left;
	width:40px;
	padding-top:300px;
	text-align:right;
}

#ShowMediaLibrary #Media{
	float:left;
	width:810px;
	height:610px;
	background-color:#CBCBCB;
}

#ShowMediaLibrary #Media .photo{
	border:1px red solid;
	position:absolute;
}

#ShowMediaLibrary .NbrOfPicture{
	clear:both;
	width:810px;
	height:33px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/* ------------------------------ PAGES -------------------------- */

.MedialibraryLink{
	display:block;
	width:160px;
	height:22px;
	background:url('images/bg_medialibrarylink.jpg') 0px 0px no-repeat;
	color:#271609;
	font-size:12px;
	padding-top:78px;
	padding-left:40px;
	text-decoration:none;
}


.MedialibraryLink:hover{
	background-position: 0px -105px;
}



/* ------------- ticker ----------------------- */
	#dhtmltooltip{
	position: absolute;
	background-color:white;
	visibility: hidden;
	z-index: 100;
	}

	.dhtmltooltip_inner{
	border: 1px solid #A99B8D;	
	background-color:white;		
	padding-top:4px;
	padding-bottom:4px;
	padding-left:5px;
	padding-right:5px;
	position:relative;
	top:-5px;
	left:-5px;
	}