#calnav {
	width: 480px;
	background: url(images/bg_calnav_bottom.gif) no-repeat bottom left;
	padding-bottom: 10px;
	margin-top: 12px;
	margin-bottom: 30px;
}

#calnav h2 {
	font: bold 11px Verdana,sans-serif;
	color: #333;
	background: url(images/bg_calnav_top.gif) no-repeat top left;
	margin-bottom: 9px;
}

#calnav h4 {
	padding: 4px 9px 1px 9px;
	margin: 0;
	font: bold 10px Verdana,sans-serif;
}

#calnav #buttons {
	float: right;
	padding: 14px 16px 0 0;
	line-height: 11px;
}

.months {
	margin: 0 10px;
	padding: 0;
	background: #eee url(images/bg_months.gif) repeat-y top left;
	
	border-bottom: 1px solid white;
}

.clear {
	clear:both;
	line-height: 0;
	font-size: 0;
	margin: 0; padding: 0;
}

.left {
	float:left;
	width:153px;
	margin:0; padding:0;
	background-color: #eee;
}
	
.right {
	float:right;
	width:152px;
	margin:0; padding:0;
	background-color: #eee;
}
	
.middle {
	margin:0 154px;
	padding: 0;
	background-color: #eee;
}

.events {
	padding: 0 9px 6px 10px;
	margin: 0;
	line-height: 15px;
}

.event {
	margin:0;
	padding: 0;
	list-style-type: disc;
	list-style-position: inside;
}

#calnav a:link {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#calnav a:visited {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}

#calnav a:hover {
	text-decoration: underline;
}

#calnav a:active {
	color: #000;
}

#calnav h4 a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#calnav h4 a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#calnav h4 a:hover {
	text-decoration: underline;
}

#calnav h4 a:active {
	color: #000;
}


#buttons .divider {
	vertical-align: top;
}

#buttons .arrow {
	vertical-align: baseline;
	border: 0;
}

#buttons a:link {
	color: #144e8b;
	text-decoration: none;
	font-weight: bold;
}

#buttons a:visited {
	color: #144e8b;
	text-decoration: none;
	font-weight: bold;
}

#buttons a:hover {
	text-decoration: underline;
}

#buttons a:active {
	color: #144e8b;
}