/* - - - - - - CSS Document - - - - - - - - -Title : Style Sheet for ThickboxAuthor : Cody Lindley, Jason Levine- - - - - - - - - - - - - - - - - - - - - */html, body {height:100%;}#TB_overlay {	position: absolute;	top: 0;	left: 0;	z-index:50;	width: 100%;	height: 100%;	background-color: #FFF;	filter:alpha(opacity=60);	-moz-opacity: 0.6;	opacity: 0.6;	font-size: 10px;	line-height: 1px;}#TB_window {	position: absolute;	z-index: 100;	display:none;	border: 2px solid #525252;	font-size: 10px;	text-align: center;	clear: none;	white-space: normal;	background-color: #fff;	padding-right: 10px;	padding-left: 11px;	padding-top: 10px;}#TB_caption, #TB_prev{	float:left;	padding: 5px 0 10px;}#TB_closeWindow, #TB_next{	float:right;	padding-top: 0;	padding-bottom: 5px;}#TB_closeAjaxWindow{	text-align: right;	background-color:#e8e8e8;}#TB_ajaxContent{	overflow:auto;	padding-top: 0;}#TB_load{	text-align: center;	position: absolute;	top: 50%;	left: 0px;	width: 100%;	overflow: visible;	visibility: visible;	display: block;	z-index:101;}#TB_loadContent  {	position: absolute;	left: 50%;	width: 250px;	height: 100px;	visibility: visible;}#TB_SecondLine, #TB_ImageDIV, #TB_ajaxContent {	clear: both;}#TB_window img {	display:block;	border-right: 1px solid #ccc;	border-bottom: 1px solid #ccc;	border-top: 1px solid #666;	border-left: 1px solid #666;	margin-top: 26px;	margin-right: 10px;	margin-left: 30px;	margin: 20px;}