BODY
{
}
.month
{
    BACKGROUND-COLOR: #F00;
    COLOR: #FFF;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder;
	font-size:12px;
	height:25px;
	text-align:center;
}
.weekday
{
    BACKGROUND-COLOR: white;
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder;
	font-size:10px;
}
.eventLabel
{
    COLOR: black;
    FONT-FAMILY: Arial;
	font-size:12px;
    FONT-WEIGHT: bold;
    TEXT-ALIGN: right
}
.eventText
{
    COLOR: black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
.selectedDay
{
    BACKGROUND-COLOR: yellow;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.day
{
    BACKGROUND-COLOR: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.notaDay
{
    BACKGROUND-COLOR: #EBEBEB;
}

.viewevent{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;}

.calender td {
	border-collapse:collapse;
	border-style:solid;	
	border-width:1px;
	border-color: #CCC;
	}
	
.calender_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
}

.jump_date{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	}

