﻿/* LINKS */
A.LinksTexto {
    COLOR: #000000;
    TEXT-DECORATION: none;
}
A.LinksTexto:hover {
    COLOR: #000000;
    TEXT-DECORATION: underline;
}
A.LinksRodape {
    COLOR: #3B5998;
    TEXT-DECORATION: none;
}
A.LinksRodape:hover {
    COLOR: #3B5998;
    TEXT-DECORATION: underline;
   	font-weight: bold;
}
/* Por causa do .NET 4 ( http://forums.asp.net/t/1560443.aspx ) */
a img, a:link img, a:visited img, a:hover img, a:active img {
    border:0 !important;
}

BarraMenuSuperior 
{
    
    z-index: 1;
}
body {
	background-color: #F2F2F2;
    /*background-image: url("imagens/bg_page_QuartaRH.png");
    background-repeat: repeat-x;
    background-position: 0px 200px;
    background-attachment:fixed;*/
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0;
	margin-top: 20px;
	padding: 0;
	width: 900px;
	margin-right: auto;
	margin-left: auto;

}
#Geral {
	background-color: #6D84B4;
}
#cabecalho {
	background-color: #EDEFF4;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-top: 6px;
	height: 45px;
}
#content {
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right:0px;
	padding-top:20px;
	background-color: #fff;
    vertical-align:top;
    height:auto ;
	border: 0;
	overflow: hidden;
	width:100%;
}

#corpo {
	border-style: none;
    border: solid 1px #D8DFEA;
    position: relative;
    height: 100%;
    vertical-align: top;
    background-color: White;
    top: 0px;
    left: 0px;
    width:898px;
    padding: 0px 0px 0px 0px;
}
.float_right {
	float:right;
}
#footer {
	border: solid 1px #D8DFEA;
	clear: both;
	width: 898px;
	overflow: hidden;
	padding-top: 5px;
	color: Black;
    vertical-align: top;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size:10px;
   	background-color: #EDEFF4;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial Black;
}
#IconePagPrincipal 
{
	position: relative;
	float: left;
	width: 150px;
	vertical-align:top;
}
#masthead {
	width: 100%;
	overflow: auto;
	text-align: right;
	background-color: #c5d5e5;
	margin: 0;
	padding: 0;
	border: 0;
    vertical-align:top;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
.menuTabelas {
	background-color: #EDEFF4;
	border: solid 1px #EDEFF4;
	border-top: solid 1px #6D84B4;
	color: Black;
	font-size: 10pt;
	font-weight: bold;
	height: 18px;
	padding-left: 2px;
	vertical-align: top ;
}
.rodapeTabelas {
	background-color: #EDEFF4;
	border-bottom:solid 1px #6D84B4;
	color: Black;
	font-size: 10pt;
	height: 18px;
	padding-left: 2px;
	vertical-align: top ;
}

/* MENU ESQUERDO */
.menuLeft {
	float: left;
	width: 165px;
	vertical-align: top ;
	background-color: White;
    margin-top: 20px;
	padding-left:4px;
	padding-right:4px;
}
.menuLeftStaticLevel0 {
    width:0px;
    height:0px;
}
.menuLeftStaticLevel1
{
    background-color: #EDEFF4;
    border-top: solid 1px #6D84B4;
    color: Black;
    font-size: 10pt;
    font-weight: bold;
    height: 23px;
    padding-left: 0px;
    vertical-align: middle;
    padding-top: 2px;
}
.menuLeftStaticLevel2
{
    background-color: White;
    border: solid 1px White;
    color: Black;
    cursor: hand;
    font-size: 10px;
    font-style: normal;
    height: 20px;
    padding-left: 6px;
    vertical-align: top;
    font-weight: normal;
    padding-top: 4px;
    width: 155px;
}
.menuLeftHover 
{
	border: solid 1px #3B5998;
	vertical-align: top ;
}


/* MENU SUPERIOR */
.menuItem {
	background-color: #D8DFEA;
	border: none thin #D8DFEA;
	color: #3B5998;
	font-weight: bold;
	text-align: center;
	height: 20px;
	width: 80px;
}
.menuItemHover {
	background-color: #6D84B4;
	border: solid thin #3B5998;
	color: White;
}
.menuPopup {
	background-color: #EDEFF4;
	border: solid 1px #3B5998;
}
.menuPopupItem {
	background-color: #EDEFF4;
	color: #3B5998;
	font-style: normal;
	padding: 3px;
}

.menuSelected {
	background-color: White;
	border: solid thin #3B5998;
	color: #3B5998;
    }

.menuPopupItemHover {
	background-color: #6D84B4;
	color: #EDEFF4;
}
#MenuSuperior {
	background-color: #EDEFF4;
}

p {
	margin: 5px 10px 15px 5px;
}
#sidebar {
	margin: 0;
	padding: 0;
	border: 0;
    vertical-align:top;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.TextoColunas {
	text-decoration: none;
}
.Titulo {
	font-weight: bold;
	font-size: 14pt;
	text-decoration: none;
}
.TituloColunas {
	color: Black;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.ItemAlternadoTabela {
    border-left: dashed 1px #3B5998;
    border-right: dashed 1px #3B5998;
} 
