table.events {
	width: 100%;
}

table.events td.title {
	padding: 3px 0px;
}

table.events td.date {
	width: 125px;
	padding: 3px 0px 10px 3px;
}

div.event div.date, div.event div.attachments {
	margin: 10px 0px;
}

div.event div.attachments h4 {
	margin: 0px 0px 3px 0px;
}

div.event div.attachments div.attachment {
	margin-left: 10px;
}

/* Events page */
div.calendar table.month {
	width: 100%;
	border: 1px solid #7ABF49;
}

div.calendar table.month tr.alternate td {
	background: #D2E9C1;
}

div.calendar table.month tr td {
	padding-top: 3px;
	padding-bottom: 3px;
}

div.calendar table.month tr td.date {
	width: 100px;
	padding-right: 10px;
	padding-left: 5px;
}

div.calendar table.month tr td.event {
	padding-right: 5px;
}

div.calendar table.navigation {
	width: 100%;
	margin: 15px 0;
}

div.calendar table.navigation tr td.previous {
	width: 50%;
	text-align: left;
}

div.calendar table.navigation tr td.next {
	width: 50%;
	text-align: right;
}
/* end Events page

/* so we can have next/prev links */
div.back {
	float: left;
}

div.eventnav {
	float: right;
	margin: 15px 0px;
}