/*====================================================
	Cleaned Up Thickbox Stylesheet

	- header, footer, and common css are 
		imported before this file

=====================================================*/

/*====================================
	Link and fonts
=====================================*/
#TB_window {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#TB_secondLine {
	color: #666666;
	font: 10px Arial, Helvetica, sans-serif;
}

#TB_window a:link {
	color: #666666;
}

#TB_window a:visited {
	color: #666666;
}

#TB_window a:hover {
	color: #000;
}

#TB_window a:active {
	color: #666666;
}

#TB_window a:focus{
	color: #666666;
}

/*====================================
	Basic Container & parts
=====================================*/
#TB_overlay {
	height: 100%;
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 998;
}

.TB_overlayMacFFBGHack {
	background: url(/Standard.Website/Images/Common/mac_ff_bg_hack.png) repeat;
}

.TB_overlayBG {
	background-color: #000;
	filter: alpha(opacity=30);
	-moz-opacity: 0.30;
	opacity: 0.30;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	/*background: #ffffff;
	border: 4px solid #525252;*/
	color: #000000;
	display: none;
	left: 50%;
	position: fixed;
	text-align: left;
	top: 50%;
	z-index: 999;
}

* 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 {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #666;
	border-right: 1px solid #ccc;
	border-top: 1px solid #666;
	display: block;
	margin: 15px 0 0 15px;
}

#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;
	padding: 7px 0 5px 10px;
	margin-bottom: 1px;
}

#TB_title{
	background-color: #e8e8e8;
	display: none;
	height: 27px;
}

#TB_ajaxContent{
	clear: both;
	line-height: 1.4em;
	overflow: auto;
	padding: 2px 15px 15px 15px;
	text-align: left;
}

#TB_ajaxContent.TB_modal{
	padding: 15px;
}

#TB_ajaxContent p{
	padding: 5px 0px 5px 0px;
}

#TB_load{
	display: none;
	height: 48px;
	left: 50%;
	margin: -24px 0 0 -18px; /* -height/2 0 0 -width/2 */
	position: fixed;
	top: 50%;
	width: 36px;
	z-index: 1000;
}

* 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{
	background-color: #fff;
	border: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 990;
	
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	background: transparent;
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
	_margin-bottom: 1px;
}

