@charset "utf-8";
/* CSS Document */
#calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}

.CalMonth {
font-weight: bold;
text-align:center;
background-color:#D4D76C;
}

.Calhead {
background-color:#E9EC7B;
width:15px;
}

.CalActive {
background-color:#365D8D;
color:#ffffff;
width:15px;
}
.fade{
	background-color:#365D8D;
	width:15px;
	color: #668DC4;
}

.Active {
background-color:#365D8D;
color:#ffffff;
padding:3px;
}

.Cal2DAY {
background-color:#d020c6;
color:#ffffff;
width:15px;
}

.TwoDay {
background-color:#d020c6;
color:#ffffff;
padding:3px;
}

.Caldays {

background-color:#ffffff;
width:15px;
}

