/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

html, body {
min-height: 100%;
height: auto !important;
height: 100%;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: absolute;
  z-index:1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  min-height:100%;
  background-color:#070707;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

#TB_window {
  position: absolute;
  z-index: 1020;
	color: #FFFFFF;
  display: none;
  text-align: left;
  background: #1E1E1E;
}

#TB_window h1 {
  display: inline;
}

#TB_window img {
  display: block;
  margin: 0;
	border: 10px solid #ffffff;
}

#TB_secondLine {
	float: left;
	padding: 11px 15px 20px 15px;
	width: 200px;
}

#TB_siteurl {
  float: right;
  width: 65px;
  height: 45px;
  position: relative;
}

#TB_siteurl a {
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 63px;
  background: url(../images/view.gif) no-repeat 0 0;
  overflow: hidden;
  padding: 21px 0 0 0;
  height: 0 !important;
  height /**/:21px;
}

#TB_siteurl a:hover {
  background-position: 0 -21px;
}

#TB_navigate {
  float: right;
	position: relative;
	width: 80px;
	height: 45px;
	background: url(../images/buttons_bg.gif) no-repeat 17px 10px;
}

span#TB_prev {
	display: block;
	height: 21px;
	width: 21px;
}

span#TB_next {
	display: block;
	height: 21px;
	width: 21px;
}

#TB_prev a,  #TB_next a {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 21px;
	cursor: pointer;
	padding: 21px 0 0 0;
	height: 0px !important;
	height /**/:21px;
}

#TB_next a {
	background: url(../images/next.gif) no-repeat 0 0;	
	top: 10px;
	right: 15px;
}

#TB_next a:hover {
	background-position: 0 -21px;
}

#TB_prev a {
	background: url(../images/prev.gif) no-repeat 0 0;	
	top: 10px;
	right: 42px;
}

#TB_prev a:hover {
	background-position: 0 -21px;
}

#TB_caption{
  padding: 13px 15px 10px 15px;
}

#TB_closeWindow {
  position: absolute;
	top: 15px;
	right: 15px;
	height: 17px;
	width: 17px;
}

#TB_closeWindow a {
	display: block;
	background: url(../images/close.gif) no-repeat 0 0;
	overflow: hidden;
	padding: 17px 17px 0 0;
	height: 0px !important;
	height /**/:17px;
	width: 0px !important;
	width /**/:17px;
}

#TB_closeWindow a:hover {
	background-position: 0 -17px;
}

#TB_closeAjaxWindow{
  padding:5px 10px 7px 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;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: absolute;
  display:none;
  height:100px;
  width:100px;
  z-index:1010;
}
#TB_HideSelect{
  z-index:990;
  position:absolute;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  background-color:##99CC00;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
#TB_iframeContent{
  border:none;
  clear:both;
}