/**** month and year header at top of calendar ****/
.date_header			{ font-size:16px; font-family:arial, helvetica; font-weight:bold; }

/**** color and size of calendar cells.  ****/
.day_cell				{ background-color:#FFFFFF; height:30px; width: 30px; border: 1px solid #B2B2B2; }
.empty_day_cell			{ background-color:#EEEEEE; height:30px; width: 30px; border: 1px solid #B2B2B2; }
.today_cell				{ background-color:#B2B2B2; height:30px; width: 30px; border: 1px solid #B2B2B2; }

/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:12px; font-family:arial; color:#FD0101; font-weight:bold; }

/**** 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:#FD0101; text-decoration:underline }
.title_txt A:active		{ color:#FD0101; text-decoration:underline }
.title_txt A:visited	{ color:#FD0101; text-decoration:underline }
.title_txt A:hover		{ color:#FD0101; 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:#FFFFFF; font-size:11px; font-family:arial, helvetica; color:#000000; font-weight:bold; width: 30px; text-align:center; border: 1px solid #b2b2b2; margin: 0px 2px}

.day_cell .day_number a:link {
	color: #000000;
	text-decoration: none;
}

span.day_number a{
	display: block;
	text-align: center;
	padding-top: 8px;
	width: 27px;
	height: 7px;
}

tr#headerBar {
	background-color: #f00;
	border: 1px solid #000;
}

tr#headerBar td {
	padding: 4px;
}