﻿html, body, form, div, h1, h2, h3, h4, h5, h6, li, ol, p, ul
{
    margin: 0px; 
    padding: 0px;
}

input[type="image"]
{
    border: none;
}

img{
    border: none;
}

input[type="checkbox"]
{
    margin:0 3px 0 0;
    border: none;
}

input[type="radio"]
{
    margin:0 3px 0 0;
    border: none;
}

body   
{
    /*background: #ECECEC;*/
    font-size: .80em;
    /*font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/
    font-family: "Helvetica Light", Helvetica, Arial, Arial Unicode, sans-serif;
    margin: 0px;
    padding: 0px;
    /*color: #696969;*/
}


.page
{
    width: 1320px; /*1280*/
    background-color: #fff;
    margin: 0px auto 0px auto;

    /*box-shadow: 10px 0px 30px #AAAAAA;*/
    
    /*-moz-box-shadow : 10px 0 30px #AAAAAA;
    -webkit-box-shadow: 10px 0 30px #AAAAAA;*/
    /*box-shadow: 10px 0 30px #AAAAAA;*/
}

.header
{
    position: relative;
    padding-left: 10px;
    height: 40px;
    background-color: #FFFFFF;
    
}


.header h1
{
    font-weight: 700;    
    margin: 0px;
    padding: 0px 0px 0px 0px;
    color: #003146;
    border: none;
    line-height: 1.5em;
    font-size: 2em;
}
.TopHeaderBar
{
    height: 30px;
    background-color: #044a8b;  /*464646*/
    vertical-align: middle;
    width: 100%;
    display:block;
    color: white;
    
    font-weight: bolder;
    font-size: 18px;
}

TopHeaderBar a {
    color: #000000;
    text-decoration: none;
}

TopHeaderBar a:link {
    color: #000000;
    text-decoration: none;
}
TopHeaderBar a:visited {
    color: #000000;
    text-decoration: none;
}
TopHeaderBar a:hover {
    color: #000000;
    text-decoration: none;
}
TopHeaderBar a:active {
    color: #000000;
    text-decoration: none;
}

.TopHeaderBarInside
{
    padding-left: 15px;
    padding-right: 15px;
    float:left;
    line-height: 30px; /*mesmo tamnho que a div pai*/
}


.title
{
    display: block;
    float: left;
    text-align: left;
    width: 1275px;
}

a {
    text-decoration:none;
}

    a:visited {
        text-decoration:none;
    }

.loginDisplay
{
    font-size: 10pt !important;
    display: block !important;
    text-align: right !important;
    vertical-align:text-top !important;
    padding: 6px !important;
    color: #515151 !important;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}


.logoff
{    
    font-size: 12px;
    text-align: right;
    vertical-align:text-top;    
    color: #fff;
    text-decoration: none;
 
    float:right;
    padding: 10px;
}

.logoff a:link
{
    color: white;
    text-decoration: none;
}

.logoff a:visited
{
    color: white;
}

.logoff a:hover
{
   color: #FF7A00;
}

.ShortcutMaster
{
    font-size: 10pt !important;
    display: block !important;
    text-align: right !important;
    vertical-align:central !important;
    padding: 6px !important;
    color: #515151 !important;
    height: 25px;
    width:auto;
}

.ShortcutMaster a:link
{
    color: white;
}

.ShortcutMaster a:visited
{
    color: white;
}

.ShortcutMaster a:hover
{
    color: white;
}

.clear
{
    clear: both;
}

div.hideSkiplink
{
    /*background-color:#FF0000;*/
    border-style: none none none none;
    border-width: 1px;
    border-color: #ABABAB;
    width: 998px;
}

.TitlePage
{
	font-size: 13pt;	
	color: White;
	font-weight:bold;
	font-family:"Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	vertical-align: middle;    
    
}

.main
{    
    min-width: 500px;
    width:auto;
    display: block;
    position: relative;
       
}

.MainContent
{
    min-height: 500px;    
    position:relative;
    width: auto;
    padding-top:20px;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:15px;

    /*-moz-box-shadow: -10px -20px 25px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -10px -20px 25px rgba(0, 0, 0, 0.1);
    box-shadow: -10px -20px 20px rgba(0, 0, 0, 0.1);*/
    
    -webkit-box-shadow: 0px 18px 40px 12px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 18px 40px 12px rgba(0,0,0,0.2);
    box-shadow: 0px 18px 40px 12px rgba(0,0,0,0.2);

}

.MainContentComMenuLateral
{
    margin-left: 260px;
    /*COM ESSA MARGEM, O ESPAÇO DO CONTEUDO É DE 980px NA HORIZONTAL */
}


.subMenu
{
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 20px;
    min-width: 256px;
    width: 256px;
}

    .subMenu ul
    {
        list-style: none;
        list-style-type: none;
        list-style-image: none;
        font-size: 16px;
        text-transform:uppercase;
        line-height: 2;
        border-top: 1px dotted #f7f7f7;
        margin-right: 10px;
    }

    .subMenu li
    {
        border-bottom: 1px dotted #f7f7f7;
        cursor:pointer;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 10px;
    }

    .subMenu li:hover
    {
        border-bottom: 1px dotted #f7f7f7;
        cursor:pointer;
        background-color: rgb(201,205,188);
        color: black;
        
    }

        .subMenu * a
        {
         color: #464646;
         text-decoration: none;
        }

        .subMenu * a:link
        {
         color: #464646;
         text-decoration: none;
        }

        .subMenu * a:visited
        {
         color: #464646;
         text-decoration: none;
        }

.subMenuSelected
{
    background-color: #509d67 !important;
    color: white !important;
}

.subMenuSelected:hover
{
    background-color: #509d67 !important;
    color: white !important;
    cursor: default !important;
}

.footer
{
    clear:both;
    height: 20px;
    line-height: 20px;
    color: white;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    vertical-align: middle;
    line-height: normal;
    background-color: gray;

}

