/* CSS Document */
body {
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin:0px;
	background-color:#FFFFFF;
}
#principal {
	width: 980px;
	background-color: #FAFAFA;
}
#topo {
	width: 980px;
	height: 30px;
	text-align:center;
	background-color:#273689;
	background-image: url(imagens/topo.jpg);
	background-repeat:no-repeat;
}
#menu {
	width: 200px;
	height:100%;
	text-align:left;
	float:left;
	background-color: #273689;
}
#conteudo {
	padding:5px;
	text-align:left;
	width:760px;
	float: right;
}
#rodape {
	width: 980px;
	height: 25px;
	text-align:right;
	padding-top:12px;
	background-color: #273689;
	clear:both;
}
#login {
	width: 100%;
	height: 60px;
	text-align:center;
	background:#FAFAFA;
}
.caixa {
	background:#FAFAFA;
	text-align: left;
}
.quadrob {
	padding:2px;
	margin:5px;
}
.sub_tilt {
	margin:0px;
	font-size:16px;
	background-color: #b3c1d2;
	color:#FFFFFF;
}

h1 {
	font-size: 20px;
	color:#1a0493;
	font-weight:100;
	margin: 0px;
	padding-left: 10px;
}

.erro {
	color:#990000;
	background-color:#FFAAAA;
	font-weight:bold;
	padding: 5px;
}

.msg {
	color:#FFF;
	background-color:#3399FF;
	//font-weight:bold;
	padding: 5px;
	border: double 1px #036;
}

/* ESTILOS DO MENU */
ul {
	padding:0px;
	margin:0px;
	list-style:none;
}
.lbl_mnu {
	color:#ffffff;
	font-weight:bold;
}
li {
	background-color: #BFD1DF;
	padding: 0px;
	padding-left: 8px;
	padding-right: 8px;
}
li a {
	text-decoration:none;
	font-size: 14px;
	color:#273689;
	font-weight:normal;
}
li a:hover {
	color:#708CAF;
	text-decoration:none;
}
/* FIM MENU */


/* FORMULÁRIOS */
input, textarea, select {
	background:#FFFFFF;
	border: solid 1px;
	color:#333333;
	font-weight:bold;
}
.submit {
	background:#111;
	border:#999;
	color:#FFF;
}
.registro label {
	float:left;
}
.registro input {
	float: right;
	width: 160px;
}

/* Painel */
#painel .pesq {
	float: left;
}
#painel .pdir {
	float: right;
}
#painel .pdir, #painel .pesq, .pbox {
	border: solid 2px #273689;
	background-color:#E6E9EC;
	width: 350px;
	padding: 2px;
	line-height:20px;
}
.pbox {
	width: 98%;
}
#painel .campo {
	border:solid 1px #000000;
	width: 342px;
}
.quote {
	border: solid thin #000000;
	background-color:#FFFFCC;
}
h2 {
	margin:0px;
	font-size:16px;
	background-color:#708CAF;
	color:#FFFFFF;
}
h3 {
	font-size:16px;
	color:#003366;
}
.img_edit {
	float:right;
	cursor:pointer;
}
a {
	color:#006666;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#003333;
}