#TB_overlay {
	position: fixed;
	background: none;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(/images/macFFBgHack.png) repeat;}
.TB_overlayBG {}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	font: 12px "Gill Sans MT", sans-serif;
	color: #333333;
	position: fixed;
	background: #FFFEFF;
	z-index: 102;
	color:#000000;
	display:none;
	border: 10px solid #cecece;
	text-align:left;
	top:50%;
	box-shadow: 0px 0px 40px #333; -moz-box-shadow: 0px 0px 40px #333; -webkit-box-shadow: 0px 0px 40px #333;
	left:50%;
}

* 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_caption{
	height:25px;
	padding:7px 10px 10px 20px;
	float:left;
	color: #005295;
	font-weight: bold;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_window a#TB_closeWindowButton{
   	display: block;
  	color: #5d5b57;
	width: 49%;
	text-align: right;
	font-family: "Gill Sans MT", sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin-right: 0px;
	float: right;
}

#TB_window span#title {
   	display: block;
  	color: #5d5b57;
	width: 49%;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	font-family:"Gill Sans MT", sans-serif;
	margin-left: 0px;
	float: left;
}

#TB_window a#TB_closeWindowButton:hover {
	color: #121212;
}

#TB_closeAjaxWindow{
	position: absolute; top: 3px; right: -20px;
	width: 82px;
	text-align: right;
}

#TB_title{
	background:#cecece;
	height:20px;
	width: 100%; 
	margin: -8px 0px 0px 0px;
	line-height: 20px;
	padding: 3px 0px;
}

#TB_ajaxContent{
	clear:both;
	padding:5px 25px 5px 5px;
	width: 470px;
	overflow-x:hidden;
	overflow-y: auto;
	text-align:left;
	line-height:1.4em;
}

#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:white;
	border:none;
	
	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;
}

