@charset "utf-8";
/* CSS Document */
#days {
	list-style: none;
	padding: 0 !important;
}

#days li {
	float: left;
	font: 1.2em/1em Georgia, "Times New Roman", Times, serif;
	height: auto;
	padding: 10px 0;
	text-align: center;
	width: 140px;
}

#days.small li {
	font: 1em/1em Georgia, "Times New Roman", Times, serif;
	padding: 5px 0;
	width: 38px;
}

#calendar {
	clear: left;
	border-left: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	margin: 0 0 50px 0;
	width: 980px;
}

#calendar.small {	
	color: black;
	margin: 0 0 2.4em 0;
	width: 266px;
}

p.month {
	color: #AAA;
	font: .8em/1em Georgia, "Times New Roman", Times, serif !important;
	margin: -15px 0 5px 0 !important;
	text-align: center;
	width: 100%;
}

#calendar ol {
	font: 1em/1em Georgia, "Times New Roman", Times, serif;
	list-style: none;
	padding: 0;
}

#calendar #lastmonth, #calendar #nextmonth {
	color: #999;	
}

#calendar ol li {
	display: inline;
}

#calendar a, #calendar a *, #calendar a:hover {
	background: none;
	border: none;
	color: inherit;
	text-decoration: none;
}

#calendar.small a {
	display: block;
	height: 10px;
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 10px;
	z-index: -1;
}

#calendar.small a:hover {
	z-index: 10;	
}

#calendar.small a img {	
	opacity: .5;	
}

#calendar.small a:hover img {
	opacity: 1;
}

#calendar a:active {
	outline: none;
}

#calendar ol li ol li {
	background: none;
	border-top: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	float: left;
	height: 129px;
	padding: 5px;
	position: relative;
	width: 129px;
}

#calendar.small ol li ol li {
	background: transparent;
	z-index: 8;	
}

#calendar p.description {
	color: #999;
	color: rgba(0,0,0,.65);
	left: -5px;
	overflow: auto;
	padding: .5em 0 0 0;
	position: relative;
	height: 110px;
	width: 139px;
	text-align: center;
}

#calendar p.description a {
	background: #D7F1FF;
	color: black;	
	padding: 3px;
	text-decoration: underline;
}

#calendar.small ol li ol li {
	height: 27px;	
	overflow: hidden;
	width: 27px;
}

#calendar div.image {
	left: 0;
	position: absolute;
	top: 0;
	z-index: -1;
}

#calendar ol li ol li:hover a.event {
	display: block;
}

#calendar a.event {
	background: url(../im/stripes.png);
	border: 1px solid #099;
	color: #222;	
	display: none;
	font: .9em/1.5em Arial, Helvetica, sans-serif;	
	left: -82px;
	padding: 25px;
	position: absolute;
	top: -50px;
	width: 252px;
	z-index: 10;
}

#calendar a.event strong {
	color: #099;
	font: 1.2em/1em Arial, Helvetica, sans-serif;	
	margin: 0 0 .5em 0;
}

#mapcontainer {
	border: 1px solid #222;
	height: 500px;
	left: 50%;
	position: absolute;
	margin: -250px 0 0 -250px;
	top: 50%;
	width: 500px;
	z-index: 11;
}

#map {
	height: 500px;
	position: relative;
	top: -26px;
	width: 500px;
	z-index: -1;
}

#map a, #map a:hover {
	background: none;
	border: none;
	padding: 0;
}

.infowindow h1 {
	border-bottom: 1px solid #DDD;
	font: 1em/1.5em Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
}

.infowindow p {
	font: .9em/1em Arial, Helvetica, sans-serif;	
	padding: 8px 15px 0 0;
}

.location {	
	border: 1px solid #D7F1FF !important;
	background: #D7F1FF url(../im/map.png) no-repeat center right !important;
	padding: 3px 23px 3px 2px;
}

.location:hover {
	background: #FFF url(../im/map.png) no-repeat center right !important;
}
