#frame {
	background: #191919;
}
#page {
	overflow: hidden;
	width:100%;
	margin:0 auto;
	padding: 15px 0 30px 0;
}
#wp_calendar {
	background: #191919;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 930px;
}
#wp_calendar h3 {
	margin: 0 15px 10px 0;
	padding: 2px 5px;
	color: #CFCFCF;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
#wp_calendar ul.weekdays {
	overflow: hidden;
	padding: 0 0 10px 0;
}
#wp_calendar ul.weekdays li {
	display: block;
	float: left;
	margin: 0 6px 0 0;
	padding: 5px 0 0 0;
	text-indent: 5px;
	width: 120px;
	color: #97968d;
	font-size: 11px;
	font-weight: bold;
}
#wp_calendar ol.month {
	overflow: hidden;
}
#wp_calendar ol.month li {
	overflow: hidden;
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;
	width: 120px;
	background: #191919;
	border: 1px solid #1D2021;
}
#wp_calendar ol.month li.noday {
}
#wp_calendar ol.month li div.head {
	overflow: hidden;
	padding: 0 5px;
	height: 18px;
	line-height: 18px;
	color: #F2F2F2;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	background-color: #1F1D1D;
}
#wp_calendar ol.month li div.day {
	overflow: auto;
	height: 90px;
	padding: 5px;
	background: #292929;
}
#wp_calendar ol.month li div.day ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#wp_calendar ol.month li div.day ul li {
	float: none;
	margin: 0;
	padding: 2px 0;
	width: auto;
	background: inherit;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #5F5F5F;
}
#wp_calendar ol.month li div.day ul li a:link, #wp_calendar ol.month li div.day ul li a:visited {
	text-decoration: none;
	font-size: 10px;
	padding:0;
	margin:0;
	line-height:11px;
	color: #6B878F;
}
#wp_calendar ol.month li div.day ul li a:hover {
	color: #fff;
}
div#mselect { margin-bottom: 20px;}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #f6f6ef;
}
.jScrollPaneDrag {
	position: absolute;
	background: #eeeddf;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDrag:hover {
	background: #c12900;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
/*background-color: #f60;*/
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
/*background-color: #f00;*/
}
