.riggsCalendar_container{
	clear: both;
	background: #fff;
	padding-bottom: 32px;
	margin-bottom: 16px;
}

.riggsCalendar_table{
    border-collapse: collapse;
}


.riggsCalendar_week_header{

}

.riggsCalendar_day_header{

}


.riggsCalendar_week{
}

.riggsCalendar_weekCell{
	color: #000;
	background-color: #ccf !important;
	cursor: pointer;
	height: 20px;
	text-align: top;
	border: 1px solid #aaa;	
}

.riggsCalendar_day{
	color: #000;
	cursor: pointer;
	height: 20px;
	text-align: top;
	border: 1px solid #aaa;
}

.riggsCalendar_dayCurrent{
	background-color: #68FF0A;
}

.riggsCalendar_dayToday{
	background-color: #FFaaaa;
}

.riggsCalendar_dayDate{
	float: left;
	font-weight: bold;
}

.riggsCalendar_dayData{
	float: right;
}

.calendarDayNote, .calendarDayInfo{
	color: #000;
	background: #aaf;
	border-radius: 3px;
	padding: 2px;
	width: 20px;
	margin-left: 1px;
}



.riggsCalendar_dayOutsideMonth{
	color: #aaa;
}



.riggsCalendar_dayOutsideMonth .riggsCalendar_dayData{
	background: #ddf;
	color: #aaa;
}




.riggsCalendar_prevMonth, .riggsCalendar_nextMonth{
	text-decoration: underline;
	color: #0000ff;
	cursor: pointer;
	padding-top: 8px;
	font-weight: bold;
}

.riggsCalendar_prevMonth{
	float: left;
}

.riggsCalendar_nextMonth{
	float: right;
}

.dayNavigationContainer{
	height: 20px;
}