body {
    color: #333333;
    font: 12px "Lucida Grande",Verdana,Verdana,Arial,Helvetica,sans-serif;
}
#time_report_footer_options, #select_all_row, .report_chb, #mass_edit_globaltimereports, button, #show_estimate_comparison, #show_time_records, #time_report_options {
	display: none !important;
}
table {
    border-collapse: collapse;
    width: 100%;
}

table, tbody, tfoot, th, tr, td {
padding: 0;
margin: 0;
}

.even > td {
    background-color: #F4F4F5;
    padding-top:5px;
    padding-bottom:5px;
    border-bottom: 1px dotted #DDDDDD;
}

.odd > td, li.odd {
    background: none repeat scroll 0 0 white;
    border-bottom: 1px dotted #DDDDDD;
    padding-top:5px;
    padding-bottom:5px;
}

#global_time table.report {
    background: none repeat scroll 0 0 #F9F9F9;
    margin: 5px;
}
#global_time table.report td {
    padding: 2px;
}

input, textarea, select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0px;
    font-size: 12px;
    width: 250px;
    padding: 3px;
}