@charset "UTF-8";
/* CSS Document */
ul#calendar {
	width:315px;	
	margin:0;
	padding:0;
	background-color:#EC69B9;
	font-size:16px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	float:left;
	box-shadow: 0px 5px 10px #aaa;
}
#calendar li {
	border-right:1px solid #EC69B9;
	border-bottom:1px solid #EC69B9;	
	float:left;
	width:62px;
	height:62px;
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	line-height:3em;	
}

#calendar li a {
	display:block;
	text-decoration:none;
	line-height:63px;
	font-weight:bold;
}
#calendar li a:hover {
	background-color:#FFC6E9;	
	color:#31041C;
}
#calendar .threecol {
	width:189px;
	border:none
}
#calendar .past {
	background-color:#291910;	
}
#calendar .past a {
	color:#FF8018;
}
#calendar .current {
	background-color:#FFA4DB;	
}
#calendar .current a {
	color:#291910;
}
#calendar .future {
	background-color:#96376C;	
}
#calendar .future a {
	color:#291910;
}
#calendar .noclass, #calendar .noclass a:hover {
	background-color:#86556F;
	height:62px;
	cursor:default;
}
#calendar .noclass a {
	color:#291910;
}
#calendar li:nth-child(5), #calendar li:nth-child(10), #calendar li:nth-child(15){
	border-right:none;
	width:63px;
}
#calendar li:nth-child(16), #calendar li:nth-child(17), #calendar li:nth-child(18) {
	border-bottom:none;
	height:63px;
}
#calendardiv {
	margin-top:1em;
	margin-left:5px;
}
#calendardiv img, #calendardiv ul {
	box-shadow: 0px 5px 10px #aaa;	
}
#calendardiv img {
	margin-right:15px
	float:left;
}