﻿@charset "utf-8";
/* CSS Document */

body {
	font: 80% Arial;
	color: #000;
	background: #ccc;
	margin: 5px;
}
img {
	border: 0;
}
a {
	color: #c00;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
input, select, textarea {
	font: 100% Arial;
	border: 1px solid #333;
}

/* Regiões */

#alinhaCentro {
	position: relative;
	width: 980px;
	margin: 0 auto;
}
#geral {
	position: relative;
	width: 980px;
	float: left;
	border: 1px solid #666;
	background: url(../images/bkgd-principal.png);
}
#logo {
	float: left;
	height: 117px;
	width: 120px;
	position: relative;
}
#topo {
	position: relative;
	height: 117px;
	width: 860px;
	background: url(../images/bkgd-topo.png);
	float: left;
}
#topo #login {
	position: relative;
	height: 73px;
	width: 850px;
	padding: 3px 5px;
	float: left;
	font: 80% Verdana;
	color: #fff;
	text-align: right;
}
#topo #login #tblLogin {
	background: #4478ad url(../images/bkgd-boleto.png) no-repeat left bottom;
	border: 1px solid #25598e;
	text-align: right;
}
#topo #login input {
	font: 80% Verdana;
	color: #000;
}
#topo #login .btLogin {
	width: 60px;
	padding: 2px;
}
#topo #data {
	position: relative;
	height: 38px;
	width: 860px;
	float: left;
}

#principal {
	float: left;
	width: 980px;
	position: relative;
}
#menu {
	float: left;
	width: 138px;
	position: relative;
	background: url(../images/bkgd-topo-menu.png) no-repeat;
	padding: 15px 5px;
	height: 500px;
}
#menu ul {
	list-style: url(../images/bullet-menu.png);
	margin: 0 0 0 20px;
	padding: 0;
}
#menu a {
	font: 80% Verdana, Geneva, sans-serif;
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}

#conteudo {
	float: left;
	width: 802px;
	padding: 0 15px 10px 15px;
	position: relative;
}
#conteudo h1 {
	color: #c00;
	font-size: 180%;
	margin-top: 0px;
}
#conteudo h2 {
	font-size: 120%;
	color: #c00;
}
#rodape {
	position: relative;
	width: 980px;
	float: left;
	height: 49px;
	padding-top: 35px;
	background: url(../images/bkgd-rodape.png) no-repeat;
	font: 80% Verdana;
	text-align: center;
}

/* Internas */

#tblConvenios, #tblConvenios td, #tblConvenios th {
	text-align: center;
	border: 1px solid #003;
}
#tblConvenios .linhaTitulo {
	background: #e0e0e0;
}
#tblConvenios .tabelaTitulo {
	background: #ccc;
}
.alinhaCentro {
	text-align: center;
}
.atencao {
	font-weight: bold;
	color: #c00;
}

#tblAcordos, #tblAcordos td, #tblAcordos th, #tblAcordos tr {
	text-align: center;	
	border: 1px solid #1C1C1C;
	border-collapse:collapse
}
#tblAcordos .linhaTitulo {
	background: #e0e0e0;
}
#tblAcordos .tabelaTitulo {
	background: #ccc;
}
.alinhaCentro {
	text-align: center;
}
.atencao {
	font-weight: bold;
	color: #c00;
}
#tblAcordos .cabecalho {
	background: #9fb6cd;

}
#tblAcordos .dentrorosa {
	font: 95% Arial;
	background: #EED5D2;

}
#tblAcordos .dentroazul {
	font: 95% Arial;
	background: #BCD2EE;

}
#tblAcordos .dentroamarelo {
	font: 95% Arial;
	background: #ffe4b5;

}
#tblAcordos .dentroverde {
	font: 95% Arial;
	background: #c1ffc1;