/* PAGINA */
body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #333;
  background: url("/images/fundo.jpg") no-repeat top;
}
.container {
  margin: 0 auto;
  width: 990px;
}

/* TAGs */
img { border: none; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
hr { height: 0; border: none; border-bottom: 1px dashed #DDD; }
input[type="text"],
input[type="password"],
textarea {
  padding: 2px 3px;
  background: url("/images/input.gif");
  border: none;
}
textarea {
  width: 600px;
  height: 70px;
}
input[type="button"],
input[type="submit"],
button,
.button {
  height: 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: #777 1px 1px 1px;
  cursor: pointer;
  background: url("/images/botFundo.gif");
  border: none;
  border-right: 2px solid #D7A800;
  /* Bordas arredondadas */
  border-radius: 6px;
  -moz-border-radius: 6px;
}
.button {
  padding: 0 10px;
  font-size: 13px;
  line-height: 30px;
}
h1 {
  margin-top: 0;
  padding-left: 25px;
  font-size: 27px;
  text-transform: uppercase;
  color: #355387;
  background: url("/images/bulletG.gif") no-repeat 8px;
}
h2 {
  font-size: 16px;
  color: #666;
}
h3 {
  margin-top: 0;
  font-size: 22px;
  font-weight: normal;
}
#shadowbg {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  filter: alpha(opacity=60);
  background: #000;
}
#percentagem {
  width: 200px;
  padding: 2px;
  border: 1px solid #000;
  background: #FFF;
}
#percentagem span {
  display: block;
  height: 10px;
  background: #AAA;
}
.matafloat { clear: both; }
.block { display: block; }
.hide { display: none; }
.bold { font-weight: bold; }
.center { text-align: center; }
.left { float: left; }
.right { float: right; }
.preto { color: #333; }
.bgazul { background: #345485; }
.bglaranja { background: #E66700; }
.bgazulclaro { background: #DAEBF2; }
.calendario { cursor: pointer; }
.overflow { overflow: auto; }
.pre { white-space: pre; }
.pre-line { white-space: pre-line; }
.highlight { background-color: yellow; }
.fieldWithErrors { display: inline; }
.formError { color: #F00; font-size: small; }
.adicionar {
  padding-left: 20px;
  font-size: small;
  background: url("/images/icoMais16.gif") no-repeat left;
}
.remover {
  padding-left: 20px;
  font-size: small;
  background: url("/images/icoX16.gif") no-repeat left;
}

/* POPUP */
.popup {
  position: fixed;
  display: none;
  margin-left: -400px;
  top: 80px;
  left: 50%;
  width: 800px;
  height: 400px;
  z-index: 500;
  background: #FFF;
  border: 10px solid #DDD;
}
.popup a.fechar {
  position: absolute;
  top: -20px;
  right: -20px;
  padding:  3px 8px;
  font-size: 12px;
  font-weight: bold;
  text-shadow: #333 2px 2px 1px;
  color: #FFF;
  background: #A00;
  border: 4px solid #FFF;
  /* Bordas arredondadas */
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}
.popup a.fechar:hover {
  text-decoration: none;
  background: #F00;
}

/* FILTRAR */
.filtrar ul {
  display: block;
  margin: 0;
  padding: 0;
  width: 450px;
  height: 200px;
  list-style: none;
  overflow: auto;
}
.filtrar ul input[type=checkbox] {
  float: left;
  margin-bottom: 2px;
  margin-right: 5px;
}
.filtrar ul li {
  clear: both;
  display: block;
}
.filtrar ul label {
  float: left;
  margin-top: 3px;
  margin-bottom: 1px;
  width: 90%;
  font-size: 12px;
}

/* GRID */
.grid {
  padding: 5px;
  padding-top: 0px;
  width: 100%;
  background: #FFFFFF url("/images/degrade.gif") repeat-x top;
  border: 1px solid #CACACA;
  /* Bordas arredondadas */
  /* CSS3 */
  border-radius: 8px;
  /* Mozilla */
  -moz-border-radius: 8px;
  /* Webkit */
  -webkit-border-radius: 8px;
}
.grid thead {
  text-align: left;
}
.grid tbody {
  font-size: smaller;
}
.grid tbody tr {
  height: 25px;
}
.grid tbody tr:hover {
  background: #EAEAEA;
}
#filtro_grid {
  position: absolute;
  padding: 5px;
  right: 15px;
  width: 250px;
  font-size: 14px;
  background: #FFF2AA;
  border: 1px solid #E0CB55;
}
#filtro_grid span {
  clear: both;
  display: block;
}
#filtro_grid label {
  float: left;
  display: block;
  width: 100px;
}
#filtro_grid input[type="checkbox"] {
  float: left;
  display: block;
}

/* TOPO */
#topo {
  display: block;
  padding-top: 15px;
}
#logo {
  float: left;
}
#banner {
  float: right;
  margin-right: 13px;
  width: 760px;
  height: 89px;
}

/* MENU */
ul#menu {
  margin-top: 20px;
  margin-left: 0;
  padding: 0;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  list-style: none;
  background: #345485;
  /* Bordas arredondadas */
  border-radius: 6px;
  -moz-border-radius: 6px;
}
ul#menu li {
  display: inline;
  padding: 0 18px;
  border-right: 1px solid #FFF;
}
ul#menu li a {
  color: #FFF;
}

/* CONTEUDO */
#conteudo {
  float: left;
  width: 740px;
}
/* CONTEUDO > QUADRO */
#conteudo .quadro {
  margin-bottom: 15px;
  padding: 15px;
  font-size: 14px;
  background: #FFF;
  border: 1px solid #DDD;
  /* Bordas arredondadas */
  border-radius: 5px;
  -moz-border-radius: 5px;
}
#conteudo .quadro.bgazulclaro {
  background: #DAEBF2;
  border: 1px solid #DAEBF2;
}
#conteudo.inicial .quadro {
  margin: 0;
  margin-top: 45px;
  padding: 10px;
  width: 340px;
}
#conteudo .quadro .mais {
  display: block;
  font-weight: bold;
  text-align: right;
  color: #FF6501;
}
#conteudo .quadro .cinza {
  background: #F3F3F3;
}
#conteudo .quadro h1 {
  margin-left: -10px;
  padding: 0;
  padding-left: 12px;
  font-size: 27px;
  text-align: left;
  text-transform: uppercase;
  color: #355387;
  background: url("/images/bullet.gif") no-repeat left;
}
#conteudo.inicial .quadro h1 {
  margin-top: -37px;
  font-size: 19px;
  font-weight: normal;
}
#conteudo .quadro dl {
  margin-bottom: 13px;
  font-size: 12px;
  font-weight: bold;
}
#conteudo .quadro dl a {
  display: block;
  color: #000;
}
#conteudo .quadro dt {
  padding: 3px;
}
#conteudo .quadro dd {
  float: right;
  margin-top: -17px;
}
#conteudo .quadro.cursos ul {
  margin: 0;
  padding: 0;
  font-size: 14px;
  list-style: none;
}
#conteudo .quadro.cursos li {
  clear: both;
  padding: 5px;
  min-height: 70px;
}
#conteudo .quadro.cursos li img {
  float: left;
  margin-right: 5px;
}
#conteudo .quadro.carreira {
  margin-top: 28px;
  padding-top: 76px;
  background: url("/images/topoColunaCarreira.gif") no-repeat top;
}
#conteudo .quadro.carreira ul {
  margin: 0;
  padding: 0;
  font-size: 12px;
  list-style: none;
}
#conteudo .quadro.carreira li {
  clear: both;
  padding: 5px;
}
#conteudo .quadro.noticias ul {
  margin: 0;
  padding: 0;
  font-size: 12px;
  list-style: none;
}
#conteudo .quadro.noticias li {
  margin-bottom: 5px;
  font-weight: bold;
}
#conteudo .quadro.noticias ul ul {
  margin: 0;
  margin-top: 5px;
}
#conteudo .quadro.noticias li li {
  font-weight: normal;
}
#conteudo .quadro.depoimentos p {
  padding-left: 35px;
  font-size: 12px;
  background: url("/images/aspasDepo.gif") no-repeat left top;
}

/* BUSCA */
#busca {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #FFF;
  /* Bordas arredondadas */
  border-radius: 6px;
  -moz-border-radius: 6px;
}
.inicial #busca {
  margin-top: -4px;
}
#busca .seletor {
  float: left;
  display: block;
  margin-top: -15px;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  /* Bordas arredondadas */
  border-radius: 6px;
  -moz-border-radius: 6px;
}
#busca label[for="buscainput"] {
  font-size: 15px;
  font-weight: bold;
}
#busca input[type="text"] {
  padding-top: 4px;
  padding-left: 33px;
  width: 367px;
  height: 26px;
  font-size: 20px;
  background: url("/images/inputBusca.gif");
  border: none;
}
#busca input[type="radio"] {
  margin-left: 0;
}
#busca div.colunas {
  float: left;
  margin: 15px 0;
  margin-left: 25px;
}

/* ABAS */
ul.abas {
  margin: 0;
  margin-left: 15px;
  padding: 0;
  list-style: none;
}
ul.abas li {
  float: left;
}
ul.abas a {
  margin-right: 5px;
  padding: 5px 10px 1px;
  font-size: 14px;
  font-weight: bold;
  background: #DAEBF2;
  border: 1px solid #DDD;
  border-bottom: none;
  /* Bordas arredondadas */
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
}
ul.abas a:hover,
ul.abas a:active,
ul.abas a.ativo {
  border-bottom: 1px solid #FFF;
  background: #FFF;
}

/* LATERAL */
#lateral {
  float: right;
  width: 220px;
  font-size: 12px;
}
#lateral .quadro {
  margin-bottom: 20px;
  padding: 10px;
  background: #ECECEC;
  border: 1px solid #9D9D9D;
  /* Bordas arredondadas */
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#lateral .quadro.bgazulclaro {
  background: #DAEBF2;
}
#lateral .quadro h1 {
  margin: -10px;
  margin-bottom: 10px;
  padding: 8px;
  padding-left: 20px;
  font-size: 13px;
  text-align: left;
  color: #355387;
  background: #FFF url("/images/bullet.gif") no-repeat 8px;
  /* Bordas arredondadas */
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
}
#lateral #login {
  width: 190px;
}
#lateral #senha {
  width: 110px;
}
#lateral input[alt="Entrar"] {
  float: right;
}
#lateral .mais {
  display: block;
  font-weight: bold;
  text-align: right;
  color: #FF6501;
}
#lateral ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#lateral ul h2 {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
}
#lateral ul a {
  display: block;
  margin-bottom: 10px;
  margin-left: 10px;
}
#lateral a.botao {
  padding: 2px 5px;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  background: #6587AA;
  border: 1px solid #000;
}
#lateral ul#vagas_icon li {
  position: relative;
  float: left;
  width: 60px;
  font-size: 10px;
  text-align: center;
}
#lateral ul#vagas_icon div {
  position: absolute;
  padding: 0 1px;
  bottom: 25px;
  right: 5px;
  height: 10px;
  font-size: 8px;
  font-weight: bold;
  border: 1px solid black;
  background: #FFF;
}
#lateral #percentagem {
  width: 190px;
  padding: 2px;
  border: 1px solid #000;
  background: #FFF;
}
#lateral #percentagem span {
  display: block;
  height: 10px;
  background: #AAA;
}
#lateral #parceiros {
  display: block;
  height: 100px;
}
#lateral #parceiros span {
  display: block;
  width: 100%;
}

/* BASE */
#base {
  margin-top: 18px;
  padding-bottom: 18px;
  font-size: 12px;
  color: #555;
  background: #DDD url("/images/baseBarraFundo.gif") repeat-x top;
}
#base a {
  color: #555;
}
#base ul {
  padding: 0;
  list-style: none;
}
#base li {
  float: left;
  width: 170px;
  font-weight: bold;
  text-transform: uppercase;
}
#base li li {
  display: block;
  font-weight: normal;
  text-transform: none;
}
#base #barra {
  margin-bottom: 18px;
  text-align: center;
  line-height: 61px;
}
#base #barra a {
  font-weight: bold;
}
#base #barra img {
  float: left;
  margin-top: 15px;
  vertical-align: middle;
}
