/****************/
/* Sidebar */
/****************/
#Sidebar input
{
	margin: 0;
	padding: 0;
	font-size: 0.74em;
}

.SidebarWrapper
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.SidebarItem
{
	margin: 0px 0 0 0;
	border-bottom: 5px solid rgb(90,0,10);
}
.SidebarHead, .SidebarHead a:link,.SidebarHead a:active,.SidebarHead a:visited
{
	width: 200px;
	height: 30;
	line-height: 28px;
	text-indent: 10px;
	display: block;
	color: rgb(255,255,255);
	font-size: 0.8em;
	font-weight: bold;
	background-color: rgb(226,0,26);
}

.SidebarHead a:hover
{
	text-decoration: underline;
	color :White;
}
.SidebarContent
{
	background-color: rgb(255,255,255);
 	display: block;
	padding: 5px 8px 5px 10px;
	font-size: 0.74em;
	color: rgb(77,77,77);
}

.SidebarContent a, .SidebarContent a:link, .SidebarContent a:active, .SidebarContent a:visited
{
	color: rgb(38,45,126);
	text-decoration: none;
}
.SidebarContent a:hover
{
	color: rgb(255,72,90);
	text-decoration: underline;
}