@CHARSET "UTF-8";

html,table {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

body {
	margin: 0 0 5px 0;
	padding: 0;
	background-color: #656c76;
}

#tudo {
	width: 1095px;
	height: 850px;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	/* "remédio" para o hack do IE */
	background-color: #FFFFFF;
	background-image: url("imagens/sombra.png");
}

#topo {
	height: 85px;
	width: 1095px;
}

.tamanho,#colEsquerda,#centro,#colDireita {
	height: 1022px;
}

#colEsquerda {
	float: left;
	width: 230px;
}

#centro {
	float: left;
	margin-top: 0px;
	width: 505px;
}

#centro2 {
	height: 1284px;
}

#colDireita {
	background-color: lime;
	width: 230px;
	float: left;
}

#rodape {
	height: 50px;
	width: 1095px;
	background-color: #404040;
	padding: 0;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
}

.tabelaTop {
	width: 1095px;
	top: 0px;
	margin-left: 5px;
	vertical-align: top;
	text-align: right;
}

a {
	text-decoration: none;
	color: #000000;
}
.botao {
	border: 1px solid #aaaaaa;
	background-color: #eaeaea;
	width: 100px;
	font-size: 11px;
}
.campo {
	background-color: #eaeaea;
	border-left: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
}
.label{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	margin-left: 15px;	
	font-weight:bold;
}


.error {
	color: #CD0000;
}

#menu {
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	margin-left: 5px;
	width: 203px;
}

#menu ul {
	padding: 0;
	margin: 1px;
	width: 200px;
}

#menu .titulo {
	font-weight: bold;
	color: #2d1970;
}

#menu li {
	border-left: 4px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
	padding: 3px;
	list-style: none;
}

#menu li:HOVER {
	border-left: 4px solid #2d1970;
	border-right: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
	padding: 3px;
	list-style: none;
	background-image: url("imagens/fundoMenu.png");
}

#menu .titulo:HOVER {
	border-left: 4px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-top: 1px solid #DFDFDF;
	padding: 3px;
	list-style: none;
	background-image: none;
}

.info,.success,.warning,.error2,.validation {
	list-style: none;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-position: 10px center;
}

.info {
	color: #00529B;
}

.success {
	color: #4F8A10;
}

.warning {
	color: #9F6000;
}

.error2 {
	color: #D8000C;
}

.coluna {
	width: 10%;
	text-align: center;
}
.tituloPagina{
	font-weight: bold;
	color: #2d1970;
}
