
/* thickbox specific link and font settings */
#TB_window { font: 12px Arial, Helvetica, sans-serif; color: #333; }

#TB_secondLine { font: 10px Arial, Helvetica, sans-serif; color:#777; }

#TB_window a:link { color: #777; }
#TB_window a:visited { color: #777; }
#TB_window a:hover { color: #000;}
#TB_window a:active { color: #777; }
#TB_window a:focus { color: #777; }

/* thickbox settings */
#TB_overlay { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 100; }

.TB_overlayMacFFBGHack { background: url("img/macFFBgHack.png") repeat; }
.TB_overlayBG { background: #000; 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 { display: none; position: fixed; top: 50%; left: 50%; border: 4px solid #525252; background: #fff; text-align: left; color: #000; z-index: 102; }
* 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: 15px 0 0 15px; border: 1px solid #eee; }

#TB_caption { float: left; height: 25px; padding: 7px 30px 10px 25px; }

#TB_closeWindow { float: right; height: 25px; padding: 11px 25px 10px 0; }

#TB_closeAjaxWindow { float: right; margin-bottom: 1px; padding: 7px 10px 5px 0; text-align: right; }

#TB_ajaxWindowTitle { float: left; margin-bottom: 1px; padding: 7px 0 5px 10px; }

#TB_title { height: 27px; background: #e8e8e8; }

#TB_ajaxContent{ clear: both; line-height: 1.4em; padding: 2px 15px 15px; overflow: auto; text-align: left; }
#TB_ajaxContent .TB_modal { padding: 15px; }
#TB_ajaxContent p { padding: 5px 0 5px 0; }

#TB_load { display: none; position: fixed; width: 208px; height: 13px; margin: -6px 0 0 -104px; top: 50%; left: 50%; z-index: 103; /* -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 {
	position: fixed; width: 100%; height: 100%; top: 0; left: 0; border: none; background: #fff; filter:alpha(opacity=0); -moz-opacity: 0; opacity: 0; z-index: 99;
}
* 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; margin-top: 1px; margin-bottom: -1px; _margin-bottom: 1px; border: none;}

