<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 }
.team_header A:link		{ color:#00F; text-decoration:none }
.team_header A:active		{ color:#FFFF00; text-decoration:none }
.team_header A:visited	{ color:#00F; 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; }
.empty_day_cell			{ background-color:#FFFFFF; height:80; width: 84; }
.today_cell				{background-color:#F7F5BB; height:80; width: 84; background-image: url(../images/today.gif); background-repeat: no-repeat; }
.sun_cell				{ background-color:#CCCCCC; height:80; width: 84; }
.weekday_cell			{ background-color:#CAD2F0; height:80; width: 84; }
.sat_cell				{ background-color:#B4B4B4; height:80; width: 84; }

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

	
/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000000 }
.day_number A:link		{ color:#0000B7; text-decoration:underline }
.day_number A:active	{ color:#FFFF00; text-decoration:none }
.day_number A:visited	{ color:#00F; text-decoration:none }
.day_number A:hover		{ color:#FF0000; text-decoration:none; font-size: 10px; }

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:9px; font-family:verdana, arial, helvetica; color:#000 }
.title_txt A:link		{ color:#00F; text-decoration:none }
.title_txt A:active		{ color:#FFFF00; text-decoration:none }
.title_txt A:visited	{ color:#00F; 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>
