/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---- LINK DO BTN FECHAR <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#TB_window a:link {	
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	float: right;
	cursor:pointer;
	}
#TB_window a:visited {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	float: right;
	cursor:pointer;
	}
#TB_window a:hover {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #666565;
	float: right;
	cursor:pointer;
}
#TB_window a:active {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	float: right;
	cursor:pointer;
	}

#TB_overlay {
	position: fixed;
	z-index: 9999;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

/* BACKGROUND EXTERNO */
.TB_overlayBG {
	background-color:#D6D4C8;
	filter:alpha(opacity=50);
	-moz-opacity: 0.75;
	opacity: 0.75;
	z-index: 9999;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
	 z-index: 9999;
	 height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

/* CAIXA GERAL */
#TB_window {
	position: fixed;
	/*z-index: 102;*/
	z-index: 999999999;
	display:none;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 2px solid #FFF;
	text-align:left;
	top:50%;
	left:50%;
	
}

* html #TB_window { /* ie6 hack */
	position: absolute;
	z-index: 999999999;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

/* ALINhAMENTO DO BTN FECHAR */
#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

/* COR DE FUNDO BTN FECHAR */
#TB_title{
	background-color:#D6D4C8;
	height:27px;
	font-family: Arial;
	font-size: 15px;
	color: #E9A013;
	font-weight: bold;
}

* html #TB_load { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
