/* TABELA COHAB - FORMATACAO */
.tbGeral {
	width:500px;
	border:1px black solid;
	background:#23517b;
	text-align:center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
.tbGeral td:hover {
	background:#FFF;
	color:#000 !important;
}
.tbTitulo td {
	background:#efefef;
	font-weight:bold !important;
}
tr.tbLinha1 td{
	background:#6197c7;
	color:#FFF !important;
}
tr.tbLinha2 td {
	background:#336da2;
	color:#FFF !important;
}
.tbGeral input {
	width:50px !important;
}