/** Body´s **/
body {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma,Arial;
	font-size: 11px;
	font-weight: normal;
}

body.frameConteudo {
	padding: 0px;
	margin: 5px;
	font-family: Tahoma,Arial;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
}
/** Fim body´s **/

/** Links **/
a {
	text-decoration:none;
	color:#000000;
	font-size: 12px;
	font-weight: normal;
}

a:hover {
	color:#ff0000;
	font-weight: normal;
}
/** Fim links **/

/** Tabelas **/
table {
	width:500px;
	font-family: Tahoma,Arial;
	font-size: 11px;
}

table.janelaLogin {
	width:500px;
	font-family: Tahoma,Arial;
	font-size: 22px;
	font-weigth: bold;
	color: #000000;
}

table.frameGerenciador {
	width:990px;;/*850*/
	height:605px;/*445*/
	font-family: Tahoma,Arial;
	font-size: 11px;
	font-weigth: bold;
	color: #000000;
}

table.janelaForm {
	width:570px;
	font-family: Tahoma,Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	/*background-color: #f8f8f8;*/
}

table.janelaFormListagem {
	width:98%;
	font-family: Tahoma,Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	border-width: 0px;
}

td.campoFormLogin {
	font-family: Tahoma,Arial;
	font-size: 12px;
	color: #000000;
}

td.campoFormInterno {
	font-family: Tahoma,Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

td.menuGerenciador {
	font-family: Tahoma,Arial;
	font-size: 12px;
	color: #000000;
	background-color: #f5f5f5;
	width: 130px;
}

tr.tituloCampoForm {
	font-family: Tahoma,Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #ddeeff;
	text-align: center;
	height: 20px;
}

tr.campoListagemInterno {
	font-family: Tahoma,Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #ddeeff;
	height: 20px;
}

tr.campoListagemInterno_2 {
	font-family: Tahoma,Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	height: 20px;
}

tr.campoListagemOver {
	font-family: Tahoma,Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #feffe1;
	height: 20px;
}

tr.campoListagemTitulo {
	font-family: Tahoma,Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-color: #eaeaea;
	height: 18px;
}
/** Fim tabelas **/

/** Botões **/
.botao{
	width: 75px;
	background-color: #c0c0c0;
	border-width: 1px;
	border-color: #000000;
	border-bottom-color: #ffffff;
}
/** Fim Botões **/

/* campo do lado esquerdo do formulário */
.esqForm{
	background-color: #f0f0f0;
	border-color: Black;
	font-weight: bold;
	border: solid;
	border-width: 1px;
	border-color: #d4d0c8;
	height: 25px;
   	padding-left: 5px;
}

/* campo do lado direito do formulário */
.dirForm{
	background-color: #f8f8f8;
	border-color: Black;
	border: solid;
	border-width: 1px;
	border-color: #d4d0c8;
	height: 25px;
	padding-left: 5px;
}

p {
	spacing:2px;
	text-align : justify;
	font-family: Tahoma,Arial;
	font-size: 12px;
	font-weight: normal;
}

.tituloForm {
	font-family: Tahoma,Arial;
	font-size: 13px;
	color: #000000;
}

.campoFocus {
	background-color: #feffe1;
}

.campoContador {
	font-weight: bold;
	border: 0px;
	background-color: #f8f8f8;
}

/* item do menu do gerenciador */
.itemMenuGer {
 padding-left: 5px;
}
