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

a {  }
span {  }
td { font-family: arial, helvetica; text-align: center; }
body {  }

/**** month and year header at top of calendar ****/
.date_header { font-size:16px; font-weight:bold;  }
td.date_header { background-color: white; padding-top: .5em; padding-bottom: .5em; vertical-align: middle; }

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

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

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

/**** 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:#5f9ea0; font-size:10px; font-weight:bold; color: #ffffff; padding-top: 2px; padding-bottom: 2px; }

/**** footprint text ****/
.footprint { font-size:10px; color:#5f9ea0; font-weight:bold; }
.footprint a { font-size:10px; font-weight:bold; }
// end hiding -->
</STYLE>

