.month, .nav{
	background-color: #000;
	color: white;
	font: 11pt century gothic;
	font-weight: none;
	font-weight:lighter;
}
.nav{
	cursor: pointer;
	cursor: hand;
}
.dayHeader{
	background-color: #686868;
	color: white;
	font: 10pt century gothic;
	border-bottom: 1px white solid;
	
}
.empty{
	background-color: #ddd;
	border-bottom: 1px white solid;
}
.days{
	color: black;
	background-color: #eeeeee;
	font: 10pt century gothic;
	border-bottom: 1px white solid;
	border-left: 1px white solid;
	border-right: 1px white solid;
	cursor: pointer;
	cursor: hand;
}

.date{
	color: black;
	font: 10pt century gothic;
	background-color: #d68ea7;
	font-weight: bold;
	border-bottom: 1px white solid;
	border-left: 1px white solid;
	border-right: 1px white solid;
	cursor: pointer;
	cursor: hand;
}
a.date:visited{
	color: black;
	font: 10pt century gothic;
	font-weight: bold;
	border-bottom: 1px white solid;
	border-left: 1px white solid;
	border-right: 1px white solid;
	cursor: pointer;
	cursor: hand;
}


a.days:link {color: black; 
	text-decoration: none;
	border-bottom: none;
	border-left: none;
	border-right: none;}
a.days:visited {color: #686868; 
	text-decoration: none;
    border-bottom: none;
	border-left: none;
	border-right: none;}
a.days:hover {color: #E29F0A; 
	text-decoration: none;
    border-bottom: none;
	border-left: none;
	border-right: none;}
