<?
	Header ("Content-type: text/css");
?>
html, body {
	background-color:#ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	line-height: 13px;
	margin-top: 8px;
}

p, blockquote, li {
	font-size: 11px;
	color: #222222;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 13px;
}

td {
	font-size: 11px;
	color: #222222;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 13px;
	vertical-align:top;
}

b, bold, strong { 
	font-family: Arial, Helvetica, sans-serif;
}

.clr{
	clear:both;
}

a:link, a:visited {
	color: #005288;
	text-decoration: none;
}

a:hover, a:active {
	color: #85C446;
	text-decoration: none;
}

.calendar {
	width:560px;
}

.calendarTop {
	text-align:center;
	width:560px;
	padding-bottom: 10px;
}

.innerCalendar {
	width:560px;
	padding:0px 0px 0px 0px;
}

.calendarBackwardButton {

}

.calendarMonthLabel {
	font-family: Arial, Helvetica, sans-serif;
	color:#85C446;
	font-weight: bold;
	font-size: 15px;
	line-height:17px;
	text-transform:uppercase;
}

.calendarForwardButton {

}

.calendarWeek {
	width:560px;
	padding:0px 0px 0px 0px;
}

.calendarElement {
	width:78px;
	height:78px;
	border-style:solid;
	overflow:hidden;
	border-width:1px;
	border-color:#005288;
	float:left;
}

.innerCalendarDateElement { 
	font-weight: bold; 
	padding: 4px 4px 4px 4px;
}

.innerCalendarElement {
	padding: 0px 4px 0px 4px;
}

.innerCalendarNonCurrentMonthDateElement { 
	background-color:#DDDDDD;
	height:100%;
	padding: 4px 4px 4px 4px;
}

.innerCalendarNonCurrentMonthElement {
	padding: 0px 4px 0px 4px;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:200%;
	z-index:1000;
	background-color:#000000;
	-moz-opacity: 0.66;
	opacity:.66;
	filter:alpha(opacity=60);
}

#lightbox {
	color: #000000;
	display: none;
	position: absolute;
	top: 20%;
	left: 23%;
	width: 500px;
	height: 360px;
	border: 1px;
	background-color: #FFFFFF;
	padding:5px 5px 5px 5px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	line-height: 13px;
	margin-top: 8px;
	z-index:1001;
	overflow: auto;	
}

.lightBoxClose {

}

.lightBoxName {

}

.lightBoxTimeStart {

}

.lightBoxBriefDescription {

}

#ruler { 
	visibility:hidden;
	width:78px;
}