@charset "utf-8";

/********Table Layout and Design*********/

th {

font-size: 100%;
text-transform: uppercase;
text-align:center;

}

td.calendar {

border: 1px solid #999;
height: 5em;
width: 3em;
vertical-align: top;
font-family: Georgia, "Times New Roman", Times, serif;

}

.caption2 {font-weight:bold;

font-size: 1.2em;
padding-bottom: 0.5em;
color: #FF9900;

}

.day {

text-align: left;
background-color: #FFFFCC;
padding: 6px;
margin: 1px;

}

.weekend {

background-color: #F3F3F3;
text-align: left;
padding: 6px;
margin: 1px;

}

.reminder {

background-color: #ECE;

}