/* SIDEBAR */

#sidebar th {
	background-image: url(sidebar_th_bg.gif);
}

#sidebar th a {
	color: #1f3858;
}

#sidebar td {
	background-color: #323335;
	border-right-color: white;
	border-left-color: white;
	color: #ced3da;
}

#sidebar td p {
	border-top-color: #7c7d7f;
	border-left-color: #7c7d7f;
}

#sidebar td a {
	color: #ced3da;
}

#sidebar td p.on {
	background-color: #c7d4e5;
	color: #1f3858;
	border-top-color: #6681a5;
	border-left-color: #6681a5;
}

#sidebar td p.on a {
	color: #1f3858;
}

#sidebar td.bottom {
	background-color: transparent;
	background-image: url(sidebar_td_bottom_bg.gif);
}