#content #schedule .scrollpane {
	background-color: #E5ECF9;
}

ul.events {
	background-color: #E5ECF9;
}

ul li.day {
	border-top: 0px;
}

ul li.day span.date {
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 12px;
	color: #728BA4;
	background-color: #CCDDEE;
}

ul li.day ul li.event {
	border-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	background-color: #E5ECF9;
	border: 0px dotted blue;
}

ul li.day ul li.event span.start {
	float: left;
	font-size: 12px;
	color: #728BA4;
	min-width: 30px;
	margin-top: 2px;
	text-align: right;
	border: 0px dotted green;
}

ul li.day ul li.event span.title {
	position: relative;
	top: 1px;
	font-size: 14px;
	color: #393E42;
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 37px;
	border: 0px dotted red;
}

ul li.day ul li.event span.show-description {
	color: #174685;
}

ul li.day ul li.event span.show-description:hover {
	color: #B85E28;
}

ul li.day ul li.event div.description {
	font-size: 12px;
	margin-left: 37px;
	color: #5B6167;
}

ul li.day ul li.event div.description a {
	text-decoration: none;
}	

ul li.day ul li.event div.description a:hover {
	color: #B85E28;
}
