/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#TB_window {
	color: #333;
	font: 12px Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

#TB_secondLine {
	color: #666;
	font: 10px Arial, "Helvetica Neue", Helvetica, sans-serif;
	}

#TB_window a:link {color: #666;}
#TB_window a:visited {color: #666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666;}
#TB_window a:focus{color: #666;}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

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

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

.TB_overlayBG {
	background-color: #000;
	opacity: .75;
	}

#TB_window {
	display: none;
	position: fixed;
	z-index: 102;
	top: 50%;
	left: 50%;
	border: 4px solid #525252;
	background: #fff;
	color: #000;
	text-align: left;
	}

#TB_window img#TB_Image {
	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{
	float: left;
	padding: 7px 30px 10px 25px;
	height: 25px;
	}

#TB_closeWindow{
	float: right;
	padding: 11px 25px 10px 0;
	height: 25px;
	}

#TB_closeAjaxWindow{
	float: right;
	margin-bottom: 1px;
	padding: 7px 10px 5px 0;
	text-align: right;
	}

#TB_ajaxWindowTitle{
	float: left;
	padding: 7px 0 5px 10px;
	margin-bottom: 1px;
	}

#TB_title {
	height: 27px;
	background-color: #e8e8e8;
	}

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

#TB_ajaxContent.TB_modal {
	padding: 15px;
	}

#TB_ajaxContent p {
	padding: 5px 0;
	}

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

#TB_HideSelect {
	position:fixed;
	z-index:99;
	top: 0;
	left: 0;
	border: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	opacity: 0;
	}

#TB_iframeContent {
	clear: both;
	margin-top: 1px;
	margin-bottom: -1px;
	border: 0;
	}