﻿body
{	font-family:  Trebuchet MS, Verdana, Arial;
	font-size: 10pt;
	background-color: #e8e8e8; 
	margin: 0px 0px 0px 0px; 
	background-image: url('../images/stripe1.png');
	
}

td.tituloBox
{
	padding-left:50px; 
	font-family:arial; 
	font-weight:bold; 
	font-size: 11pt;
	color:#fff;
}

td.footer
{
	font-family:  Trebuchet MS, Verdana, Arial;
	font-size: 9pt;
	
}

.Destaque A {FONT-WEIGHT: bold;	TEXT-TRANSFORM: uppercase;	COLOR: #a62b11}
.Destaque A:hover {	COLOR: #f19717;	TEXT-DECORATION: none}

/*I:Lista Links Topo*/
#navcontainerLinks ul li
{
list-style-type: none;
padding: 0;
margin: 0;
display: block;
float: right;
background: url("../images/navBarBg.gif") repeat-x 20px;
font: 10px/20px "Lucida Grande", verdana, sans-serif;
text-align: center;
}

#navcontainerLinks a
{
color: #000;
text-decoration: none;
display: block;
width: 70px;
border-top: 1px solid #A8B090;
border-bottom: 1px solid #A8B090;
border-left: 1px solid #A8B090;
}

#navcontainerLinks li#active { background: url("../images/navBarBgHover.gif") repeat-x 20px; }
#navcontainerLinks a:hover { background: url("../images/navBarBgHover.gif") repeat-x 20px; }
/*F:Lista Links Topo*/


/*I:MENU Categorias*/
#navlist
{
padding-left: 0;
margin-left: 0;
width:158px;
font-family:Trebuchet MS;
font-size: 9pt;
}

#navcontainer
{
width: 176px;
border-right: 1px solid #fff;
padding: 0 0 1em 0;
margin-bottom: 0em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #90bade;
color: #333;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #90bade;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 0px 5px 0px 0.5em;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width:100%;
}

body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}
/*F:MENU Categorias*/


/*I:Formulario*/

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

.lblForm { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}

/*F:Formulario*/
