/**{ padding: 0; margin: 0; }*/

#TB_window {
	font: 1.1em Verdana, Arial, Helvetica, sans-serif;
	/*color: #333333;*/
}

#TB_secondLine {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#ccc;
	filter:alpha(opacity=87);
	-moz-opacity: 0.87;
	opacity: 0.87;
	height:100%;
	width:100%;
}
* 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;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
	padding: 10px 10px 0 0;
}
* 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;
}

/* added */
.display {
	background: #fff;
	padding: 10px;
	width: 399px;
}
#TB_closeWindowButton {
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: -20px;
	background: url(/images/template/close-trans.png) no-repeat;
	width: 35px;
	height: 35px;
	text-indent: -9999px;
	overflow: hidden;
}
#TB_prev a {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -37px;
	background: url(/images/template/go-prev-trans.png) no-repeat;
	display: block;
	width: 75px;
	height: 75px;
}
#TB_next a {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -37px;
	background: url(/images/template/go-next-trans.png) no-repeat;
	display: block;
	width: 75px;
	height: 75px;
}



#TB_caption {
	padding: 5px 0 0;
	font: 105%/100% Georgia, "Times New Roman", Times, serif;
}
#TB_caption small {
	font: 90%/100% Arial, Helvetica, sans-serif;
	color: #999999;
	display: block;
	padding-top: 3px;
}
#TB_ajaxWindowTitle{
	margin-bottom: 5px;
}
#TB_title{
	/*font: bold 110%/100% Georgia, "Times New Roman", Times, serif;
	color: #333333;*/
	color: #0066CC;
	font-size: 1.455em;
	font-weight: normal;
	border-bottom: dotted 1px #ccc;
}
#TB_ajaxContent{
	clear:both;
	padding: 10px;
	overflow:auto;
	text-align:left;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}
#TB_load{
	position: fixed;
	display:none;
	height:60px;
	width:60px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -30px 0 0 -30px; /* -height/2 0 0 -width/2 */
	/*background: url(/images/template/loadingAnimation.gif) no-repeat center center;*/
}
* 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;
	padding-top: 10px;
}
