.month
{
    BACKGROUND-COLOR: #D0EC88;
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder;
	font-size:x-small;
}

.month a
{
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder;
	font-size:x-small;
	text-decoration:none;
}
.weekday
{
    BACKGROUND-COLOR: #D0EC88;
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bold;
	font-size:x-small;
	width:20px;
	text-align:center;
}
.eventLabel
{
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder;
    TEXT-ALIGN: right;
	font-size:x-small;
}
.eventText
{
    COLOR: black
}
.selectedDay
{
    BACKGROUND-COLOR: #A7C360;
	height:25px;
	width:20px;
	font-size:x-small;
	text-align:center;
	color: black;
}
.day
{
    BACKGROUND-COLOR: #A7C360;
	height:25px;
	width:20px;
	text-align:center;
}
.notaDay
{
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder;
    TEXT-ALIGN: right;
	font-size:x-small;
    BACKGROUND-COLOR: #A7C360;
	height:25px;
	width:20px;
	color: black;
}

#txtHint {
position:absolute;
top:190px;
left:200px;
width:0px;
height:0px;
background-color:#CCCCCC;
z-index:999;
}

.td1 {
text-align:left;
background-color:#CCCCCC;
color:#000000;
vertical-align:top;
}

.td2 {
text-align:center;
font-weight:bold;
background-color:#666666;
color:#FFFFFF;
}

.td2 a {
color:#FFFFFF;
}

.td3 {
font-weight:bold;
vertical-align:top;
background-color:#CCCCCC;
color:#666666;
}

.tab1 {
font-size:x-small;
font-family:Arial, Helvetica, sans-serif;
border:1px solid #000000;
padding:2px;
background-color:#CCCCCC;
}

.caltable {
border 1px solid black;

}