/* temporary placements */
.calborder {
	background: #800080;
}

.month {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #224281;
}

.monthbg {
	background: #cccccc;
}

.day {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #224281;
	background: #FFFFFF;
}

.dateblank {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #224281;
	background: #FFFFFF;
}

.dateevent {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #224281;
	background: #cccc33;
}

.dateselected {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #224281;
	background: #6699FF;
}

/* job listing */
.dayheader {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #224281;
}