div#calender {
	width:136px;
	height:209px;
	background-image:url(../images/structure/calender_background.jpg);
	}
	
div#calender p {
	padding:0px;
	margin:0px 0px 0px 5px;
	font-weight:bold;
	display:inline;
	
	}	
	
div#calender_date {
	height:11px;
	width:120px;
	margin:7px 12px 0px 0px;
	display:inline;
	}
	
div#calender_date div {
	width:95px;
	text-align:center;
	float:left;
	}
	
div#calender_date img {
	float:left;
	margin-top:2px;
	}
	
div#dates {
	position:relative;
	width:122px;
	margin:20px 10px 0px 0px;
	background-image:url(../images/structure/calender_dates.jpg);
	width:124px;
	height:118px;
	display:inline;
	}
	
div#dates div.head {
	font-weight:bold;
	}
	
a.day {
	text-decoration: none;
	display: block;
	width: 100%;
	color: black;
}

div.tennis {
	background-color:#C0065A;
	color:#fff;
	}
	
div.fitness {
	background-color:#FF005A;
	color:#fff;
	}
	
div.squash {
	background-color:#006753;
	color:#fff;
	}	

div.social {
	background-color:#6699FF;
	color:#fff;
	}
	
div#dates div {
	width:122px;
	height:15px;

	}
	
div#dates div div {
	width:17px;
	height:15px;
	float:left;
	text-align:center;
	}
	
div#key {
	margin:0px 10px 0px 0px;
	padding: 0;
	width:122px;
	display:inline;
	}
	
div#key div {
	margin: 0;
	padding: 0;
	width:122px;
	height:15px;
	}
	
div#key div div {
	margin: 0;
	padding: 0;
	width:61px;
	height: 15px;
	float:left;
	font-size:10px;
	/*background-color:red;*/
	}
	
/*div#key div div div.container {
	width: 17px;
	height: 10px;
	background-color:red;
	padding: 3px 0px 0px 3px;
}*/
	
div#key div div div.label {
	width: 40px;
}

div#key div div div.social {
	width: 8px;
	height: 8px;
	/*margin: 4px 0px 3px 0px;*/
}

div#key div div div.squash {
	width: 8px;
	height: 8px;
}

div#key div div div.tennis {
	width: 8px;
	height: 8px;
}

div#key div div div.fitness {
	width: 8px;
	height: 8px;
}
