body {
    background-color: #ffffff;
    background-image: url(../resources/imagens/exata/fundo.jpg);
    background-position: center top;
    margin: 0;
    padding: 0;
    background-repeat: repeat-x;
}
#top_bar {
    background-image: url(../resources/imagens/exata/topo.gif);
    height: 29px;
    background-position: center top;
    overflow: hidden;
    background-repeat: repeat-y;
}
#container {
    margin:0 auto;
    width:760px; 
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-color: #666666;
    border-bottom-color: #666666;
    border-left-color: #666666;
    border-right-color: #666666;
    background-color: #ffffff;
    vertical-align: baseline;
}
#home-login {
    margin-left: 10px;
}
#header {
    position: relative;
    height: 101px;
    background-image: url(../resources/imagens/exata/logo.jpg);
    background-repeat: no-repeat;
    background-position: left center;
    text-align: center;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
#header h3 {
    color: #ff0000;
    font-family: Arial, sans-serif;
    text-align: center;
    vertical-align: bottom;
    font-weight: bold;
    height: 90px;
    margin-top: 5px;
}
#header p {
    text-align: right;
}

/* header para o login*/
#menu {
    position: relative;
    text-align: left;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
#content {
    width:760px;
    height: auto;
    margin:0 auto;
    text-align:left;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 10.5pt;
    padding: 4px;
}
/* content para o login */
#content-login {
    width:760px;
    height: 250px;
    margin:0 auto;
    text-align:left;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 10.5pt;
    color: #7E7E7E;
    padding: 4px;
    margin-top: 50px;
}
#footer { 
    background-image: url(../resources/imagens/exata/rodape.jpg);
    height: 30px;
    background-position: center top;
    overflow: hidden;
    background-repeat: repeat-y;
}
/* Para o login */
.campos {
    margin-top: 50px;
}
/* Para o login #div botoes */
#botoes {
    text-align: right;
    width: 305px;
}
.botao {
    text-align: center;
    width: auto;
    height: auto;
    background-color: white;
    color: #000;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 8pt;
}
/* Para o login */
.esqueceuSenha {
    font-size: 12px;
    color: #003300;
    text-decoration: none;
    font-weight: bold;
}
/* Para o login */
.field-login {
    width: 310px;
    padding: 20px;
    margin-left: 215px;
}
/* Para o login */
.erro {
    font:message-box;
    color: red;   
}
.field {
    width: 85%;
    padding: 5px;
    margin-left: 50px;
    color: #7e7e7e;
}
.field-tabela-dados {
    color: #black;
    font-size: 12px;
    text-align: center;
    padding: 10px
}
.botao-sair{
  background-color: #ff0000;
  color: #fff;
  display: block;
  font-size: 1em;
  padding: 0.2em;
  text-align: center;
  width: 8em;
  text-decoration: none;
}
.legenda {
    color: #7e7e7e;
}
.erro {
    font:message-box;
    color: red;   
}
.cliente{
    color: black;
    font-weight: bold;
}
#tabela {
    margin-top: 20px;
}
#kuluene {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}
#kuluene a {
    color: black;
    font-weight: bold;
    text-decoration: underline;
}
#kuluene a:hover {
    text-decoration: none;
    color: green;
}
/* Style rules to make data tables look better */

.tabela-dados {
    width: 760px;
    height: auto;
    margin:0 auto;
    text-align:center;
    padding: 0px;
    color: black;
    font-size: 10px;
}
.list-header {
  background-color: #6852ae;
  font-size: larger;
  font-weight: bold;
    color: #ffffff;
}

.list-paging-header {
  background-color: white;
}

.list-paging-footer {
  background-color: white;
}

.list-row-even { 
}

.list-row-odd { 
  background-color: #b4a8db;
}

/* Style rules for message severity levels */

.infoMessage {
  color: black;
}

.warnMessage {
  color: orange;
  font-weight: bold;
}

.errorMessage {
  color: red;
  font-weight: bold;
}

.fatalMessage {
  color: red;
  font-style: italic;
  font-weight: bold;
}
