/*A		{ font-family:arial, helvetica; color:#00F; text-decoration:underline }
SPAN	{ font-family:arial, helvetica }
BODY	{ background-color:#FFF }*/

TD     	{font-family:verdana, arial, helvetica; height: 26px; padding:0;}
/**** month and year header at top of calendar ****/
.date_header			{ font: bold 13px Arial, Verdana, Helvetica, sans-serif; color: #3788CF;}

/**** color and size of calendar cells.  ****/
.day_cell				{ background: #FFFFFF url(../layout_img/h1_bg.gif) no-repeat; height:80; width: 95; padding: 0; border:1px solid #CCCCCC}
.empty_day_cell			{background: #FFFFFF; height:80; width: 95; padding: 0; border:1px solid #CCCCCC}
.today_cell				{background-color: #BDD9E2; height:8; width: 95; padding: 0px; border:1px solid #CCCCCC}

/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:12px; font-weight:bold; font-family:verdana, arial, helvetica; color:#666666;}

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:10px; font-weight:normal; font-family:verdana, arial, helvetica; color:#000000;}
.title_txt A:link		{ color:#000000; text-decoration:none; display:block;}
.title_txt A:active		{ color:#000000; text-decoration:none; display:block;}
.title_txt A:visited	{ color:#000000; text-decoration:none; display:block;}
.title_txt A:hover		{ color:#996600; text-decoration:underline; display:block;}

/**** 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:#765251; font-size:13px; font-family:arial, helvetica; color:#FFFFFF; font-weight:bold;  width: 150px;}