/*001 - All Global CSS Resets*/
p,blockquote,form,label,ul,ol,dl,fieldset,address { margin: 0; }
p { padding: 3px 0px; }
img { border: 0; }
a img { border: 0; }
b { font-family: Arial, Helvetica, sans-serif; color:#666666; }
table { font-size: 1em;}
ul { list-style: none; margin: 10px 0px; }
li {
	background-image: url(../images/list_bullet.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 13px;
	display: block;
}

a:link, a:visited, li a:link, li a:visited {  text-decoration: none; color: #FFFFFF; }
a:hover, a:active, li a:hover { text-decoration: none; color: #FFFFFF; }

body {
	margin: 0px 0px;
	background-image: url(../images/site_bg.png);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #212629;
	color: #666666;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	text-align: center;
}

a.menu_item:link, a.menu_item:visited {
	background-image: url(../images/side_menu_up.png);
	width: 225px;
	height: 28px;
	display: block;
	line-height: 26px;
	text-indent: 30px;
	display: block;
}

a.menu_item:hover {
	background-image: url(../images/side_menu_down.png);
	width: 225px;
	height: 28px;
	display: block;
	line-height: 26px;
	text-indent: 30px;
}

.menu_category {
	background-image: url(../images/side_head_standard.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	color: #FFFFFF;
	height: 38px;
	line-height: 23px;
	background-position: 0px 0px;
	padding-left: 58px;
	display: block;
}

.pageTitle {
font-weight: bold; font-size: 12pt; color: #333366; line-height: normal; font-style: normal; font-family: Geneva,Arial,Helvetica,sans-serif
}

a.filter:link, a.filter:visited {  text-decoration: none; color: #669; }
a.filter:hover, a.filter:active { text-decoration: underline; color: #669; }
a.event:link, a.event:visited{ color:#669; text-decoration:none; }
a.event:hover { color:#669; text-decoration:underline; }
a.event:active { color:#669; text-decoration:underline; }
div.day {
	display: block;
	float: left;
	height: 77px;
	width: 85px;
	border: 1px solid gray;
	margin: 1px;
}
span.heading{
	display: block;
	float: left;
	width: 83px;
	background-color: #cfcfcf;
	text-align: right;
	color: gray;
	padding-right: 2px;
}
span.active{
	color: black;
}
span.event{
	display: block;
	float: left;
	width: 83px;
	padding-top: 1px;
	padding-bottom: 1px;
}
div.heading {
	display: block;
	float: left;
	width: 85px;
	border: 1px solid black;
	text-align: center;
	margin: 1px;
}
div.monthheading {
	text-align: center;
	font-size:20px;
}
div.navigheading {
	text-align: center;
}
.allday {
	background-color: #669; 
}