/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
	margin-left:5px; margin-bottom:5px;
}

table.tb{border: none; width: 100%; margin: 0px;}
table.tb td{padding: 0px;}

a.azuis {font-family:Verdana,Tahoma,Arial,;text-decoration:none;color: steelBlue;}
a.azuis:hover {font-family:Verdana,Tahoma,Arial,;text-decoration:none;color: navy;}

a.marinho {font-family:Verdana,Tahoma,Arial,;text-decoration:none;color: navy;}
a.marinhoOrange {font-family:Verdana,Tahoma,Arial,;text-decoration:none;color: navy;}
a.marinhoOrange:hover {font-family:Verdana,Tahoma,Arial,;text-decoration:none;color: darkOrange;}

a.cinza {font-family:Verdana,Tahoma,Arial,;text-decoration:none;color: dimGray;}
a.cinzaAzul {font-family:Verdana,Tahoma,Arial,;text-decoration:none;color: dimGray;}
a.cinzaAzul:hover {font-family:Verdana,Tahoma,Arial,;text-decoration:none;color: steelBlue;}

a.cinzas {font-family:Verdana,Tahoma,Arial,;text-decoration:none;color: dimGray;}
a.cinzas:hover {font-family:Verdana,Tahoma,Arial,;text-decoration:none;color: Gray;}

.campo {font-family: verdana; font-size: 8pt; color: #808080; background-color: white;border-style:solid; border-width:1;}
input.campo2 { font-family: verdana; font-size: 8pt; color: #808080; background-color: white;border-style:solid; border-width:1;}
input.campo3 {font-family: verdana; font-size: 8pt; color: #808080; background-color: white;border-style:solid; border-width:1; background-color:whitesmoke}

img {border:0px}

.dgStyle { border-left-color:white; border-right-color:white}
