/* CSS Document Hilum 1.7 */

/***********************************
* UTILIZADO NAS LABELS DE FORMS
*************************************/
.txt_formBack
{
	text-align: left;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	background-color: White;
}

/***********************************
* UTILIZADO NAS LABELS DE FORMS
*************************************/
.txt_formBack2
{
	text-align: left;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #BABABA;
	background-color: White;
	text-align: left;
}

/***********************************
* UTILIZADO NAS LABELS DE FORMS
*************************************/
.txt_formBack3
{
	text-align: left;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #BABABA;
	background-color: White;
	text-align: right;
}

/***********************************
* UTILIZADO NAS LABELS DE FORMS
*************************************/
.txt_formBack4
{
	text-align: left;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: black;
	background-color: #F9F9F9;
	text-align: left;
}

/***********************************
* UTILIZADO NAS LABELS DE FORMS
*************************************/
.txt_formBack5
{
	text-align: left;
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #5C5C5C;
	background-color: #F9F9F9;
	text-align: left;
}

/***********************************
* UTILIZADO NAS LINHAS DE FORMS
*************************************/
.txt_formLine
{
	text-align: left;
	font-family: Verdana;
	font-size: 10px;
	background-color: #EAEAEA;
}

/***********************************
* UTILIZADO NAS LINHAS DE RELATÓRIOS
*************************************/
.txt_formLineRel
{
	text-align: left;
	font-family: Verdana;
	font-size: 10px;
	
}

/***********************************
* UTILIZADO NAS LINHAS DE FORMS
*************************************/
.txt_formLine1
{
	text-align: left;
	font-family: Verdana;
	font-size: 9px;
	background-color: #F9F9F9;
	color: Gray;
}

/***********************************
* UTILIZADO NAS LINHAS DE FORMS
*************************************/
.txt_formLine2
{
	text-align: left;
	font-family: Verdana;
	font-size: 10px;
	background-color: #F9F9F9;
}

/***********************************
* UTILIZADO NAS LINHAS DE FORMS
*************************************/
.txt_formLine3
{
	text-align: left;
	font-family: Verdana;
	font-size: 10px;
	background-color: #FFFFFF;
}

/***********************************
* UTILIZADO NAS LINHAS DE FORMS
*************************************/
.txt_formLine4
{
   background-color: #F5F7EC;
   font-family: Verdana;
   font-size: 10px;
   text-align: left
}

/***********************************
* UTILIZADO NAS LINHAS DE FORMS
*************************************/
.txt_formLine5
{
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	background-color: #C5DCC9;
}

/***********************************
* UTILIZADO NAS LINHAS DE FORMS
*************************************/
.txt_formLine6
{
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	background-color: #5e9b5e;
	color: White;
}

/***********************************
* UTILIZADO NO
*************************************/
td.txt_formLine6:hover {
	background-color: #7ab37a;
}


/***********************************
* UTILIZADO NAS LINHAS DE FORMS
*************************************/

.botaoPadraoON
{
	BORDER-RIGHT: #0099CC 1px solid;
        PADDING-RIGHT: 3px;
        BORDER-TOP: #0099CC 1px solid;
        PADDING-LEFT: 3px;
        FONT-SIZE: 10px;
        BACKGROUND-IMAGE: url(../Imagens/bg_botao_on.jpg);
        BORDER-LEFT: #0099CC 1px solid;
        CURSOR: pointer;
        COLOR: #00769D;
        BORDER-BOTTOM: #0099CC 1px solid;
        BACKGROUND-REPEAT: repeat-x;
        FONT-FAMILY: verdana;
        HEIGHT: 19px;
        BACKGROUND-COLOR: #CCEBFF
}

.botaoPadraoOFF {
	BORDER-RIGHT: #b8b7b4 1px solid;
        PADDING-RIGHT: 3px;
        BORDER-TOP: #b8b7b4 1px solid;
        PADDING-LEFT: 3px;
        FONT-SIZE: 10px;
        CURSOR: pointer;
        BACKGROUND-IMAGE: url(../Imagens/bg_botao_off.jpg);
        BORDER-LEFT: #b8b7b4 1px solid;
        COLOR: #ababab;
        BORDER-BOTTOM: #b8b7b4 1px solid;
        BACKGROUND-REPEAT: repeat-x;
        FONT-FAMILY: verdana;
        HEIGHT: 19px;
        BACKGROUND-COLOR: #efefef
}

.botaoPadraoXX {
	BORDER-RIGHT: #FF4848 1px solid;
        PADDING-RIGHT: 3px;
        BORDER-TOP: #FF4848 1px solid;
        PADDING-LEFT: 3px;
        FONT-SIZE: 10px;
        BACKGROUND-IMAGE: url(../Imagens/bg_botao_xx.jpg);
        BORDER-LEFT: #FF4848 1px solid;
        CURSOR: pointer;
        COLOR: #FF0000;
        BORDER-BOTTOM: #FF4848 1px solid;
        BACKGROUND-REPEAT: repeat-x;
        FONT-FAMILY: verdana;
        HEIGHT: 19px;
        BACKGROUND-COLOR: #FF4848
}

.botaoPadrao {
	BORDER-RIGHT: #5b9c58 1px solid;
        PADDING-RIGHT: 3px;
        BORDER-TOP: #5b9c58 1px solid;
        PADDING-LEFT: 3px;
        FONT-SIZE: 10px;
        CURSOR: pointer;
        BACKGROUND-IMAGE: url(../Imagens/bg_botao.jpg);
        BORDER-LEFT: #5b9c58 1px solid;
        COLOR: #2e802e;
        BORDER-BOTTOM: #5b9c58 1px solid;
        BACKGROUND-REPEAT: repeat-x;
        FONT-FAMILY: verdana;
        HEIGHT: 19px;
        BACKGROUND-COLOR: #e4f5e1
}

/***********************************
* DIV DE LOGIN NO SISTEMA
*************************************/
#telalogin .boxLogin{

	width: 480px;
	height: 228px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-114px;
	margin-left:-240px;
	padding: 2px 1px;
	border: 1px solid #CCC;
	background-color: #FFFFFF;
}

/***********************************
* UTILIZADO NAS LINHAS DE FORMS
*************************************/
a.linkMenuPrincipal
{
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	color: White;
	text-decoration: none;
}

/***********************************
* UTILIZADO NAS LINHAS DE FORMS
*************************************/
a.linkMenuPrincipal:hover
{
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	color: Yellow;
	text-decoration: none;
}

/***********************************
* UTILIZADO NAS LINHAS DE FORMS
*************************************/
a.linkMenuSuperior
{
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	color: #5A5A5A;
	text-decoration: none;
	font-weight: bold;
}

/***********************************
* UTILIZADO NAS LINHAS DE FORMS
*************************************/
a.linkMenuSuperior:hover
{
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	color: #336633;
	text-decoration: none;
}

/***********************************
* UTILIZADO NAS LINHAS DE FORMS
*************************************/
.txt_formLine7
{
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	background-color: #4a864a;
	color: White;
	font-weight: bold;
}

/***********************************
* UTILIZADO NAS LINHAS DE FORMS
*************************************/
.txt_formLine8
{
	text-align: left;
	font-family: Verdana;
	font-size: 12px;
	background-color: #006600;
	color: White;
	font-weight: bold;
}

/***********************************
* UTILIZADO NAS LINHAS DE FORMS
*************************************/
.txt_formLine9
{
	text-align: left;
	font-family: Verdana;
	font-size: 10px;
	background-color: #5A5A5A;
}

/***********************************
* UTILIZADO NAS LINHAS DE FORMS
*************************************/
.bodyMeio
{
	margin-left: 0px;
	margin-top: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;
}

/***********************************
* UTILIZADO NAS LINHAS DE FORMS
*************************************/
.bodyMeioLogin
{
	margin-left: 0px;
	margin-top: 10%;
	margin-right: 0px;
	margin-bottom: 0px;
}

/**********************************
* UTILIZADO NAS LINHAS DE FORMS
*************************************/
.txt_tituloSuperior
{
	text-align: center;
	font-family: arial;
	font-size: 15px;
	background-color: #5e9b5e;
	color: White;
	font-weight: bold;
}

/**********************************
* UTILIZADO NAS LINHAS DE RELATÓRIOS
*************************************/
.txt_tituloSuperiorRel
{
	text-align: center;
	font-family: arial;
	font-size: 26px;
	color: black;
	font-weight: bold;
}

/***********************************
* UTILIZADO NAS LINHAS DE FORMS
*************************************/
.txt_formLineOver
{
	text-align: left;
	font-family: Verdana;
	font-size: 10px;
	background-color: #DCEFFD;
}

/***********************************
* Textos de preenchimento obrigatorio.
*************************************/
.autorizado {
	font-family: Arial;
	font-size: 11px;
	color: #006600;
	text-transform: none;
}

/***********************************
* Textos de preenchimento obrigatorio.
*************************************/
.negado {
	font-family: Arial;
	font-size: 11px;
	color: #FF4500;
	text-transform: none;
}
/***********************************
* Texto menu cinza.
*************************************/
.caps10A {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006600;
	font-weight: bold;
	text-transform: none
}

/***********************************
* Texto menu cinza.
*************************************/
.caps10AD {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #006600;
	text-align: right;
}

/***********************************
* Texto menu cinza.
*************************************/
.caps10N {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Red;
	font-weight: bold;
	text-transform: none
}

/***********************************
* Texto menu cinza.
*************************************/
.caps10E {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Blue;
	font-weight: bold;
	text-transform: none
}


/***********************************
* UTILIZADO NOS TITULOS DE CAMPOS
*************************************/
.txt_formTitLine
{
	text-align: left;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: #E0E0E0;
}

/***********************************
* UTILIZADO NOS TITULOS DE CAMPOS
*************************************/
.txt_formTitLine2
{
	text-align: left;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: #F9F9F9;
}

/***********************************
* UTILIZADO NAS LABELS DE FORMS
*************************************/
.txt_formTitle
{
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: #DADADA;
	color: #595959;
}

/***********************************
* UTILIZADO NAS LABELS DE FORMS
*************************************/
.txt_formTitleMural
{
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: #DADADA;
	BACKGROUND-IMAGE: url(../Imagens/bg_botao.jpg);
	color: #006001;
}

/***********************************
* UTILIZADO NAS LABELS DE FORMS
*************************************/
.txt_formTitle2
{
	text-align: left;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: #DADADA;
	color: #595959;
}

/***********************************
* UTILIZADO NAS LABELS DE FORMS
*************************************/
.txt_formTitle8
{
	text-align: left;
	font-family: Verdana;
	font-size: 10px;
	background-color: #DADADA;
	color: #595959;
}

/***********************************
* UTILIZADO NAS LABELS DE FORMS
*************************************/
.txt_formTitle3
{
   background-color: #006600;
   color: Silver;
   font-family: Verdana;
   font-size: 11px;
   font-weight: bold;
   text-align: left
}

/***********************************
* UTILIZADO NAS LABELS DE FORMS
*************************************/
.txt_formTitle4
{
	text-align: left;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: #EAEAEA;
	color: #595959;
}

/***********************************
* UTILIZADO NAS LABELS DE FORMS
*************************************/
.txt_formTitle4_R
{
	text-align: right;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: #EAEAEA;
	color: #595959;
}

/***********************************
* UTILIZADO NAS LABELS DE FORMS
*************************************/
.txt_formTitle5
{
	text-align: right;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: #F9F9F9;
	color: #595959;
}

/***********************************
* UTILIZADO NAS LABELS DE FORMS
*************************************/
.txt_formTitle5_L
{
	text-align: left;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: #F9F9F9;
	color: #595959;
}

/***********************************
* UTILIZADO NAS LABELS DE FORMS
*************************************/
.txt_formTitle6
{
	text-align: left;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: #F9F9F9;
	color: Green;
}

/***********************************
* UTILIZADO NAS LABELS DE FORMS
*************************************/
.txt_formTitle7
{
	text-align: left;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: #F9F9F9;
   color: #999999
}

/***********************************
* UTILIZADO NAS LABELS DE FORMS
*************************************/
.txt_formTitle9
{
	text-align: right;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: #F9F9F9;
	color: #595959;
}

/***********************************
* UTILIZADO NAS LABELS DE FORMS
*************************************/
.txt_formTitle10
{
	text-align: left;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: White;
}

/***********************************
* UTILIZADO NAS LABELS DE FORMS
*************************************/
.txt_formTitle11
{
	text-align: left;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: #F9F9F9;
	color: #246BEA;
}

/***********************************
* UTILIZADO NAS LABELS DE FORMS
*************************************/
.txt_formTitle12
{
	text-align: right;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: #F9F9F9;
	color: #BF0000;
}

/***********************************
* UTILIZADO NAS LABELS DE FORMS
*************************************/
.txt_formTitle13
{
	text-align: left;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: #F9F9F9;
	color: #004E99;
}

/***********************************
* UTILIZADO NAS LABELS DE FORMS
*************************************/
.txt_formTitle14
{
	text-align: left;
	vertical-align: middle;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background-color: #F9F9F9;
	color: #004E99;
}

/***********************************
* UTILIZADO NAS LABELS DE FORMS
*************************************/
.txt_formTitle15
{
	text-align: right;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	background-color: #F9F9F9;
	color: #004E99;
}

/***********************************
* UTILIZADO NAS LABELS DE FORMS
*************************************/
.txt_formTitle16
{
	text-align: left;
	vertical-align: middle;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background-color: #F9F9F9;
	color: Gray;
}

/***********************************
* UTILIZADO NAS LABELS DE FORMS
*************************************/
.txt_formTitle17
{
	text-align: right;
	vertical-align: middle;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	background-color: #F9F9F9;
	color: Gray;
}

/***********************************
* MESSAGE AREA OK
*************************************/
.txt_msgOK
{
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: #E3FFE6;
	color: #24AA25;
}

/***********************************
* MESSAGE AREA OK
*************************************/
.txt_msgOK3
{
	text-align: left;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	background-color: #E3FFE6;
	color: #24AA25;
}

/***********************************
* MESSAGE AREA OK
*************************************/
.txt_msgOK2
{
	text-align: left;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	background-color: #ccc;
	color: White;
}
/***********************************
* MESSAGE AREA ALERT
*************************************/
.txt_msgAlert
{
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFFFBB;
	color: #C6A900;

}

/***********************************
* MESSAGE AREA ERRO
*************************************/
.txt_msgErro
{
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFE1E1;
	color: #FF0000;

}

/***********************************
* MESSAGE AREA ERRO
*************************************/
.txt_msgErro2
{
	text-align: left;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFE1E1;
	color: #FF0000;

}

/***********************************
* Mensagem de erro no Login
*************************************/
.txt_msg {
	font-size: xx-small;
	font-weight: bold;
	font-family: Verdana;
	color: #FF0000;
}

/***********************************
* Link de Menus
*************************************/
a.LinkMenu {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #FFFFFF;
 font-weight: bold;
 text-decoration: none;
}

/***********************************
* Link de menus - sobre
*************************************/
a.LinkMenu:hover {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #FFF3C1;
 font-weight: bold;
 text-decoration: none;
}

/***********************************
* Link de Menus
*************************************/
a.LinkRelatorios {
	font-family: verdana;
	font-size: 10px;
	color: #006633;
	font-weight: bold;
	text-decoration: none;
}

/***********************************
* Link de menus - sobre
*************************************/
a.LinkRelatorios:hover {
	font-family: verdana;
	font-size: 10px;
	color: #009F51;
	font-weight: bold;
	text-decoration: none;
}

/***********************************
* Link de emails
*************************************/
a.LinkEmail {
 font-family: Verdana;
 font-size: 10px;
 color: #006600;
 text-decoration: none;
}

/***********************************
* Link de emails - sobre
*************************************/
a.LinkEmail:hover {
 font-family: Verdana;
 font-size: 10px;
 color: #FF4500;
 text-decoration: none;
}

/***********************************
* Links na barra inferior
*************************************/
a.linkListagem {
	font-family: Verdana;
	font-size: 11px;
	color: #006400;
	font-weight: bold;
	text-decoration: none;
}

/***********************************
* Links na barra inferior
*************************************/
a.linkListagem:hover  {
	font-family: Verdana;
	font-size: 11px;
	color: Green;
	font-weight: bold;
	text-decoration: none;
}

/***********************************
* Links na barra inferior
*************************************/
a.linkBarraInferior {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8E8E8E;
	font-weight: bold;
	text-decoration: none;
}

/***********************************
* Links na barra inferior
*************************************/
a.linkBarraInferior:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}

/***********************************
* Links na barra inferior
*************************************/
a.linkBarraInferior2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E8E8E;
	font-weight: bold;
	text-decoration: none;
}

/***********************************
* Links na barra inferior
*************************************/
a.linkBarraInferior2:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}

/***********************************
* Botão de Formulários
*************************************/
.botaoForm {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px; color: #333333;
  font-weight: bold;
  text-transform: none;
  border: 0 solid;
  border-color: #666666;
}

/***********************************
* 2º modelo de botão de form.
*************************************/
.botaoForm2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-transform: none;
	border: 0 solid;
}

/***********************************
* Textos de preenchimento obrigatorio.
*************************************/
.requerido {
	font-family: verdana;
	font-size: 10px;
	color: #FF4500;
	font-weight: bold;
	text-transform: none;
}

/***********************************
* Texto Menu verde
*************************************/
.caps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006600;
	font-weight: bold;
	text-transform: none
}

/***********************************
* Texto menu cinza.
*************************************/
.caps1 {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-transform: none
}

/***********************************
* Texto menu cinza.
*************************************/
.caps2 {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-transform: none
}

/***********************************
* Texto menu cinza.
*************************************/
.caps10 {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006600;
	font-weight: bold;
	text-transform: none
}

/***********************************
* Texto menu cinza.
*************************************/
.caps11 {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	text-transform: none
}

/***********************************
* Texto menu cinza.
*************************************/
.caps12 {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #24AA25;
	font-weight: bold;
	text-transform: none
}

/***********************************
* Texto menu cinza.
*************************************/
.caps13 {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF5151;
	font-weight: bold;
	text-transform: none
}

/***********************************
* Texto menu cinza.
*************************************/
.caps14 {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #24AA25;
	font-weight: bold;
	text-transform: none
}

/***********************************
* Texto menu cinza.
*************************************/
.caps8 {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	text-transform: none
}

/***********************************
* Texto menu cinza maior.
*************************************/
.caps8m {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-transform: none
}

/***********************************
* Texto menu menor Branco.
*************************************/
.caps3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: none
}

/***********************************
* Texto menu cinza claro.
*************************************/
.caps4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E8E8E;
	font-weight: bold;
	text-transform: none;
}

/***********************************
* Texto menu azul executivo.
*************************************/
.caps7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E8B57;
	font-weight: bold;
	text-transform: none;
}

/***********************************
* Texto menu azul executivo.
*************************************/
.caps17 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: White;
	text-transform: none;
}

/***********************************
* Texto de Copyright do Sistema
*************************************/
.caps6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: White;
	font-weight: normal;
	text-transform: none;
	font-weight: bold;
}


/***********************************
* Texto menu cinza claro.
*************************************/
.caps5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E8E8E;
	font-weight: bold;
	text-transform: none;
}

/***********************************
* Texto menu cinza claro.
*************************************/
.caps15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #636363;
	font-weight: bold;
	text-transform: none;
}


/***********************************
* Linha de informação - Azul
*************************************/
.SLineBlue {
	font-family: Verdana;
	font-size: 10px;
	color: Blue;
	font-weight: bold;
	text-transform: none;
}

/***********************************
* Linha de informação - Vermelha
*************************************/
.SLineRed {
	font-family: Verdana;
	font-size: 10px;
	color: red;
	font-weight: bold;
	text-transform: none;
}

/***********************************
* Ponteiro para imagens. Efeito Link.
*************************************/
img.linkImagem {
    cursor: pointer;
}

/***********************************
* Ponteiro para imagens. Efeito Link.
*************************************/
.linhaFormulario1 {
	background: #E8FFF4;
	font-family: Verdana;
	color: #004624;
	font-size: 10px;
}

/***********************************
* Ponteiro para imagens. Efeito Link.
*************************************/
.linhaFormulario2 {
	background: #F2FFF9;
	font-family: Verdana;
	color: #004624;
	font-size: 10px;
}

/***********************************
* Ponteiro para imagens. Efeito Link.
*************************************/
.linhaTituloFormulario {
	background: White;
	font-family: Verdana;
	color: Green;
	font-size: 11px;
	font-weight: bold;
}

/***********************************
* Ponteiro para imagens. Efeito Link.
*************************************/
.tabelaLeituraDigitacaoCartao {
	background-image: url(../Imagens/cartaoDigitacao.gif);
	background-repeat: no-repeat;
	height: 176px;
	width: 279px;
}

/*******************************
* Div da DIV HABILITA AUTOCARGA.
********************************/

#lbhora{
    display:block;
    vertical-align:middle;
}
