/* -----------------------------------------------------------------------------------
--------------------------------------------------------------------------------------
	
	bgc.chicodev.com
	Stylesheet: public/thickbox.css
	Author: Brent White, chicowebdesign.com
	Version: October 6, 2009
	
--------------------------------------------------------------------------------------
----------------------------------------------------------------------------------- */


/* -----------------------------------------------------------------------------------
GLOBAL
----------------------------------------------------------------------------------- */
* {
	outline: none;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman";
	}
/* -----------------------------------------------------------------------------------
GENERAL
----------------------------------------------------------------------------------- */
.hidden {
	display: none;
	}
.clear {
	clear: both;
	}
	span.clear {
		display: block !important;
		line-height: 0 !important;
		height: 0 !important;
		font-size: 0 !important;
		overflow: hidden !important;
		background: none !important;
		width: 0 !important;
		}
.center {
	text-align: center;
	}
/* -----------------------------------------------------------------------------------
THICKBOX SPECIFIC LINK AND FONT SETTINGS
----------------------------------------------------------------------------------- */
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	}
#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
	}
#TB_window a {
	color: #666666;
	}

/* -----------------------------------------------------------------------------------
THICKBOX
----------------------------------------------------------------------------------- */
#TB_overlay {
	position: fixed;
	z-index: 100;
	top: 0px;
	left: 0px;
	background-color: #000;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	height: 100%;
	width: 100%;
	}
* html #TB_overlay { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}
	/* -----------------------------------------------------------------------------------
	THICKBOX -- WINDOW
	----------------------------------------------------------------------------------- */
	#TB_window {
		position: fixed;
		z-index: 102;
		color: #000000;
		display: none;
		text-align: left;
		top: 50%;
		left: 50%;
		}
	* 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');
		}
		/* -----------------------------------------------------------------------------------
		THICKBOX -- WINDOW -- IMAGE
		----------------------------------------------------------------------------------- */
		#TB_window #TB_image_holder {
			position: relative;
			padding: 20px 0 8px 10px;
			}
			#TB_window #TB_image_holder #TB_image_corner {
				position: absolute;
				left: 10px;
				bottom: 0;
				$png_fix
				}
			#TB_window #TB_ImageLink {
				display: block;
				background: #5ecaeb;
				padding: 10px;
				}
				#TB_window img#TB_Image {
					display: block;
					background: #0d5488;
					padding: 5px;
					border: none;
					}
	/* -----------------------------------------------------------------------------------
	THICKBOX -- CAPTION
	----------------------------------------------------------------------------------- */
	#TB_caption{
	height: 25px;
	padding: 7px 30px 10px 25px;
	float: left;
	}
	/* -----------------------------------------------------------------------------------
	THICKBOX -- CLOSE
	----------------------------------------------------------------------------------- */
	#TB_closeWindowButton{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 100;
		display: block;
		background: url(/ui/image/thickbox/program-close.gif) no-repeat 0 0;
		width: 77px;
		height: 37px;
		overflow: hidden;
		text-indent: -9999px;
		}
	#TB_closeAjaxWindow{
		padding: 7px 10px 5px 0;
		margin-bottom: 1px;
		text-align: right;
		float: right;
		}
	/* -----------------------------------------------------------------------------------
	THICKBOX -- TITLE
	----------------------------------------------------------------------------------- */
	#TB_ajaxWindowTitle{
		float: left;
		padding: 7px 0 5px 10px;
		margin-bottom: 1px;
		}
	#TB_title{
		background-color: #e8e8e8;
		height: 27px;
		}
	/* -----------------------------------------------------------------------------------
	THICKBOX -- CONTENT
	----------------------------------------------------------------------------------- */
	#TB_ajaxContent{
		clear: both;
		padding: 2px 15px 15px 15px;
		overflow: auto;
		text-align: left;
		line-height: 1.4em;
		}
		#TB_ajaxContent p{
			padding: 5px 0;
			}
	/* -----------------------------------------------------------------------------------
	THICKBOX -- LOADER
	----------------------------------------------------------------------------------- */
	#TB_load{
		position: fixed;
		display:none;
		height:13px;
		width:208px;
		z-index:103;
		top: 45%;
		left: 50%;
		margin: -6px 0 0 -65px; /* -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');
		}
	/* -----------------------------------------------------------------------------------
	THICKBOX -- HIDE SELECT
	----------------------------------------------------------------------------------- */
	#TB_HideSelect{
		z-index:99;
		position:fixed;
		top: 0;
		left: 0;
		background-color:#fff;
		border:none;
		filter:alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
		height:100%;
		width:100%;
		}
	* html #TB_HideSelect { /* ie6 hack */
		position: absolute;
		height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
		}
	/* -----------------------------------------------------------------------------------
	THICKBOX -- IFRAME
	----------------------------------------------------------------------------------- */
	#TB_iframeContent{
		position: relative;
		left: 14px;
		clear:both;
		border:none;
		}
	/* -----------------------------------------------------------------------------------
	THICKBOX -- MODAL -- PROGRAM VIDEO
	----------------------------------------------------------------------------------- */
	#program_video {
		position: relative;
		background: url(/ui/image/thickbox/program.gif) no-repeat 10px 20px;
		width: 640px;
		height: 470px;
		padding: 20px 10px 0;
		}
		#program_video .close {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 100;
			display: block;
			background: url(/ui/image/thickbox/program-close.gif) no-repeat 0 0;
			width: 77px;
			height: 37px;
			overflow: hidden;
			text-indent: -9999px;
			}
		#program_video .description {
			position: absolute;
			left: 10px;
			top: 410px;
			background: #fff;
			width: 590px;
			height: 40px;
			padding: 0 20px 20px;
			overflow: hidden;
			}
			#program_video .description h1 {
				font-weight: bold;
				font-style: italic;
				font-size: 16px;
				line-height: 20px;
				color: #077eb3;
				padding: 0 0 5px;
				}
			#program_video .description p {
				font-weight: bold;
				font-style: italic;
				font-size: 12px;
				line-height: 18px;
				color: #083454;
				}
				

