/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Tahoma, Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

A:link
{
	font-size: 8pt;
	color: #58595b;
	font-family: Tahoma, Helvetica;
	text-decoration: none;
}	
		
A:visited	{	
	font-size: 8pt;
	color: #58595b;
	font-family: Tahoma, Helvetica;
	text-decoration: none;
	}	
		
A:active	{	
	font-size: 8pt;
	color: black;
	font-family: Tahoma, Helvetica;
	text-decoration: none;
	background-color: greenyellow;
	}	
		
A:hover
{
	font-size: 8pt;
	color: black;
	font-family: Tahoma, Helvetica;
	text-decoration: none;
	background-color: greenyellow;
}
	
UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	
TD
{
	font-size: 8pt;
	font-family: Tahoma, Helvetica, Verdana;
}
.Titulos
{
	font-weight: bold;
	font-size: 20px;
	color: #58595b;
	font-family: Tahoma, Helvetica, Verdana;
}
.MouseFora
{
	cursor: hand;
	color: #58595b;
}
.MouseCima
{
	cursor: hand;
	color: black;
}
.TableLinhaTudo
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
}

.Hide {
	DISPLAY: none
}
.Show {
	DISPLAY: block
}
.campos {
	font-size: 8pt;
	font-family: Tahoma, Helvetica, Verdana;
	border: 1px solid #666666;
}
.SubTitulos {
	font-weight: bold;
	font-size: 14px;
	color: #58595b;
	font-family: Tahoma, Helvetica, Verdana;
	background-color: #EBEBEB;
	border: 1px solid #999999;
}
.Datas {
	font-family: Tahoma, Helvetica, Verdana;
	background-color:#FFFF00;
	font-weight: bold;
}
.BandVerde {
	color: #4fa700;
}

.BotVerde {
	color: #ffffff;
	background-color: #4fa700;
	font-size: 8pt;
	font-family: Tahoma, Helvetica, Verdana;
	font-weight: bold;
}

.BotVerdeMao {
	color: #ffffff;
	background-color: #4fa700;
	font-size: 8pt;
	font-family: Tahoma, Helvetica, Verdana;
	font-weight: bold;
	cursor: hand;
}

.BandAmarelo {color: #FFCC00}
.BandVermelho {color: #FF0000}
.FundoDatas {
	background-image: url(imagens/fundo640.png);
	font-weight: bold;
	color: white;
}

.CamposBranco {
	font-size: 7pt;
	font-family: Tahoma, Helvetica, Verdana;
	color: #4fa700;
	border: 1px none #FFFFFF;
}
