table.recordsList {
     width: 100%;
     border-collapse: separate;
     border-spacing: 1px 1px;
     empty-cells: hide;
     background-color: #CCCCCC; 
     text-align: left;
     font-weight: normal;
}

table.recordsList td {
     padding: 4px;
}

.recordsList a
{
  text-decoration:underline;
  color:#133B93;
}

table th.listHeader {
    background-color: #E7E3E7;
    text-align: center;
    /* background-color:#FF8A00; laranja */
}

table th.listTitle {

	font-size:16px;
 	color:#464545;
	text-align: center;
    font-weight: bold;
    background-color: #E7E3E7;
    /* background-color:#FF8A00; laranja */
}

table tr.listRow1 {
    background-color: #FFFFFF;
    text-align: center;
}

table tr.listRow2 {
    background-color: #EFEFFA;
    text-align: center;
}

/* hovered table rows */
table tr.listRow1:hover,
table tr.listRow2:hover,
table tr.hover {
    background-color: #f8e8a0;
    text-align: center;
}

/* marked tbale rows */
table tr.marked th,
table tr.marked {
    background-color: #FFCC99;
}

/* data tables */
table.dados {
    width: 100%;
     border-collapse: separate;
     border-spacing: 1px 1px;
     empty-cells: hide;
     background-color: #000000;
     text-align: left;
     font-weight: normal;
}

table.dados th{
     background-color: #E7E3E7;
     padding: 4px;
}

table.dados tr{
     background-color: #FFFFFF;
     padding: 4px;
}

table.dados tr:hover {
     background-color: #f8e8a0 !important;
}

