BODY
{
}
.month
{
	BACKGROUND-COLOR: #036;
	COLOR: #fff;
	padding: .2em;
}
.month td a{
	COLOR: #fff;
}
.weekday
{
	BACKGROUND-COLOR: #758BA5;
	COLOR: #fff;
	width: 200px;
	text-align: center;
}
.eventLabel
{
/*	COLOR: black;
	FONT-FAMILY: Arial; */
	FONT-WEIGHT: bolder;
	TEXT-ALIGN: right;
}
.eventText
{
	TEXT-ALIGN: left;
}
.selectedDay
{
/*    BACKGROUND-COLOR: yellow */
}
.day
{
	BACKGROUND-COLOR: white;
	width: 200px;
}
.day a
{
	BACKGROUND-COLOR: white;
	text-decoration: none;
}
.day a:hover
{
	text-decoration: underline;
}
.cDateDetail {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
	padding: .3em;
	font-size: .8em;
}
.cDay {
	color: #003366;
	text-decoration: underline;
}

.notaDay
{
    BACKGROUND-COLOR: #ccc}
