/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* *{padding: 0; margin: 0;} */

html, body {
min-height: 100%;
height: auto !important;
height: 100%;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a {color: #FFF; text-decoration:underline;}
#TB_window a:link {color: #FFF; text-decoration:underline;}
#TB_window a:visited {color: #FFF;}
#TB_window a:hover {color: #FFF;}
#TB_window a:active {color: #FFF;}
#TB_window a:focus{color: #FFF;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=30);
	-moz-opacity: 30;
	opacity: 0.4;
}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	position: absolute;
	z-index: 102;
	color:#000000;
	display:none;
	text-align:left;
	padding:0px;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:0px;
/*
	padding:11px 25px 10px 0;
*/
	float:right;
}

#TB_closeAjaxWindowTactical{
	/* padding:5px 10px 7px 0; */
	margin-bottom:1px;
	/* text-align:right; */
	float:right;
	margin: 5px;
	width:30px;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color: #3f66ae;
/*
	background-color:#5d72a9;
*/
	height:27px;
}

#TB_ajaxContent{
	padding:0px 0px 0px 0px;
	text-align:left;
	line-height:1.4em;
	float:left;
	width:100%;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
	background-image: url(../images/loadingAnimation.gif);
	background-repeat: no-repeat;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	border:none;
	clear:both;
}

#TB_closeAjaxWindow 
{
	float:right;
	margin: 10px 10px 0px 5px;
	_margin: 10px 5px 0px 5px;
	background-image: url(../images/close.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	text-indent: -6000px;
}

#TB_closeAjaxWindow a {
	display: block;
	height: 16px;
	width: 16px;
}

#highlight
{
	color:#FFFFFF;
	float:left;
}

#highlight #content_container #content
{
	float:left;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
/*
	background: #5d72a9;
*/
	background:#3f66ae;
	width:100%;
}

#highlight #content_container #content #image
{
	float:right;
	width:210px;
	padding:10px 15px 0px 0px;
}

* html #highlight #content_container #content #image {
	padding-right:7px;
}

#highlight #content_container #content .highlight_image
{
	float:right;
	margin:15px 10px 5px 10px;
	_margin:15px 5px 5px 10px;
	border:none;
}

#highlight #content_container #content #text
{
	float:left;
	color:#FFFFFF;
}

#highlight #content_container #content #text table
{
	background-color:#354C77;
	width:95%;
	padding:5px 8px 5px 8px;
}

#highlight #content_container #content #text td
{
	color:#FFFFFF;
}

#highlight #header_container #header
{
	background-image:url(../images/s_dotline_highlight01.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	float:left;
	width:100%;
	border:none;
}

#highlight #header_container #header h1
{
	font-family:"Arial Narrow";
	color:#CCCCCC;
	font-size:14px;
	margin:0px 0px 0px 10px;
	padding:10px 0px 0px 0px;
	width:80%;
}

#highlight #header_container #header h2
{
	font-family:"Arial Narrow";
	color:#FFFFFF;
	font-size:17px;
	width:100%;
	margin:0px 0px 0px 10px;
}

#highlight #header_container
{
	background-color: #3f66ae;
/*
	background-color: #5d72a9;
*/
	float:left;
	padding:0px 0px 0px 0px;
	border:none;
	width:100%;
}

#highlight #content_container #navigation
{
	background-image:url(../images/s_separator_highlight01.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#354C77;
	width:100%;
	float:left;
	padding:0px 0px 0px 0px; 
/*
	height:30px;
*/
	color:#CCCCCC;
}

.link
{
	margin:auto;
	float:left;
	width:auto;
	padding:0px 5px 0px 5px;
	margin:5px 0px 5px 0px;
	color:#FFFFFF;
}

.link a
{
	font-family:"Arial Narrow";
	color:#FFFFFF;
	text-decoration:none;
}

.link_right
{
	margin:auto;
	background-image:url(../images/s_dot_vert_highlight.gif);
	background-repeat:no-repeat;
	background-position:right;
	float:left;
	width:auto;
	padding:0px 5px 0px 5px;
	margin:5px 0px 5px 0px;
	color:#FFFFFF;
}

.link_right a
{
	font-family:"Arial Narrow";
	color:#FFFFFF;
	text-decoration:none;
}

p
{
	padding:0px 10px 0px 10px;
	margin:0px 10px 0px 10px;
}

#highlight #content_container
{
	float:left;
	_height:350px;
	max-height:350px;
	overflow:auto;
	background: none;
	width:100%;
}

#highlight #content_container li
{
	padding-left:10px;
}