/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/

A		{ font-family:arial, helvetica; color:#00F; text-decoration:underline }
SPAN	{ font-family:arial, helvetica }
TD     	{ font-family:arial, helvetica }

/**** month and year header at top of calendar ****/
.date_header			{ font-size:10px; font-family:arial, helvetica; font-weight:bold;color:#7B5C0C}
.date_header A		{ font-size:10px; font-family:arial, helvetica; font-weight:bold;color:#7B5C0C}
.date_header A:link		{ font-size:10px; font-family:arial, helvetica; font-weight:bold;color:#7B5C0C; text-decoration:none}
.date_header A:visited  { font-size:10px; font-family:arial, helvetica; font-weight:bold;color:#7B5C0C; text-decoration:none}
.date_header A:hover	{ font-size:10px; font-family:arial, helvetica; font-weight:bold;color:#7B5C0C; text-decoration:none}
.date_header A:active	{ font-size:10px; font-family:arial, helvetica; font-weight:bold;color:#7B5C0C; text-decoration:none}

/**** color and size of calendar cells.  ****/
.day_cell				{ background-color:#F1E4D3; height:56; width:100 }
.empty_day_cell			{ background-color:#EEEEEE; height:56; width:100}
.today_cell				{ background-color:#FFFF99; height:56; width:100 }

/**** 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; color:#000 }
.title_txt A:link		{ color:#00F; text-decoration:underline }
.title_txt A:active		{ color:#00F; text-decoration:underline }
.title_txt A:visited	{ color:#00F; text-decoration:underline }
.title_txt A:hover		{ color:#00F; text-decoration:underline }

/**** 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 ****/
.column_header			{ background-color:#D09FA5; font-size:10px; font-family:arial, helvetica; color:#FFFFFF; font-weight:bold }

/**** footprint text ****/
.footprint				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000; font-weight:bold; }
.footprint A			{ font-size:10px; font-family:verdana, arial, helvetica; color:#00F; font-weight:bold; }

.text_yellow_10b
{
 color:#F3FB60;
 font-size:10px;
 font-weight:bold;
}

.text_red_10b
{
 color:#FF0000;
 font-size:10px;
 font-weight:bold;
}

.text_red_11b
{
 color:#FF0000;
 font-size:11px;
 font-weight:bold;
}

.text_red_12b
{
 color:#FF0000;
 font-size:12px;
 font-weight:bold;
}

.text_white_11b
{
 color:#FFFFFF;
 font-size:11px;
 font-weight:bold;
}

.text_white_12b
{
 color:#FFFFFF;
 font-size:12px;
 font-weight:bold;
}

.bg_green
{
  background-color: #FBFFF1;
}

.bg_brown
{
  background-color: #DECC9E;
}

.bg_ash
{
  background-color: #EEEEEE;
}

.text_brown_11b
{
  color: #7A6429;
  font-size: 11px;
  font-weight: bold;
}

.text_brown_12b
{
  color: #7A6429;
  font-size: 12px;
  font-weight: bold;
}

.title_txt_1
{
 background-color: #FFFFFF;
 font-size:10px;
 width: 100px;
}

.border_ash
{
  border: 1px solid #999999;
}