html, body{
    heigth: 100%;
    padding: 0px;
    margin: 0px;
}

#tudo{
    min-height: 100%;
    position: relative;
    background: url(../img/corMenu.png) repeat-y 0 0;
    padding-bottom: 0;
}
* html #tudo {
    height: 100%; /* hack para IE6 que trata height como min-height */
}

#tudoInicio{
    min-height: 100%;
    position: relative;
}
* html #tudoInicio {
    height: 100%; /* hack para IE6 que trata height como min-height */
}

#container{
    padding-bottom: 30px;
}

#conteudo{
    padding-bottom: 30px;
}

#titulo{
    text-align: center;
    color: white;
    background-color: #CC0000;
    vertical-align: middle;
    padding: 5px;
    margin: 0px;
    width: 100%;
    height: 100px;
}

#tabrodape td{
    color: white;
    padding-right: 20px;
    font-size: 15px;
}

#tabrodape a:link{
    color: white;
    text-decoration: none;
}

#tabrodape a:visited{
    color: white;
    text-decoration: none;
}

#texto{
    padding-top: 20px;
}

#menu {
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 1;
  width: 160px;
  background: #333333;
  font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
  zoom: 1;
  font-size: 12px;
  border-right: 4px solid #1b9bff;
  position: relative;
  float: left;
}

#corpo{
    font-family: 'Oxygen Mono', Tahoma, Arial, sans-serif;
    font-size: 12px;
    float: right;
    width: 81%;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 0;
    padding-bottom: 5px;
}

#clear{
    clear: both;
}

#rodape{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #CC0000;
    color: white;
    
    padding-top: 4px;
}

#aviso{
    color: red;
}

#aviso_caps_lock{
    visibility: hidden;
    background-color: #CC0000;
    color: white;
    font-weight: bold;
    width: 300px;
    height: 30px;
    padding-top: 10px;
}

#filtro1{
    width: 404px;
    height: 17px;
    position: relative;
    left: 0;
    float: left;
}

#filtro2{
    width: 404px;
    height: 17px;
    position: relative;
    left: 0;
    margin-left: 45px;
}

#load_igrejas{
    width: 404px;
    height: 17px;
    float: left;
    position: relative;
}

#tabInscreve{
    font-size: 12px;
    height: 0px;
}

.voltar{
    color: #CC0000;
    font-weight: bolder;
}

.altera{
    width: 95%;
    border-radius: 10px;
    font-size: 12px;
}

table.altera{
    border-style: hidden;
    border-collapse: separate;
}

table.altera td{
    padding: 0;
    border-style: hidden;
}

table.altera a{
    color: #CC0000;
}

.lista{
    border-radius: 6px;
    font-size: 12px;
}

table.lista{
    border-style: solid;
    border-width: 2px;
    border-collapse: separate;
}

table.lista td{
    border-style: hidden;
    height: 5px;
    vertical-align: middle;
}

table.lista a{
    color: #CC0000;
}

.paga{
    width: 70%;
    border-radius: 6px;
    font-size: 12px;
}

table.paga{
    border-style: hidden;
    border-collapse: separate;
}

table.paga td{
    padding: 1px;
    border-style: hidden;
}

table.paga a{
    color: #CC0000;
}

.trSuperior{
    background-color: #DCDCDC;
    font-weight: bolder;
    height: 20px;
    padding: 2px;
}

.trInferior td{
    background-color: #DCDCDC;
    font-weight: bolder;
    height: 30px;
    padding-bottom: 3px;
}

fieldset{
    border-color: #CC0000;
}

.tabFiltro{
    border-collapse: separate;
    border-radius: 6px;
    border-style: solid;
    border-width: 2px;
    font-size: 12px;
}

.tabAviso td{
    padding: 0px;
    border-style: hidden;
    font-size: 15px;
}

.cracha{
    border-collapse: separate;
    font-size: 12px;
}

.cracha td{
    padding: 5px;
    padding-top: 30px;
    border-style: solid;
    max-width: 209px;
    min-width: 209px;
    width: 209px;
    height: 330px;
    font-size: 15px;
    vertical-align: top;
    text-align: center;
}

.ultimaTd{
    padding-bottom: 3px;
    padding-right: 20px;
}

hr{
    color: #DCDCDC;
    height: 0px;
}

.optionEvento{
    background: palegreen;
}

.novoCpf{
    margin: 10px;
    border-style: solid;
    border-width: 2px;
    width: 300px;
    height: 40px;
    padding-top: 15px;
    background-color: #CC0000;
    color: white;
    font-weight: bold;
    display: none;
}

.botaoAzul{
    background-color: crimson;
}

@media print {
* {
    -webkit-print-color-adjust: exact !important; /*Para imprimir background images no Chrome, Safari */
    color-adjust: exact !important;  /*Firefox*/
  }