body {
    background-color: #F4F7E2;
    font-family: Arial,sans-serif;
    font-size: 10px;
    margin: 0;
    padding: 0;
  }


#pai {
    background-color: #FFFFFF;
    background-repeat:repeat-x;
    height:100%;
    position:relative;
  }


#header {
    background-image: url('../imagens/header.jpg');
    background-repeat:no-repeat;
    background-position: center;
    width: 97%;
    height: 100px;
    padding: 0;
    margin: 0 auto;
  }


.controles {
    position: absolute;
    right: 50px;
    color: #000;
  }


.controles a {
    color: #000;
  }


div.header a {
    color: #898786;
  }


.mensagemtopo {
    color : #000;
    font-weight : bold;
    position : relative;
    top : 88px;
    width : 98%;
    text-align: right;
  }


.mensagem {
  /*
    width: 96%;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    position:relative;
    top: 85px;
  */
    font-size: 1.5em;
    border: 1px solid #eee;
    background-color: #ffffcc;
    padding: 1em;
    line-height: 1.5em;
  }


.breadcrumbs {
  margin: 10px;
  /*
    width: 60%;
    position: absolute;
    top: 140px;
    left: 13px;
  */
  }


.icones {
    float: left;
    width: 200px;
  }


#corpo {
    background-color: #E4F1C6;
    width: 96%;
    margin: 0 auto;
    clear: both;
    border: 2px solid #CBE59E;
    padding: 5px;
  }


div.sucesso {
    background-color:#DFF1FF;
    border:1px solid #008DC5;
    width:80%;
    font-weight:bold;
    text-align: center;
    margin: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }


#loading {
    background: white;
    padding: 20px;
    border: 2px solid #6ABAEE;
    margin: 0 0;
    position: fixed;
    width: 200px;
    font-weight: bold;
    font-size: large;
  }

/* listagem, imagens centralizadas */

.img_list {
    border: 0px;
    margin: auto auto;
  }


#rodape {
    clear: both;
    text-align: center;
    background-color: #E4F1C6;
    padding: 5px;
    margin: 90px auto;
    width: 98%;
  }


.topoForm {
    background-color: #FFF;
    font-size: 11px;
    font-weight: bold;
    color: #798992;
    margin: 15px 0 5px 0;
  }

/* Estilos do ERROR(validate) */


input.error, textarea.error, select.error {
    border: 1px solid red;
    margin: 0;
    padding: 0;
  }


label.error {
    border: 0;
    color: red;
    float: left;
    clear: none;
  }


div.login {
    margin: 0 auto;
    background-color: #fff ;
    background-repeat: no-repeat;
    width: 400px;
    height: auto;
    border: 1px solid #ebebeb;
    padding: 10px;
  }


div.loginLogo {
    margin-top: 30px;
    text-align: center;
  }


div.logoCatwork {
    width: 100%;
    text-align: right;
  }


p.loginerro {
    border: 0;
    color: red;
    float: left;
    clear: none;
  }


div.login_usuario {
    float:left;
    color:#ebebeb;
    margin-right: 5px;
    display: inline;
    clear: both;
    padding: 10px;
    width: 100%;
    text-align: center;
  }


input.login_usuario {
    border: 2px solid #ebebeb;
    margin-top: 15px;
  }


.inputLoginSenha {
    border: 2px solid #ebebeb;
  }


.inputLogin {
    float: left;
    display: inline;
    clear: both;
    width: 100%;
    text-align: center;
  }


.infoLogin {
    width: 100%;
    text-align: center;
    padding: 5px;
    margin-top: 15px;
    display: inline;
    float: left;
  }


.textoLoginSenha {
    color: black;
  }


img {
    border: none;
  }


.img_catwork {
    vertical-align: middle;
    margin-left: 40px;
  }


.namesmalinha {
    display: inline;
  }

.tableless input[type="hidden"]
{
  display: none;
}

.botao a
{
  padding: 20px;
  margin: 0 auto;
  background-color: #a3cf1a;
  color: #fff;
  text-align: center;
  width: 180px;
  font-size: 1.8em;
  font-weight: bold;
  text-decoration: none;
  display: block;
  height: 42px;
}

.botao a:hover
{
  color: #eee;
}

.botao
{
  width: 200px;
  float: left;
  margin: 20px;
}

.clearer
{
  clear: both;
}

.botoes
{
  text-align: center;
  width: 730px;
  margin: 0 auto;
}

fieldset.arquivo a.excluir, ul.listagem a.excluir
{
  float: right;
  right: 15px;
  top: 5px;
}
span#mais:hover {
  background-color:green;
}

span#mais {
  background-color:#A3CF1A;
  border:1px solid #000000;
  cursor:pointer;
  display:block;
  margin:10px 0;
  padding:5px;
  width:101px;
}