/**** month and year header at top of calendar ****/


.date_header2			{
	font-size:10px;
	font-family:arial, helvetica;
	font-weight:bold;
	height: 15px;
	width: 197px;
	background-image: url(images/dateback.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFFFFF;
	background-color: #666666;
}

/**** color and size of calendar cells.  ****/
.day_cell2				{ background-color:#333333; width: 10px; height:25px;}
.empty_day_cell2			{
	width: 10px;
	height:25px;
	
}
.today_cell2				{ background-color:#666666; width: 10px;  height:25px;}

/**** day number in upper left corner of each cell ****/
.day_number2				{ font-size:9px; font-family:verdana, arial, helvetica; color:#fff;  width: 25px; }

/**** title_txt is the text for each post on main page ****/
.title_txt2				{ font-size:9px; font-family:verdana, arial, helvetica; color:#f00 }
.title_txt2 A:link		{ color:#fff; text-decoration:underline }
.title_txt2 A:active		{ color:#fff; text-decoration:underline }
.title_txt2 A:visited	{ color:#fff; text-decoration:underline }
.title_txt2 A:hover		{ color:#fff; text-decoration:underline }

/**** time line under title text when event time given ****/
.time_str2				{ font-size:9px; font-family:arial, helvetica }

/**** column headers or days of the week ****/
.column_header2			{ background-color:#999999; font-size:10px; font-family:arial, helvetica; color:#FFFFFF; font-weight:normal}

/**** footprint text ****/
.footprint2				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000; font-weight:bold; }
.footprint2 A			{ font-size:10px; font-family:verdana, arial, helvetica; color:#00F; font-weight:bold; }
.copylink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A2CAB6;
	text-decoration: underline;
	text-align: center;
}
.copylink a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #A2CAB6;
	text-decoration: underline;
}h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px dashed #81198A;
}
SPAN	{ font-family:arial, helvetica }
TD     	{ font-family:arial, helvetica }


/**** 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:#EDECD8; height:70; width: 95; }
.empty_day_cell			{ background-color:#EEEEEE; height:70; width: 95; }
.today_cell				{ background-color:#F5F4ED; height:70; width: 95; }

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

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:9px; font-family:verdana, arial, helvetica; color:#8D238F }
.title_txt A:link		{ font-size:9px; color:#8D238F; text-decoration:underline }
.title_txt A:active		{ font-size:9px; color:#8D238F; text-decoration:underline }
.title_txt A:visited	{ font-size:9px; color:#8D238F; text-decoration:underline }
.title_txt A:hover		{ font-size:9px; color:#14AD1D; 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:#3D6D48; font-size:12px; 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; }