@import url(modules.css);

/* --------------------- DEFINIÇÕES GLOBAIS -------------------- */

/* todos os elementos */
* {
	margin:0;
	padding:0;
	text-decoration:none;
}

/* linha */
hr {
	height:1px;
	border:none;
	border-top:1px solid #FFBA00;
	border-bottom:1px solid #F6F5F5;
	margin:10px 0 10px 0;
}

/* body */
body {
	background-color:#FFFFFF;
	background-image:url(../images/bgBody.jpg);
	background-repeat:repeat-x;
}

/* cabecalho */
#header {
	display:block;
	height:121px;
	text-align:left;
	overflow:hidden;
}

/* rodapé */

#footer {
	display:block;
	height:50px;
	margin:12px 20px 100px 15px;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-image:url(../images/footer.png);
	margin-bottom:-120px;
	vertical-align: 50%;
}

#footer a {
	color:#50728E;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

/* HACKS DE LAYOUT */

/* força o fim da propriedade float para os elementos seguintes */

#clear { clear:both; }
.logo {
	position: absolute;
	z-index:5000;
	top:13px;
	left:53px;
}


.pinheiro {
	position:absolute;
	z-index:7000;
	top:6px;
	right:53px;
}

#bgHeader {
	background-image:url(../images/bgheader.png);
	display:block;
	height:121px;
	margin:12px 20px 0 15px;
}
.left {
	display:block;
	height:121px;
	width:38px;
	float:left;
}
.right {	display:block;
	height:121px;
	width:23px;
	float:right;
}

.table_info {
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	width: 99%;
	height: 60%;
	border-spacing: 1px;
	text-align: left;
	margin-left: 15px;
	margin-right: auto;
}

.table_info th {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color: #666;
	background: #EEE;
	padding: 3px 5px 3px 5px;
	font-weight: normal;
}

.table_info td {
	background: #FFF;
	border: 1;
	
}

.table_info a:hover { 	
	color: #666; 	
	background-color:#fff;
}
