/* CSS Document */
.Table
{
    border-right: gainsboro 1px solid;
    border-top: gainsboro 1px solid; 
    border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	border-color: #339933; 
    /*background-color: #D6E9BC;*/
}
.Topo
{
    background: url(../Imagens/topo_sys.jpg) no-repeat center;
}
.Rodape
{
    background: url(../Imagens/rodape_sys.jpg) no-repeat center;
}
.modalBackground
{
    background-color: whitesmoke;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.TextBox
{
    font-family: Verdana;
    font-size: 10px;
	color: rgb(0,0,150);       
    background-image: url(../Imagens/textBox.jpg);
	border:hidden;
	border-bottom:hidden;
	border-top:hidden;
	border-left:hidden;
	border-right:hidden;
	border:2px solid rgb(0,150,0);
	
	
}
.Drop
{
    font-family: Verdana;
    font-size: 10px;
	color: rgb(0,0,150);        
    background-color: #EAF4DC;
	border:2px solid rgb(0,150,0);  

}
Body
{
	/*background-image:url(../Imagens/Background.jpg);*/
	/*background:#D6E8BB url(../Imagens/bkg.png) no-repeat center center;*/
	/*background:#339900 url(../Imagens/bkg.png) no-repeat center center;*/
	background: #009900;
    margin:0px;
    height:98.5%;
} 

Html
{
    margin:0px;
    height:98.5%;
}

Form
{
    margin: 0px; 
    padding: 0px; 
    height: 98.5%; 
}

.Botao{
	background: transparent url(../Imagens/Botao.jpg) repeat-x scroll left top;
	font-family: Verdana;
    font-size: 10px;
	color: rgb(255,255,255);  
	font-weight:bold;
}

.FonteMinima
{
    font-family: Verdana;
    font-size: 8px;
	color: rgb(0,0,150);  
}

.FonteMinimaClara
{
    font-family: Verdana;
    font-size: 8px;
	color: #A7D050;  
}

.FonteMenor
{
    font-family: Verdana;
    font-size: 9px;
	color: rgb(0,0,150);  
}
.FonteMenorClara
{
    font-family: Verdana;
    font-size: 9px;
	color: #A7D050;  
}
	        
.FontePequena
{
    font-family: Verdana;
    font-size: 10px;
	color: rgb(0,0,150);  
	font-weight:bold;
}
.FontePequenaMens
{
    font-family: Verdana;
    font-size: 10px;
	color: rgb(0,0,150);  
}

.FonteMedia
{
    font-family: Verdana;
    font-size: 12px;
	color: rgb(0,0,150);  
}
.FonteGrande
{
    font-family: Verdana;
    font-size: 16px;
	color: rgb(0,0,150);  
}

.FonteGrandeClara
{
    font-family: Verdana;
    font-size: 16px;
	color: #A7D050;  
}

.Grid
{
    border-width: 0px;
}

.GridTitulo
{
	font-family: Verdana;
    font-size: 11px;
	color: rgb(255,255,255);
    background-image: url(../Imagens/Botao.jpg);    
    text-align: center;
    height:25px;
}

.GridTexto
{
	font-family: Verdana;
    font-size: 11px;
	color: rgb(0,0,150);  
	background-image: url(../Imagens/row.jpg);    
    height:20px;
}
.GridTextoVerde
{
	font-family: Verdana;
    font-size: 11px;
	color: rgb(0,0,150);  
	background-color: #98bd48;
    height:20px;
}
.GridTextoAmarelo
{
	font-family: Verdana;
    font-size: 11px;
	color: rgb(0,0,150);  
	background-color: Yellow;
    height:20px;
}
.GridTextoBranco
{
	font-family: Verdana;
    font-size: 11px;
	color: rgb(0,0,150);  
	background-color: White;
    height:20px;
}
.Senha_TextBox2_weak
{
    color:Red;
    background-color:Red;
}
.Senha_TextBox2_average
{
    color:Blue;
    background-color:Blue;
}
.Senha_TextBox2_good
{
    color:Green;
    background-color:Green;
}
.TextIndicator_TextBox3
{
     background-color:Blue;
     color:Yellow;
     font-size:small;
     font-variant:small-caps;
     padding: 2px 3px 2px 3px;
}

.TextIndicator_TextBox3_Handle
{
	width:16px;
	height:14px;
	background-image:url(images/Question.png);
	overflow:hidden;
	cursor:help;
}

.Senha_Fraca
{ 
	 
     color:red;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 6px 7px 6px 7px;
     font-weight:bold;
}
.Senha_Medio
{ 
	 
     color: black;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 6px 7px 6px 7px;
     font-weight:bold;
}
.Senha_Forte
{	 
     color: blue;
     font-family:Arial;
     font-size:x-small;
     font-style:italic;
     padding: 6px 7px 6px 7px;
     font-weight:bold;
}
