/*
	SICEX CSS STYLES	
*/

 @import url(messages.css);

.texto {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: normal}
.campos {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000066; text-decoration: none; border: 1px #000066 double}
.ok {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none; background-color: #000066; height: 20px; border: #FFFFFF; border-style: double; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px}

/*
Nova tela de login do SICEX
*/

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.pointerhand  {
    cursor: pointer;
    cursor: hand;
}

.fundo {
	background-image: url(../images/fundo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.fundoSenha {
	background-image: url(../images/fundo_senha.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.fundoManut {
	background-image: url(../images/manut2_fundo.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F5F5F5;
	border: 1px solid #333333;
	height: 17px;
}
.seta {
	font-family: Wingdings;
	font-size: 10px;
	color: #1A5BA4;
	padding-right: 5px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #15477D;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #15477D;
	text-decoration: underline;
}

.textoPeq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

.textoPeq a {
   	font-size: 9px;
    color: #0000FF;
	text-decoration: underline;    
}

.textoPeq a:visited {
   	font-size: 9px;
    color: #0000FF;
	text-decoration: underline;    
}

.textoPeq a:hover {
   	font-size: 9px;
    color: #0000FF;
	text-decoration: underline;    
}

.textoPeq a:active {
    text-decoration: underline overline;
}

.espaçoImagem {
	padding-left: 1px;
}

.borda1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B0CFF2;
	width: 100%;
	font-size: 1px;
}
.borda2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B0CFF2;
	font-size: 1px;
}
.borda3 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B0CFF2;
	font-size: 1px;
}
.borda4 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B0CFF2;
	font-size: 1px;
}.tdFundo {
	background-color: #CDE1FA;
	font-weight: bold;
	color: #000000;
}
.tdPagina1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px; 
        font-weight: none;
        color:#000000E;       
        background-color: #F1F7FE;         
}

.tdPagina2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px; 
        font-weight: none;
        color: #000000
        background-color: #FFFFFF;
}

.tabErro {
        border-width: 0;
}
