#TB_overlay {
	position: fixed; z-index:100;
	top: 0; left: 0; width: 100%; height: 100%;
	background-color:#000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

#TB_window {
	position: fixed; top: 40%; left: 50%;
	z-index: 102; display:none; text-align:left;
	background: #fff; border: 10px solid #FFF;
}

#TB_window img { display:block; margin: 0; }

#TB_caption {
	padding: 10px 0 0 0; width: 100%;
	color: #003; font-size: 20px; line-height: 1.5; font-weight: 800;
}
#TB_caption #TB_secondLine { font-size: 14px; font-weight: 200; margin: .5em 0 0; position: relative; float: left; width: 100%; }
#TB_caption #TB_secondLine span#TB_count { line-height: 30px; margin: 0 0 0 10px; }
#TB_caption #TB_secondLine span#TB_prev,
#TB_caption #TB_secondLine span#TB_next { height: 33px; width: 40px; float: left; }
#TB_caption #TB_secondLine span#TB_prev a,
#TB_caption #TB_secondLine span#TB_next a { display: block; height: 33px; width: 40px; background: url(../i/bluearrows.png) no-repeat; }
#TB_caption #TB_secondLine span#TB_next a { background-position: -60px 0px; margin-right: 25px; }
#TB_caption #TB_secondLine span#TB_prev a:hover { background-position: 0px -50px; }
#TB_caption #TB_secondLine span#TB_next a:hover { background-position: -60px -50px; }
#TB_closeWindow { position: absolute; right: 0; bottom: 0; }
#TB_closeWindow a {
	display: block; width: 70px; height: 33px; color: #06C;
	background: url(../i/close.png) no-repeat 0 0;
	text-decoration: none; cursor: pointer;
}
#TB_closeWindow a:hover { background-position: 0px -40px; }

/* hide text bits */
span#TB_prev a b,
span#TB_next a b,
#TB_closeWindow a b { display: none; }

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#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: fixed;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px; /* -height/2 0 0 -width/2 */
	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;
}

