body {
	margin: 10px 0px 10px 0px;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
#adminTab {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	height: 20px;
	background-image: url(../images/adminTab.gif);
	text-align: center;
	line-height: 20px;
	z-index: 2000;
	color: #30638E;
}
a.adminLinks:link {
	color: #999999;
	text-decoration: none;
}
a.adminLinks:hover {
	color: #30638E;
	text-decoration: none;
}
a.adminLinks:visited {
	color: #999999;
	text-decoration: none;
}
a.monthNav:link {
	color: #ffffff;
	font-family: verdana;
	font-size: 14pt;
	text-decoration: none;
}
a.monthNav:hover {
	color: #ffffff;
	font-family: verdana;
	font-size: 14pt;
	text-decoration: none;
}
a.monthNav:visited {
	color: #ffffff;
	font-family: verdana;
	font-size: 14pt;
	text-decoration: none;
}
a:link {
	color: #4E4E4E;
	font-family: verdana;
	font-size: 10pt;
	text-decoration: underline;

}
a:hover {
	color: #336699;
	font-family: verdana;
	font-size: 10pt;
	text-decoration: underline;
}
a:visited {
	color: 4E4E4E;
	font-family: verdana;
	font-size: 10pt;
	font-style: normal;
	text-decoration: underline;
}

a.detailLink:link {
	color: #336699;
	font-family: verdana;
	font-size: 10pt;
	text-decoration: underline;

}
a.detailLink:hover {
	color: #336699;
	font-family: verdana;
	font-size: 10pt;
	text-decoration: underline;
}
a.detailLink:visited {
	color: #336699;
	font-family: verdana;
	font-size: 10pt;
	font-style: normal;
	text-decoration: underline;
}
a.detailLink:active {
	color: #336699;
	font-family: verdana;
	font-size: 10pt;
	font-style: normal;
	text-decoration: underline;
}

#main {
	position: absolute;
	top: 0px;
	z-index: 90;
	width: 100%;
	height: 1590;
	background-color: #000000;
	opacity: .6;
	filter: alpha(opacity=60);
}
.header {
	font-size: 28pt;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 0px;
}
.welcome {
	position: absolute;
	right: 20px;
	top: 110px;
	font-size: 9pt;
}
.header_bdr1 {
	width: 100%;
	border-bottom: solid 16px #0099cc;
	margin-bottom: 1px;
}
img.header_bdr2 {
	height: 13px;
	width: 100%;
}
.footer {
	width: 100%;
}
.footer_bar {
	width: 100%;
	border-bottom: solid 22px #336699;
	margin-bottom: 1px;
}
.footer_text {
	font-size: 8pt;
	padding: 10px 20px 20px 20px;
}
.copyright {
	float: left;
}
.footer_links {
	float: right;
}

.wrapper {
	width: 100%;
}
.nav {
	width: 123px;
	padding-right: 0px;
}

.nav_btn {
	margin-bottom: 6px;
}

.nav_btn_last {
	margin-bottom: 0px;
}

.featured {
	width: 50%;
	font-size: 10pt;
	border: 1px solid #cccccc;
	padding-bottom: 5px;
}

.newevents {
	width: 50%;
	font-size: 10pt;
	border: 1px solid #cccccc;
	padding: 0px;
}

#feat_header {
	background-color: #0099cc;
	color: #ffffff;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#feat_date {
	padding-top: 5px;
	padding-left: 5px;
	font-size: 10pt;
}

#feat_date a {
	color: #4E4E4E;
	font-weight: bold;
}

#feat_place {
	padding-left: 80px;
	font-size: 10pt;
}

.newevents a {
	font-size: 10pt;
	font-weight: bold;
}

.type {
	float: left;
	position: relative;
	bottom: 5px;
	*bottom: -5px;
	margin-left: 30px;
	margin-bottom: 0px;
	font-size: 9pt;
	width: 370px;
}
.search {
	float: right;
	margin-right: 30px;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 2px;
}

.monthTitle {
	width: 230px; 
	color: #ffffff;
	font-weight: bold;
	background-color: #0099cc;
	text-align: center;
	font-size: 12pt;
}

.cal_outline {
	margin: 0px 20px 20px 20px; 
	width: auto;
	
	background-color: #0099cc; 
	text-align: center;
}
.daycell {
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	margin: 0px;
	width: 14%;
	font-size: 9pt;
	vertical-align: top;
}

.daycell_last {
	border-bottom: 1px solid #333333;
	margin: 0px;
	width: 14%;
	font-size: 9pt;
	vertical-align: top;
}

.daycell_lastweek {
	border-right: 1px solid #333333;
	margin: 0px;
	width: 14%;
	font-size: 9pt;
	vertical-align: top;
}

.daycell_last_lastweek {
	margin: 0px;
	width: 14%;
	font-size: 9pt;
	vertical-align: top;
}

td.day_names {
	color: #ffffff;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	width: 14%;
}

#day_num_bg {
	display: block;
	background-color: #cccccc;
	padding-right: 2px;
	text-align: right;
}

#day_num_bg:hover {
	cursor: pointer;
}

#day_num_bg_today {
	display: block;
	background-color: #336699;
	color: #ffffff;
	padding-right: 2px;
	text-align: right;
}

#day_num_bg_today:hover {
	cursor: pointer;
}

.daycell_event {
	text-align: left;
	padding: 3px;
	font-size: 7pt;
}

.daycell_note {
	text-align: left;
	padding: 3px;
	font-size: 7pt;
	color: red;
}

.daycell_event_more {
	padding-top: 0px;
	font-size: 8pt;
	text-align: right;
}

.daycell_event a {
	color: #336699;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.daycell_event a:visited {
	color: #336699;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}
.daycell_event a:hover {
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #336699;
	cursor: pointer;
}
#event_detail {
	position: absolute; 
	top: 650px; 
	left: 370px;
	color: #ffffff; 
	z-index: 100; 
	width:500px; 
	height:auto; 
	background:#333333; 
	border: 6px solid #336699;
}
#event_new_detail {
	position: absolute; 
	top: 250px; 
	left: 370px;
	color: #ffffff; 
	z-index: 100; 
	width:500px; 
	height:auto; 
	background:#333333; 
	border: 6px solid #336699;
}
#moreEvents {
	display: block;
	margin: 5px;
	text-align: middle;
	background-color: #333333;
}
#moreEvents:hover {
	background-color: #336699;
	cursor: pointer;
}
.uevents_header {
	color: #ffffff; 
	font-weight: bold; 
	height: 20px;
}
.uevents {
	height: 20px;
}

tr.row_even {
	background-color: #999999;	
}

tr.row_even:hover {
	background-color: #336699;
	color: #ffffff;
}

tr.row_odd {
	background-color: #ffffff;	
}
.uevents a:hover {
	color: #ffffff;
}
tr.row_odd:hover {
	background-color: #336699;
	color: #ffffff;
}