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

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

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

tr.autogridTitle th {
	padding: 2px;
	background-color: #272924;
	color: #EFEFEF;
	text-align: center;
}

tr.autogridTitle th a {
	padding: 2px;
	background-color: #272924;
	color: #E4EFC2;
	text-decoration: underline;
}

tr.autogridTitle th a:hover {
	padding: 2px;
	background-color: #272924;
	color: #708C1C;
	text-decoration: underline;
}

tr.autogridTools th {
	padding: 2px;
	background-color: #272924;
	color: #EFEFEF;
	text-align: right;
}

tr.autogridHeader th {
	padding: 2px;
	background-color: #708C1C;
	color: #ffffff;
}

tr.autogridHeader th a {
	padding: 2px;
	background-color: #708C1C;
	color: #ffffff;
}

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

.autogridIcon {
	text-align: center;
}

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

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

th.currentMonth {
	background-color: #74911D;
	text-align: center;
	color: #ffffff;
}

th.otherMonth {
	background-color: #5E7618;
	text-align: center;
	color: #ffffff;
}