@charset "utf-8";
/* CSS Document */

body  {
	font: 12px Arial, Helvetica, Verdana,   sans-serif;
	background: #FFFFFF;
	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 */
	text-decoration: none;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
html {
     overflow: -moz-scrollbars-vertical;
}
.textoLinks  {
	font: 11px Arial, Helvetica, Verdana,   sans-serif;
}
.textoLinks2  {
	font: 10px Arial, Helvetica, Verdana,   sans-serif;
}
.textoCinza  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#878787; 
}
.textoTitulo  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.textoTituloVermelho  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#C0282E; 
	font-size:12px;
	font-weight:bold;
}
.linkInativo  {
	text-decoration:none;
	color:#C0282E;
}
.twoColFixLt #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
}
.twoColFixLt #flashTopo {
	width: 510px;
	margin: 0 auto;
	text-align: left;
	height: 115px;
}
.twoColFixLt #bodyPage {
	width: 543px;
	margin: 0 auto;
	text-align: left;
	height: 105px;
	background-color: #00FF00;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 235px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 600px;
	padding: 0px 0px 15px 0px;
	padding-top: 30px;
}
.twoColFixLt #loginPage {
	float: right;
	width: 180px;
	height: 120px;
	padding: 15px 15px 0px 30px;
	background-image: url(../images/bgLogin.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: right;
	margin-top: 90px;
}
.twoColFixLt #mainMenu {
	float: right;
	width: 180px;
	height: 160px;
	padding: 0px 15px 0px 30px;
	text-align: right;
	margin-top: 10px;
}
.twoColFixLt #reflexoes {
	float: right;
	width: 235px;
	height: 112px;
	padding: 0px 0px 0px 0px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-align: right;
	margin-top: 10px;
}
.twoColFixLt #logoRodape {
	float: right;
	width: 235px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	margin-top: 50px;
}
.twoColFixLt #destaqueImg {
	width: 352px;
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	float: none;
}
.twoColFixLt #destaqueTxt {
	width: 130px;
	padding: 40px 10px 0px 10px;
	float: left;
	background-image: url(../images/bgDestaqueTxt.gif);
	height: 180px;
	background-position: 0px 15px;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.twoColFixLt #topSpace {
	height: 120px;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px 0px;
	width: 510px;
	float: right;
	zoom: 1;
	margin-right: 15px;
} 
.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;
}
form.login {
	background-color: #FFFFCC; 
	width:380px;
	font: 11px Verdana, sans-serif;
	color: #003399;
	border: 2px solid #0000FF;
	padding-left:10px;
}
#rightcolumn{
	float:left;
	width:550px;
	min-height: 400px;
	border: 3px solid black;
	margin-left: 10px;
	padding: 5px;
	padding-bottom: 8px;
}
* html #rightcolumn{ /*IE only style*/
height: 400px;
}

a.linque:link{color:#000000; text-decoration:none;}
a.linque:visited {color:#000000; text-decoration:none;}
a.linque:hover {color:#999999; text-decoration:none;}
a.linque:active {color:#C0282E;  text-decoration:none;}

a.linqueVerm:link{color:#C0282E; text-decoration:none;}
a.linqueVerm:visited {color:#C0282E; text-decoration:none;}
a.linqueVerm:hover {color:#C0282E; text-decoration:underline;}
a.linqueVerm:active {color:#C0282E;  text-decoration:none;}

a.linqueVerde:link{color:#0a1f45; text-decoration:none;}
a.linqueVerde:visited {color:#0a1f45; text-decoration:none;}
a.linqueVerde:hover {color:#0a1f45; text-decoration:underline;}
a.linqueVerde:active {color:#0a1f45;  text-decoration:none;}

a.linqueAzul:link{color:#003366; text-decoration:none;}
a.linqueAzul:visited {color:#003366; text-decoration:none;}
a.linqueAzul:hover {color:#003366; text-decoration:underline;}
a.linqueAzul:active {color:#003366;  text-decoration:none;}

a.linqueCinza:link{color:#878787; text-decoration:none;}
a.linqueCinza:visited {color:#878787; text-decoration:none;}
a.linqueCinza:hover {color:#000000; text-decoration:none;}
a.linqueCinza:active {color:#878787;  text-decoration:none;}

.ficha{
	border-collapse:collapse;
	border:0px solid #FFF;
	margin-top:10px;
}

.ficha th{
	background-color:#CCC;
	text-align:center;
	padding:5px;
}

.ficha td{
	padding:3px;
	vertical-align:top;
	padding-top:10px;

}

.ficha div{
	margin-left:50px;
}

.ficha a{
	color:#00F;
	font-weight:normal;	
}
.ficha a:visited{
	color:#00F;
}

.ficha a:hover{
	color:#900;
}

