<STYLE TYPE="text/css">
<!--
/**************************************************************
********* 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 }
BODY	{ background-color:#FFF }



/**** month and year header at top of calendar ****/
.date_header			{ font-size:16px; font-family:arial, helvetica; font-weight:bold }
.team_header			{
	font-size:11px;
	font-family:arial, helvetica;
	color: #000;
}
.team_header A:link		{
	color:#000;
	text-decoration:none
}
.team_header A:active		{
	color:#000000;
	text-decoration:none
}
.team_header A:visited	{
	color:#000;
	text-decoration:none
}
.team_header A:hover		{ color:#FF0000; text-decoration:none }

/**** color and size of calendar cells. and holiday cells  ****/
.day_cell				{ background-color:#D1E0EF; height:80; width: 84; border: 1px solid #999;}
.empty_day_cell			{
	background-color:#E6E6E6;
	height:80;
	width: 84;
	border: 1px solid #999;
}
.today_cell				{background-color:#F7F5BB; height:80; width: 84; background-image: url(../images/today.gif); background-repeat: no-repeat;border: 1px solid #999; }
.sun_cell				{
	background-color:#BEBEBE;
	height:80;
	width: 84;
	border: 1px solid #999;
}
.weekday_cell			{ 
	background-color:#CAD2F0; 
		height:80; 
		width: 84; 
		border: 1px solid #999;
}
.sat_cell				{
	background-color:#A8A8A8;
	height:80;
	width: 84;
	border: 1px solid #999;
}

.labor_cell				{background-color:#C2EDE4; height:80; width: 84; background-image: url(../images/laborday.gif); background-repeat: no-repeat; border: 1px solid #999;}
.columbus_cell			{ background-color:#CEDDAC; height:80; width: 84; background-image: url(../images/columbusday.gif); background-repeat: no-repeat; border: 1px solid #999;}
.halloween_cell			{ background-color:#FFD395; height:80; width: 84; background-image: url(../images/halloween.gif); background-repeat: no-repeat; border: 1px solid #999;}
.veterans_cell			{ background-color:#C2EDE4; height:80; width: 84; background-image: url(../images/veteransday.gif); background-repeat: no-repeat; border: 1px solid #999;}
.thanksgiving_cell		{ background-color:#FFD395; height:80; width: 84; background-image: url(../images/thanksgiving.gif); background-repeat: no-repeat; border: 1px solid #999;}
.christmas_cell			{ background-color:#FFCECE; height:80; width: 84; background-image: url(../images/christmas.gif); background-repeat: no-repeat; border: 1px solid #999;}
.newyears_cell			{ background-color:#CEDDAC; height:80; width: 84; background-image: url(../images/newyears.gif); background-repeat: no-repeat; border: 1px solid #999;}
.groundhog_cell			{ background-color:#FFD395; height:80; width: 84; background-image: url(../images/groundhog.gif); background-repeat: no-repeat; border: 1px solid #999;}
.lincolns_cell			{ background-color:#CEDDAC; height:80; width: 84; background-image: url(../images/lincolns.gif); background-repeat: no-repeat; border: 1px solid #999;}
.presidents_cell		{ background-color:#C2EDE4; height:80; width: 84; background-image: url(../images/presidents.gif); background-repeat: no-repeat; border: 1px solid #999;}
.washingtons_cell		{ background-color:#CEDDAC; height:80; width: 84; background-image: url(../images/washingtons.gif); background-repeat: no-repeat; border: 1px solid #999;}
.stpatricks_cell		{ background-color:#FFD395; height:80; width: 84; background-image: url(../images/stpatricks.gif); background-repeat: no-repeat; border: 1px solid #999;}
.easter_cell			{ background-color:#FFCECE; height:80; width: 84; background-image: url(../images/easter.gif); background-repeat: no-repeat; border: 1px solid #999;}
.aprilfools_cell		{ background-color:#CEDDAC; height:80; width: 84; background-image: url(../images/aprilfools.gif); background-repeat: no-repeat; border: 1px solid #999;}
.earth_cell				{ background-color:#FFD395; height:80; width: 84; background-image: url(../images/earth.gif); background-repeat: no-repeat; border: 1px solid #999;}
.cincodemayo_cell		{ background-color:#CEDDAC; height:80; width: 84; background-image: url(../images/cincodemayo.gif); background-repeat: no-repeat; border: 1px solid #999;}
.mothers_cell			{ background-color:#FFD395; height:80; width: 84; background-image: url(../images/mothers.gif); background-repeat: no-repeat; border: 1px solid #999;}
.memorial_cell			{ background-color:#FFCECE; height:80; width: 84; background-image: url(../images/memorial.gif); background-repeat: no-repeat; border: 1px solid #999;}
.flagday_cell			{ background-color:#CEDDAC; height:80; width: 84; background-image: url(../images/flagday.gif); background-repeat: no-repeat; border: 1px solid #999;}
.fathers_cell			{ background-color:#C2EDE4; height:80; width: 84; background-image: url(../images/fathers.gif); background-repeat: no-repeat; border: 1px solid #999;}
.independence_cell		{ background-color:#FFCECE; height:80; width: 84; background-image: url(../images/independence.gif); background-repeat: no-repeat; border: 1px solid #999;}

	
/**** day number in upper left corner of each cell ****/
.day_number				{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#C2141E;
}
.day_number A:link		{ color:#0000B7; text-decoration:underline }
.day_number A:active	{ color:#C2141E; text-decoration:none }
.day_number A:visited	{ color:#C2141E; text-decoration:none }
.day_number A:hover		{
	color:#999999;
	text-decoration:none;
	font-size: 10px;
}

/**** title_txt is the text for each post on main page ****/
.title_txt				{
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000
}
.title_txt A:link		{
	color:#000;
	text-decoration:none
}
.title_txt A:active		{
	color:#000000;
	text-decoration:none
}
.title_txt A:visited	{
	color:#000;
	text-decoration:none
}
.title_txt A:hover		{
	color:#FF0000;
	text-decoration:none
}

/**** more_txt is the text for each cell when there is more than the MAX entries ****/
.more_txt				{font-family: Arial, Helvetica, sans-serif;font-size: 9px;vertical-align: text-top;color: #D40000;}
.more_txt	A:link		{font-family: Arial, Helvetica, sans-serif;font-size: 9px;vertical-align: text-top;color: #D40000;}
.more_txt	A:active		{font-family: Arial, Helvetica, sans-serif;font-size: 9px;vertical-align: text-top;color: #D40000;}
.more_txt	A:visited		{font-family: Arial, Helvetica, sans-serif;font-size: 9px;vertical-align: text-top;color: #D40000;}
.more_txt	A:hover		{font-family: Arial, Helvetica, sans-serif;font-size: 9px;vertical-align: text-top;color: #0000FF;}

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

/**** column headers or days of the week ****/
.column_header			{ background-color:#2663E2; font-size:12px; font-family:arial, helvetica; color:#FFFFFF; font-weight:bold }
.column_headerSAT			{ background-color:#CC3131; font-size:12px; font-family:arial, helvetica; color:#FFFFFF; font-weight:bold }
.column_headerWEEKDAYS			{ background-color:#5A54CB; font-size:12px; font-family:arial, helvetica; color:#FFFFFF; font-weight:bold }
.column_headerSUN			{ background-color:#9A0000; 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; text-decoration:none; }

// end hiding -->
</STYLE>

