/* - - - - - - CSS Document - - - - - - - - -

Title : Style Sheet for Thickbox
Author : Cody Lindley, Jason Levine

- - - - - - - - - - - - - - - - - - - - - */

img {border: solid 0px;}
body {
height:100%;
border: 0px;
margin:0px; padding:0px; 
}

#TB_overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=0);
	-moz-opacity: 0.0;
	opacity: 0.0;
	
}


#inframe1 #TB_overlay1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index:2;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}


#TB_window {
	position: absolute;
	z-index: 99;
	color:#000000;
	display:none;
}

#TB_window .tb_image {
	display:block;
	margin: 0px 0 4px 4px;
}

#TB_head {width:100%; border: solid 0px;  height:24px;

}
#TB_head td {padding-left:7px; padding-right:5px;  font-size: 11px;}

#TB_ajaxContent{
	padding:0px 0px 5px 5px;
	padding-top:0px;
	z-index:2;
}

#TB_load{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
	z-index:101;
}

#TB_loadContent  {
	margin-left: -125px;
	position: absolute;
	top: -50px;
	left: 50%;
	width: 250px;
	height: 100px;
	visibility: visible;
	z-index:2;
}

#TB_ImageDIV {
	margin-top:4px;
}

#TB_SecondLine, #TB_ImageDIV, #TB_ajaxContent {
	clear: both;
}
