/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/*http://www.pinkcactus.com.au/folio_web.html*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{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(../img/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

#TB_window {
	position: fixed;
	background: #FFF url(../img/thickbox-bg.gif) no-repeat scroll 0 50%;
	height:540px;
	width:300px;	
	z-index: 102;
	color:#000000;
	display:none;
	border: 10px solid #FFF;
	text-align:left;
	top:45%;
	left:50%;
	padding:0 0px;
	-moz-border-radius:10px;
}

#TB_window img#TB_Image {
	display: block;
	margin:192px 0 0 15px;
	border: 0;
	opacity: 1;
}

#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{
    height: 31px;
    width: 31px;
    position: absolute;
    top: 95px;
    right: 3px;
    text-indent: -3000em;
	background: #FFF url(../img/thickbox-close.jpg) 50% 50% no-repeat;
}

#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;
	margin-left:0px;
	margin-right:1px;
}

#TB_next {
	cursor:pointer;
    display: block;
    position: absolute;
    bottom: 35%;
    right: 10px;
    height: 37px;
    width: 30px;
    text-indent: -3000em;
    background: #FFF url(../img/thickbox-next.jpg) 50% 50% no-repeat; 
}
#TB_prev {
	cursor:pointer;
    display: block;
    position: absolute;
    bottom: 35%;
    left: 10px;
    height: 37px;
    width: 30px;
    text-indent: -3000em;
    background: #FFF url(../img/thickbox-prev.jpg) 50% 50% no-repeat; 

}

#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; }

