#TB_overlay { position: absolute; z-index:1000; top: 0px; left: 0px; height:100%; width:100%; }
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG { background-color:#fff; filter:alpha(opacity=30); -moz-opacity: 0.3; opacity: 0.3;}

* 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; background:url(../images/modal_bg.png) 0 0 repeat; z-index: 1002; color:#000000; display:none; top:50%; 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_window img#TB_Image { display:block; margin: 0; }
#TB_caption { height:0px; padding:0; float:left; display:none; }
#TB_closeWindow { }
#TB_closeAjaxWindow { padding:0; margin-bottom:1px; float:right; }
#TB_ajaxWindowTitle { float:left; padding:0; margin-bottom:1px; }

#TB_title{ position:relative; }
#TB_title a:hover {  }
#TB_title a {  }

a.closebtn { width:16px; height:16px; display:block; text-indent:-10000px; position:absolute; top:15px; right:18px; background:url(../images/calendar_close_btn.gif) 0 top no-repeat; z-index:20;  }
a.closebtn:hover { background-position: 0 bottom;}

#TB_ajaxContent { clear:both; padding:0; overflow:auto; text-align:left; line-height:1.4em;}
#TB_ajaxContent.TB_modal { padding:0px; }
#TB_ajaxContent p { padding:0px; }
#TB_load{ position: fixed; display:none; height:4px; width:52px; z-index:1001; top: 50%; left: 50%; margin: -2px 0 0 -26px; /* -height/2 0 0 -width/2 */ background: none;}

* 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:999; position:fixed; top: 0; left: 0; 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; padding:0; }
