/*------------------------------------------------
HARVEST SCHEDULE TABLE STYLING 
------------------------------------------------*/

.no_harvest, .product {
	border-top: 1px #CCCCB8 solid;
}

.harvest {
	border: 1px #000000 solid;
	padding: 2px 5px 3px 5px;
	text-align: center;
	color: white;
}

#january {
	background: #C2D5FF;
}

#february {
	background: #C6E8FF;
	color: black;
	font-weight:normal;
}

#march {
	background: #D1E6CB;
	color: black;
	font-weight:normal;
}

#april {
	background: #E6FCA3;
	color: black;
	font-weight:normal;
}

#may {
	background: #FBFFAB;
	color: black;
	font-weight:normal;
}

#june {
	background: #FFDCA0;
	color: black;
	font-weight:normal;
}

#july {
	background: #FACFAA;
}

#august {
	background: #FFBABA;
}

#september {
	background: #E0BB7C;
}

#october {
	background: #EACEFF;
	color: black;
	font-weight:normal;
}

#november {
	background: #A8A8FF;
}

#december {
	background: #D1D1D1;
}
