

/* arquivo escrito pelo css_funcs.php - não editar aqui */

a { color: #046128; text-decoration: none;}
a:link { color: #046128; text-decoration: underline; }
a:visited { color: #046128; text-decoration: underline; }
a:hover { color: #000000; background: ; text-decoration: none; }
a:active { color: #000000; text-decoration: underline }

a.footerText { color: #FFFFFF text-decoration: none; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bolder; }
a.footerText:link { color: #FFFFFF; text-decoration: none; }
a.footerText:visited { color: #FFFFFF; text-decoration: none; }
a.footerText:hover { color: #FFFFFF; background: #046128; text-decoration: underline; }
a.footerText:active { color: #FFFFFF; text-decoration: none }

a.saibaMais { color: blue; text-decoration: none; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
a.saibaMais:link { color: blue; text-decoration: none; }
a.saibaMais:visited { color: blue; text-decoration: none; }
a.saibaMais:hover { color: black; background: white; text-decoration: underline; }
a.saibaMais:active { color: blue; text-decoration: none }

a.logo:hover { background: none; }

body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #f3fef1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
	}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom: 3px;
	}
.header { 
	background: #046128; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.footer { 
	padding: 5px 5px 5px 5px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #046128;
} 
.container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #046128;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.header_adv { 
	background: #1245ff; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.sidebar_left {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px;  padding keeps the content of the div away from the edges */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}
.sidebar_right {
	float: right; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}
.mainContent { 
	margin: 0px 130px 0px 130px; 
	padding: 5px 5px 5px 5px; 
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
input.pjbutton {
	font:8pt tahoma;
	color:black;
}

.float_right
{
float:right;
border:1px solid black;
margin: 0px 0px 10px 10px; /* --- top, right, bottom, left --- */
}

.float_left
{
float:left;
border:1px solid black;
margin: 0px 10px 10px 0px; /* --- top, right, bottom, left --- */
}

.searchBox {
	font-size: 11px;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	background-color: #000000;
	font-family: Helvetica;
	height: 15px;
	font-weight: bold;
}

