@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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 {text-decoration:underline;}
#TB_window a:link {color: #ff6400;}
#TB_window a:visited {color: #ff6400;}
#TB_window a:hover {color: #ff3300;}
#TB_window a:active {color: #ff3300;}
#TB_window a:focus{color: #ff6400;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position:fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	min-width: 100%;
	min-height: 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 {
	margin:0px;
	padding:0px;
	position: fixed;
	background: #323232;;
	z-index: 102;
	color:#ffffff;
	display:none;
	border:2px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

#TB_window img {
  display:block;
  /*margin: 20px 0 0 20px;*/
  }

* 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;
	clear:both;/*080702*/
	margin: 0 auto 15px;
	border:solid 1px #9C083C;
}

/*
#TB_closeWindow{
	height:12px;
	margin:10px; 
	float:right;	 
	font-size:20px;
	font-weight:bolder;
	display:inline;
}
*/
/*
#TB_closeAjaxWindow{
	height:12px;
	width:65px;
	margin:10px;
	float:right;
	clear:both;
	display:inline;
}
*/

#TB_closeAjaxWindow, #TB_closeWindow{
	height:12px;
	width:65px;
	margin:10px;
	float:right;
	clear:both;
	display:inline;
}


a#TB_closeWindowButton{
    display:block;
	width:56px;
	height:11px;
	text-indent: -9999px;
    background: url(btn_close.gif) no-repeat 0 0;
    overflow: hidden;
}

a#TB_closeWindowButton:hover{
    background-position:0 -11px;
}

#TB_ajaxWindowTitle{
	display:none;
}

#TB_title{	
}

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

#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:101;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -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:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

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

#TB_iframeContent{
	clear:both;
	background:#000000;
	border:none;
	/*margin-bottom:-1px;
	margin-top:1px;*/
	_margin-bottom:1px;
}

#TB_caption{
	clear:both;
	position:relative;
	display:block;
	height:0;
	padding:0;
	margin:0;
	line-height:1;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
}

#TB_next,
#TB_prev {
  position:absolute;
  display:block;
  color: #FFFFFF;
  text-decoration:none;
}

#TB_next a,
#TB_prev a{display:inline;}

#TB_next {
  right:0;
  bottom:-20px;
  width:20%;
  text-align:right;
 }
#TB_prev {
  left:0;
  bottom:-20px;
  width:20%;
  text-align:left;
}