#TB_window{font-family: sans-serif; font-size:12px;}
#TB_window{position:fixed;z-index:4000;display:none;text-align:justify;top:50%;left:50%;}
#TB_ajaxContent {border: 2px solid #555; background: #333;}
#TB_ajaxContent h3, #TB_ajaxContent p {margin: 15px 20px; line-height: 140%;}
#TB_ajaxContent p {margin-top: 10px; margin-bottom: 0px;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {position: fixed; z-index:1005; top: 0px; left: 0px; height:100%; width:100%;}

.TB_overlayMacFFBGHack {background: url('_data/img/thickbox/macFFBgHack.png') repeat;}
.TB_overlayBG {background-color:#000; filter:alpha(opacity=80); -moz-opacity: 0.80; opacity: 0.80;}

* html #TB_overlay {
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

* html #TB_window {
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_caption, #TB_count {float: right; height:20px;padding:7px 15px; text-align: right;}
#TB_window #TB_count {color: #444; float: left; text-align: left;}

#TB_window span#TB_next a, #TB_window span#TB_prev a {color: #999;}

#TB_iframe_border {border: 2px solid #555555; position: relative;}
#TB_iframe_border iframe {position: absolute; top: -1px; left: 0;}

#TB_closeAjaxWindow a, #TB_closeAjaxWindow a span {cursor:pointer; float: right; display:block; width:20px; height:18px; overflow:hidden; position:absolute; top: 2px; right:28px; z-index:1;}
#TB_closeAjaxWindow a span {background: transparent url('../img/thickbox/close.png') no-repeat 0 0; position:absolute; top:0; right:0; z-index:1;}
#TB_closeAjaxWindow a:hover span {background-position:0 -18px;}

*:first-child+html #TB_closeAjaxWindow a {right: 28px;}  /* IE 7 */
* html #TB_closeAjaxWindow a span {background: transparent url('../img/thickbox/close.gif') no-repeat 0 0;}

#TB_load {position: fixed; display:none; height:13px; width:208px; z-index:5000; top: 50%; left: 50%; margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */}

* html #TB_load {
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_load span {color: #999; display: block; font-size: 70%;}

#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 {
	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;}
