#events {
	width:490px;
	top:1em;
	float:right;
}

#calendar {
	width:800px;
	top:1em;
	float:right;
}

#events h1 {
	font-size:1.5em;
	font-weight:bold;
	margin:1em 0 0 0;
}

#events h2 {
	font-size:18px;
	font-weight:bold;
	color:#999999;
	margin:1em 0 2px 0;
	line-height:1.25em;
}

#events h2 span {
	color:#000000;
}

#events h3 {
	font-weight:bold;
	margin:1em 0 2px 0;
	line-height:1.25em;
}

#events p {
	/*display:inline;*/
}

.sideBar {
	float:left;
	top:1em;
	left:0px;
	width:280px;
}

table.calendarSM {
	width:280px;
}

table.calendarBG {
	width:800px;
	margin-top:2em;
}

table.calendarBG th {
	font-weight:bold;
}

table.calendarBG tr.calendarHeader th, table.calendarSM tr.calendarHeader th  {
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
}

table.calendarBG td {
	height:58px;
	width:102px;
	max-width:102px;
	background:#e7e8e9;
	border-right:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
	padding:5px;
	font-size:.9em;
}

table.calendarBG td span {
	display:block;
	margin-bottom:.5em;
}

table.calendarSM td {
	background:#e7e8e9;
	height:20px;
	width:40px;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	padding:2px;
}
	
table.calendarBG td.calendarDayHeading, table.calendarSM td.calendarDayHeading {
	font-weight:bold;
	height:auto;
	background:#e5473b;
	color:#ffffff;
}

table.calendarBG a, table.calendarSM a {
	font-weight:bold;
	color:#e5473b;
}

table .calendarMonthLinks {
	font-size:12px;
}

table .calendarMonthLinks {
	padding:0 2px 2px 0;
}

table .calendarMonthLinks a {
	display:block;
	height:100%;
	width:100%;
}

table .calendarMonthLinks a:hover {
	color:#ffffff;
	text-decoration:none;
	background:#e5473b;
}

table.calendarBG td.active {
	background:#999999;
}

table.calendarBG td.active:hover {
	background:#e5473b;
}

table.calendarSM td.active {
	padding:0px;
}

table td.active a {
	color:#ffffff;
	display:block;
	width:100%;
}

table.calendarSM td.active a {
	display:block;
	height:20px;
	width:36px;
	background:#999999;
	padding:2px;
	margin:0;
}

table.calendarSM td.active a:hover {
	background:#e5473b;
	text-decoration:none;
}

table .exhibitions, table .cinema, table .events {
	margin:0 -5px;
	padding:0 5px;
	border-top:1px dotted #ffffff;
}

table .exhibitions {
	background:#eeb51e;
}

table .cinema {
	background:#0e51a2;
}

table .events {
	background:#cd669a;
}

dl#key {
	float:right;
	list-style:none;
	margin-top:20px;
}

dl#key dt, dl#key dd {
	float:left;
	margin-left:5px;
	padding:2px 5px;
}

dl#key dd {
	color:#ffffff;
}

dd.exhibitions {
	background:#eeb51e;
}

dd.cinema {
	background:#0e51a2;
}

dd.events {
	background:#cd669a;
}