#mainDiv{
    background: #ebf5fb;
    display: block;
    border: none;
}
#mainTable{
    background: #ebf5fb;
}
#mainTable td{
    padding: 10px;
}
#active, #avaliable{
    border-collapse: collapse;
    font-size: 9pt;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
    
    
    
}
#active td, #active th, #avaliable td, #avaliable th{
    border-color: #000000; 
    padding: 2px;
    padding-left: 4px;
    
}
#active td, #active th{
    text-align: center;  
}
#active th, #avaliable th{
    background: #BBBBBB;
}

table{
    font-size: 9pt;
}


table.default{
    background: #ebf5fb;
    border-collapse: collapse;
    font-size: 9pt;
    border-width: 1px;
    border-style: solid;
    border: 1px solid #000000;
    
}
table.default th.infHeader{
    font-size: 12pt;
}
table.main{
    background: #ebf5fb;
    
}
table.inf{    
    font-size: 9pt;
    margin: 30px;
}
table.default th.subHeader{
    background: silver;
    font-size: 9pt;
    
    
}


