/* ----------------------------------------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
----------------------------------------------------------------------------------------------------------------*/
/*  *{padding: 0; margin: 0;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font setting <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #838485;
}

#TB_secondLine {
	text-align:right;
	font-size:12px;
	width:515px;
	color:#838485;
}

#TB_window a:link {color: #838485;}
#TB_window a:visited {color: #838485;}
#TB_window a:hover {color: #00704a;}
#TB_window a:active {color: #838485;}
#TB_window a:focus{color: #838485;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../medias/communs/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#e2e3e3;
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	z-index: 102;
	text-align:left;
	top:45%;
	left:50%;
	/*margin-top:60px;
	padding-left:20px;
	border:solid 1px #000;*/
	background-image: url(../medias/communs/bgzoom02.png);
	background-repeat: no-repeat;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image { float:left; }

#TB_closeWindow { width:600px; }

#TB_closeWindowButton { font-size: 70%; float:right; margin:45px 50px 0 0; }

#TB_closeAjaxWindow{
	margin-top:480px;
	width:600px;
	height:1px;
	position:absolute;
	float:none;
	text-align:right;
}

#TB_ajaxWindowTitle{
	padding:40px 0 0 60px;
	width:390px;
	height:2.4em;
	color:#00704a;
	font-size: 22px;
	position: absolute;
	/*z-index: 1000;*/
	/*position:fixed;*/
}

#TB_title{
	height:4.5em;
}

#TB_ajaxContent{
	clear:both;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{ }

#TB_ajaxContent p{}

#TB_load{
	position: fixed;
	display:none;
	height:572px;
	width:614px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -120px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	width: 580px !important;
	height: 475px !important;
	margin-top: 1px;
	margin-left: 17px;
	margin-right: 17px;	
	margin-bottom: 17px;
	z-index:1;
}
