#calendar {
	background-color: #ffffff;
	padding: 10px 5px 10px 5px;
	width: 200px;
}
#calendar a {
	text-decoration: underline;
	color: #2B6115;
	font-size: 11px;
}
#calendar a:hover {
	text-decoration: none;
}
.calendar_cell_leftrow {
	font-size: 10px;
	color: #666666;
	text-align: center;
	background-color: #ffffff;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
.calendar_cell_rightrow {
	font-size: 10px;
	color: #666666;
	text-align: center;
	background-color: #ffffff;
	height: 16px;
	line-height: 16px;
	width: 14%;
}

.calendar_cell {
	font-size: 10px;
	color: #666666;
	text-align: center;
	background-color: #ffffff;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
.calendar_cell_on {
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	border: 1px solid #999999;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
.calendar_cell_selected {
	font-size: 10px;
	background-color: #f1f1f1;
	text-align: center;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
.calendar_cell_selected_on {
	font-size: 10px;
	background-color: #f1f1f1;
	border: 1px solid #999999;
	text-align: center;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
.calendar_cell_leftrow_on {
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	background-color: #B78225;
	height: 16px;
	line-height: 16px;
	width: 14%
}
.calendar_cell_rightrow_on {
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	background-color: #B78225;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
/*This week*/
.calendar_cell_leftrow_current {
	font-size: 10px;
	color: #666666;
	text-align: center;
	background-color: #ffffff;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
.calendar_cell_rightrow_current {
	font-size: 10px;
	color: #666666;
	text-align: center;
	background-color: #ffffff;
	height: 16px;
	line-height: 16px;
	width: 14%;
}

.calendar_cell_current {
	font-size: 10px;
	color: #666666;
	text-align: center;
	background-color: #000000;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
.calendar_cell_current_on {
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	background-color: #B78225;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
.calendar_cell_leftrow_current_on {
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	background-color: #f1f1f1;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
.calendar_cell_rightrow_current_on {
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	background-color: #B78225;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
/* End This Week*/
.calendar_cell_thisweek {
	font-size: 10px;
	color: #666666;
	text-align: center;
	background-color: #aeaeae;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
.calarrowcell {
	vertical-align: middle;
	text-align: center;
}
.cal_headeritem {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}