/* SIDEBAR */

#sidebar th {
	background-image: url(sidebar_th_bg.gif);
}

#sidebar th a {
	color: #1f3948;
}

#sidebar td {
	background-color: #1f3948;
	border-right-color: white;
	border-left-color: white;
	color: #c2d8e5;
}

#sidebar td p {
	border-top-color: #638598;
	border-left-color: #638598;
}

#sidebar td a {
	color: #c2d8e5;
}

#sidebar td p.on {
	background-color: #a8e0ff;
	color: #014368;
	border-top-color: #3c92c1;
	border-left-color: #3c92c1;
}

#sidebar td p.on a {
	color: #014368;
}

#sidebar td.bottom {
	background-color: transparent;
	background-image: url(sidebar_td_bottom_bg.gif);
}