/*
   

   Tables Style Sheet
   Author: Sylvia Boaz
   Date:  12/1/09 

   Filename:         tables.css
   Supporting Files: 

*/

table.schedule1 {border:5px outset rgb(153, 0, 153);border-collapse: separate;font-family: Arial, Helvetica,
 san-serif; font-size: 0.9em;width: 100%} 

table.schedule1 th, table.schedule td {border:2px solid gray; font-family:arial}

table.schedule1 thead {color:white; background-color: rgb(203, 50, 203)}

table.schedule1 col.firstcol {background-color:rgb(255, 255, 192);width:7%}

table.schedule1 col.daycols {width:13%}

table.schedule1 thead tr {height: 20px}

table.schedule1 tbody tr {height: 30px}

table.schedule1 caption {caption-size: top; tex-align:right}