/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	color: #4b463c;
	font: 12px Arial, Helvetica, sans-serif;
}
#TB_window a:link,
#TB_window a:visited {
	color:  #4b463c;
}
#TB_window a:focus,
#TB_window a:hover,
#TB_window a:active {
	color:  #4b463c;
	border-bottom: 1px solid #4b463c;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.TB_overlayMacFFBGHack {
	background: transparent url(/images/presentation/macFFBgHack.png) repeat 0 0;
}
.TB_overlayBG {
	background-color: #000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}
#TB_window {
	background-color: #fff;
	border: 1px solid #525252;
	color: #000;
	display: none;
	left: 50%;
	position: fixed;
	text-align: left;
	top: 50%;
	z-index: 102;
}
#TB_window img#TB_Image {
	border: 1px solid #fff;
	display: block;
	margin: 14px 0 0 14px;
}
#TB_prev {
	padding: 0 8px 0 0;
}
#TB_prev a {
	background: transparent url(/images/presentation/icon_prev.gif) no-repeat 0 50%;
	padding-left: 9px;
}
#TB_next {
	padding: 0 0 0 8px;
}
#TB_next a {
	background: transparent url(/images/presentation/icon_next.gif) no-repeat 100% 50%;
	padding-right: 9px;
}
#TB_caption {
	color:  #4b463c;
	float: left;
	padding: 9px 0 10px 25px;
	width: 60%;
}
#TB_caption h4 {
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	margin-bottom: .2em;
}
#TB_caption p {
	font-size: 11px;
	line-height: 1.4;
	margin: 0;
}
#TB_closeWindow {
	float: right;
	font-size: 11px;
	padding: 10px 25px 10px 0;
}
#TB_closeWindowButton {
	background: transparent url(/images/presentation/icon_close.gif) no-repeat 0 2px;
	padding-left: 10px;
}
#TB_secondLine {
	clear: both;
	color: #4b463c;
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 0 0 1.5em;
	text-align: center;
}
#TB_closeAjaxWindow {
	float: right;
	margin-bottom: 1px;
	padding: 7px 10px 5px 0;
	text-align: right;
}
#TB_ajaxWindowTitle {
	float: left;
	margin-bottom: 1px;
	padding: 7px 0 5px 10px;
}
#TB_title {
	background-color: #e8e8e8;
	height: 27px;
}
#TB_ajaxContent {
	clear: both;
	line-height: 1.4em;
	overflow: auto;
	padding: 2px 15px 15px;
	text-align: left;
}
#TB_ajaxContent.TB_modal {
	padding: 15px;
}
#TB_ajaxContent p {
	padding: 5px 0;
}
#TB_load {
	display: none;
	height: 13px;
	left: 50%;
	margin: -6px 0 0 -104px;
	position: fixed;
	top: 50%;
	width: 208px;
	z-index: 103;
}
#TB_HideSelect {
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	height: 100%;
	left: 0;
	-moz-opacity: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}
#TB_iframeContent {
	border: none;
	clear: both;
	margin-bottom: -1px;
	margin-top: 1px;
}

