﻿.SidebarContents
{
	width: 290px;
}

.SidebarContents ul
{
	padding-left: 0px;
	margin-left: 0px;
}

.SidebarContents li
{
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	list-style-type: none;
	border-bottom: dashed 1px #ddd;
}

.SidebarContents span
{
	font-size: 12px;
	font-weight: bold;
	color: #666;
	padding-left: 0px;
	padding-top: 14px;
}

.SidebarContents a
{
	font-size: 12px;
}

.SidebarContents .Depth1, .SidebarContents .Depth2, .SidebarContents .Depth3, .SidebarContents .Depth4, .SidebarContents .Depth5
{
	background-repeat: no-repeat;
	background-color: white; /* fix IE7 bug where image doesn't appear for wrapped item */
}

.SidebarContents .Depth1
{
	padding-left: 20px;
	background-position: -1px 3px;
}

.SidebarContents .Depth2
{
	padding-left: 40px;
	background-position: 19px 3px;
}

.SidebarContents .Depth3
{
	padding-left: 60px;
	background-position: 39px 3px;
}

.SidebarContents .Depth4
{
	padding-left: 80px;
	background-position: 59px 3px;
}

.SidebarContents .Depth5
{
	padding-left: 100px;
	background-position: 79px 3px;
}



.SidebarContents .Book
{
	background-image: url('BookClosed.png');
	background-color: white; /* fix IE7 bug where image doesn't appear for wrapped item */
}

.SidebarContents .OpenBook
{
	background-image: url('BookOpen.png');
	background-color: white; /* fix IE7 bug where image doesn't appear for wrapped item */
}

.SidebarContents .Topic
{
	background-image: url('Topic.png');
	background-color: white; /* fix IE7 bug where image doesn't appear for wrapped item */
	background-position:inherit 4px;
}

.SidebarContents .Current a
{
	background-color: lightblue !important;	
}

/* shift content to the top of the div */
#content h1 
{
	margin-top:0px;
	padding-top:0px;
}
