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

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

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

html, body {height:100%; font-family: "Georgia","Times New Roman";}

#TB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index:0;
	width: 100%;
	height: 100%;
	background-color: #cccccc;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	font-family: "Georgia","Times New Roman";
}

#TB_window {
	position:absolute;
	background:#fffff0;
	z-index: 102;
	color:#333;
	display:none;
	padding:0;
	border:2px solid #333;
	font-family: "Georgia","Times New Roman";
}

#TB_caption, #TB_prev {
	height:25px;
	padding:10px 30px 0px 25px;
	float:left;
	font-family: "Georgia","Times New Roman";
}

#TB_closeWindow, #TB_next{
	height:25px;
	padding:10px 25px 0px 0;
	float:right;
	font-family: "Georgia","Times New Roman";
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	background-color:#333;
	font-family: "Georgia","Times New Roman";
}

#TB_next a, #TB_prev a { color:#333; text-decoration:none; }

#TB_closeAjaxWindow a { color:#fff; text-decoration:none; }

#TB_closeAjaxWindow #TB_next a:hover, #TB_prev a:hover { color:#666; }

#TB_closeAjaxWindow a:hover { color:#fff; }

#TB_ajaxContent{
	padding:0; margin:0;
	width:540px;
/*	float:left; */
	font-family: "Georgia","Times New Roman";	
}

#TB_ajaxContent img { float:left; }

#TB_ajaxContent p {
	color:#333;
	font-size:14px;
	margin:10px;
	text-align:left;
	font-family: "Georgia","Times New Roman";
}

#TB_ajaxContent ul {
	margin:18px 0 20px 20px;
	padding:0;
	
}

#TB_ajaxContent li {
	color:#fff;
	font-size:14px;
	margin:0;
	padding:0;
	list-style:none;
	text-align:left;
}

#TB_ajaxContent ul.desc li {
	color:#fff;
}

#TB_ajaxContent ul.desc { margin:18px 0 20px 10px; }

#TB_load{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
	z-index:101;
	font-family: "Georgia","Times New Roman";
}

#TB_loadContent  {
	margin-left: -125px;
	position: absolute;
	top: -50px;
	left: 50%;
/*	width: 500px; */
/*	height: 414px; */
	width: 540px;
	height: 500px;
	visibility: visible;
	font-family: "Georgia","Times New Roman";
}

#TB_SecondLine, #TB_ImageDIV, #TB_ajaxContent {
	clear: both;
	font-family: "Georgia","Times New Roman";
}