﻿/* DEFAULTS
----------------------------------------------------------*/
html{
    min-height:100%;
    height:auto;
}
body   
{
    /*background: #bfcada;*/
    /*background:linear-gradient(to bottom, #bfcada, #fff 100%);*/
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}


a:link, a:visited
{
    text-decoration: none;
    color:#1d60ff;
}

a:hover
{
    color:#f00;
    text-decoration: underline
}

a:active
{
    
    text-decoration: none;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 700;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    min-height:100%;
    height:auto;
    inherit:auto;
    /*background-color: #fff;*/
    margin: 10px auto 0px auto;
    border: 1px solid #496077;
    border-radius: 6px 6px 0px 0px;
    /*background:linear-gradient(to bottom, #bfcada, #fff 100%);*/
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    /*background:linear-gradient(to top, #88aadd, #444 100%);*/
   /* background:#88aadd url("../Imagem/log.png") no-repeat;  #4b6c9e;*/
    width: 100%;
    height: 97px;
    top: 0px;
    border-radius: 6px 6px 0px 0px;
}

.header h1
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    line-height: 2em;
    font-size: 2em;
    height: 38px;
    width: 752px;
}

.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 12px 8px 8px 8px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
    width:auto;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:950px;
    height: 25px;
    padding: 10px 0px 0px 10px;
}


div.menu
{
    padding: 0px 0px 0px 0px;    
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    width: auto;
    height: 43px;
    padding:0 0 0 1em; 
    position:relative;
    font-size: 11px;
}

div.menu ul li.level1
{
    float:left; height:43px;
}

div.menu ul li a.level1, div.menu ul li a:visited.level1
{        
    display:block; 
    float:left; 
    height:40px; 
    line-height:35px; 
    color:#888; 
    text-decoration:none;     
    font-weight:bold; 
    text-align:center; 
    padding:0 60px 0px 10px; 
    cursor:pointer; 
}

div.menu ul li a.level2, div.menu ul li a:visited.level2
{
    border: 1px #999 solid;
    border-top: 0px;
    color: #888;
    display: block;    
    height: 30px; line-height:25px; font-weight:bold;
    padding:0 30px 0px 10px; 
    text-decoration: none;
    white-space: nowrap;
    float:left;
    margin: -7px 0px 0px -11px;
    padding-top: 7px;
}

div.menu ul li a.level3, div.menu ul li a:visited.level3, div.menu ul li a.level4, div.menu ul li a:visited.level4
{
    border: 1px #051446 solid;
    color: #888;
    display: block;
    position: relative;
    line-height: 1.35em;
    height:40px; line-height:35px; font-weight:bold;
    padding: 0px 0px 0px 15px;    
    text-decoration: none;
    white-space: nowrap;
    background: #fff;
    float:left;
}

div.menu ul li a:hover.level1
{
    color:#000;
}

div.menu ul li a:hover.level2, div.menu ul li a:hover.level3
{
    color: #000;
    text-decoration: underline;
}

div.menu ul li a:active.level1
{
    background-color: #666;
    color: #14095c;
    text-decoration: none;
}

div.menu ul li a.highlighted
{
    font-weight: bold;
    color: #88aadd;
}

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  height: 29px;
  background: #88aadd;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  background: #88aadd;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  line-height: 29px;
  padding: 0 20px;
  text-decoration: none;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 5px solid #e00f16;
  margin-left: -10px;
}
#cssmenu > ul > li:hover > a {
  background: #14095c;
  font-weight: bold;
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #88aadd;
  border-bottom: 1px dotted #14095c;
  filter: none;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 10px;
}
#cssmenu .has-sub ul li:hover a {
  background: #010e5c;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #88aadd;
  border-bottom: 1px dotted #1d60ff;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #88aadd;
}	

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
    width: 872px;
    height: 41px;
}

fieldset p 
{
    margin: 2px 12px 2px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 4px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: 100%;
 
}


.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
    height: 96px;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}
.upload-wrapper {cursor:pointer; }
.upload-file {cursor:pointer; position:absolute; }
.upload-button {cursor:pointer; height:30px; width:30px; }

.bordaPerson
{
     -moz-border-radius: 6px; 
     -webkit-border-radius: 6px;
     border-radius: 6px; 
     vertical-align: middle; 
     box-shadow: 10px 10px 5px #888888;
}