@charset "utf-8";
/* CSS Document */

table.events {
	border: 1px solid #cccc99;
	height: 270px;
	width: 307px;
}
table.events tr th {
	border-bottom: 3px double #cccc99;
	color: #99a183;
	height: 40;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}
table.events tr td {
	border-bottom: 1px dotted #cccc99;
	border-right: 1px dotted #cccc99;
	color: #99a183;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	width: 43px;
}
table.events tr td a {
	color: #5C2C04;
	cursor: pointer;
}
table.events tr.days {
	height: 15px;
}

table.event_list {
	border-bottom: 1px solid #c6cd9f;
	border-left: 1px solid #c6cd9f;
	border-right: 1px solid #c6cd9f;
	margin-bottom: 20px;
}
table.event_list tr { height: 18px; }
table.event_list tr td, .event_list tr th { padding: 0 3px; vertical-align: middle; }
table.event_list tr td { color: #706e64; }
table.event_list tr th { background-color: #c6cd9f; border-bottom: 1px solid #acb099; color: #fff; font-weight: bold; }

table.td_border_top td {
	padding: 5px 15px;
	color:#666666;
	border-top: 1px solid #e8edf;
}
