#SBW_Calendar {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
.SBW_CalRow {
	margin-bottom: 15px;
}
.SBW_CalCol1 {
	float:left;
	margin-right: 15px;
}
.SBW_CalCol2 {
	float:left;
	margin-right: 15px;
}
.SBW_CalCol3 {
}
#SBW_CalInst {
	display: none;
	width: 180px;
	float: right;
	border: 1px solid #CCCCFF;
	background: #FFFEDF;
}
#SBW_CalInst p {
	color: #333348;
	font-size: 11px;
	line-height: 1.4;
	padding: 0 6px;
	margin: 0;
}
#SBW_CalLegend {
	display: none;
	width: 180px;
	float: right;
}
#SBW_CalLegend span {
	border: 1px solid #9797D5;
	padding: 2px;
}
#SBW_CalLegend p {
	margin: 4px 0px 20px;
	font-size: 11px;
	line-height: 1.7;
	font-weight: bold;
}
.SBW_CalMonth {
	font-size: 10px;
	color: #666680;
	border: 1px solid #CCCCFF;
	width: 150px;
	height: 125px;
	cursor: default;
}
.SBW_CalMonthTitle {
	font-size: 11px;
	font-weight: bold;
	color: #484866;
	background:#F8F8FF;
	border-bottom: 1px solid #CCCCFF;
}
.SBW_CalDayHdg {
	font-size: 10px;
	color: #333348;
	width: 14%;
}
.SBW_CalDateRow {
	cursor: pointer;
}
#SBW_CalDateToday {
	color: #000000;
	border: 1px solid #E8E8E8;
}
.SBW_CalDateBlank {
	cursor: help;
}
.SBW_CalDate {
	background:#FFFFFF;
}
.SBW_CalDateDue {
	background:#FDC46F;
}
.SBW_CalDateGender {
	background:#FFFFCC;
}
.SBW_CalDateBest {
	background:#CCFFCC;
}
.SBW_CalDateGood {
	background:#CCCCFF;
}
.SBW_CalDatePoor {
	background:#FEE6C0;
}
.SBW_CalDate:hover {
	background:#FDC46F;
}
.SBW_CalDateGender:hover {
	background:#FDC46F;
}
.SBW_CalDateBest:hover {
	background:#FDC46F;
}
.SBW_CalDateGood:hover {
	background:#FDC46F;
}
.SBW_CalDatePoor:hover {
	background:#FDC46F;
}

