/*------------------------------------- Customized for tgaw.com --------------------------------------*/
#TB_window 
{
	position: fixed;
	z-index: 102;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
	font-size:110%;
	padding:0;
	margin:0;
}
	#TB_innerHolder
	{
		border-left: 6px solid #696969;
		border-right: 2px solid #696969;
		border-top: none;
		border-bottom:none;
		background-color:#fff;
	}
	
	#TB_metadata
	{
		overflow:hidden;
	}
	
	#TB_header
	{
		height:25px;
		background:transparent url(/c/images/thickbox_top_bg.png) no-repeat bottom left;
	}
	
	#TB_footer
	{
		height:25px;
		background:transparent url(/c/images/thickbox_btm_bg.png) no-repeat top left;
		clear:both;
	}

	#TB_closeWindow
	{
		display:block;
		height:40px;
		width:41px;
		float:right;
		position:relative;
		top:-30px;
		z-index:17;
		right:-22px;
		margin-bottom:-30px;
		overflow:hidden;
		text-indent:-300em;
		background:transparent url(/c/images/thickbox_close.png) no-repeat center;
	}
	
	#TB_ImageHolder
	{
		position:relative;
	}
	
	#TB_window img#TB_Image 
	{
		display:block;
		margin: 0px 0 0 10px;
		border:1px solid #7C7C7C;
	}
	
	.TB_shuttleButton
	{
		display:block;
		position:absolute;
		height:100%;
		width:48%;
		top:0;
		cursor:pointer;
		
		/**
		 * NOTE:
		 *      This is a workaround for IE7. It wasn't able to display the next/last
		 *      links properly without something filling up the space
		 *      the image is just a fully transparent block.
		 */
		background:transparent url(/c/images/thickbox_ie7buttonfix.png) repeat top left;
	}
	
		.TB_shuttleButton span
		{
			display:none;
			width:90px;
			height:100%;
			position:absolute;
			overflow:hidden;
			text-indent:-300em;
			text-decoration:none;
		}
		
		.TB_shuttleButton:hover span
		{
			display:block;
		}
		
	#TB_prev span
	{
		left:-35px;
		background:transparent url(/c/images/thickbox_arrow_prev.png) no-repeat center left;
	}
	
	#TB_next
	{
		right:0;
	}
	
	#TB_next span
	{
		right:-35px;
		background:transparent url(/c/images/thickbox_arrow_next.png) no-repeat center right;
	}
	
	#TB_caption
	{
		width:70%;
		float:left;
		padding:10px 0px 10px 15px;
		font-weight:bold;
		font-style:italic;
		color:#5e2e15;
	}
	
	#TB_caption a
	{
		color:#5c4837;
		background-color:#f4e36d;
		text-decoration:underline;
		font-size:80%;
	}
		#TB_caption a:hover
		{
			color:#2d2820;
			background-color:#fff600;
			text-decoration:none;
		}
	
	#TB_count
	{
		width:20%;
		float:right;
		text-align:right;
		padding:10px 15px 10px 0;
		font-weight:bold;
		color:#696969;
	}
	
/*-------------------------- Below here has not been customized for tgaw.com -------------------------*/

	#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_title
	{
		background-color:#e8e8e8;
		height:27px;
	}

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

	#TB_ajaxContent.TB_modal
	{
		padding:15px;
	}

	#TB_ajaxContent p
	{
		padding:5px 0px 5px 0px;
	}

	#TB_load
	{
		position: fixed;
		display:none;
		height:13px;
		width:208px;
		z-index:103;
		top: 50%;
		left: 50%;
		margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
	}

	#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%;
	}

	#TB_iframeContent
	{
		clear:both;
		border:none;
		margin-bottom:-1px;
		margin-top:1px;
		_margin-bottom:1px;
	}
	
/*---------------------------------------- Things I'm probably not --------------------------------------------*/

#TB_overlay 
{
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack 
{
	background: url(/c/images/thickbox_macFFBgHack.png) repeat;
}

.TB_overlayBG 
{
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}