@charset "utf-8";
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------/*-----------------------------------------------------------------


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	color: #333333;
	text-align: center;
}


#TB_window a:link {
	color: #000000;
	text-decoration: none;
}
#TB_window a:visited {
	color: #000000;
	text-decoration: none;
}
#TB_window a:hover {
	color: #000000;
	text-decoration: underline;
}
#TB_window a:active {
	color: #000000;
	text-decoration: underline;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:102;
	top: 0px;
	left: 0px;
	min-height: 100%;
	width:100%;
}

.TB_overlayBG {
	background-color:#000000;
	filter:alpha(opacity=62);
	-moz-opacity: 0.62;
	opacity: 0.62;
}


/* ie6 hack \*/
* html #TB_overlay { 
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight :
	 document.body.offsetHeight + 'px');
}

/**/


#TB_window {
	position: fixed;
	padding: 0;
	background-image: url(../images/list/bg_win.gif);
	z-index: 102;
	color:#333333;
	display:none;
	text-align: left;
	overflow: hidden;
	top:50%;
	left:50%;

}

/*\*/

* html #TB_window{
	overflow-x: hidden;
}


/**/

#TB_inner{
	width: 725px;
	border: 5px solid #000000;
	padding-bottom: 7px;
}


* 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 {
	display:block;
	margin: 0px;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	padding: 0px;
	overflow: hidden;
}

#TB_closeAjaxWindow{
	width: 58px;
	height: 21px;
	margin-left: 648px;
	margin-right: 9px;
	text-indent: -9999px;
	background-image: url(../images/list/btn_win_close.gif);
}

#TB_closeAjaxWindow p{
	width: 58px;
	height: 21px;
	display: block;
	line-height: 0;
	font-size: 0;	
	text-indent: -9999px;
	background-image: url(../images/list/btn_win_close.gif);
}

/* \*/

* html #TB_closeAjaxWindow{
	margin-right: 5px;
}

*:first-child+html #TB_closeAjaxWindow{
	margin-right: 5px;
}


/**/

#TB_closeAjaxWindow a{
	width: 58px;
	height: 3px;
	padding-top: 18px;
	display: block;
	background-image: url(../images/list/btn_win_close.gif);
	line-height: 0;
	font-size: 0;
	text-indent: -9999px;
	color: #000000;
	overflow: hidden;
}


#TB_ajaxWindowTitle{
	padding:0;
	visibility: hidden;
}

#TB_title{
	clear: both;
	width: 711px;
	text-align: right;
	clear: both;
	line-height: 0;
}

#TB_ajaxContent{
	clear:both;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow: hidden;
	text-align:left;
}



#TB_ajaxContent.TB_modal{
	padding:0px;
}


#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -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;
	background-color:#fff;
	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;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}




