#calendarWeekView {
	position: relative;
}

#calendarWeekView a {
	color: #000000;
	text-decoration: none;
}

#calendarWeekView a:hover {
	font-weight: bold;
}

#calendarHeader,.calendarAllDayEvents {
	margin-left: 67px;
}

#calendarHeader div,.calendarAllDayEventsColumn,.calendarEventsColumn {
	width: 102px;
}

#calendarHeader div {
	float: left;
	text-align: center;
	font-weight: bold;
}

#calendarHeader div.otherMonth{
	color:#999999;
}

.calendarAllDayEvents,.calendarNormalEvents {
	clear: left;
	border-top: 1px solid #CCCCCC;
}

.calendarAllDayEvents {
	min-height: 16px;
}

.hiddenEvent {
	visibility: hidden;
	position: relative;
	z-index: -1;
}

.calendarAllDayEventsColumn {
	float: left;
	text-align: center;
	border-left: 1px solid #CCCCCC;
	min-height: 16px;
}

.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;
}

.calendarAllDayEventsColumn div {
	background-color: #FFBD7B;
	white-space: nowrap;
	overflow: hidden;
	height: 16px;
	position: relative;
	z-index: 2;
}

.calendarHourColumn {
	float: left;
	width: 67px;
	text-align: center;
	border-right: 0px solid #CCCCCC;
	z-index:5;
}

.calendarHourColumn div {
	height: 24px;
	width: 775px;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
}

.columnHour {
	text-align: center;
	padding-left: 15px;
	padding-top: 10px;
}

.calendarNormalEvents {
	height: 825px;
}

.calendarEventsColumn {
	float: left;
	height: 839px;
	border-left: 1px solid #CCCCCC;

}

.calendarEventsColumn dl {
	margin-top: 4px;
	background-color: #CCCCCC;
	position: absolute;
	text-align: left;
	min-height: 16px;

}

.calendarEventsColumn dd {
	margin-left: 0px;

}

.calendarEventsColumn.otherMonth{
}