body {
	/*background-image: url(../images/subpage/bg-white.gif);
	background-repeat: repeat-y;*/

}

/* Remove the default curved edges on the default BS navbar. */
.navbar { border-radius: 0; margin-bottom: 0; }
.navbar-inverse { background-color: #993300; border-top: 2px solid black; border-left-width: 0; border-right: 2px solid black; border-bottom: 2px solid black; }
.navbar-inverse .navbar-nav > li > a { color: white; font-weight: bold; }
.navbar-inverse .navbar-nav > li > a:hover { text-decoration: underline; }

/* Shift the links down a bit. */
ul.navbar-nav { margin-top: 10px; }

.subpageLogoTop > img { border-left: 2px solid black; border-right: 2px solid black; }

/* General Page Styles */
/*h1 { font-size: 2.2em; font-weight: normal; }*/
/*h2 { color: #993300; }*/
a, a:link { color: #CC6600; }


/* Page Header */
#PageHeaderDiv { margin-left: 156px; padding-left: 30px; }


/* Left Menu */
/*#LeftMenuDiv {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 156px;
}*/

/*#LeftMenuLogoDiv { position: relative; margin-bottom: 20px; }
#LeftMenuLogoDiv img { border: 0; }*/

/*#LeftMenuNavDiv { position: relative; }*/

ul#LeftMenu { list-style-type: none; margin: 0px 5px 0px 5px; padding: 0px 0px 0px 0px;}
ul#LeftMenu li { padding: 2px 0px 2px 0px; }
ul#LeftMenu a, #LeftMenu a:link { /*color: white;*/ text-decoration: none; font-weight: bold; }
ul#LeftMenu a:hover { text-decoration: underline; }

ul#LeftMenu ul.LeftSubMenu { list-style-type: none; margin: 0px 0px 0px 10px; padding: 5px 0px 10px 0px; font-size: 0.85em; }
ul#LeftMenu ul.LeftSubMenu li { padding: 0px 0px 2px 1px; }
ul#LeftMenu ul.LeftSubMenu a, #LeftMenu ul.LeftSubMenu a:link { color: #CC6600; text-decoration: none; font-weight: normal; }
ul#LeftMenu ul.LeftSubMenu a:visited { font-weight: normal; }
ul#LeftMenu ul.LeftSubMenu a:hover { text-decoration: underline; }


/* Main Content */
#MainContentDiv { margin-left: 156px; padding-left: 30px; }



/* Search Results */
.ThumbnailDiv
{
	/*border-bottom: solid 1px black;*/ padding-bottom: 10px; padding-top: 10px;
	}


/* Browse */
.BrowseContainer { width: 500px; }
div.BrowseNext { float: right; width: 250px; text-align: right; }
div.BrowsePrevious { float: left; width: 250px; }


/* Copyright */
#CopyrightDiv { margin-left: 156px; margin-top: 50px; padding-left: 30px; }
#CopyrightDiv p { font-size: 0.8em; }


	/* Grid - Flat Default */
	
		/* Appearance */
		.FlatDefaultGrid {
			font-size: 1.1em;
			table-layout: auto;
		}
		
		table.FlatDefaultGrid {
			border-collapse: collapse;
		}
		
		table.FlatDefaultGrid th, table.FlatDefaultGrid td {
			padding: 3px;
		}
	
		/* HeaderStyle */
		.FlatDefaultGridHeaderStyle {
			border-bottom: #C5D0DE 1px solid;
		}
		
		.FlatDefaultGridHeaderStyle th {
			border-bottom: #C5D0DE 1px solid;
			text-align: left;
			vertical-align: top;
		}
		
		.FlatDefaultGridHeaderStyle th.Numeric { text-align: right; }
		.FlatDefaultGridHeaderStyle th.Boolean { text-align: center; }
		.FlatDefaultGridHeaderStyle th.AlignCenter { text-align: center; }
		
		.FlatDefaultGridHeaderStyle a {
			text-decoration: none;
		}
		
		.FlatDefaultGridHeaderStyle a:hover {
			color: black;
			text-decoration: underline;
		}
		
		/* RowStyle */
		.FlatDefaultGridRowStyle {
			border-bottom: #EAE9E1 solid 1px;
			background-color: white;
		}
		
		.FlatDefaultGridRowStyle a:hover {
			color: black;
			text-decoration: underline;
		}
		
		.FlatDefaultGridRowStyle td { /* Needed for IE6 */
			border-bottom: #EAE9E1 solid 1px;
		}
		
		.FlatDefaultGridRowStyle td.Numeric { text-align: right; }
		.FlatDefaultGridRowStyle td.Boolean { text-align: center; }
		.FlatDefaultGridRowStyle td.AlignCenter { text-align: center; }
		
		/* AlternatingRowStyle */
		.FlatDefaultAlternatingRowStyle {
			border-bottom: #C7C5B2 solid 1px;
			background-color: #F5F5F5;
		}
		
		.FlatDefaultAlternatingRowStyle a:hover {
			color: black;
			text-decoration: underline;
		}
		
		.FlatDefaultAlternatingRowStyle td { /* Needed for IE6 */
			border-bottom: #EAE9E1 solid 1px;
		}
		
		.FlatDefaultAlternatingRowStyle td.Numeric { text-align: right; }
		.FlatDefaultAlternatingRowStyle td.Boolean { text-align: center; }
		.FlatDefaultAlternatingRowStyle td.AlignCenter { text-align: center; }
		
		/* SelectedRowStyle */
		.FlatDefaultGridSelectedRowStyle {
			border-bottom: #C7C5B2 solid 1px;
			background-color: #FBE491;
		}
		
		.FlatDefaultGridSelectedRowStyle a:hover {
			color: black;
			text-decoration: underline;
		}
		
		.FlatDefaultGridSelectedRowStyle td { /* Needed for IE6 */
			border-bottom: #C7C5B2 solid 1px;
		}
		
		.FlatDefaultGridSelectedRowStyle td.Numeric { text-align: right; }
		.FlatDefaultGridSelectedRowStyle td.Boolean { text-align: center; }
		.FlatDefaultGridSelectedRowStyle td.AlignCenter { text-align: center; }
		
		/* HighlightedRowStyle */
		.FlatDefaultGridHighlightedRowStyle {
			border-bottom: #C7C5B2 solid 1px;
			background-color: #E9D8E9;
		}
		
		.FlatDefaultGridHighlightedRowStyle a:hover {
			color: black;
			text-decoration: underline;
		}
		
		.FlatDefaultGridHighlightedRowStyle td { /* Needed for IE6 */
			border-bottom: #C7C5B2 solid 1px;
		}
		
		.FlatDefaultGridHighlightedRowStyle td.Numeric { text-align: right; }
		.FlatDefaultGridHighlightedRowStyle td.Boolean { text-align: center; }
		.FlatDefaultGridHighlightedRowStyle td.AlignCenter { text-align: center; }
		
		/* PagerStyle */
		.FlatDefaultPagerStyle {
			background-color: #D9E1E9;
		}
		
		.FlatDefaultPagerStyle td { /* Needed for IE6 */
			border: #C5D0DE 1px solid;
		}
		
		div.FlatDefaultPagerNavigationDiv {
			float: right;
			padding-right: 10px;
		}
		
		div.FlatDefaultPagerCurrentItemDisplayDiv {
			float: left;
		}
		
		span.FlatDefaultPagerPageXofN {
			
		}
		
		.FlatDefaultPagerPageXofN select {
			/*font-size: 10px;*/
		}
		
		span.FlatDefaultPagerPreviousPage {
			margin-left: 10px;
		}
		
		span.FlatDefaultPagerNextPage {
			margin-left: 10px;
		}
			
	/* Grid - Flat Default - END */