#TB_overlay { position: fixed; z-index:100; top: 0px; left: 0px; height: 100%; width: 100%; }
.TB_overlayMacFFBGHack { background: url(https://img1.doctorsim.com/img/opacity.png) repeat;}
.TB_overlayBG { background-color:#000; filter:alpha(opacity=50); -moz-opacity: 0.50; opacity: 0.50; height: 100%; width: 100%; }

#TB_window { font: 12px Arial, Helvetica, sans-serif; position: fixed; background: #fff url(https://img2.doctorsim.com/img/bg-thickbox.jpg) bottom repeat-x; z-index: 102; color: #666; display:none; text-align:left; top: 50%; left:50%; -moz-border-radius: 12px; -webkit-border-radius: 12px; }
	.ie6 #TB_window { top: 47%; }

#TB_window img#TB_Image { display: block; margin: 15px 0 0 15px; border: 1px solid #ccc; }
#TB_caption { height: 25px; padding: 7px 30px 10px 15px; float:left; }
#TB_closeWindow { height: 25px; padding: 11px 15px 10px 0; float:right; }
#TB_closeAjaxWindow { padding: 7px 10px 5px 0; margin-bottom: 1px; text-align: right; float: right; }
#TB_ajaxWindowTitle { float: left; padding: 7px 0 5px 10px; margin-bottom:1px; }
#TB_title { padding: 1px; background: url(https://img3.doctorsim.com/img/bg-lightgray3.jpg) top repeat-x; border-bottom: 1px solid #999; height:28px;  -moz-border-radius: 12px 12px 0 0; -webkit-border-top-left-radius: 12px; -webkit-border-top-right-radius: 12px; }
#TB_ajaxContent { clear: both; padding: 2px 15px 50px 15px; overflow: auto; text-align:left; line-height: 22px; }
#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; }
#TB_closeWindow a:link, #TB_closeWindow a:active, #TB_closeWindow a:visited, #TB_closeAjaxWindow a:link, #TB_closeAjaxWindow a:active, #TB_closeAjaxWindow a:visited { padding: 2px 6px; background: #999; cursor: pointer; outline: none; color: #fff; font-size: 105%; font-variant: small-caps; text-decoration: none; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
#TB_closeWindow a:hover, #TB_closeAjaxWindow a:hover { background: #666; color: #fff; }
#TB_next a:link, #TB_next a:active, #TB_next a:visited, #TB_prev a:link, #TB_prev a:active, #TB_prev a:visited { padding: 1px 4px; background: #999; cursor: pointer; outline: none; color: #fff; font-size: 90%; font-variant: small-caps; text-decoration: none; -moz-border-radius: 3px; -webkit-border-radius: 3px; margin-top: 5px; }
#TB_prev a:hover, #TB_next a:hover { background: #666; color: #fff; }

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