tr.autogridOdd td {
	background-color: #C9C9C9;
}

tr.autogridEven td {
	background-color: #AFAFAF;
}

tr.autogridOdd:hover td, tr.autogridEven:hover td {
	background-color: #93AF62;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	color: #000000;
}

tr.autogridTitle th {
	background-color: #3F3F3F;
	color: #ffffff;
}

tr.autogridTools th {
	background-color: #3F3F3F;
	color: #ffffff;
	text-align: right;
}

tr.autogridHeader th {
	background-color: #738C47;
	color: #ffffff;
	text-align: center;
}

tr.autogridHeader th a {
	background-color: #738C47;
	color: #ffffff;
	text-align: center;
}

tr.autogridButton th {
	padding:5px 0px;
}

.autogridIcon {
	text-align: center;
}

.calendarDay {
	vertical-align: top;
	height: 70px;
	background-color: #efefef;
}

th.dayOfWeek {
	background-color: #3F3F3F;
	color: #ffffff;
	text-align: center;
}

th.currentMonth {
	background-color: #85A252;
	text-align: center;
}

th.otherMonth {
	background-color: #85A252;
	text-align: center;
}

