/* THICKBOX */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position:absolute;
  z-index:100;
  top: 0;
  left: 0px;
  height:500px;
  width:951px;
}
.TB_overlayMacFFBGHack {background: url(../img/tb-bg.png) repeat;}
.TB_overlayBG {
  background:url(../img/tb-bg.png);
}
#TB_window {
  position:relative;
  z-index: 102;
  display:none;
  border:0;
  text-align:left;
  margin-left:auto !important;
  margin-right:auto !important;
  height:500px;
}

	
#TB_window img#TB_Image {
  display:block;
  margin:0;
  border:0;
}
#TB_caption{
  height:25px;
  padding:13px 0px 10px 0px;
  float:left;
  font-size:13px;
  width:100%;
  text-align:center;
}
#TB_closeWindowButton {
  outline:none;
  display:block;
  background:url(../img/tb-close.gif) no-repeat;
  width:27px;
  height:26px;
  text-indent:-9999px;
  position:absolute;
  top:0;
  right:0;
  z-index:300;
}

#TB_prev {
	outline:none;
	background:url(../img/tb-prev.gif) -35px 0;
	width:35px;
	height:35px;
	text-indent:-9999px;
	position:absolute;
	top:230px;
	left:0;
	z-index:1000;
	}
	
#TB_prev:hover {
	background-position:0 0;
	}
	
#TB_next {
	outline:none;
	background:url(../img/tb-next.gif) 0 0;
	width:35px;
	height:35px;
	text-indent:-9999px;
	position:absolute;
	top:230px;
	right:0;
	z-index:1000;
	}
	
#TB_next:hover {
	background-position:-35px 0;
	}

#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#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: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-bottom:1px;
}@charset "UTF-8";
/* CSS Document */

