.calendar {
	margin: 0 0 10px;
	overflow: hidden;
}

.mcontentwrapper {
	padding: 8px 0 0 !important;
}

.scrollwrapper {
	height: 8px !important;
}

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 8px;
	background-color: #f0f0f0;
}
.vscrollerbar {
	cursor: pointer;
	width: 8px;
	background-color: #231f20;
}
.hscrollerbase {
	height: 8px;
	background-color: #f0f0f0;
}
.hscrollerbar {
	cursor: pointer;
	height: 8px;
	background-color: #231f20;
}

.scrollerjogbox {
	width: 8px;
	height: 8px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: gray;
}

.calendar .dates {
	height: 60px;
	overflow: auto;
	width: 100%;
}

.calendar .dates ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 5332px;
}

.calendar .dates ul li {
	background: #f6f6f6;
	display: block;
	float: left;
	font-family: Arial, Verdana, Sans-serif;
	margin: 0 6px 0 0;
	padding: 0 0 2px;
	width: 80px;
}

.calendar .dates ul li a {
	color: #231f20;
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
}

.calendar .dates ul li a span {
	background: transparent;
	display: block;
	padding: 2px;
}

.calendar .dates ul li a.selected span {
	background: #231f20;
	color: #fff;
}

.calendar .dates ul li a:hover span {
	background: #231f20;
	color: #fff;
}

.calendar .events {
	margin: 20px 0 10px;
	width: 435px;
}

.calendar .events th, td {
	padding: 1px 4px;
}

.calendar .events th {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

.calendar .events th strong {
	font-size: 16px;
	font-weight: normal;
}

.calendar .events tr.alt {
	background: #e2e2e2;
}

.calendar .events td {
	width: 360px;
}

.calendar .events td.timestamp {
	text-align: right;
	width: 60px;
}