<STYLE TYPE="text/css">
<!--
/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/

a {  }
span {  }
td { text-align: center; }
body {  }

/**** month and year header at top of calendar ****/
.date_header { font-size: 16px; font-weight: bold; }

/**** color and size of calendar cells.  ****/
.day_cell { background-color: #EDECD8; border: solid 1px silver; height: 80px; width: 75px; }
.empty_day_cell { background-color: #EEEEEE; border: solid 1px silver; }
.today_cell { background-color: #F5F4ED; border: solid 1px silver; }
.calendar_head { background-color: #fff; padding: .5em 0; }

/**** day number in upper left corner of each cell ****/
.day_number { font-size: 10px; font-weight: bold; color:#000 }
.day_number a { color: #000; }

/**** title_txt is the text for each post on main page ****/
.title_txt { font-size: 11px; color:#000 }
.title_txt a:link { color: #00F; }
.title_txt a:active {  }
.title_txt a:visited {  }
.title_txt a:hover { color: #000; }

/**** time line under title text when event time given ****/
.time_str { font-size: 10px; color: gray; text-align: center; }

/**** column headers or days of the week ****/
.column_header { background-color: #339999; font-size: 10px; color: #FFFFFF; font-weight: bold; padding: 2px 0; }

/**** footprint text ****/
.footprint { font-size: 10px; color: #c0c0c0; font-weight: bold; margin-bottom: .5em; }
.footprint a { font-size: 10px; font-weight:bold; }
#footprint { padding-bottom: .5em; }

// end hiding -->
</STYLE>
