/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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(macFFBgHack.png) repeat;
	}

.TB_overlayBG
	{
	/* background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75; */
	}

* 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;
	background: #d0eaf1;
	z-index: 102;
	color:#000000;
	display:none;
	top:50%;
	left:40%;
	filter:alpha(opacity=97);
	-moz-opacity: 0.97;
	opacity: 0.97;
	}

* 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_closeAjaxWindow
	{
	padding:0;
	margin:0;
	}

#TB_title
	{
	background-color:#d0e2f1;
	position:absolute;
	top: 13px;
	right: 13px;
	}

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

#TB_ajaxContent #AreaDetail01,
#TB_ajaxContent #AreaDetail02
	{
	margin: 15px auto 0px auto;
	padding: 5px 10px;
	width: 462px;
	background-color:#e8f1f8;
	}

#TB_ajaxContent #AreaDetail02
	{
	margin-top: 10px;
	}

#TB_ajaxContent #AreaDetail01 h2
	{
	font-size: 14px; /* 14px */
	color:#035979;
	}

#TB_ajaxContent #AreaDetail01 p
	{
	font-size: 12px; /* 12px */
	color:#333;
	}

#TB_ajaxContent #AreaDetail02 .AreaDetailBox
	{
	margin: 0px auto 0px auto;
	width: 320px;
	text-align: left;
	}

#TB_ajaxContent #AreaDetail02 .AreaDetailBox h3
	{
	font-size: 12px; /* 12px */
	color:#0b1d42;
	}

#TB_ajaxContent #AreaDetail02 .AreaDetailBox table
	{
	font-size: 11px; /* 11px */
	color:#333;
	}

#TB_ajaxContent #AreaDetail02 .AreaDetailBox th
	{
	padding-left: 15px;
	padding-right: 15px;
	}

#TB_ajaxContent #AreaDetail02 .AreaDetailBox td
	{
	padding-left: 15px;
	background: url(i/table-arrow.gif) no-repeat 0 4px;
	}

#TB_ajaxContent #AreaDetail02 .AreaDetailBox h3 a,
#TB_ajaxContent #AreaDetail02 .AreaDetailBox table a
	{
	text-decoration: underline;
	}
