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

/* ----------------------------------------------------------------------------------------------------------------
 ---------->>> thickbox specific link and font settings <<<------------------------------------------------------
 ----------------------------------------------------------------------------------------------------------------*/
#TB_window
{
	background:#fff;
	border:4px solid #525252;
	color:#000;
	display:none;
	font:12px Arial, Helvetica, sans-serif;
	left:50%;
	position:fixed;
	text-align:left;
	top:50%;
	z-index:102;
}

#TB_firstLine
{
	color:#666;
	font:10px Arial, Helvetica, sans-serif;
	height:17px;
}

#TB_pagination
{
	_height:1px;
	height:17px;
	padding-top:5px;
	text-align:center;
	width:100%;
}

#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
{
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:100;
}

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

.TB_overlayBG
{
	-moz-opacity:.75;
	background-color:#000;
	filter:alpha(opacity=75);
	opacity:.75;
    float:left;
}

* html #TB_overlay
{
	height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	position:absolute;
}

* html #TB_window
{
	margin-top:expression(0 - parseInt(this.offsetHeight / 2) 0 (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) 0 'px');
	position:absolute;
}

#TB_window img#TB_Image
{
	border-bottom:1px solid #ccc;
	border-left:1px solid #666;
	border-right:1px solid #ccc;
	border-top:1px solid #666;
	display:block;
	margin:15px auto;
}

#TB_caption
{
	text-align:center;
}

#TB_closeWindow
{
	height:17px;
	margin-right:5px;
	position:absolute;
	right:0;
	text-align:right;
	top:0;
	width:70px;
}

#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;
}

* html #TB_load
{
	margin-top:expression(0 - parseInt(this.offsetHeight / 2) 0 (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) 0 'px');
	position:absolute;
}

#TB_HideSelect
{
	-moz-opacity:0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	height:100%;
	left:0;
	opacity:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:99;
}

* html #TB_HideSelect
{
	height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	position:absolute;
}

#TB_iframeContent
{
	border:none;
	margin-bottom:1px;
	margin-top:5px;
}
