@charset "iso-8859-1";
/* CSS Document */
#modalPage {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 90000;
	/*display:none;*/
}
.modalBackground {
	filter: Alpha(Opacity=80);
	-moz-opacity:0.80;
	opacity: 0.80;
	width: 100%;
	height: 100%;
	background-color: #000;
	position: fixed;
	z-index: 1500;
	top: 0px;
	left: 0px;
}
.modalContainer {
	position: absolute;
	width: 400px;
	left: 50%;
	top: 50%;
	z-index: 1750;
}
.modal {
	background-color: white;
	border: 1px solid #666666;
	position: relative;
	top: -200px;
	left: -200px;
	z-index: 1000;
	width: 400px;
	padding: 0px;
}
body {
	height: 100%;
	width: 100%;
}
.modalTop {
	width: 392px;
	background-color: #333333;
	padding: 4px;
	color: #000000;
	text-align: right;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
}
.modalTop a, .modalTop a:visited {
	color: #FFFFFF;
}
.modalBody {
	padding: 0px;
	background-color: #666666;
}
#img-site {
	background-image: url(../img/img_index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0px;
	height: 580px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.fechar-popup {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	position: fixed;
	z-index: 9001;
	top: 20px;
	right: 20px;
	text-transform: uppercase;
	text-decoration: none;
}
.table-container {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 30px;
	z-index: 9000;
}
.table-container .destaque {
	padding: 1px;
	border: 1px solid #666666;
}
