/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#popUpContent *{padding: 0; margin: 0;}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color:#000066;
	
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a
{
	color: #000;	
	text-decoration:underline;
}
#TB_window a:visited {color: #000;}
#TB_window a:hover {
		color: #000;
		text-decoration:underline;
		}
#TB_window a:active {color: #000;}
#TB_window a:focus{color: #000;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:1000;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 1002;
	color:#000000;
	display:none;
	text-align:left;

}
#TB_ajaxContent{
	clear:both;
	padding:2px 1px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;

	}

#TB_caption{
	height:25px;
	padding:7px 0 1px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 0;
	float:right;
	color:#ffffff;
	
}
#TB_closeWindow a,#TB_closeWindow a:active{
	color:#ffffff;
}
#TB_closeWindow a:hover{
	color:#ffffff;
}
#TB_closeWindow a:visited{
	color:#ffffff;
}
#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 5px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#891924;
	color:#ffffff;
	height:27px;
}
#TB_window #TB_title a{
	color:#ffffff;
	text-decoration:none;
}

#TB_title a:hover{
	color:#ffffff;
	text-decoration:underline;
}
#TB_title a.visited{
	color:#ffffff;
	text-decoration:underline;
}


#TB_load{
	position: absolute;
	display:none;
	height:52px;
	width:52px;
	z-index:1001;
}

#TB_HideSelect{
	z-index:999;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	margin-bottom:1px;
}

#TB_iframeContent table{
	clear:both;

}
