/*.sfcalendarWrp {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;	
}
.sfcalendarWrp .RadScheduler_Metro, .sfcalendarWrp .RadSchduler {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font: normal 1.0em "Segoe UI", Arial, sans-serif;
	color: #333333;
}
.RadScheduler_Metro .rsHeader, .RadScheduler .rsHeader {
	display: block;
	width: 100%;
	height: 2em;
	position: relative;
	border: none;
	color: #FFFFFF;
	background: #555555;	
}
.RadScheduler_Metro .rsHeader h2, .RadScheduler .rsHeader h2 {
	display: inline-block;
	width: auto;
	height: auto;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.5em;
	color: #FFFFFF;
	text-transform: uppercase;
}
.RadScheduler .rsHeader ul {
	display: inline-block;
	position: absolute;
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;	
	top: 1px;
	right: 5px;
}
.RadScheduler_Metro .rsMonthView .rsContentTable td .rsSelectedSlot {
	background: #00BBFB;	
}
.RadScheduler_Metro .rsAptContent {
	color: #FFFFFF;	
}
div.k-window {
	border-style: none;
	border-width: 0px;	
}
div.k-window-content {
	position: relative;
	display: inline-block;
	width: 280px;
	hieght: auto;
	background: #FFFFFE;
	-webkit-box-shadow: 2px 2px 2px #444444;
	-moz-box-shadow: 2px 2px 2px #444444;
	-ms-box-shadow: 2px 2px 2px #444444;
	-o-box-shadow: 2px 2px 2px #444444;
	box-shadow: 2px 2px 2px #444444;
}
div.k-window-content h2.sfcalendarEventPreviewTitle {
	font-size: 1.0em;
	margin: 5px 0;
	padding: 0;
}
div.k-window-content .sfcalendarEventPreviewContent {
*/
.RadScheduler_Metro {
	margin: 0 0 10px 0;	
}
.RadScheduler_Metro .rsHeader {
	background: #999999;
	border: none;	
}
.RadScheduler_Metro .rsHeader h2 {
	color: #FFFFFF;
	font-size: 1.5em;
	line-height: 1.8em;
	text-transform: uppercase;
}
.rsAptContent {
	color: #FFFFFF;	
}
.sfcalendarSidebar {
	display: none;	
}
.k-window-titlebar {
	background: #999999;	
}
div.k-window {
	font-size: 80%;	
}
div.k-window h2 {
	margin: 10px 0;	
}
.sfcalendarEventPreviewEndDate {
	display: none;	
}