/* SIDEBAR */

#sidebar th {
	background-image: url(sidebar_th_bg.gif);
}

#sidebar th a {
	color: #2b3c20;
}

#sidebar td {
	background-color: #2b3c20;
	border-right-color: white;
	border-left-color: white;
	color: #ffd834;
}

#sidebar td p {
	border-top-color: #70895e;
	border-left-color: #70895e;
}

#sidebar td a {
	color: #c5deb3;
}

#sidebar td p.on {
	background-color: #b1f185;
	color: #1e4801;
	border-top-color: #5c9c30;
	border-left-color: #5c9c30;
}

#sidebar td p.on a {
	color: #1e4801;
}

#sidebar td.bottom {
	background-color: transparent;
	background-image: url(sidebar_td_bottom_bg.gif);
}