th
{
    font-weight: bold;
    color: #808080;
    font-family: Verdana;
}
caption.calendar-month
{
    font-weight: bold;
    font-size: 12px;
    color: #808080;
    font-family: Verdana;
    background-color: #000000;
}
table.calendar
{
    font-size: 11px;
    vertical-align: middle;
    color: #808080;
    font-family: Verdana;
    background-color: #000000;
    text-align: center;
}
div.calendar-prev
{
    font-size: 11px;
    color: #808080;
    font-family: Verdana;
}
div.calendar-next
{
    font-size: 11px;
    color: #808080;
    font-family: Verdana;
} 

div.calendar-event
{
	color: blue;
	font-weight: bold;
}
.calendar-event a
{
 	color: white;
}						 
.calendar-event a:hover
{
 	color: #979797;
}

div.linked-day
{
	color:red;
	font-weight: bold;
}
.linked-day a
{ 
	color:#808080;
}
.linked-day a:hover
{
	color:#979797;
}



