/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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;
	*/
}

/*
   GREEN : #bcff2b
   
   
*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:10000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/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 {
	position:fixed;
	background:#000;
	z-index: 10002;
	display:none;
	text-align:left;
	top:50%;
	left:50%;
}

/*
#TB_window a{
  color:#fff;
}

#TB_window a:hover{
  color:#ff0000;
}
*/
* 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_frame{
  background:#000;
  margin:0 auto;
  padding:0;
}

#TB_caption{
  font-size:1.4em;
  font-weight:bold;
  padding:5px 0 5px 20px;
  color:#ffff00;
  text-align:center;
}

/* div that holds the image */
#TB_window_content{
  text-align:center; 
  padding:0; 
  background:#111; 
  margin:0 auto;
  overflow:auto;
  position:relative;
}

/* image to display */
#TB_Image {
  border:none;
  padding:0;
  position:relative;
}

/* footer div that holds the controls */
#TB_window_footer {
  color:#ffff00;
  font-size:1.2em;
  margin:auto;  
  background-color:#000;
  padding-top:10px;
}

#TB_window_footer_io{
}

#TB_window_footer a:link {color:#ff0000;}

#TB_window_footer a:visited {color: #ff0000;}

#TB_window_footer a:active {color:#ff0000;}

#TB_window_footer a:focus{color:#ff0000;}

#TB_window_footer a:hover {background:#ff0000; color:#fff;}

#TB_next_page_controls{
  float:left;
  width:17%;
}

#TB_resize_controls{
  text-align:center;
  float:left;  
  width:60%;
}

/* CURRENT IMAGE & NEXT IMAGE */

#TB_closeWindow{  
  text-align:right;  
  float:left;
  width:20%;
}

#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}

#TB_ajaxContent{
  clear:both;
  overflow:auto;
  text-align:center;
  line-height:1.4em;
  background:#eee;
  margin:auto;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px;
}

#TB_ajaxfooter{
  height:20px;
  background:#000;
  color:#ffff00;
}

#TB_ajaxfooter div{
  padding:5px 10px 5px 0;
  text-align:right;
}

#TB_ajaxfooter a{
  color:#ff0000;
}

#TB_ajaxfooter a:hover{
  background:#ff0000;
  color:#fff;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:10003;
	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:9900;
	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 */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
