table.Cal {

border: 1px solid #FD6733;
font-family: tahoma, sans-serif;
font-size: 9pt;
height: 10em;
width: 14em;
empty-cells: hide; 

}

thead.Cal {

background-color: #FD6733;
color: white;
margin: 0px;

}

tr.Cal {

text-align: center;
color: brown;
background-color: #EEEEEE;

}

td.Cal {

text-align: center;
width: 2em;
margin: 2px;

}


td.CalSelect {

text-align: center;
width: 2em;
background-color: #FD6733;
color: white;
font-weight: bold;
border: solid 2px white;

}

td.CalToday {

text-align: center;
width: 2em;
font-weight: bold;
color: brown;
border: dashed 2px brown;

}

td.CalSelectToday {

text-align: center;
width: 2em;
background-color: brown;
font-weight: bold;
color: white;
border: solid 2px white;
}