@charset "utf-8";
/* CSS Document for Calendar.js */

.calendar {
	border: #000 1px solid;
	padding-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
	margin-top: 10px;
}

.calendar .monthNav {
	display: block;
	float: left;
	background-color: #000;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

.calendar .calendarTitle {
	display: block;
	float: left;
	background-color: #000;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

.calendar .dayBar {
	width: 100%;
	
}
.calendar .dayBar ul {
	margin: auto;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.calendar .dayBar li {
	display: block;
	float: left;
	height: 100%;
	background-color: #666666;
	color: #fff;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
.calendar .daysTable {
	background-color: #888888;
}
.calendar .daysTable .emptyDay {
	float: left;
	background-color: #ccc;
	border-left: #666 1px solid;
	border-top: #666 1px solid;
	margin-left: -1px;
	margin-bottom: -1px;
}
.calendar .daysTable .day {
	float: left;
	color: #fff;
	background-color: #888888;
	border-left: #666 1px solid;
	border-top: #666 1px solid;
	margin-left: -1px;
	margin-bottom: -1px;
	text-align: center;
	text-decoration: none;
}
.calendar .daysTable .day:hover {
	background-color: #ccc;
	cursor: pointer;
}
.calendar .daysTable .dayEmpty {
	float: left;
	color: #666;
	background-color: #888888;
	border-left: #666 1px solid;
	border-top: #666 1px solid;
	margin-left: -1px;
	margin-bottom: -1px;
	text-align: center;
}

.eventList {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

#eventInfo {
	margin-left: 250px;
	margin-top: 10px;
}

#eventInfo #eventPhotos {
	width: 300px;
	float: right;
}

.eventPhoto {
	width: 300px;
	padding-bottom: 10px;
}

.eventPhoto img {
	width: 300px;
}

.eventPhoto .eventPhotoTitle {
	margin-top: -30px;
	height: 30px;
	line-height: 30px;
	background: url(/images/phototitle.png) repeat;
	color: #fff;
	position: relative;
	text-align: center;
	font-weight: bold;
}