#calendarDayView {
	position: relative;
}

#calendarDayView a {
	color: #000000;
	text-decoration: none;
}

#calendarDayView a:hover {
	font-weight: bold;
}

.calendarHeader,.calendarAllDayEvents {
	text-align: center;
	margin-left: 67px;
}

.calendarAllDayEventsColumn div,.calendarEventsColumn dl {
	border-top-left-radius: 0.3em;
	-webkit-border-top-left-radius: 0.3em;
	border-top-right-radius: 0.3em;
	-webkit-border-top-right-radius: 0.3em;
	border-bottom-left-radius: 0.3em;
	-webkit-border-bottom-left-radius: 0.3em;
	border-bottom-right-radius: 0.3em;
	-webkit-border-bottom-right-radius: 0.3em;
}

.calendarAllDayEvents {
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 0px solid #CCCCCC;
	min-height: 16px;
}

.calendarAllDayEvents div {
	background-color: #FFBD7B;
}

.calendarNormalEvents {
	height: 839px;
	border-top: 1px solid #cccccc;
}

.calendarHourColumn {
	width: 67px;
	border-right: 1px solid #CCCCCC;
	float: left;
	text-align: center;
}

.calendarHourColumn div {
	height: 24px;
	width: 775px;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}

.calendarEventsColumn {
	float: left;
}

.calendarEventsColumn dl {
	margin: 4px 0px 0px 0px;
	background-color: #CCCCCC;
	position: absolute;
	text-align: left;
	min-height: 16px;
}

.calendarEventsColumn dd {
	margin-left: 0px;
}

.columnHour {
	text-align: center;
	padding-left: 15px;
	padding-top: 10px;
}