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

Title : Thickbox styles
Author : Cody Lindley 

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

#TB_overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index:100;
	width: 100%;
	/*height: 100%;
	height: 10000px;*/
	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;
	/*color:#000000;*/
	display:none;
	border: 4px solid #525252;
}

/*#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}*/

#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;
}

#TB_ajaxContent{
	padding:2px 15px 15px 15px;
	/*overflow:auto;*/
	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.thickbox {
	padding-left: 21px; background: url(../images-whb/design/plus.gif) 0px 1px no-repeat; display: block; float: right; padding-bottom: 2px;}
a.tb-button, a.tb-button:hover {position: absolute; top: 28px; left: 905px; width: 122px; height: 90px; background: url(../images-whb/design/tb-button.png) 0px 0px no-repeat; text-decoration: none;}
* html a.tb-button, * html a.tb-button:hover {background: url(../images-whb/design/tb-button.gif) 0px 0px no-repeat;}

/* 988-901=87*/
#TB_ajaxContent .unit-4 {width: 264px;}
#TB_ajaxContent .unit-12 {width: 822px;}
#TB_ajaxContent table.stripy {width: 828px;}
#TB_ajaxContent table.stripy td.td-left, #TB_ajaxContent table.stripy td.th-left {width: 180px;}
#TB_ajaxContent table.stripy td.td-left .show {width: 180px;}
/*#TB_ajaxContent table.stripy td {padding: 10px 2px 7px 2px;}*/
#TB_ajaxContent table.stripy td {padding: 5px 2px 5px 2px;}
#TB_ajaxContent table.stripy td.td-left, #TB_ajaxContent table.stripy td.th-left {width: 180px; padding: 10px 12px 7px 12px;}
td.col4, #TB_ajaxContent table.stripy td.col4 .show {width: 180px;}
td.col6, #TB_ajaxContent table.stripy td.col6 .show {width: 112px;}