body {
	background-image: url(../images/fundo-topo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #E0E0E0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, table, tr, td{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
.quadro_central{
	display:table;
	width:100%;
	height:100%;
	background-color:#FFF;
	border: solid 1px #CCC;
}
.quadro_central_conteudo{
	margin-top:10px;
	margin-left:10px;
	width:98%;
}
.fundo-estrutura {
	background-image: url(../images/fundo-estrutura.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.fundo-estrutura-topo{
	background-image: url(../images/fundo_topo.jpg);
	background-color:#FFF;
	background-repeat: repeat-x;
	background-position:top;
}
.fundo-rodape {
	background-image: url(../images/fundo-rodape.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.modulo-ativado {
	background-image: url(../images/modulo-ativado.jpg);
	background-repeat: no-repeat;
}
.modulo-desativado {
	background-image: url(../images/modulo-desativado.jpg);
	background-repeat: no-repeat;
}
.modulo-neutro {
	background-image: url(../images/modulo-neutro.jpg);
	background-repeat: no-repeat;
}
.top_01 {
	background-image: url(../images/top_01.jpg);
	background-repeat: repeat-x;
}
.top_02 {
	background-image: url(../images/top_02.jpg);
	background-repeat: repeat-x;
}
input.login{
	width:98px;
	height:18px;
	border:solid 1px #999;
	background-color:#EAEAEA;
	color:#333;
	font-size:11px;
}
input.botaologin{
	height:18px;
	border:solid 1px #999;
	background-color:#CCC;
	color:#333;
	font-size:9px;
}
input.botaologin:hover{
	height:18px;
	border:solid 1px #999;
	background-color:#333;
	color:#CCC;
	font-size:9px;
}
.msgBox{
	display:table;
	color:#000;
	border:solid 1px #CCC;
	background-color:#EFEFEF;
	width:98%;
	text-align:center;
}
.msgBox span{
	display:table-cell;
	vertical-align:middle;
	height:100%;
	margin:10px;
}
