/* Thickbox */

#TB_overlay { position: fixed; z-index: 100; top: 0px; left: 0px; height: 100%; width: 100%; }
.TB_overlayMacFFBGHack { background: url(macFFBgHack.png) repeat;}
.TB_overlayBG { background-color: #000; filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; }
#TB_window { position: fixed; background: #fff; z-index: 102; display: none; border: 5px solid #e6dab5; text-align: left; top: 50%; left: 50%; padding: 1px; }
#TB_window img#TB_Image { display: block; border: solid #fff; border-width: 10px 10px 0 15px; }
#TB_caption { height: 35px; text-align:center; width:100%; float: left; }
#TB_closeAjaxWindow { margin:16px -35px 0 0; margin-bottom: 1px; text-indent:-9999%; float: right; }
#TB_closeAjaxWindow #TB_closeWindowButton { background: transparent url(/img/close.png) no-repeat; width:28px; height:28px;}
#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.TB_modal { padding: 15px; }
#TB_ajaxContent P { padding: 5px 0px 5px 0px; }
#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 */ }
#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%; }
#TB_iframeContent { clear: both; border: none; }
#TB_closeWindow { text-indent:-9999%; height:26px;}
#TB_closeWindowButton { background:transparent url(/img/close.gif) no-repeat scroll 0 0; display:block; font-weight:bold; height:26px; width:26px; margin-right:20px; margin-top:-30px;	float:right; }
#TB_closeWindowButton SPAN { float: left; background: url(bg12.gif) 100% -200px no-repeat; padding: 4px 23px 5px 15px; cursor: pointer; }
#TB_closeWindowButton:hover { text-decoration: none; }
#TB_secondLine { height: 35px; position: relative; text-align: center; text-indent:-9999%; width:60px; margin: 0 auto; }
#TB_secondLine #TB_nextprev { margin: 0 auto; width: 55px; height: 25px; }
#TB_secondLine #TB_nextprev A { background: url(bg12.gif) no-repeat; width: 25px; height: 25px; overflow: hidden; }
#TB_secondLine #TB_nextprev #TB_prev { background-position: 0 -230px; float: left; }
#TB_secondLine #TB_nextprev #TB_prev:hover { background-position: -30px -230px; }
#TB_secondLine #TB_nextprev #TB_next { background-position: -60px -230px; float: right; }
#TB_secondLine #TB_nextprev #TB_next:hover { background-position: -90px -230px; }
#TB_secondLine #TB_imgcount { float: left; padding: 7px 0 0 7px; }
#TB_secondLine #TB_closeWindow { width: 25px; height: 25px; float: right; background: url(bg12.gif) -120px -230px no-repeat; overflow: hidden; }
#TB_secondLine #TB_closeWindow:hover { background-position: -150px -230px; }
#TB_next {display:block; width:30px; margin-top:-7px; float:right;}
#TB_next a { background:transparent url(/img/next.gif) no-repeat scroll -10px -8px;	display:block; height:30px;	margin:0 auto; position:relative; text-indent:-9999%; width:28px;}
#TB_prev {display:block; width:30px; margin-top:-7px; float:left;}
#TB_prev a { background:transparent url(/img/prev.gif) no-repeat scroll -10px -8px;	display:block; height:30px;	margin:0 auto;	position:relative;	text-indent:-9999%;	width:28px;}

* 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'); }
* HTML #TB_load { position: absolute; margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }
* HTML #TB_HideSelect { position: absolute; height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }
