/* 
 *
 * Azul escuro  #408FBE 
 * Azul claro  #A8D3F1
 * Cinza claro #E4E4E4
 *
 *
 * botoes = branco borda preta 2px  fonte azul  claro 
 * espacamento de uns 2 px entre linhas de colunas 
 *
 */
  html {
	overflow: -moz-scrollbars-vertical;
	padding:0px;
	margin:0px;
}
.fundoCinza2 {
	background-color: #E4E4E4;
	width: 99.7%;
	margin-top: 2px;
	padding-left: 10px;
}
.fundoCinza {
	background-color: #E4E4E4;
	width: 99.7%;
	margin-top: 2px;
}
hr {
	color: #A8D3F1;
	background-color: #A8D3F1;
	border: none;
	height: 2px;
	width: 99.7%;
}
body {
	background-color: #408FBE;
	margin: 0px 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
#logo {
	text-align: left;
	margin-left: 13px;
	margin-bottom: 6px;
	margin-top: 5px;
	height: 40px;
}
#topo_dir {
	float: right;
	margin-right:10px;
}
#topo_esq {
	float: left;
}
#menu {
	width: 100%;
	text-align: center;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 62px;
	margin-bottom: 30px;
}
table.menu {
	background-color: #ffffff;
	width: 98%;
	margin-top: 10px;
	text-align: center;
	vertical-align: middle;
}
table.menu td {
	width: 8%;
	vertical-align: bottom;
}
a.menu {
	color: #408FBE;
	font-size: 12px;
	text-decoration: none;
}
.titulo {
	background-color: #A8D3F1;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	width: 99.4%;
	font-size: 16px;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}
button {
	background-color: #fffff1;
	color: #408FBE;
	font-size: 12px;
	text-transform: capitalize;
	border-color: #000000;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	padding: 2px 15px 2px 15px;
	overflow: visible;
}
button:hover {
	background: #408FBE;
	color: #ffffff;
}
input[type="text"] {
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
	border-color: #000000;
	border-style: groove;
	border-width: 1px 1px 1px 1px;
	margin: 0px 0px 0px 0px;
	width: 312px;
}
input[type="checkbox"] {
	margin:5px;
}
input.checkbox {
	font-size: 12px;
	border-width: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
textarea {
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
	border-color: #000000;
	border-style: groove;
	border-width: 1px 1px 1px 1px;
	margin: 0px 0px 0px 0px;
	width: 312px;
}
label {
	padding-left: 5px;
	padding-right: 5px;
	text-align: right;
}
form {
	padding: 15px 15px 15px 15px;
	width: auto;
	display: inline;
}
td.form {
	text-align: right;
	padding-top: 10px;
}
#conteudo {
	width: 97.9%;
	margin-bottom: 25px;
	background-color: #ffffff;
	padding-top: 16px;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 16px;
	text-align: left;
}
th {
	text-align: right;
	font-weight: normal;
}
input.checkbox {
	width: auto;
}
#tblResultado {
	width: 99.7%;
}
.direita {
	width: 99.7%;
	text-align: right;
	padding-bottom: 10px;
}
legend {
	font-weight: bold;
}
fieldset {
	width: 50%;
}
form.login {
	display: block;
	text-align: center;
}
form.login table {
	display: inline;
	width: 1px;
}
span.erro {
	visibility: hidden;
}
span.erro img {
	vertical-align: middle;
	width: 16px;
	height: 16px;
}
.obrigatorio {
	font-weight: bold;
	font-size: 16px;
	color: red;
	padding-left: 5px;
}
tfoot {
	text-align: center;
	background-color: #E4E4E4;
}
thead {
	text-align: center;
	font-weight: bold;
	background-color: #E4E4E4;
}
caption, .fundoAzul {
	font-size: 16px;
	font-weight: bold;
	background-color: #A8D3F1;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
}
table table {
	width: 100%;
}
.erro {
	padding: 15px 0px;
	margin-bottom: 15px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 12px;
	text-align: center;
}
/*MENU DROP DOWN*/




.menu {
	list-style:none;
	float:left;
}
.menu li {
	border-right: 1px solid #C0C0C0;
    float: left;
    position: relative;
    width: 110px;
}
.menu li a {
	color: #333333;
    display: block;
    font-size: 17px;
    padding: 5px 10px;
    text-decoration: none;
    width: 82%;
}
.menu li a:hover {
	background:#3679A0;
	color:#fff;
	-moz-box-shadow:0 3px 10px 0 #CCC;
	-webkit-box-shadow:0 3px 10px 0 #ccc;
	text-shadow:0px 0px 5px #fff;
}
.menu li ul {
	background-color: #FFFFFF;
    display: none;
    left: -1px;
    padding: 0;
    position: absolute;
    top: 26px;
}
.menu li:hover ul ul {
	display:none;
}
.menu li:hover ul, .menu li ul li:hover ul, .menu li.over ul, .menu li ul li.over ul {
	display:block;
}
.menu li ul li {
	border:1px solid #c0c0c0;
	display:block;
	width:110px;
}
li.border0 {
	border:0;
}
.menu li ul li ul {
	z-index:900;
	top:0;
	left:110px;
	background:#3679A0;
}
/*Fix IE. Hide from IE Mac\*/
* html .menu {
	margin-left:175px;
}
/*End*/


/*TABS*/

.htabs {
	padding: 0px 0px 0px 10px;
	height: 30px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 15px;
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('imgs/tab.png') repeat-x;
	padding: 6px  7px 7px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	cursor:pointer;
}
.htabs a.selected {
	padding-bottom: 8px;
	background: #FFFFFF;
}



/* LISTA */

.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
.list tbody a {
	text-decoration: underline;
}
.list tbody td {
	vertical-align: middle;
	padding: 0px 5px;
}
.list tbody tr:odd {
	background: #FFFFFF;
}
.list tbody tr:even {
	background: #E4EEF7;
}
.list .left {
	text-align: left;
	padding: 7px;
}
.list .right {
	text-align: right;
	padding: 7px;
}
.list .center {
	text-align: center;
	padding: 7px;
}
.list .asc {
	padding-right: 15px;
}
.list .desc {
	padding-right: 15px;
}
.list .filter td {
	padding: 5px;
	background: #E7EFEF;
}
