p#event-back-link {
	font-size: 120%;
	font-weight: bold;
}
table#event-calendar {
	border-left: 1px solid #999;
	background: #fff;
}
table#event-calendar td {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

table#event-calendar td.other-month {
	background-color: #eee;
	color: #999;
}
table#event-calendar td.current-month {
	color: #000;
	border-bottom: 1px solid #999;
}
table#event-calendar th {
	font-size: 98%;
	padding: 3px;
	border: 1px solid #999;
	border-left: none;
}
table#event-calendar tr {
	vertical-align: top;
}
table#event-calendar div.day {
	padding: .225em;
	border-bottom: 1px solid #ccc;
}
table#event-calendar div.events {
	/*height: 80px;*/
}
table#event-calendar div.event {
	background-color: #f5f5f5;
	padding: .225em .075em;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
}
td.today {
	background: #ffb642;
}
table#event-calendar td.today div.event {
	background-color: #ffdca4;
	border-top-color: #ffe9c5;
	border-bottom-color: #ffbf5a;
}
td.week {
	vertical-align: middle;
	text-align: center;
}
td.week abbr {
	font-size: 180%;
	font-weight: bold;
	color: #999;
}
td.week {
	background: #ccc;
}
tr.b-week td.week {
	background: #d7e5bb;
}
tr.a-week td.week {
	background: #f6fee5;
}
#event-calendar {
	clear: both;
	width: 99%;
}
form#event-type-form {
	width: 16em;
	float: right;
	border: 1px solid #999;
	padding: .75em;
	background: #f2f2f2;
	margin-right: .75em;
	margin-bottom: 1em;
}
form#event-type-form *{
	font-size: 90%;
	text-align: right;
}
form#event-type-form select, form#event-type-form select *{
	text-align: left;
}
form#event-type-form input{
	text-align: center;
}
div.events a {
	text-decoration: none;
	margin-bottom: .5em;
	display: block;
	padding: 0 .225em;
	font-weight: bold;
	line-height: 1.2em;
	font-size: 85%;
}
div.events a:link {
}
div.events a:hover {
}
div.events a:visited {
	font-weight: normal
}
div.events a:active {

}
span.calendar-nav a{
	text-decoration: none;
	font-size: 80%;
	display: block;
	padding: .3em .45em;
	font-weight: bold;
}
span.calendar-nav a:link {
	color: #3f5e03;
}
span.calendar-nav a:visited {
	color: #3f5e03;
}
span.calendar-nav a:hover {
	color: #fc0;
	background: #333;
}
span.calendar-nav a:active {
	color: #ffcc00;
}
span.calendar-nav {
	border: 1px solid #333;
	background: #eee;
	float: left;
	margin: 0 .3em;
}
.calendar-navbar {
	margin: 4px 0;
}
.bottom-navbar {
	float: right;
}
div.events nobr {
	display: block;
	text-align: right;
	color: #666;
	padding-right: .15em;
}
div#content-main h3 {
	clear: left;
	padding-top: .75em;
}
dl.event-list dt {
	font-weight: bold;
	font-size: 110%;
	padding-bottom: .7em;
}
dl.event-list p.date-time {
	padding-bottom: 0;
}
dl.event-list p.event-location {
	font-style: italic;
}
p#event-back-link {
	text-align: right;
}
p#event-back-link a {
	text-decoration: none;
}

