/* Calendar and Events */

table.calendar {
	border-collapse:collapse;
	width:518px;
}
table.calendar div.event {
	padding:5px;
	font-size:0.9em;
	margin-bottom:3px;

}
table.calendar td a:link, table.calendar td a:visited  {
	color:#000000;
}
table.calendar th {
	font-size:1.1em;
	line-height:1.3em;
	font-weight:bold;
	text-align:center;
	color:#868686;
	width:74px;
}
table.calendar td {
	border:1px solid #d6d6d6;
	height:74px;
	width:74px;
	padding:2px;
}
table.calendar td div.date {
	text-align:right;
	padding:0px 4px 2px 0px;
}


div#previous_next_container {
	width:520px;
	padding:10px 0px;
}
div#previous_next_container div.prev {
	float:left;
}
div#previous_next_container div.next {
	float:right;
}

table#legend {
	float:left;
	border-collapse:collapse;
	margin-top:20px;
}
table#legend th {
	font-weight:bold;
	padding-bottom:8px;
	font-size:1.2em;
}
table#legend td {
	vertical-align:middle;
	padding:1px 5px;
}
table#legend td div.colour {
	width:15px;
	line-height:1.2em;
}
table#legend .category {
	line-height:1.2em;
}


div.calendar_add {
	clear:both;
	float:right;
	padding-bottom:5px;
}



/* Event Profile */
div.event_profile div.dates, div.event_profile div.times {
	font-size:1.1em;
	line-height:1.3em;
}

div.event_profile div.details, div.back-link {
	font-size:1.1em;
	line-height:1.3em;
	margin-top:20px;
}


