/* This is the hyperlink in the left-side section list */
div.SectionMenu_Hyperlink 
{
	height: 30px;
	width: 150px
}

/* This is the separator between the sections in the left-side section list */
div.SectionMenu_Separator
{
	border-top: dashed 1px gray;
}

/* This contains the left-side section list */
td.ViewExplorer_SectionMenuContainer
{
	border-right: solid 1px gray;
	width:150px;
}

/* This contains the main section/item list */
td.ViewExplorer_SectionListContainer
{
	padding-left: 10px;
}

div.ViewExplorer_DownloadsContainer
{
	text-align:right;
	padding-bottom:10px;
}

div.ViewExplorer_Warnings
{
}

div.ViewExplorer_WarningText
{
	font-style: italic;
}

.SectionList_Separator 
{
	padding-top: 10px;
	clear: both;
}

div.SectionList_Files
{
	text-align: right;
	clear: both;
}

.ItemList_Separator
{
	height:1px; 
	color:Gray;
	clear: both;
}

div.ItemList_Files
{
	text-align: right;
}

div.ItemList_Warnings
{
}

div.ItemList_WarningText
{
	font-style: italic;
}

div.ItemList_ToggleDetails
{
	text-align: right;
}

a.ItemList_DetailsLink
{
}

div.ItemList_Title
{
}

img.ItemList_Image
{
	
}

div.ItemList_Caption
{
}

div.ItemList_Description
{
	text-align:justify;
}

div.ViewMenu_Breadcrumb
{
	margin-bottom: 15px;
}

a.ViewMenu_Breadcrumb
{
	font-weight: bold;
}

div.ViewMenu_Title
{
	margin-bottom: 5px;
}

div.ViewMenu_Description
{
	text-align: justify;
}

div.ViewMenu_Files
{
	text-align: right;
}

div.ViewMenu_Warnings
{
	font-style: italic;
}




