/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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;
	text-indent: -3000em;
}

#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=85);
	-moz-opacity: 0.85;*/
	opacity: 0.85;
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 9px solid #2E1D0D;
	text-align:left;
	top:50%;
	left:50%;
}

#TB_window img#TB_Image {
	display: block;
	margin: 0;
	border: 0;
}

#TB_caption{
	height:0;
	padding:0;
	float:left;
}
#TB_closeWindow{
	height:0;
	padding:0;
	float:right;
	text-indent: -3000em;
}

#TB_ImageOff { width: 90%; }

#TB_closeAjaxWindow{
    height: 19px;
    width: 20px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
    text-indent: -3000em;
    margin: 0;
    padding: 0;
}

#TB_closeWindowButton{
    display: block;
    height: 30px;
    width: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
    text-indent: -3000em;
	background: #587c06 url(../images/thickbox/thickbox-close.gif) 50% 50% no-repeat;
	border: 6px solid #486703;
}

#TB_ajaxWindowTitle{
	height: 0;
}

#TB_title{
	display: inline;
	width: 0;
	height:0;
	padding: 0;
	margin: 0;
	background-color: #44301e;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:hidden;
	text-align:left;
	line-height:1.4em;
	background: #44301e url(../images/thickbox/thickbox-bottom.gif) 0 100% no-repeat;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

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

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

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

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

#TB_next {
    display: block;
    position: absolute;
    bottom: -15px;
    right: -15px;
    height: 30px;
    width: 30px;
    text-indent: -3000em;
    background: #f853cc url(../images/thickbox/thickbox-next.gif) 50% 50% no-repeat; 
    border: 6px solid #cf3e9d;
}
#TB_prev {
    display: block;
    position: absolute;
    bottom: -15px;
    left: -15px;
    height: 30px;
    width: 30px;
    text-indent: -3000em;
    background: #f853cc url(../images/thickbox/thickbox-prev.gif) 50% 50% no-repeat; 
    border: 6px solid #cf3e9d;
}

#TB_ajaxContent h1 {
	float: right;
    background: transparent url(../images/thickbox/thickbox-bg.gif) 0 0 no-repeat;
    font-size: 0.95em;
    font-weight: normal;
    text-align: left;
    color: #fff;
    margin: -2px -15px -5px 0;
    padding: 95px 35px 25px 300px;
    height: 25px; /*150 total*/
    width: 200px /* 700 total */
}

#TB_ajaxContent img {
    float: left;
    margin-top: -109px;
	margin-left: -8px;
}

#TB_ajaxContent p {
    width: 190px;
    float: right;
	clear: right;
	margin: -5px 0 7px 0;
    padding: 10px 30px 0 0;
    color: #fff;
    font-size: 0.95em;
    line-height: 1.8em;
}

#TB_ajaxContent p.orange {
    color: orange;
}
#TB_window #TB_ajaxContent p a { color: #009900; border-color: #009900; }
