@charset "iso-8859-1";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
}
html {
	min-height: 100%;
	height: 100%;
}

/*
* {
    font-size: 1em;
    }
*/

img {
	border: none;
}

h1, h2, h3, h4 
{
	display: inline; 
}

h1.subtitulos, h2.subtitulos, h3.subtitulos , h4.subtitulos 
{
	font-size: 11px;
    }

/* --- Layout --- */
#wraper {
	background: #292826;
	min-height: 100%;
}

#headerbackground{
	width: 100%; 
	background: url(/Images/bgHeaderB30.jpg) repeat-x top left #292826;
}
#header{
	width: 980px; 
	background: url(/Images/bgHeader2_B30.jpg) no-repeat ;
}
#headerimagens{
	height:118px;
	vertical-align:bottom;
}
#headermenu{
	height:32px; 
	vertical-align:bottom;
}

#headerdata {
	width: 100%;
	color: #8b8b8a;
}

 #loginUser {
	width: 132px;
}
.mensagem {
	text-align: center;
	font-size: 0.9em;
	color: #7f7e7d; 
	height:30px;
}
.mensagem a:link, .mensagem a:visited {
	text-decoration: none;
	color: #ff6600;
}
.mensagem a:hover {
	text-decoration: underline;
}
#linha {
	width: 100%;
	height: 2px;
	background-color: #ff6600;
	font-size: 0px;
}
#footerMain {
	width: 980px;
	margin: 0px auto;
	color: #7f7e7d;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #292826;
	border-bottom: 1px solid #292826;
}
.footer {
	width: 685px;
	height: 25px;
	padding-left: 5px;
	padding-top: 1px;
	line-height: 140%;
}
.f1 {
	background: url(/Images/bgLink1.gif) no-repeat;
}
.f2 {
	background: url(/Images/bgLink2.gif) no-repeat;
}
.f3 {
	background: url(/Images/bgLink3.gif) no-repeat;
}
.footer a, .footer a:visited {
	color: #8b8b8a;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
/* --- FIM Layout --- */
/* --- Menu --- */
#Nav {
	z-index: 0;
}
#Nav ul {
	margin: 0px;
	padding: 0px;
}

#Nav ul li {
	width: 110px;
	height: 27px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	background: url(/Images/tabMenu.gif) no-repeat;
	padding-top: 5px;
	}
#Nav ul li {
	display: inline  !ie;
	margin-right: 4px !ie;
}
#Nav ul li.noM {
	margin: 0px;
}
#Nav ul li.noM {
	margin-right: 5px !ie;
}
#Nav ul li a.noM {
	margin: 2px;
}
#Nav ul li a, #Nav ul li a:visited 
{
	margin-left: 4px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#Nav ul li a:hover, #Nav ul li a#activo {
	color: #ff6600;
}
/* --- FIM Menu --- */
/* --- Menu paginas interiores --- */
.menuInterior 
{
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold; 
	color: #555555;
}
.bgCinza a.menuInterior:link, .bgCinza a.menuInterior:visited
{
	color: #000000;
	background: none;
	text-decoration: none; 
}
.bgCinza a.menuInterior:hover
{
	color: #00a9e0;
	background: none;
	text-decoration: none; 
}

.bgCinzaDef a.menuInterior:link, .bgCinzaDef a.menuInterior:visited
{
	color: #000000;
	background: none;
	text-decoration: none; 
}
.bgCinzaDef a.menuInterior:hover
{
	color: #00a9e0;
	background: none;
	text-decoration: none; 
}

.menuPartilhe
{
	font-size: 11px; 
	font-weight: bold; 
}
.bgCinza a.menuPartilhe:link, .bgCinza a.menuPartilhe:visited
{
	color: #000000;
	background: none;
	text-decoration: none; 
}
.bgCinza a.menuPartilhe:hover
{
	color: #00a9e0;
	background: none;
	text-decoration: none; 
}

.bgCinzaDef a.menuPartilhe:link, .bgCinzaDef a.menuPartilhe:visited
{
	color: #000000;
	background: none;
	text-decoration: none; 
}
.bgCinzaDef a.menuPartilhe:hover
{
	color: #00a9e0;
	background: none;
	text-decoration: none; 
}


/* --- FIM - Menu paginas interiores --- */
/*ModalPopup			*/
.popUpStyle
{
    background-color: #000000;
    color: #4f6b72; 
    padding:6px;      
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.popUpStyle2
{
    background-color: #ffffff;
    padding:6px;
    width: 750px;      
    }
.drag
{
    padding: 4px;
     background-color: #dddddd;
     border: solid 1px gray ;
}
/* FIM ModalPopup		*/