.month
{
    background-color: silver;
    color: black;
    font-family: arial;
	font-size: 10px;
    font-weight: bolder
}
.weekday
{
    background-color: white;
    color: black;
    font-family: arial;
	font-size: 10px;
    font-weight: bolder
}
.eventLabel
{
    color: black;
    font-family: Arial;
	font-size: 11px;
    font-weight: bolder;
    text-align: right
}
.eventText
{
    font-family: Arial;
	font-size: 11px;
    color: #333333
}
.eventHead
{
    font-family: Arial;
	font-size: 13px;
	font-weight: bold;
    color: #c25f07
}
.selectedDay
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	background-color: #aaaaaa;
}
.selectedDay:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	background-color: #aaaaaa;
}
.today
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ff6600;
	text-decoration: none;
}
.day
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.eventday
{
    font-family: Arial;
	font-size: 10px;
	font-weight: bold;
    background-color: #c1c1d3;
	text-decoration: none;
	color: #000000;
}
.eventday:hover
{
    font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #990000;
    background-color: #c1c1d3;
	text-decoration: none;
}
.notaDay
{
    background-color: #dddddd;
}
.holiday
{
    background-color: #990000;
}
