@charset "utf-8";
/* Home Page Calendar */

#calendar-container { float:left; width:220px; font-family:Tahoma, Arial, Helvetica, sans-serif; }

div.select-month-year { display:none; }

table.module-calendar {
	border: 0px solid #888;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

table.module-calendar td {
	border: 0px solid #d7d7d7;
	font-size: 11px;
	height: 20px;
	padding:5px 1px;
	overflow: hidden;
	vertical-align: top;
}

table.module-calendar td span {
	background: #fff;
	color: #931f23;
	display: block;
	font-size: 11px;
	padding: 3px 2px;
	text-align: center;
	font-weight:bold;
	vertical-align:middle;
}

tr.day-of-week td {
	background: #fff;
	color: #523526;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	text-align: center;
	vertical-align: top;
}

table.module-calendar td.events span {
	background: #ebe8d5;
	color: #931f23;
	font-weight: bold;
}

table.module-calendar td.events {
	background: #fff;
}

table.module-calendar td ul {
	display:none;
}

table.module-calendar td.last-month {
	background: #f5f5f5;
}

table.module-calendar td.next-month {
	background: #f5f5f5;
}

/* Home Page Announcements */

.announcement-list {
	font-size: 12px;
	border-bottom:#d2c9b2 dashed 1px;
	float:left;
	width:220px;
	padding:15px 0px;
	display:none;
}

.announcement-list h2 {
	font-size: 16px;
	color:#3d5a71;
	font-weight:bold;
	margin: 0 0 3px 0;
}

.announcement-list h2 a {
	color:#3d5a71;
}

.announcement-list span.date {
	font-size: 11px;
	font-weight: bold;
	color:#999;
	margin: 0;
}

.announcement-list p {
	color:#bb5911;
	margin-bottom:1em;
}

.announcement-list div.leftSide-btn {
	float:left;
	width:126px;
	height:27px;
	background: url(/images/announcement_btn_left.gif) left no-repeat;
}

.announcement-list div.rightSide-btn {
	float:right;
	width:126px;
	height:27px;
	background: url(/images/announcement_btn_right.gif) right no-repeat;
}

.announcement-list div.middle-btn {
	float:left;
	width:118px;
	margin-left:4px;
	height:27px;
	background: #b3670d;
}

.announcement-list div.middle-btn a { color:#fff; font-weight:bold; padding:6px; display:block; text-decoration:none; }

