
    table.dataTable {
      border-collapse:collapse;    
      margin-left: 0px;
      margin-right: 10px;          
    }
    table#dataTable td {
      border-bottom: 0px solid #888;          
    }    
    table#data_table { }
    table#data_table td.checkbox_input { width: 15px; }
    table#data_table td.checkbox_id { width: 30px; color: #000000; }
    table#data_table td.checkbox_name { width:150px; color: #000000; }
    
    table#data_table td div.full { position: relative; width:100%; }
    table#data_table td div.dateLabel { float: left; width: 75px; font-weight: bold; margin-top: 2px; color: #000000; }
    table#data_table td div.picker { float: left; width: 100px; }

    #startDate input, 
    #endDate input { 
        width: 10em !IMPORTANT;
    }
    
    hr.dividers {
       height: 1px;
       width: 100%;
    }
    hr.seperator {
      border-top: 1px;
      border-color: #d3d3d3;
    }
      

