#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#ffffff;
}

#TB_window a:link {color: #ffffff;}
#TB_window a:visited {color: #ffffff;}
#TB_window a:hover {color: #ffffff;}
#TB_window a:active {color: #ffffff;}
#TB_window a:focus{color: #ffffff;}


#TB_overlay {
	position: fixed;
	z-index:2000; /* 100 */
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack { background: url(../images/backgrounds/macFFBgHack.png) repeat;} 
.TB_overlayBG {
	background-color:#000;
	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: 3000;  /* 102 */
	color:#000000;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
	/*background-color:#215f8b;*/
	background-color:#FFFFFF;
	box-shadow:rgba(0,0,0,0.5) 0px 0px 20px;
}

* 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: 0;
	padding-right:-2px;
/*	border-right: 1px solid #ccc; 
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;*/
}
#TB_ImageDiv {
	background-color: #fff;
	padding:10px;
	clear:both;
}

#TB_caption{
  padding: 10px 0 0 10px;
  float:left;
  font-weight:bold;
  color:#ffffff;
  height:30px;
  font-size:16px;
  font-weight:bold;
}

#TB_closeWindow{
	height:40px;
	/*padding:11px 25px 10px 0;*/
	float:right;
	margin-right:10px;
}
* html #TB_closeWindow{
	padding:7px 0 0 0;
	margin-bottom:-25px;
	margin-right:6px;
}
#TB_closeWindowButton {	
	padding: 0 10px 0 0;
}

.TB_closeWindowButton img {
  padding: 10px 0 0 0;
  border:0;
}

#TB_closeAjaxWindow{
	position:absolute;
	right:0px;
	padding:9px 0 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
	height:20px;
}
* html #TB_closeAjaxWindow{
	padding:9px 10px 5px 0;
}
#TB_closeAjaxWindow img {
	border:0;

}

#TB_closeAjaxWindow .TB_closeWindowButton img {
  padding: 0px 10px 0 0;
  border:0;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:10px 0 5px 10px;
	margin-bottom:1px;
	font-weight:bold;
	font-size:16px;
}

#TB_title{
	/*
     background-color:#e8e8e8;
	*/
	background-color:#215f8b;
     height:39px;
     color:#ffffff;
}
#TB_title a:link,
#TB_title a:hover,
#TB_title a:visited {
     color:#ffffff;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:4000;
	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%;
	overflow:hidden !important;
}

* 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;
}
/* shadow */
div.fancy_bg {
    position: absolute;
    display: block;
    z-index: 70;
    border: 0;
    padding: 0;
    margin: 0;
}
#TB_PrintLink {
	position:absolute;
	right:55px;
	top:4px;
}
#TB_PrintLink a {
	background:url(../images/ico_footerPrint_sprite.gif) no-repeat 5px 7px transparent;
	color:#FFFFFF;
	display:block;
	float:none;
	font:bold 12px Arial;
	padding:8px 0 5px 30px;
	text-decoration:none;
}

@media only screen and (max-width: 525px){
	#TB_ajaxWindowTitle{ font-size:11px; }
}

