/* CSS Document */
#calendar {
	margin-top: 10px;
}
#calendar .moocalen {
	overflow: hidden;
}
#calendar .moocalen li table{
	width: 80%;
	height: 210px;
	margin: 5px auto 10px;
}
#calendar .moocalen li table .sunday2{
	background-color: #990000 !important;
}
#calendar .moocalen li table .saturday2{
	background-color: #000099 !important;
}
#calendar #notes {
	margin: 0 0 20px 37px;
	font-size: 14px;
}


/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/



.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}


.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 30px;
	background: url(../images/controls2.png) no-repeat 0 -23px;
}

.bx-wrapper .bx-next {
	right: 30px;
	background: url(../images/controls2.png) no-repeat -31px -23px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -31px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 4px;
	outline: 0;
	width: 24px;
	height: 23px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

