@charset "UTF-8";

.calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
	vertical-align: top;
}
body {
	background-color: #C9C9C9;
	background-attachment: fixed;
	background-image: url(../images2010/layout/bg-grad.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 0px;
	margin-top: 0px;
	vertical-align: top;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

.eventheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	text-align: center;
	vertical-align: bottom;
	font-weight: 700;
	color: #666;
}
.titlecell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-weight: 700;
	text-align: left;
	vertical-align: bottom;
}
.eventcell{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.eventcell strong{
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
.eventcell em{
	font-size: 10px;
	font-style: italic;
	color: #333;
}
.eventcell ul{
	list-style-type: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #036;
}
.eventcell a:hover{
	color: #F00;
}
hr {
	font-size: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #151F5F;
}
.calendarTL {
	font-size: 36px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #C9C9C9;
	border-left-color: #C9C9C9;
	text-align: center;
}
.calendarML {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c9c9c9;
	text-align: center;
}
.calendarMR {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c9c9c9;
}
.calendarMR strong{
	font-weight: 700;
}

.calendarTR {
	font-size: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-color: #C9C9C9;
	border-right-color: #C9C9c9;
	border-right-style: solid;
	font-weight: 700;
}
.maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	vertical-align: top;
	text-align: left;
	padding-right: 5px;
}
.linkslist ul{
	margin: 0px;
	padding: 0px;	
}
.linkslist li{
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
	text-indent: 0px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 0px;
	
	padding-right: 10px;
}
.leftfloatimg{
	float:left;
	border-width: 0px;
	padding-right: 5px;	
}
.rightfloatimg{
	float:right;
	border-width: 0px;
	padding-left: 5px;	
}
