/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}
.TB_overlayMacFFBGHack {
	background: url(../images/macFFBgHack.png) repeat;
}
.TB_overlayBG {
	background-color:#5f4100;
	filter:alpha(opacity=30);
	-moz-opacity: 0.30;
	opacity: 0.30;
}
* html #TB_overlay { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	z-index: 102;
	color:#000000;
	display:none;
	/*border: 4px solid #525252;*/
	text-align:left;
	top:50%;
	left:50%;
	background-color:#466f81;
}
* 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');
}
#TB_load {
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px;
}
* 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');
}
#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');
}
#TB_iframeContent {
	clear:both;
	border:none;
}
#pop-up h2 {
	font-size:15px;
	color:#466F82;
	margin:0px;
	padding:0px;
	font-weight:bold;
	padding-bottom:11px;
	border-bottom: #809EAD 1px solid;
	margin-bottom:10px;
}
#pop-up p {
	margin:0px;
	padding:0px;
	font-size:14px;
	color:#7A7C7E;
	line-height:20px;
	font-weight:normal;
	margin-bottom:5px;
}
#pop-up {
	width:313px;
	height:350px;
	display:block;
	background-image:url(../images/pop-up.png);
	padding-left:18px;
	padding-right:18px;
	overflow:hidden !important;
}
.pop-up-logo {
	text-indent:-9999px;
	height:90px;
	display:block;
	width:313px;
	clear:both;
}
#pop-up h2 {
	margin:0px;
	padding:0;
	font-size:18px;
	margin-bottom:5px;
	border:none;
}
#pop-up a {
	text-decoration:none;
	color:#4A7184;
	font-size:14px;
	font-weight:bold;
}
#pop-up a:hover {
	color:#EE3424;
}
.pop-up-text {
	width:313px;
	height:230px;
	overflow:hidden;
}
.close-links a {
	color:#7A7C7E !important;
	font-weight:normal !important;
	font-style:italic;
	margin:0;
	padding:0;	
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}

