.calendarBG {
	background: #efefef url(http://www.sabrespace.com/images/my_images/ice.jpg);
	border-collapse: separate;
	border: 1px solid #6C6C6C;
        border-top: 0px;
	margin: 10px auto;
	margin-top: 0;
	font-size: 13px;
}

.calendarDayHeading, .calendarBlank, .calendarCell, .calendarToday, .calendarEvent {
	width: 14.285%;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	color: #444;
	position: relative;
	font-weight: bold;
	border: 1px solid #6C6C6C;
}

.calendarDayHeading {
	width: 14.285%;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	color: #444;
	position: relative;
	font-weight: bold;
	border: 0px;
	font-size: 11px;
}

.calendarHeader {
 	background-color: transparent;
	width: 14.285%;
	text-align: center;
	vertical-align: middle;
	position: relative;
	font-weight: bold;
	height: 20px;
	font-size: 18px;
	border: 0px;
	color: #000066;
}

.calendarMonthLinks a {
	text-decoration: none;
}

.calendarCell {
 	color:             #fff;
 	background-color:  #888;
}

.calendarBlank { 
 	background-color: transparent;
	color: #aaa;
	border: 1px dotted #6c6c6c;
}

.calendarToday { 
	/* border-bottom: 3px solid #990000; */
	color:             #000066;
	background-color:  #ffbb06;
}

.calendarEvent { 
	background-color:  #fff;
	border: 2px solid #000099;
}

.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background-color: #242a4f;
	color: white;
	border: 2px solid #ffbb06;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #fff;
}
.events li span.title {
	font-weight: bold;
	color: #fff;
}

.events a {
	color: #ccc;
}