#calcontainer {
	float:left;
	width: 245px;
	padding: 0px;
	border-top: 1px solid #666666;
	border-right: 1px none #666666;
	border-bottom: 1px none #666666;
	border-left: 1px solid #666666;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#calmonth {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	min-height: 30px;
	line-height: 30px;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
#calevents {
	padding:5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	background-color: #F0F0F0;
	font-size: 0.9em;
}
#calevents ul {
	padding:0px;
	margin:0px;
	list-style-image: none;
	list-style-type: none;
}
#calevents a {
	text-decoration:none;
}
#calmonth a {
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
#calmonth .dateleft , h4 .dateleft{
	float: left;
	display: block;
	width: 50px;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}
#calmonth .dateright , h4 .dateright{
	float: right;
	display: block;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
}
#calmonth .thismonth {
	font-weight: bold;
	float: left;
	width: 124px;
	display: block;
}
#caldates .calday {
	float: left;
	width: 34px;
	font-size: 0.9em;
	text-align: center;
	line-height: 34px;
	border-top: 1px none #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px none #666666;
}
#caldates .calday a {
	background-color: #D5DBF7;
	display: block;
	width: auto;
	height: 31px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border: 1px solid #D5DBF7;
}
#caldates .calday a:hover {
	background-color: #7688CF;
	height: 31px;
	border: 1px solid #F00;
}
#caldates .daytitle {
	background-color: #C5CAEB;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#caldates .blank {
	background-color: #66e;
}
table.upcoming {
	width: 808px;
	border: 1px solid #999;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
}
.upcoming td {
	margin: 0px;
	padding: 5px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	background-color: #F4F4F4;
}
.upcoming th {
	color: #000;
	padding: 5px;
	background-color: #E4E4E4;
	margin: 0px;
	text-align: left;
}


.eventinfo {
	padding: 3px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 260px;
	border: 1px solid #999;
	width: 490px;
}
.eventinfo h2 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	color: #036;
}
.eventinfo h3 {
	font-size: 1em;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.eventinfo p, .eventinfo address {
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
.allevents {
	float: left;
	width: 240px;
	padding-right: 10px;
}
.eventlist {
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #999;
	background-color: #F5F5F5;
	cursor: pointer;
}


.clear {
	clear: both;
}
