* {
	margin:0;
	padding:0;
}
body, div, select, input, textarea {
	font-family:tahoma, verdana, arial, helvetica, sans-serif;
	font-size:9pt;
}
body {
	background-color:#fff;
	background-image:url('../images/bgsite.jpg');
	background-repeat:repeat-y;
	background-position:center center;
	border:0;
}
input[type='text'], input[type='password'], select, textarea {
	border:1px solid #ccc;
	/*background-color:#fffdcc;*/
	padding:2px;
}
input[type='button'], input[type='submit'], input[type='reset'] {
	padding:2px 3px 2px 3px;
	border:1px solid #777;
	color:#fff;
	background-color:#528fcc;
}
input[type='radio'], input[type='checkbox'] {
	border:0;
}
textarea {
	width:98%;	
}
p {
	text-align:justify;
	text-indent:15pt;
	margin:3pt 0 3pt;
}
h2 {
	font-size:12pt;
	margin-bottom:10px;
	color:#555;
}
#container {
	width:100%;
	min-width:240px;
	max-width:768px;
	min-height:500px;
	border:0;
	margin:0 auto;
}
#header {
	background-color:#eee;
	width:100%;
	height:80px;
	border-top:3px solid #ccc;
	border-bottom:3px solid #528fcc;
	background-image:url('../images/logo_ouvidoria.png');
	background-repeat:no-repeat;
	background-position:center center;
}
#middle {
	min-height:200px;
	border:1px solid #ddd;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top:5px;
	margin-bottom:5px;
	padding:15px 5px 5px 5px;
	background-image:url('../images/brasao.png');
	background-repeat:no-repeat;
	background-position:left center;
}
#nav {
	float:left;
	width:150px;
	min-height:350px;
	border-right:1px dotted #bbb;
}
#main, #main2, #logon {
	width:auto;
	/*margin-left:160px;*/
	border-bottom:1px dotted #bbb;
}
#main, #main2 {
	min-height:70px;
	padding-top:5px;
	padding-bottom:10px;
}
#logon {
	min-height:50px;
	margin-bottom:10px;
	padding-bottom:5px;
}
#login-box{
	margin-left:190px;
	margin-bottom:5px;
	padding-left:35px;
	border-left:1px dotted #ccc;
	width:300px;
	height:50px;
	line-height:50px;
}
#footer {
	background-color:#eee;
	width:100%;
	height:70px;
	border-bottom:3px solid #ccc;
	border-top:3px solid #528fcc;
	line-height:70px;
	font-size:8pt;
	text-align:center;
}
#footer span {
	text-align:center;
}
.images {
	border:1px solid #bbb;
	margin:5px;
	-moz-border-radius: 22px;
	border-radius: 22px;
	box-shadow: 3px 3px 7px #777;
	-webkit-box-shadow: 3px 3px 7px #777;
}
.titulo {
	font-size:12pt;
	font-weight:bold;
	color:#6699cc;
}
.tabela {
	border:1px solid #ccc;
}
.tabela .tdesq {
	text-align:right;
	height:20px;
}
.tabela .tddir {
	/*font-weight:bold;*/
	/*text-transform:capitalize;*/
	background-color:#efefef;
	padding-left:5px;
}

.miniheader {
	text-align:center;
	font-size:10pt;
	font-weight:bold;
}
#menu {
	width:145px;
	list-style:none;
}
#menu li {
	border:1px solid #ccc;
	margin:1px;
	padding:3px;
	-moz-border-radius:3px;
	border-radius:5px;
	background-color:#efefef;
}
#menu li a {
	text-decoration:none;
	font-weight:bold;
	color:#00f;
}
#menu li a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#f00;
}
#msgtitulo, #msgtext, #msgtituloerro {
	border:1px solid #ccc;
	width:60%;
	margin:0 auto;
}
#msgtitulo, #msgtituloerro {
	margin-top:30px;
	padding:5px;
	color:#fff;
	text-align:center;
	font-size:10pt;
	font-weight:bold;
	background-color:#52cc52;	
}
#msgtituloerro {
	background-color:#cc5252;
}
#msgtext {
	margin-top:1px;
	margin-bottom:50px;
	padding:5px;
}
.tabela-con {
	border:1px solid #ccc;
	border-collapse:collapse;
	background-color:transparent;
	width:98.5%; 
	margin-left:5px; 
	margin-right:5px;
}
.tabela-con td {
	border:1px solid #ccc;
	margin:1px 0 1px 0;
	padding:2px;
}
.alta {
	font-weight:bold;
	color:#f00;
}
.média {
	font-weight:bold;
	color:#00f;	
}
.baixa {
	font-weight:bold;
	color:#0a0;
}
div.error { 
	display:block; 
	color:#f00; 
	font-weight:bold; 
	font-size:1.2em; 
	text-align:center; 
	margin:10px 0; 
	font-size:1.5em; 
}
span.error { display: block; color: #f00; font-style: italic; }
.success { color: #00f; font-weight: bold; font-size: 1.2em; }
form label { display: block; font-weight: bold; }
fieldset { width: 90%; }
legend { font-size: 24px; }
.note { font-size: 18px; }
#captcha_code {
	padding:5px;
	font-size:1.5em;	
}
.star-block {
	width: 35px;
	display: inline-block;
	margin: 0 15px;
}