/* small event font */
div.smallcalev    {
	color: #0020A0;
	font-family: Arial,sans-serif,Helvetica;
	font-size: 10;
}

div.smallcalevtime    {
	color: #000000;
	font-family: Arial,sans-serif,Helvetica;
	font-size: 10;
}

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

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

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

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

a.smallcalmth    {
	color: #000000;
	font-family: Arial,sans-serif,Helvetica;
	font-size: 12;
	text-decoration: none;
}

a.smallcalmth:visited    {
	color: #000000;
	font-family: Arial,sans-serif,Helvetica;
	font-size: 12;
	text-decoration: none;
}

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

td.smallcalmth    {
	font-family: Arial, Verdana; 
	font-size: 10px; 
	color: #000000; 
	background-color: #5B5DFF; 
	padding-left : 3px; 
	text-decoration: none; 
	border:1px outset #FFFFFF;
	/*
	background-color: #5B5DFF;
	*/
}

td.todayclr    {
	font-family: Arial, Verdana; 
	font-size: 10px; 
	color: #000000; 
	background-color: #FFCF00; 
	padding-left : 3px; 
	text-decoration: none; 
	border:1px outset #FFFFFF;
	/*
	background-color: #FFD700;
	*/
}

/* calendar top header setting */
table.todaytop    {
	color: #884422;
	font-family: Arial,sans-serif,Helvetica;
	font-size: 10;
	font-style: normal;
	font-weight: normal;
	width: 100%;
	background: #FFFFF0;
}

/* font for calendar day name */
div.dayfont    {
	color: #884422;
	font-family: Arial,sans-serif,Helvetica;
	font-size: 10;
	font-style: normal;
	font-weight: bold;
}

/* format event borders in calendar month view */
table.eventborder    {
	border: solid #D0C0C8;
	border-bottom-width: 1;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
}

td.eventborder    {
	border: solid #D0C0C8;
	border-bottom-width: 0;
	border-top-width: 0;
	border-left-width: 1;
	border-right-width: 0;
}

td.eventtimeborder    {
	border: solid #884084;
	border-bottom-width: 0;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
}


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

/* font for calendar date numbers */
td.datenumfont    {
	font-family: Arial, Verdana; 
	font-size: 10px; 
	color: #000000; 
	background-color: #FFFFFF; 
	padding-left : 3px; 
	line-height: 14px; 
	text-decoration: none; 
	border:1px outset #FFFFFF;
	text-align: center;
}

a.datenumfont    {
	color: #000000;
	font-family: Arial,sans-serif,Helvetica;
	font-size: 10;
	font-style: normal;
	font-weight: normal;
}

a.datenumfont:visited    {
	color: #000000;
	font-family: Arial,sans-serif,Helvetica;
	font-size: 10;
	font-style: normal;
	font-weight: normal;
}

/* color and font for normal text */
div.normalfont    {
	color: #000000;
	font-family: Arial,sans-serif,Helvetica;
	font-size: 10;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

table.normalfont    {
	color: #000000;
	font-family: Arial,sans-serif,Helvetica;
	font-size: 10;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

a.normalfont:link    {
	color: #000000;
	text-decoration: none;
}

a.normalfont:visited    {
	color: #000000;
	text-decoration: none;
}

a.normalfont:hover    {
	color: #000000;
	text-decoration: underline;
}


