﻿body {
  margin: 5px;
  padding: 0px;
}
#header {
  background: #fffffff;
  width: 100%;
  text-align: left;
}
#leftcol {
  background: #92bccc;
  margin: 5px 0px 5px 0px;
  float: left;
  width: 267px;
}
#contentZone {
  position: absolute;
  left: 270px;
  background: #ffffff;
  margin: 5px 5px 5px 15px;
  float: right;
}
#content {
  background: #ffffff;
  margin: 5px 5px 5px 5px;
}
#footer {
  background: #0f0;
  clear: both;
  width: 100%;
}

.menuHeader {
    background: #558697;
    color: #ffffff;
    padding: 3px 3px 3px 10px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 11pt;
}

.menuCategory {
    background: #85b0c0;
    color: #ffffff;
    padding: 3px 3px 3px 20px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 10pt;
}

.menuCategoryLink {
    background: #85b0c0;
    color: #ffffff;
    font-family: Verdana;
    font-weight: bold;
    font-size: 10pt;
}


.menuItem {
    color: #ffffff;
    background: #92bccc;
    padding: 3px 3px 3px 30px;
    font-family: Verdana;
    font-size: 9pt;
}

.menuItemLink {
    color: #ffffff;
    font-family: Verdana;
    font-size: 9pt;
}

.label {
    color: #000000;
    font-family: Verdana;
    font-size: 8pt;
}

.mensagem {
    color: #77aa77;
    font-family: Verdana;
    font-weight: bold;
    font-size: 10pt;
}

.helpLabel {
    color: #000000;
    font-family: Verdana;
    font-size: 7pt;
}

.input {
    color: #222222;
    font-family: Verdana;
    font-size: 8pt;
}

.formHeader {
    color: #000000;
    text-align: center;
    font-family: Verdana;
    font-size: 13pt;
}

.listHeader {
    color: #ffffff;
    font-family: Verdana;
    font-weight: bold;
    font-size: 10pt;
}

.path {
    color: #ffffff;
    font-family: Verdana;
    font-weight: bold;
    font-size: 10pt;
}

.formSeparator {
    color: #333333;
    background: #F7F6F3;
    padding: 3px 3px 3px 1px;
    font-family: Verdana;
    font-size: 11pt;
}