﻿[<STYLE TYPE="text/css">
<!--
/**************************************************************
********* Formatting For Month Table and Text *****************
**************************************************************/

A		{ font-family:arial, helvetica; color:#FFFFFF; text-decoration:underline }
SPAN	{
	font-family:Calibri
}
TD     	{
	font-family:Calibri
}
BODY	{ background-color:transparent;
 }

/**** month and year header at top of calendar ****/
.date_header			{
	font-size:16px;
	font-family:Calibri;
	font-weight: bold
}

/**** color and size of calendar cells.  ****/
.day_cell				{
	height:100;
	width: 100;
	background-color: transparent;
	background-image: url(../images/agenda1.png);
	max-height:100;
	max-width:100
	
}
.empty_day_cell			{
	height:100;
	width: 100px;
	background-color: transparent;
	
}
.today_cell				{
		height:100;
	width: 100;
	background-image: url(../images/agenda2.png);
	
}

/**** day number in upper left corner of each cell ****/
.day_number				{
	font-size:16px;
	font-family:Calibri;
	color:#FFFFFF;
	text-align:center
}

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

/**** time line under title text when event time given ****/
.time_str				{
	font-size:12px;
	font-family:Calibri;
	color:#FFFFFF;
}

/**** column headers or days of the week ****/
.column_header			{
	font-size:16px;
	font-family:Calibri;
	color:#e77817;
	font-weight:bold;
	background-color: transparent;
}

/**** footprint text ****/
.footprint				{
	font-size:12px;
	font-family:Calibri;
	color:#FFFFFF;
	font-weight:bold;
	
}
.footprint A			{
	font-size:12px;
	font-family:Calibri;
	font-weight:bold;
	background-color: transparent;
	
}
// end hiding -->
</STYLE>
