div.sundayfont {
color: #ff0000;
}

td.sundaytopcolor    {
	height: 50px;
	color: #F0F0E0;
	background-color: #F0F0E0;
	width: 14%;
}

td.weekdaytopcolor    {
	height: 50px;
	background-color: #f4f4f4;
	width: 14%;
}

td.sundayemptyclr    {
	height: 50px;
	background-color: #f0f0f0;
}

td.weekdayemptyclr    {
	height: 50px;
	background-color: #FFFFFF;
}

td.todayclr    {
	background-color: #FFFFC0;
}

td.sundayclr    {
	height: 50px;
	background-color: #f0f0f0;
}

td.weekdayclr    {
	height: 50px;
	background-color: #f4f4f4;
	}


/* small event font */
div.smallcalev    {
	color: #0020A0;
	font-family: Arial,sans-serif,Helvetica;
	font-size: 8pt;
	padding-left: 2px;
}

div.smallcalevtime    {
	color: #ff0000;
	font-family: Arial,sans-serif,Helvetica;
	font-size: 8pt;
	padding-right: 1px;
	border-right: 1px solid #000000;
	}

a.smallcalev    {
	color: #0020A0;
	font-family: Arial,sans-serif,Helvetica;
	font-size: 8pt;
	
}

a.smallcalev:hover    {
	color: #FF2040;
	font-family: Arial,sans-serif,Helvetica;
	font-size: 8pt;
	cursor: pointer;
}

/* small cal month font */
table.smallcalmth    {
	color: #000000;
	font-family: Arial,sans-serif,Helvetica;
	font-size: 8pt;
	width: 98%;
}

div.smallcalmth    {
	color: #000000;
	font-family: Arial,sans-serif,Helvetica;
	font-size: 8pt;
}

a.smallcalmth    {
	color: #000000;
	font-family: Arial,sans-serif,Helvetica;
	font-size: 8pt;
	color: #4646ff;
}

a.smallcalmth:visited    {
	color: #000000;
	font-family: Arial,sans-serif,Helvetica;
	font-size: 8pt;
}

td.smallcalmth    {
	background-color: #4646ff;
	color: #fffddd;
}

/* lines and boxes */
table.txtbox    {
	border: solid gray;
	border-width: 1;
}

hr    {
	height: 1px;
	background-color: #804000;
	border: #804000;
	color: #804000;
	border: 0px;
	border-style: none;
}

li    {
	list-style-type: disc;
}

