/* ----------------------------------------------------------------------------------------------------------------*//* ---- global settings needed for thickbox <<<-----------------------------------------------------------*//* ----------------------------------------------------------------------------------------------------------------*/
*{

}


/* ----------------------------------------------------------------------------------------------------------------*//* ---- thickbox specific link and font settings <<<------------------------------------------------------*//* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Verdana, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
#TB_secondLine {  font: 10px Verdana, Arial, Helvetica, sans-serif;  color:#666666;}
#TB_window a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#TB_window a:visited {
	color: #FFFFFF;
	font-weight: bold;
}
#TB_window a:hover {
	color: #FFFFFF;
	font-weight: bold;
}
#TB_window a:active {
	color: #FFFFFF;
	height: auto;
	width: 900px;
	font-weight: bold;
}
#TB_window a:focus{
	color: #cccccc;
	font-weight: bold;
}/* ----------------------------------------------------------------------------------------------------------------*//* ---- thickbox settings <<<-----------------------------------------------------------------------------*//* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha (opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

#TB_window {
	position: absolute;
	z-index: 102;
	color:#000000;
	display:none;
	border: 1px solid #525252;
	text-align:left;
	height: auto;
	width: auto;
	background: #FFFFFF;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-top-width: 20px;
	border-right-width: 20px;
	border-bottom-width: 20px;
	border-left-width: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #FF0000;
}
#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	float:right;
	width: 598px;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0;
	color: #CCCCCC;
}
/* close btn的css*/
#TB_closeAjaxWindow{
	margin-bottom:1px;
	text-align:right;
	float:right;
	color: #FFFFFF;
	border: 2px solid #CCCCCC;
	padding: 1px 4px;
	margin-right: 5px;
	margin-top: 3px;
	background: #FF9900;
	font-size: 12px;
	line-height: 14px;
}
#TB_ajaxWindowTitle{
	float:left;
	margin-bottom:1px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding-right: 0;
	padding-left: 10px;
	line-height: 25px;
}
a #TB_closeWindowButton {
	color: #FFFFFF;
	margin: 5px;
	padding: 5px;
	display: block;
}


#TB_title{
	margin: 0;
	border-top: 0px none #9fafd7;
	border-bottom: 0px none #9fafd7;
	background-image: url(../images/btn_pop.gif);
	background-repeat: repeat-x;
	height: 30px;
	width: 100%;
	background-position: center bottom;
	color: #FFFFFF;
	border-right-style: none;
	border-left-style: none;
	padding: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}
#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;

}#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha (opacity=0);
 -moz-opacity: 0;
 opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	margin-bottom:1px;
}

