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

Title : Thickbox styles
Author : Cody Lindley 

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

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

#TB_window {
	top: 0px;
	left: 0px;
	position: fixed;
	_position: absolute;
	background: #fff;
	z-index: 102;
	display:none;
	border: 15px solid #ffffff;
}

#TB_caption{
	height:25px;
	padding:10px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:10px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	background-color:#e8e8e8; position: relative;
}

#TB_ajaxContent{
	padding:2px 15px 15px 15px;
	overflow: scroll;
	text-align: left;
}
#TB_ajaxContent .unit-1,
#TB_ajaxContent .unit-2,
#TB_ajaxContent .unit-3,
#TB_ajaxContent .unit-4,
#TB_ajaxContent .unit-5,
#TB_ajaxContent .unit-6,
#TB_ajaxContent .unit-7,
#TB_ajaxContent .unit-8,
#TB_ajaxContent .unit-9,
#TB_ajaxContent .unit-10,
#TB_ajaxContent .unit-11,
#TB_ajaxContent .unit-12 {position: static;}
#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;
}
a#TB_closeWindowButton, a#TB_closeWindowButton:hover {width: 15px; height: 15px; display: inline-block; background: url(../images/design/thickbox/expand-close.gif) 0px 0px no-repeat; line-height: 1px; font-size: 1px; text-decoration: none;}
a#TB_closeWindowButton:hover {background-position: -15px 0px;}
a.tb-button, a.tb-button:hover {position: absolute; top: 28px; left: 925px; width: 122px; height: 90px; background: url(../images/design/tb-button.png) 0px 0px no-repeat; text-decoration: none; display: block; line-height: 1px; font-size: 1px;}
* html a.tb-button, * html a.tb-button:hover {background: url(../images/design/tb-button.gif) 0px 0px no-repeat;}

#TB_ajaxContent .unit-4 {width: 264px;}
#TB_ajaxContent .unit-12 {width: 822px;}