

/* Direct Element Adjustments - Browser Supports 24Bit */

#LibPage a:link {
	color: #0000ff;
	text-decoration: underline;
	}

#LibPage a:visited {
	color: #0000cc;
	text-decoration: underline;
	}

#LibPage a:hover, #LibPage a:active {
	color: #0000ff;
	}



.GreyBox, .InfoBox, .BasicBox, #BasicBox, .GuideSections {
	border-color: #cead5a !important;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.25);
	}

.ColumnRight .BasicBox {
	background-color: #eee;
}

.PageTitleBlock {
	margin-bottom: 1em;
	padding-bottom: 0;
	border-bottom: 1px solid #cead5a;
	}
#LibPage h1 {
	color: #000;
	/*background-color: transparent;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(/images/Backgrounds/24Bit/Gold/Title.png);
	*/
	margin-bottom: 0;
	padding: .6em 0 0.3em 0 !important;
	}
/* All elements that are the direct sibling to an H1 have a little bigger top margin so they are spaced right. */
.PageTitleLeft {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(/images/Backgrounds/24Bit/Gold/TitleLeft.png);
	width: 28px;
	}
.PageTitleCenter {
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: top left;
	background-image: url(/images/Backgrounds/24Bit/Gold/TitleCenterTile.png);
	}
.PageTitleRight {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(/images/Backgrounds/24Bit/Gold/TitleRight.png);
	width: 28px;
	}
/*.PageTitleBlock + * {
	margin-top: 1em;
	}*/

/* Ovorride the previous rule but only for H2s so the graphic will "join up properly" */
#LibPage h2 {
	font-style: italic;
	color: #000000;
	/*margin-top: -1em;*/
	margin-top: 0;
	/*background-color: transparent;
	background-repeat: no-repeat;
	background-position: bottom center;
	background-image: url(/images/Backgrounds/24Bit/Gold/Title.png);*/
	padding: 0 0 0.5em 0 !important;
	}

#LibPage h3 {
	margin-top: 0.8em;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(/images/Backgrounds/24Bit/Gold/Header.png);
	border-bottom: 1px solid #cead5a;
	padding: .4em 0 0.3em 1em !important;
	}

#LibPage h3 a,
#LibPage h3 a:link,
#LibPage h3 a:visited,
#LibPage h3 a:hover,
#LibPage h3 a:active {
	color: #000 !important;
	}
#LibPage .DataTable th {
	color: #222 !important;
	}
#LibPage .DataTable th a,
#LibPage .DataTable th a:link,
#LibPage .DataTable th a:visited,
#LibPage .DataTable th a:hover,
#LibPage .DataTable th a:active {
	color: #000000 !important;
	}

#LibPage h3 a,
#LibPage h4 a,
#LibPage th a {
	text-decoration: underline;
	}

#LibPage h4 {
	/*border-bottom: 1px solid #87562D;
	color: #CC5B00;
	padding-left: 0.5em;
	margin-top: 0.8em;
	line-height: 0.6em;*/
	
	color: #cead5a;
	border: 1px solid #cead5a;
	border-width: 0 0 1px 0;
	padding: .3em 0.5em 0.2em 0.5em !important;
	}
.BasicBox h4, .GuideSections h4 {
	margin: 1em 0 0.5em 0;
	padding-left: 2em !important;
	background-color: #e3dcc7;
	border-top-width: 1px !important;
	}
.BasicBox h4:first-child, .GuideSections h4:first-child, .BasicBox h4.first, .GuideSections h4.first {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	margin: 0 0 0.5em 0;
	border-top-width: 0px !important;
	}
#LibPage h5,
#LibPage h6 {
	margin-top: 0.8em;
	}

/* Inputs */

body {
	SCROLLBAR-3DLIGHT-COLOR: #eee !important;
	SCROLLBAR-HIGHLIGHT-COLOR: #f5f0e2 !important;
	SCROLLBAR-ARROW-COLOR: #000000 !important;
	/*SCROLLBAR-BASE-COLOR: #f00;*/
	SCROLLBAR-FACE-COLOR: #e3dcc7 !important;
	SCROLLBAR-TRACK-COLOR: #c7b88d !important;
	SCROLLBAR-SHADOW-COLOR: #ddcb9a !important;
	SCROLLBAR-DARKSHADOW-COLOR: #999 !important;
}
#LibPage .textbox,
#LibPage textarea,
#LibPage select,
#LibPage .SectionContainer,
#LibPage input[type="text"] {
	/*background-color: #e3dcc7 !important;*/
	border-color: #ddcb9a#e3dcc7#f5f0e2#e3dcc7 !important;
	background-repeat: repeat-y;
	background-position: top right;
	background-image: url(/images/Backgrounds/24Bit/Gold/LightGradientRight.png);
	border-style: solid;
	border-width: 1px;
}
#LibPage input[type="button"],
#LibPage .button {
	/*font-size: 80%;*/
	background-color: #e3dcc7 !important;
	border-color: #f5f0e2#c7b88d#ddcb9a#e3dcc7 !important;
	border-style: solid !important;
	border-width: 2px !important;
}

legend {
	color: #000000 !important;
	font-weight: normal !important;
	font-style: italic;
}
li ul, li ol {
	margin-bottom: 0.5em;
	}

ul {
	list-style-image: url(/images/Bullets/ballsmall.gif) !important;
	}

ul ul {
	list-style-image: url(/images/Bullets/CircleGold.png) !important;
	}

ol {
	list-style-type: decimal;
	list-style-image: none !important;
	}

ol ol {
	list-style-type: upper-alpha;
	list-style-image: none !important;
	}

#LibPage hr {
	height: 1px;
	border: 0 none transparent;
	border-bottom: #cead5a 1px solid;
	}

#LibPage li {
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	}

#LibPage li li {
	font-size: 1em;
	}

/* Classes */

.TopLink {
	/*border-bottom-color: #cead5a !important;*/
	border-bottom: 0 #cead5a none !important;
	text-align: right;
	color: #cead5a !important;
	margin-bottom: 0 !important;
}
.TopLink a {
	color: #cead5a !important;
	text-decoration: none !important;
	background-image: url(/images/Backgrounds/24Bit/Gold/ArrowUpSmall.png) !important;
}
.TopLink a:hover {
	text-decoration: underline !important;
}

.DataTable th {
	background-color: #c7b88d !important;
	background-image: url(/images/Backgrounds/GoldTableHeader.png) !important;
	border-top-color: #f5f0e2 !important;
	border-right-color: #c7b88d !important;
	border-bottom-color: #ddcb9a !important;
	border-left-color: #c7b88d !important;
	}
.DataTable th.light, .DataTable td.light {
	background-color: #e3dcc7 !important;
	background-image: url(/images/Backgrounds/GoldTableHeaderLight.png) !important;
	border-top-color: #f5f0e2 !important;
	border-right-color: #e3dcc7 !important;
	border-bottom-color: #ddcb9a !important;
	border-left-color: #e3dcc7 !important;
	}

.FormTable th {
	color: #000000 !important;
	border-color: #cead5a !important;
	}

ul.Navigation {
	/*font-family: Verdana, Arial, sans-serif !important;*/
	background-color: #eee;
	border: 1px #cead5a solid;
	padding: 0.25em;
	margin: 1em 5% !important;
	text-align: center;
	font-weight: bold;
	white-space: normal;
	/*width: 90% !important;
	
	*/
	}
ul.Navigation li {
	display: inline;
	padding-left: 0.6em;
	padding-right: 0.3em;
	border-left: 2px solid #000;
	}
ul.Navigation > li {
	border-left: 0px none #000;
	}
ul.Navigation li+li {
	border-left: 1px solid #000;
	}

ul.Navigation a {
	text-decoration: underline;
	white-space: nowrap;
	display: inline-block;
	}


/* IDs */

#Navigation0Sidebar {	background-image: url(/Web/HeaderFooter/images/Navigation0SidebarSelected.png) !important;	}


