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

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

#TB_window {
	font:10px Verdana, Tahoma, "Trebuchet MS", Arial, sans-serif;
	color:#ffffff;
	line-height:13px;
	letter-spacing:0px;
}

#TB_secondLine {
	position:absolute;
	right:0px;
	bottom:16px;
	background-color:#000000;
	font:10px Verdana, Tahoma, "Trebuchet MS", Arial, sans-serif;
	line-height:13px;
	letter-spacing:0px;
	color:#ffffff;
}

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

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position:fixed;
	z-index:100;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/transparent.png) repeat;}
.TB_overlayBG {background-color:#000000; filter:alpha(opacity=85); -moz-opacity: 0.85; opacity: 0.85;}

* 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;
	z-index:102;
	color:#ffffff;
	display:none;
	border:0px solid #000000;
	text-align:left;
	top:50%;
	left:50%;
}

* 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_window img#TB_Image {
	display:block;
	margin:0px 0px 0px 0px;
	border:20px solid #ffffff;
}

#TB_caption{
	background-color:#000000;
	padding:4px 1px 1px 4px;
	margin-top:-9px;
	margin-right:13px;
	float:right;
}

#TB_closeAjaxWindow{
	background-color:#000000;
	padding:0px 0px 0px 0px;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	display:none;
	visibility:hidden;
	background-color:#ffffff;
	float:right;
	padding:4px 1px 1px 4px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#000000;
}

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

#TB_ajaxContent.TB_modal{
	padding:0px;
}

#TB_ajaxContent p{
	padding:0px 0px 0px 0px;
}

#TB_load{
	position:fixed;
	display:none;
	height:21px;
	width:56px;
	z-index:103;
	top:50%;
	left:50%;
	margin:-10px 0 0 -28px; /* -height/2 0 0 -width/2 */
}

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

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

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

#TB_iframeContent{
	clear:both;
	border:13px solid #ffffff;
	margin:1px;
}
