@charset "utf-8";
html, body {
min-height: 100%;
height: auto !important;
height: 100%;
padding: 0; 
margin: 0;
} 

#thickbox-credits{
  display:none;
}

#TB_window {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333333;
}

#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;}

#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

#TB_window {
	position: absolute;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
}

#TB_window img {
	display:block;
	border: 0;
}

#TB_closeAjaxWindow{
	padding:10px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

.thickbox-content p{
  padding: 0; margin: 0;
}

.thickbox-content{
	clear:both;
	padding:8px 12px 0px 12px;
	overflow:auto;
	text-align:left;
}

.thickbox-content h4{
  text-transform:uppercase;
  font-weight:bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 0px;
  margin:0px;
}

.thickbox-content .line {
	border-top: 1px solid #d0d5d2;
	height: 1px;
	font-size: 1%;
	padding: 0px;
	margin: 7px 0px 0px 0px;
	width: auto;
}

.thickbox-grey{
  background-color: #ededed;
  text-align: center;
  padding: 10px;
	margin-bottom: 4px;  
}

.thickbox-white{
  text-align: justify;
  padding: 0px;
	margin-bottom: 4px;  
}

.thickbox-content .thickbox-text{
	margin-bottom: 20px;  
}

.thickbox-grey a{
  color: #2a2a2a;
}

.thickbox-grey img{
  margin-left: auto;
  margin-right: auto;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
}
