@charset "utf-8";
/* CSS Document */

#calendarbox {
	width: 230px;
	float: left;
}
#calendarbox .post {
	background: url(../_img/div-small-repeat.gif) top left repeat-y;
	border-bottom: 1px solid #d7d7d7;
}
#calendarbox .post .innerpost {
	background: url(../_img/div-small-top.gif) top left no-repeat;
}
#calendaritem {
	width: 480px;
	float: left;
	margin: 0 10px 0 10px;
}
#calendaritem h2 {
	background: url(../_img/div-wide-top.gif) top left no-repeat;
	padding: 11px 11px 11px 11px;
}
#calendaritem .content {
	padding: 0 11px 0 11px;
}
#calendaritem p {
	padding: 4px 0 12px 0;
}
#calendaritem h3, #calendaritem h4 {
	padding: 0;
	margin: 0.1em 0 0.4em 0;
}
#calendaritem h3 {
	font-size: 16px;
}
#calendaritem .event {
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #ccc;
}
table.calendar {
	margin: 0 auto 0 auto;
}
table.calendar a {
	color: #444;
}
table.calendar tr.days td {
	width: 14%;
	height: 30px;
	text-align: center;
}
table.calendar tr.daynames th {
	height: 28px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	background: #4b7ba0 url(../_img/nav-divider.gif) top left repeat-x;
	color: #fff;
}
table.calendar tr.daynames th acronym {
	border: none;
	cursor: help;
}
table.calendar tr.monthname td {
	height: 30px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
table.calendar tr.monthname td h3 {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	position: relative;
}
table.calendar td.item {
	font-weight: bold;
	background: #f0f0f0;
}
table.calendar td.item a {
	color: #4B7B9F;
}
table.calendar tr.monthname td a.nav-l {
	font-size: 18px;
}
table.calendar tr.monthname td a.nav-r {
	font-size: 18px;
}
table.calendar tr.monthname td a.nav-h {
	font-weight: bold;
	font-size: 14px;
	color:#174465;
}
table.calendar tr.monthname td a:hover {
	text-decoration: none;
	color: #769fbe;
}
/*
table.calendar tr.monthname td a.nav-l {
	position: absolute;
	top: -3px;
	left: 0px;
}
table.calendar tr.monthname td a.nav-h {
	text-align: center;
}
table.calendar tr.monthname td a.nav-r {
	position: absolute;
	top: -3px;
	right: 0px;
}
table.calendar tr.monthname td a {
	display: block;
	text-decoration: none;
	width: 40px;
	text-align: center;
	font-size: 18px;
}
table.calendar tr.monthname td a:hover {
	text-decoration: none;
	color: #769fbe;
}
*/

