.monthSelectedWeek, .monthSelectedWeek a:link, .monthSelectedWeek a:visited{
	color: #FFFFFF !important;
	background-color: #b6101a !important;
}

.calendar_week_view{
	margin: 14px 10px 10px 28px;
	margin-left: 28px;
	overflow: hidden;
}

.calendar_day_cell{	width: 14%;
	min-width: 131px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	background-color: white;
	border: 0px;
	border-right: 3px solid #396E8E;
	border-top: 3px solid #396E8E;
	overflow: hidden;
}

.pad_bot_10{
	padding-bottom: 10px;
}

.rowToday, .rowOn, .rowOff{
	width: 100%;
	height: 35px;
	margin: 0px;
	padding: 0px;
	display: inline;
	float: left;
	text-align: left;
	text-decoration: none;
	color: white;
	border: 0px;
}

.weekday{
	margin-top: 4px;
}

.weekday A{
	color: white;
	text-decoration: none;
}

.rowToday{
	background-color: #a29062;
}

.rowOn{
	background-color: #a29062;
}

.rowOff{
	background-color: #807f84;
}

.white_cube_container{
	width: 28px;
	height: 100%;
	padding: 0px;
	margin: 0px;
	display: inline;
	float: left;
}

.white_cube{
	width: 10px;
	height: 9px;
	margin: 8px;
	font-size: 0px;
	background-color: white;
}

.calendar_week_event{
	margin: 10px 5px 0px 5px;
	text-align: left;
}

.calendar_week_event A{
	color: #6d6d6f;
	text-decoration: none;
	background-color: white;
}

.calendar_week_view .event_time{
	padding: 2px;
	color: #6d6d6f;
}

.calendar_week_view .event_title{
	padding: 2px;
	color: #6d6d6f;
}

.calendar_week_view .event_category{
	padding: 2px;
	text-transform: uppercase;
	color: #a29062;
}

.calendar_week_view .event_category A{
	text-transform: uppercase;
	color: #a29062;
}

.calendar_week_view .calendar_allday_event{
	margin: 10px 5px 0px 5px;
	text-align: left;
}

.calendar_week_view .calendar_allday_event A{
	color: #6d6d6f;
	text-decoration: none;
	background-color: white;
}

.calendar_week_view .event_location{
	width: 0px;
	height: 0px;
	display: none;
}