/* Obits */
table.recentobits {
	width: 100%;
}

table.recentobits td.title {
	font-weight: bold;
	font-size: 14px;
}

table.recentobits td.more a {
	color: #000;
	font-weight: normal;
}

/* Calendar */
table.calendar{
	border: solid 1px #999;
	background-color: #fff;
}
table.calendar td {
	padding: 0 2px 0 2px;
	color: #000;
	font-size: 10px;
}
table.calendar td a {
	color: #000;
	text-decoration: none;
}
table.calendar td.month {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2;
	background-color: #eee;
}
table.calendar td.calendar-bottom {
	border-top: solid 1px #999;
}
table.calendar td.day-header {
	font-weight: bold;
}
table.calendar td.weekday {
}
table.calendar td.weekend {
}
table.calendar td.empty {
}
table.calendar td.active {
	cursor: pointer;
	text-decoration: underline;
}
div.events {
/*	padding: 5px;
	margin-top: 5px;
	overflow: auto;
	height:150px; */
}