/* Style rules to make data tables look better */
.checkBoxDisable {
   background-color: #cccccc
}


/* Customização */
.celulaBordaBranca {
    border-color:#FFFFFF;
    border-style:solid;
    border-width:thin;
}

/* ============ */

.list-header {
   background-color: #eeeeee;
   font-size: larger;
   font-weight: bold;
}

.list-paging-header {
   background-color: white;
}

.list-paging-footer {
   background-color: white;
}

.list-row-even { 
}

.list-row-odd { 
   background-color: #eeeeee;
}

/* 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;
}
#dropmenudiv{
   position:absolute;
   border:1px solid black;
   border-bottom-width: 0;
   font:normal 12px Verdana;
   line-height:18px;
   z-index:100;
}

#dropmenudiv a{
   border-bottom: 1px solid black;
   color: #ffffff;
   display: block;
   font-weight: bold;
   padding: 1px 0;
   text-decoration: none;
   text-indent: 3px;
   width: 100%
}

#dropmenudiv a:hover{ /*hover background color*/
   background-color: #1565C0;
}

.texto {
   color: #ffffff;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: bolder
}

