/*TAGs Html*/
body{ 
  font-family: Arial, Helvetica, sans-serif;
  margin: 5px 0px 5px 0px; 
  padding: 0px;
  font-size: 12px;
  background: url(../imgs/layout/bg_fundo.jpg);
  background-repeat: repeat-x;
  background-color: #F7F7F7;
}

em{
  font: bold 1em verdana; 
  color: #496881; 
  display: block; 
}

*{ 
  padding: 0px; 
  margin: 0px; 
}

a{
  display: inline;
}

a:link, a:visited, a:active{
  border: 0px;
  color: black;
  text-decoration: none;
}

a:hover{
  border: 0px;
  color: black;
  text-decoration: underline;
}

ul, ol{
  list-style: none;
  text-decoration: none;
}

img{
  border: 0px;
}
/*TAGs Html*/

/*Classes*/
.campo1{
  color: #000000;
  border: 1px solid #FF0000;
  background-color: #FFFFCC;
}

.campo2{
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
}

.error{
  color: #FF0000;
  font-weight: bold;
}

.sucesso{
  color: #006600;
  font-weight: bold;
}

.floatLeft{
  float: left;
  width: 100%;
}

.paginacao{
  float: left;
  width: 100%;
}

.paginacao table{
  border: 1px solid #777;
  background: #DDD;
}

.paginacao table tr td{
  padding: 4px;
}

.both{
  clear: both;
}

.label{
  float: left;
  width: 37%;
  text-align: right;
  padding-top: 0.2em;
  padding-right: 0.4em;
}

.field{
  float: left;
  width: 62%;
  text-align: left;
  padding-top: 0.2em;
}

.esconde{
  display: none;
}

.campoLogin{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: black;
  font-weight:bold;
  border: 1px solid #000;
}

.itemMenu{
  background: url(../imgs/layout/bg_menu.png); 
  background-repeat: repeat-x; 
  font-size: 16px; 
  color: white; 
  padding: 1.2em 2em 1.2em 2em;
  cursor: pointer;
}

.itemMenu:hover{
  background: url(../imgs/layout/bg_menu2.png); 
  background-repeat: repeat-x; 
  cursor: pointer;
}

.campoAreaRestrita{
  width: 42px; 
  color: #AAA;
}

.categoriaVideo, .categoriaAtividadeExtracurricular, .categoriaGaleriaFotos, .categoriaAniversariante, .categoriaArtigos{
  background: #ECECEC;
  border: 1px solid #666666;
  padding: 0.4em;
  margin: 0.1em 0em 0.2em;
}

.categoriaVideo:hover, .categoriaAtividadeExtracurricular:hover, .categoriaGaleriaFotos:hover, .categoriaAniversariante:hover, .categoriaArtigos:hover{
  background: #FAFAFA;
  border: 1px solid #666666;
  padding: 0.4em;
  margin: 0.1em 0em 0.2em;
}

.categoriaAgendaCultural, .categoriaAgendaEventos{
  background: #ECECEC;
  border: 1px solid #666666;
  padding: 0.4em;
  margin: 0.1em 0em 0.2em;
}

.categoriaAgendaCultural:hover, .categoriaAgendaEventos:hover{
  background: #FAFAFA;
  border: 1px solid #666666;
  padding: 0.4em;
  margin: 0.1em 0em 0.2em;
}

.linkEscolas{
  float: left;
  position: absolute;
  height: 16.8em;
  cursor: pointer;
}

.institucional{
  float: left;
  width: 100%;
  text-align: center;
}

.institucional div{
  float: left;
  width: 33%;
  text-align: center;
}

.divStaff, .divConvenios{
  float: left; 
  width: 100%; 
  padding-bottom: 0.8em;
}

.fotoStaff, .fotoConvenios{
  float: left; 
  display: inline;
}

.textoStaff, .textoConvenios{
  float: left; 
  display: inline; 
  padding-left: 0.4em;
  width: 70%;
}

.cImgMeio{
  border: 1px solid #CCC;
  font-size: 12px;
}

.diasTitle{
  background: #00923F;
  color: white;
  font-weight: bold;
}

.diasConteudo{
  font-weight: bold;
}

.diaAtual{
  background: #EFEFEF;
}

.evento{
  background: #97CAAD;
}

.tituloAgenda{
  font-size: 14px;
  padding: 0.4em;
  font-weight: bold;
}

.textoAgenda{
  padding: 0.4em;
}

.itensMesesAgenda{
  display: inline; 
  padding: 0.6em; 
  margin: 0.1em; 
  font-weight: bold;
}

.itensAgenda{
  padding: 0.4em; 
  margin-bottom: 0.4em; 
  background: #ECECEC; 
  border: 1px solid #CCC;
  font-weight: bold;
}

.itensAgenda:hover{
  background: #CCC; 
}

.notasBoletins{
  float: left; 
  width: 100%;
}

.notasBoletins div{
  float: left; 
  display: inline;
  padding: 0.8em 0.7em 0.2em 0.8em;
}

.codigoDisciplina{
  width: 70px;
}

.nomeDisciplina{
  width: 200px;
}

.nroFaltas{
  width: 40px;
  text-align: center;
}

.notaBim{
  width: 26px;
  text-align: center;
}

.setaFoto{
  cursor: pointer;
  z-index: 2;
}

.galerias_atividades ul{
  float: left;
  width: 100%;
  margin: 0px 0px 10px 0px;
}

.galerias_atividades ul.tracejado{
  border-top: 1px dashed #777;
  margin: 14px 0px 10px 0px;
  padding: 10px 0px 0px 0px;
}

.galerias_atividades ul li{
  float: left;
  width: 222px;
  margin: 10px;
  text-align: center;
}

.galerias_atividades ul li img{
  background: #CCC;
  padding: 10px;
}

.galerias_atividades ul li img:hover{
  background: #DDD;
}

.eventos ul{
  float: left;
  width: 100%;
  margin: 0px 0px 10px 0px;
}

.eventos ul.tracejado{
  border-top: 1px dashed #777;
  margin: 14px 0px 10px 0px;
  padding: 10px 0px 0px 0px;
}

.eventos ul li{
  float: left;
  width: 222px;
  margin: 10px;
  text-align: center;
}

.eventos ul li img{
  background: #CCC;
  padding: 10px;
}

.eventos ul li img:hover{
  background: #DDD;
}
/*Classes*/

/*IDS*/
#centraliza{
  position: relative; 
  margin: 0 auto;
  width: 63em;
  overflow: hidden;
}

#centralizaJS{
  position: relative; 
  margin: 0 auto;
  width: 52.5em;
  overflow: hidden;
  background: #ECECEC;
}

#centro{
  float: left; 
  width: 100%;
}

#centroPrincipal{
  float: left; 
  width: 754px;
  background: url(../imgs/layout/bg_meio.png) !important;
  background-repeat: repeat-y;
  padding: 1.1em;
  _padding: 0.8em;
}

#centralizaJogos{
  position: relative; 
  margin: 0 auto;
  width: 90em;
  overflow: hidden;
}

#centroJogos{
  float: left; 
  width: 100%;
}

#centroPrincipalJogos{
  float: left; 
  width: 754px;
  padding: 1.1em;
  _padding: 0.8em;
}

#topo{
  float: left; 
  width: 100%; 
  padding: 0.4em 1em 0em 0.4em;
}

#topo li{
  float: left; 
  display: inline;
}

#menuTopo{
  padding: 1em 1.6em;
}

#areaRestrita{
  height: 50px; 
  _padding-top: 0.5em;
}

#areaRestrita li{
  float: left; 
  display: inline;
}

#areaAluno{
  width: 112px;
}

#areaAluno p{
  color: #FF0000; 
  font-size: 14px; 
  padding: 0.4em 0.4em 0em 0.4em;
}

#areaAluno img{
  cursor: pointer;
}

#liAreaAluno{
  width: 164px; 
  margin: -0.6em 0em;
}

#loginAreaAluno{
  float: left; 
  width: 100%; 
  padding-bottom: 0.16em;
}

#senhaAreaAluno, #senhaAreaProfessor{
  float: left; 
  width: 100%;
}

#liAreaProfessor{
  width: 164px; 
  margin: -0.6em 0em;
}

#loginAreaProfessor{
  float: left; 
  width: 100%; 
  padding-bottom: 0.16em;
}

#areaBotao{
  width: 98px;
}

#areaProfessor{
  width: 140px;
}

#areaProfessor p{
  color: #FF0000; 
  font-size: 14px; 
  padding: 0.4em 0.4em 0em 0.4em;
}

#areaProfessor img{
  cursor: pointer;
}

#conteudoCentro{
  float: left; 
  width: 100%;
  padding-top: 0.2em;
}

#conteudoCentroInterno{
  float: left; 
  width: 728px;
  padding-top: 0.2em;
  _height: expression(this.scrollHeight > 380 ? "auto" : "380px");
  min-height: 380px;
}

#tituloPrincipal{
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
  margin: 0.4em 0em 0.4em;
}

#olCentro{
  padding: 0.6em 0em 0em 0.16em;
  width: 100%;
  float: left;
}

#olCentro li{
  float: left;
  display: inline;
}

#olCentroBaixo{
  padding: 0.6em 0em 0em 0.16em;
  width: 100%;
  float: left;
}

#olCentroBaixo li{
  float: left;
  display: inline;
}

#agenda{
  margin-left: 0.6em; 
  border: 1px solid #CCC; 
  width: 245px; 
  height: 121px;
}

#tituloAgenda{
  padding: 0.2em 0em 0em 0.4em; 
  float: left;
}

#mesAgenda{
  padding: 0.2em 0.2em 0em 0em; 
  float: right; 
  font-size: 14px;
}

#linksCentro{
  border: 1px solid #CCC; 
  padding: 0.1em; 
  height: 191px;
  width: 467px;
}

#mesesAgenda{
  width: 100%;
}

#botaoBusca{
  vertical-align: bottom;
}

#rodape{
  font-weight: normal;
}

#assinatura{
  font-weight: normal;
  font-size: 10px;
}

#menuIntra{
  float: left;
  width: 100%;
}

#menuIntra div{
  float: right;
  display: inline;
  padding: 0.6em;
  text-align: center;
  font-weight: bold;
}

#tituloBoletins{
  float: left; 
  width: 100%;
  border-bottom: 1px solid #CCC;
}

#tituloBoletins div{
  float: left; 
  display: inline;
  padding: 0.8em 0.7em 0.2em 0.8em;
}

#divComboAluno{
  float: left; 
  width: 100%;
}

#infoAluno{
  float: left; 
  display: inline;
}

#comboAluno{
  float: right; 
  display: inline;
}

#divFilosofia{
  width: 60.2em; 
  height: 13.2em; 
  margin: 0.8em 0.2em 0.2em 0.2em; 
  border: 1px solid #CCC; 
  background: url(../imgs/layout/fundo_filosofia.jpg); 
  background-repeat: repeat-x;
}

#divFilosofia div{
  float: left; 
  display: inline; 
  padding: 0.4em 0.6em 0.6em 0.62em;
}

#divAtividades{
  float: left; 
  display: inline; 
  width: 40.2em; 
  height: 13.2em; 
  margin: 0.8em 0.2em 0.2em 0.2em; 
  border: 1px solid #CCC; 
  background: url(../imgs/layout/fundo_atividades.jpg); 
  background-repeat: repeat-x;
}

#divAtividades div{
  float: left; 
  width: 230px; 
  height: 36px; 
  margin: 2px 5px 6px 6px;
}

#divTurmas{
  float: left; 
  display: inline; 
  width: 19.5em; 
  height: 13.2em; 
  margin: 0.8em 0.2em 0.2em 0.2em; 
  border: 1px solid #CCC; 
  background: url(../imgs/layout/fundo_turmas.jpg); 
  background-repeat: repeat-x;
}

#divTurmas div{
  float: left; 
  display: inline; 
  padding: 1em 0.5em 0.5em 0.5em;
}

#divPesquisa{
  float: left; 
  display: inline; 
  width: 40.2em; 
  height: 13.2em; 
  margin: 0.8em 0.2em 0.2em 0.2em; 
  border: 1px solid #CCC; 
  background: url(../imgs/layout/fundo_canais_pesquisa.jpg); 
  background-repeat: repeat-x;
}

#divPesquisa .setas{
  float: left; 
  display: inline; 
  padding: 4em 0.4em 0.4em 0.6em;
}

#divPesquisa .itensPesquisa{
  float: left; 
  display: inline; 
  padding: 0.8em;
  display: block;
}

#divPesquisa .itensPesquisaHidden{
  float: left; 
  display: inline; 
  padding: 0.8em;
  display: none;
}

#divItensPesquisa{
  float: left; 
  width: 416px; 
  height: 120px; 
  overflow: hidden;
}

#divAgendaCultural{
  float: left; 
  display: inline; 
  width: 19.5em; 
  height: 13.2em; 
  margin: 0.8em 0.2em 0.2em 0.2em; 
  border: 1px solid #CCC; 
  background: url(../imgs/layout/fundo_agenda.jpg); 
  background-repeat: repeat-x;
}

#divConteudoAgendaCultural{
  float: left; 
  display: inline; 
  padding: 1em 0.5em 0.5em 0.5em; 
  width: 8em;
}

#vejamais{
  font-weight: bold;
  text-decoration: underline;
}

#diaAtual{
  float: left; 
  display: inline; 
  width: 200px; 
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}

#divCalendario{
  float: left; 
  display: inline; 
  padding: 1em 0.5em 0.5em 0.5em;
}

#divCalendarioFoto{
  position: absolute; 
  width: 111px; 
  height: 113px;
}

#divData{
  position: absolute; 
  width: 111px; 
  height: 113px;
}

#divDia{
  position: absolute; 
  top: 42px; 
  left: 36px; 
  font-size: 30px; 
  color: #666;
}

#divMes{
  position: absolute; 
  top: 23px; 
  left: 70px; 
  color: white; 
  font-weight: bold;
}

#tituloAtividades, #tituloTurmas, #tituloFilosofia, #tituloPesquisa, #tituloAgendaCultural{
  padding: 0.4em;
}

#conteudoPaginaInternaAniversariantes{
  background: url(../imgs/aniversario.jpg); 
  background-position: center; 
  background-repeat: no-repeat;
  _height: expression(this.scrollHeight > 500 ? "auto" : "500px");
  min-height: 500px;
}

#conteudoPaginaInternaAgendaCultural{
  background: url(../imgs/criancas.jpg); 
  background-position: center; 
  background-repeat: no-repeat;
  _height: expression(this.scrollHeight > 550 ? "auto" : "550px");
  min-height: 550px;
}

#conteudoPaginaInternaAtividadesExtracurriculares{
  background: url(../imgs/atividades_extracurriculares.jpg); 
  background-position: center; 
  background-repeat: no-repeat;
  _height: expression(this.scrollHeight > 550 ? "auto" : "550px");
  min-height: 550px;
}

#flashMaterial{
  position: absolute;
  left: 5%;
  top: 25%;
  z-index: 5;
}

#textoBercario, #textoEducacaoInfantil{
  display: none;
  margin: 2em;
}

#linkBercario, #linkEducacaoInfantil{
  cursor: pointer;
  margin: 2em;
  font-size: 14px;
}
/*IDS*/

/* SIMPLE GALLERY */
#simplegallery{
  position: relative; 
  visibility: hidden; 
  margin-left: 160px;
  border: 2px solid #898E77;
}

#simplegallery .gallerydesctext{
  padding: 0.2em;
}
/* FIM DO SIMPLE GALLERY */

/* CALENDARIO */
fieldset.jcalendar {
  border: 0px solid;
  font:.9em Arial, Helvetica, sans-serif;
}

div.jcalendar-wrapper {
  width:20em;
}

div.jcalendar-selects {
  padding:.6em .4em;
  text-align:center;
}

div.jcalendar-selects select {
  border:1px solid #A1A5A9;
  font-size:100%;
}

div.jcalendar table {
  background:#a1a5a9;
  color:#000;
  margin:.3em auto;
}

div.jcalendar table th {
  background:#eee;
}

div.jcalendar table td {
  background:#f9f9f9;
  padding:0;
  width:2.2em;
}

div.jcalendar table th.weekend {
  background:#ddd;
}

div.jcalendar table td.weekend {
  background:#e9e9e9;
}

div.jcalendar table td a {
  color:#333;
  display:block;
  line-height:1.7em;
  text-align:center;
  text-decoration:none;
  width:2.2em;
}

div.jcalendar table td.today a {
  background:#777;
  border-color:#aaa;
  color:#fff;
  font-weight:700;
}

div.jcalendar table td a:hover,div.jcalendar table td a:focus,div.jcalendar table td a:active {
  background:#77b0d3;
  color:#fff;
  padding:0;
}

div.jcalendar table td a.selected {
  background:#0072b9;
  color:#fff;
}

div.jcalendar-links {
  margin:.4em;
  text-align:center;
}

div.jcalendar-links a {
  padding:.2em .4em;
}
/* FIM DO CALENDARIO */
