body					{ background-color: #FFF; margin: 0px; padding: 0px;}
p,li					{ font-family: Arial, Helvetica, sans-serif; font-size: 90%;}
table					{ background-color: #FFF; font-family: Arial, Helvetica, sans-serif; font-size: 90%; border-style: solid; border-width: 1px; border: none;}
table.smalltable		{ font-size: 95%;}
.purple-bg				{ background-color: #669;}
.sideborders			{ border-top-width: 0px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px; border-top-style: none; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #669; border-right-color: #669; border-bottom-color: #669; border-left-color: #669;}
.header					{ font-size: 160%; font-weight: bold; color: #669;}
.footer					{ font-size: 75%; color: #CCC; text-align: center;}
.cheader				{ font-size: 200%; font-weight: bolder; color: #669;}
.csubheader				{ font-size: 120%; font-weight: bold; color: #669;}
/* MENU: dot_clear height should equal the number of menu items x 21 */
.dot_clear				{ width: 119px; height: 273px; }
/* CALENDAR CGI CSS INFORMATION */
.arrows					{ display: none;}
/**** main calendar tables ****/
.calendar_table			{ width: 100%; height: 335px;}
/**** month and year header at top of calendar ****/
.date_header			{ font-size:180%; font-family:arial, helvetica; font-weight:bold; color: #666699; }
/**** color and size of calendar cells.  ****/
.day_cell				{ background-color:#CCD; height:55px; width: 14%;}
.empty_day_cell			{ background-color:#FFF; height:55px; width: 14%;}
.today_cell				{ background-color:#669; height:55px; width: 14%;}
.populated_day_cell		{ background-color:#CCD; height:55px; width: 14%;}
/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:110%; font-family:verdana, arial, helvetica; color:#000; text-decoration: none; text-align: left;}
.day_number A			{ color:#00F; text-decoration:none }
.day_number A:active	{ color:#00F; text-decoration:none }
.day_number A:visited	{ color:#00F; text-decoration:none }
.day_number A:hover		{ color:#00F; text-decoration:underline }
/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:90%; font-family:verdana, arial, helvetica; color:#000;}
.title_txt A			{ color:#00F; text-decoration:none }
.title_txt A:active		{ color:#00F; text-decoration:none }
.title_txt A:visited	{ color:#00F; text-decoration:none }
.title_txt A:hover		{ color:#00F; text-decoration:underline }
/**** time line under title text when event time given ****/
.time_str				{ font-size:90%; font-family:arial, helvetica; color:#000; display: none;  }
/**** column headers or days of the week ****/
.column_header			{ background-color:#669; font-family:arial, helvetica; color:#FFF; font-weight:bold }
/**** footprint text ****/
.footprint				{ font-family:verdana, arial, helvetica; color:#669; font-weight:bold; text-align: right; }
.footprint A			{ font-family:verdana, arial, helvetica; color:#669; font-weight:bold; text-align: right;  }
