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

Title : Thickbox styles
Author : Cody Lindley 

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

#TB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

#TB_window {
	top: 0px;
	left: 0px;
	position: fixed;
	_position: absolute;
	background: white;
	z-index: 1020;
	color:#111c22;
	display:none;
	border: 5px solid #111c22;
	padding:10px;

}
#TB_window h1
	{
		margin-top:0px;
	}
#TB_window img {
	border:1px solid #111c22;
	float:left;
	padding:1px;
	margin-right:10px;
	margin-bottom:3px;
	float:left; 
}
#TB_window .link {
	
	padding:10px 0px 10px 40px;
	
	clear:both;
	background-image: url(../../layout/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#TB_caption{
	float:left;
}

#TB_closeWindow{
	float:right;
}

#TB_closeAjaxWindow{
	padding:0px;
	margin-bottom:1px;
	text-align:right;
	background-color:white;
}

#TB_ajaxContent{
	padding:0px; margin:0px;
}

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

#TB_loadContent  {
	margin-left: -125px;
	position: absolute;
	top: -50px;
	left: 50%;
	width: 250px;
	height: 100px;
	visibility: visible;
}
p, a	
	{
		font-size:.9em;
	}
