

/********* THICK BOX *********/



#TB_window {
	width:752px;
	height:190px;
	left: 0px;
	position: fixed;
	_position: absolute;
	
}


#TB_caption{
	height:15px;
	padding:5px 30px 5px 25px;
	float:left;
}

#TB_closeWindow
{
	
	background:#ffffff;
	/*width:727px;*/
	clear:both;
	height:15px;
	
	padding: 5px 25px 5px 0;
	float:right;
}

#flash_large
{
	width:752px;
	float:right;
}

#image_large
{
	/*width:410px;*/
	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;
}

#TB_load{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
	
}

#TB_loadContent  {
	margin-left: -125px;
	position: absolute;
	top: -50px;
	left: 50%;
	width: 250px;
	height: 100px;
	visibility: visible;
}


