/****************************************************************************************
	[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%;
}
	/* Close Window Button */
	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;
		text-indent: -9999em;
	}
	a#TB_closeWindowButton:hover,
	a#TB_closeWindowButton:focus {background-position: 0 -34px;}
	
	/* Image Gallery Version */
	/* 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: 1.1em;
			font-weight: normal;
			padding-top: 2px;
			margin-top: 2px;
			border-top: 1px dotted #666;
		}

	/* Window Title */
	#TB_title {
		background-color: #e8e8e8;
		height: 27px;
	}
	
	/* AJAX / iFrame */
	#TB_ajaxWindowTitle {
		float: left;
		padding: 7px 0 5px 10px;
		margin-bottom: 1px;
	}
	#TB_ajaxContent {
		clear: both;
		padding: 2px 15px 15px 15px;
		overflow: auto;
	}
		#TB_ajaxContent h1#TB_Header {
			
		}
		#TB_ajaxContent #main-content {
			font-size: 1.1em;
			height: 273px;
			overflow: auto;
			padding: 0 25px;
			float: none;
			width: auto;
			background: none;
		}

/* [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;
}


