/* CSS Document */

.calendar {
	margin: 0px 190px;
	padding-right: 5px;
	padding-left: 5px;
	background: transparent;
	border: 0;
	text-align: justify;
	padding-top: 0px;
}
/*changed padding-top from 10 to 0 when I added .announcement table */
.inner {
	margin: 0px auto;
	width: auto;
	min-width: 400px;
	max-width: 600px;
}
.date {
	border-bottom-style: none;
	padding-right: 2px;
}
.events {
	border-top-style: none;
}
table p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
table{
	table-layout: fixed;
	margin: 0px;
	padding: 0px;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	clear: none;
	width: 100%;
}
th{
	text-align: center;
}
caption{
	caption-side: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	letter-spacing: -.1em;
	color: #666666;
}
ul#navigation {
	background-color: #F4F2CD;
}
div#otherside {
	background-color: #F4F2CD;
}
a {
	color: #A15429;
}
td#meeting p{
	color: #FF0000;
	font-weight: bold;
}
.holiday{
	color: #FFFFFF;
	background-color: #B8DE47;
	border-top-style: none;
}
.holidaydate {
	color: #FFFFFF;
	background-color:#B8DE47;
	border-bottom-style: none;
	padding-right: 2px;
}
td.holiday p{
	color:#FFFFFF;
	font-weight: bold;
}
.banner{
	overflow: hidden;
}
td a {
	color: #0066FF;
}
td a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.meetingshow {
	font-weight: normal;
	color: #333333;
}
