/****************************************************************************************
	[THICKBOX]
*****************************************************************************************/

/* [OVERLAY]
-------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.TB_overlayMacFFBGHack {background: url("../images/css/thickbox-ie6.png") repeat;}
.TB_overlayBG {
	background-color: #000;
	filter: alpha(opacity=75);
	opacity: 0.75;
}

/* [CONTENT]
-------------------------------------------------------*/
#TB_window {
	position: fixed;
	background: #fff;
	z-index: 102;
	display: none;
	text-align: left;
	top: 50%;
	left: 50%;
}
	/* Main Image */
	#TB_window img#TB_Image {
		display: block;
		margin: 15px 0 0 15px;
	}
	/* Image Caption and Navigation */
	#TB_caption {
		padding: 7px 30px 10px 25px;
		float: left;
		font-weight: bold;
	}
		#TB_caption #TB_secondLine {
			font-size: 0.95em;
			font-weight: normal;
			padding-top: 2px;
			margin-top: 2px;
			border-top: 1px dotted #666;
		}
	/* Close Window Button */
	#TB_closeWindow {text-indent: -9999em;}
		a#TB_closeWindowButton {
			display: block;
			background: url("../images/css/thickbox-close.png") no-repeat 0 0;
			width: 35px;
			height: 34px;
			position: absolute;
			top: -15px;
			right: -15px;
		}
		a#TB_closeWindowButton:hover {background-position: 0 -34px;}

	/* Window Title */
	#TB_title {
		background-color: #e8e8e8;
		height: 27px;
	}
	
	/* AJAX Styles */
	#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_ajaxContent {
		clear: both;
		padding: 2px 15px 15px 15px;
		overflow: auto;
		text-align: left;
		line-height: 1.4em;
	}
	#TB_ajaxContent.TB_modal {padding: 15px;}

/* [LOADER]
-------------------------------------------------------*/
#TB_load {
	position: fixed;
	display: none;
	height: 13px;
	width: 208px;
	z-index: 103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px;
}

/* [MISC]
-------------------------------------------------------*/
#TB_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	opacity: 0;
	height: 100%;
	width: 100%;
}
#TB_iframeContent {
	clear: both;
	border: none;
	margin-bottom: -1px;
	margin-top: 1px;
	_margin-bottom: 1px;
}

/* [IE6 HACKS]
-------------------------------------------------------*/
* html #TB_overlay,
* html #TB_HideSelect {
	position: absolute;
    height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
* html #TB_window,
* html #TB_load { 
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
* html a#TB_closeWindowButton {
	background-image: url("../images/css/thickbox-close.gif");
	width: 25px;
	height: 27px;
	top: -10px;
	right: -10px;
}
* html a#TB_closeWindowButton:hover {background-position: 0 0;}
