table#calendar {
    width: 100%;
}

table#calendar a       { font-family:arial, helvetica; }
table#calendar span    { font-family:arial, helvetica }
table#calendar td      { font-family:arial, helvetica }

table#calendar_inner_table {
    width: 100%;
}

/**** month and year header at top of calendar ****/
.date_header            { font-size:16px; font-family:arial, helvetica; font-weight:bold; color: orange}

/**** color and size of calendar cells.  ****/
.day_cell               { background-color: #EDECD8; height:100px; width: 170px; } 
.empty_day_cell         { background-color: #EEEEEE; height:100px; width: 170px; } 
table#calendar_inner_table td.today_cell             { background-color: #FFE690; height:100px; width: 170px; }

/**** day number in upper left corner of each cell ****/
.day_number             { font-size:10px; font-family:verdana, arial, helvetica; color:#000 }

/**** title_txt is the text for each post on main page ****/
.title_txt              { font-size:10px; font-family:verdana, arial, helvetica;}
.title_txt a:link       {  }
.title_txt a:active     { text-decoration:underline }
.title_txt a:visited    { text-decoration:underline }
.title_txt a:hover      { text-decoration:underline }

.select { 
 background-color: #666699; 
  color: #ffffff; 
  }

  /**** time line under title text when event time given ****/
  .time_str             { font-size:9px; font-family:arial, helvetica }

  /**** column headers or days of the week ****/
table#calendar_inner_table  td.column_header            { background-color:orange; font-size:12px; font-family:arial, helvetica; color:#FFFFFF; font-weight:bold }

table#event_title {
	font-family: arial;
	font-size: 9pt;
	font-weight: 600;
	color: #317B30;
	}

