
html.tbVisible { overflow: hidden !important; overflow-y: scroll !important;
    zoverflow-x: hidden !important; }
body.tbVisible { width: 100% !important; }

#TB_window { font: 12px Arial, Helvetica, sans-serif; color: #333333; background: transparent; }

#TB_overlay { position: fixed; z-index: 100; top: 0px; left: 0px; height:100%; width:100%;
    background: #4b7803; }

.TB_overlayMacFFBGHack { background: url(../../widgets/modal/macFFBgHack.png) repeat; }
.TB_overlayBG { filter:alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75; }

* 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; color:#000000; display:none; top:10px; left:0; width: 100%;
    background: transparent center url(../../../img/icons/loadindicator.gif) no-repeat;
    padding: 0; margin: 0; text-align: center; height: 500px; }

/* MODERN BROWSERS */

html>body #TB_window { height: 100%; overflow-x: hidden; }

/* ie6 hack */

* html #TB_window { 
	position: absolute; 
	overflow: hidden;
	top: 50px;
	overflow-x: hidden;
	height: expression(document.documentElement.clientHeight + 'px') !important;
	}

#TB_title { margin: 0 auto; width: 450px; position: relative; }

#TB_closeAjaxWindow { background:#FFF; position: absolute; top: 15px; left: 345px; width:103px; padding:5px 0; 
-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; }
#TB_closeAjaxWindow a { color: #535353; font-weight: bold; }
	
table.ajaxWrapper {
	margin: 0; padding: 0;
	border-collapse: collapse;
	width: 100%; height: 100%;
	}

#TB_ajaxContent{
	padding: 2em 0 !important;
	}
	
 	
#TB_window img#TB_Image {
	padding: 10px;
	background: white;
	}


#textWrapper {}


#TB_caption { float:left; width: 100%; background: white; padding-bottom: 10px; }
#TB_caption span.left { float: left; text-align: left; padding-left: 10px; width: 45%; }
#TB_caption span.right { float: right; text-align: right; padding-right: 10px; width: 45%; }


#TB_load{
	background: transparent;
	position: fixed;
	display:none;
	height:66px;
	width:66px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -33px 0 0 -33px; /* -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%;
}

* 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;
}

