#subpagecopy_left #calendartable * {
	font-size: 10px;
}
#calendartable p {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
#calendartable {
	border-top: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
}
td {
	vertical-align: top;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
#calendar {
	background-color: #ffffff;
	padding: 10px 5px 10px 5px;
	/*width: 200px;*/
	width: 100%;
	clear: both;
}
#calendar a {
	text-decoration: underline;
	color: #2B6115;
	font-size: 11px;
}
#calendar a:hover {
	text-decoration: none;
}
.calendar_cell_leftrow {
	font-size: 11px;
	color: #666666;
	text-align: center;
	background-color: #ffffff;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
.calendar_cell_rightrow {
	font-size: 11px;
	color: #666666;
	text-align: center;
	background-color: #ffffff;
	height: 16px;
	line-height: 16px;
	width: 14%;
}

.calendar_cell {
	font-size: 11px;
	color: #666666;
	text-align: left;
	background-color: #ffffff;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
.calendar_cell_on {
	font-size: 11px;
	color: #666666;
	text-align: left;
	border: 1px solid #999999;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
.calendar_cell_leftrow_on {
	font-size: 11px;
	color: #ffffff;
	text-align: left;
	background-color: #B78225;
	height: 16px;
	line-height: 16px;
	width: 14%
}
.calendar_cell_rightrow_on {
	font-size: 11px;
	color: #ffffff;
	text-align: left;
	background-color: #B78225;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
/*This week*/
.calendar_cell_leftrow_current {
	font-size: 11px;
	color: #666666;
	text-align: center;
	background-color: #aeaeae;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
.calendar_cell_rightrow_current {
	font-size: 11px;
	color: #666666;
	text-align: center;
	background-color: #aeaeae;
	height: 16px;
	line-height: 16px;
	width: 14%;
}

.calendar_cell_current {
	font-size: 11px;
	color: #666666;
	text-align: left;
	background-color: #aeaeae;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
.calendar_cell_current_on {
	font-size: 11px;
	color: #ffffff;
	text-align: left;
	background-color: #B78225;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
.calendar_cell_leftrow_current_on {
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	background-color: #B78225;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
.calendar_cell_rightrow_current_on {
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	background-color: #B78225;
	height: 16px;
	line-height: 16px;
	width: 14%;
}
/* End This Week*/
.calendar_cell_thisweek {
	font-size: 11px;
	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: bold;
	text-align: center;
	border-bottom: 1px solid #CCCCCC;
}