
.days{
	font-family:arial;
	font-size:11px;
	}

.weekend {
	background-color: #f6f6f6;
	font-size:10px;
	font-weight:normal;
	font-family:arial;
	text-align:center;
}
.weekend table td {color:rgb(255,255,255); width:14%;}

.monthtableouter {
	background-color: #cccccc;
}
.monthtableinner {
	width: 200px;
}
.normalday {
	background-color: #f6f6f6;
	font-size:10px;
	font-weight:normal;
	font-family:arial;
	text-align:center;
}
.normalday table td {color:rgb(255,255,255); width:14%;}

.selectedday {
	background-color: #00ff00;
	font-size:10px;
	font-weight:normal;
	font-family:arial;
	text-align:center;
}
   .selectedday table td {color:rgb(255,255,255); width:14%;}

#seltoday {
	border: 1px #000000 solid;
	background-color: #00ff00;
	font-size:10px;
	font-weight:normal;
	font-family:arial;
	text-align:center;
}
#today {
	border: 1px #000000 solid;
	background-color: #f6f6f6;
	font-size:10px;
	font-weight:normal;
	font-family:arial;
	text-align:center;
}

.month, .days {
	background-color: #f6f6f6;
	font-size:10px;
	font-weight:normal;
	font-family:arial;
	text-align:center;
}

.caltitle {
	background-color: #C4C4C4;
	font-weight:bold;
	font-family:verdana;
	font-size:12px;
}

    .normalday a:hover {text-decoration:none;}
