@charset "utf-8";

*{
	behavior: url("./htc/iepngfix.htc");
}

body, html {
	padding: 0px;
	margin: 0px;
}

body {
	background: url(../img/bg.jpg) repeat top left;
}

html, body, td, th, p {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table, td, th {
	background-color: #fff;
	vertical-align: top;
}

iframe {
	background-color: #fff;
}

p, td, th{
	text-align: left;
}

a, a:link {
	color: #555;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000;
}

h1 {
	font-weight: bold;
	font-size: 13px;
	color: #0056a1;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}

h3 {
	font-weight: bold;
	font-size: 11px;
	color: #777;
	margin-top: 3px;
	margin-bottom: 2px;
	text-align: center;
}

input, select, textarea {
	border: 1px solid #ccc;
	background-color: #f4f4f4;
	font-size: 11px;
	color: #333;
}

.filtro, .submenu {
	text-align: center;
}

.menu {
	padding: 5px;
	margin: 2px;
	font-size: 10px;
	background-color: #eee;
	height: 15px;
}

.menu:hover{
	background-color: #fff;
}

.tmenu {
	background-color: #eee;
}

.bold{
	font-weight: bold;
}

.relatorio, .relatorio tr, .relatorio td, .relatorio th {
	border: 0px;
	cursor: pointer;
	text-align: left;
	background-color: transparent;
	vertical-align: middle;
	height: 25px;
}

.relatorio img {
	margin: 5px;
}

.coluna1 {
	width: 300px;
	padding: 5px;
	text-align: right;
}

.middle {
	padding: 5px;
	vertical-align: center;
}

.cadastro input, .cadastro textarea, .cadastro select {
	width: 300px;
}

.red {
	color: #f00;
}

.ficha tr, .ficha td {
	height: 23px;
}
