/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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:#505151;
	padding:0 40px 0;
	margin-top: 20px;
	text-align: center;	
	text-transform: uppercase;
	min-height: 33px;
	height: auto !important;
	height: 33px;
}

#TB_window a:link {color: #FE0000;}
#TB_window a:visited {color: #FE0000;}
#TB_window a:hover {color: #505151;}
#TB_window a:active {color: #FE0000;}
#TB_window a:focus{color: #FE0000;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:1000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
}

#TB_window {
	position: fixed;
	background: transparent url(/images/branding/shadows/corner-top-right.png) no-repeat top right;
	z-index: 1002;
	color:#000000;
	display:none;
	text-align:left;
	top:40%;
	left:50%;
	}
	#TB_window .TB_outerContainer {
		background: transparent url(/images/branding/shadows/shadow-bottom.png) no-repeat bottom left;
		padding: 0 0 15px 0;	
		float:left;	
		}
		#TB_window .TB_Container {
			background: transparent url(/images/branding/shadows/shadow-left.png) no-repeat top left;
			padding: 15px 0 0 15px;
			float:left;
			}
			#TB_window .TB_innerContainer {
				background:#fff;
				float:left;
				}
	#TB_window .shadow-right {
		background: transparent url(/images/branding/shadows/shadow-right.png) no-repeat bottom left;
		margin-top: 15px;
		float: right;
		width: 15px;
		}

#TB_window img#TB_Image {
	display:block;
	margin: 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	width:100%;
	padding:0;	
	float:left;
}

#TB_closeWindow {	
	padding:0;
	position:absolute;
	right:10px;
	top:-15px;		
	}
	#TB_closeWindow a:link,
	#TB_closeWindow a {
		color:#fff;
		display:block;
		height:25px;
		width:67px;
		text-transform:uppercase;
		text-indent:-9999px;
		background:#fe0100 url(/images/branding/jcarousel/thickbox-close-bg.gif) no-repeat;	
		overflow:hidden;
		}

#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;
	height:100%;
	width:100%;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
}

#TB_next, #TB_prev {
	position:absolute;
	right:20px;
	bottom:30px;	
	}
	#TB_prev {
		left:20px;
		right:auto;
		}

#TB_next a, #TB_prev a {
	background: #fe0000 url(/images/branding/jcarousel/thickbox-next-bg.gif) no-repeat;
	width:11px;
	height: 21px;
	display:block;
	text-indent:-9999px;	
	overflow:hidden;
	}
#TB_prev a {
	background: #fe0000 url(/images/branding/jcarousel/thickbox-prev-bg.gif) no-repeat;		
	}	