.highlight-pending {
	background-color: yellow;
	color: red;
	display: inline;
}


body {
	margin: 0;
	font-family: arial;
	font-size: 0.8em;
}
#guide {
	width: 990px;
	margin: 0 auto;
}

#main {
	margin-top: 20px;
}
#toc-container {
	float: left;
	width: 200px;
	border-right: 1px solid #6d6e71;
	padding: 0 10px;
}
#chapter {
	float: left;
	width: 740px;
	padding-left: 20px;
}
#content {

}

#toc-title, 
#site-title {
	font-weight: bold;
}

#bluebar {
	background-image: url('../img/low/web/bluebar.jpg');
	background-repeat: no-repeat;
	height: 24px;
}

#close {
	float: left;
	color: #FFF;
}
#revision {
	float: right;
	color: #FFF;
	line-height: 24px;
	margin-right: 15px;
	
}


ul#toc {
	padding: 0;
	margin: 0; 
	list-style-type: none;
	line-height: 1.4em;
}
ul#toc li {
	list-style-type: none;
	margin: 5px 0;
}


ul#toc li.selected a {
	color: #000 !important;
	font-weight: bold;
}

#links { 
	width: 60%;

}
#links p {
	float: left;
	width: 33%;
	text-align: center;
}

#pagenav {
	text-align: right;
	font-size: 1.6em;
}
#pagenav a.current_page {
	color: #000;
}





table.blue {
	padding: 0;
	border-spacing: 0;
	border-color: #5B81B5; 
	border-style: solid; 
	border-width: 1px 0 0 1px;
	width: 100%;
	margin: 10px 0;
}
table.blue thead th {
	background-color: #5B81B5;
	color: #FFF;
	font-weight: bold;
	padding: 2px 0;
}
table.blue tbody td {
	border-color: #5B81B5; 
	border-style: solid; 
	border-width: 0 1px 1px 0;
	padding: 2px 4px;
}


table.border-right td {
	border-style: solid;
	border-color: #000;
	border-width: 0 1px 0 0;
}

table.gold {
	border-spacing: 0;
	width: 100%;
	
}
table.gold thead {
}
table.gold thead th.blank {
	background-color: transparent !important;
	border-width: 0 2px 2px 0 !important;
}

table.gold td {
	padding: 6px;
	vertical-align: top;	
}
table.gold thead tr th {
	background-color: #FFDC90; 
	border-style: solid;
	border-color: #000;
	border-width: 2px 0;
	padding: 6px;
	text-align: left;
	font-weight: normal;
}
table.gold td.vertical {
	background-color: #FFDC90; 
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
table.gold tfoot td.vertical {
	border-width: 0;
	background-color: transparent;
}
table.gold tr.alt td, 
table.gold tr td.alt {
	background-color: #FEC00F;
}

table.gold tr.horizontal-border td, 
table.gold td.vertical {
	border-style: solid;
	border-color: #000;
	border-width: 0 0 2px 0;
}
table.gold tfoot td {
	font-size: 90%;
}
table.gold td p {
	margin: 0 0 0 4px;
}
table.gold tr.white td {
	background-color: #fff;
	border-style: solid;
	border-color: #000;
	border-width: 2px 0 0 0;
}
table.gold table td {
	border: 0 !important;
	padding: 3px;
}
table.small-padding-td td {
	padding: 2px 0 !important;
	
}


ul.parent-padded {
	margin: 0 !important;
}
ul.parent-padded li {
	padding: 5px; 0;
}
ul.parent-padded li ul.parent-padded li {
	padding: 0 !important;
}


table.padded td {
	padding: 3px 5px;
}


/* Hide print from screen display */
#print-section {
	display: none !important;
}

/* Google search */
	.gsc-branding-img, 
	.gsc-branding-text,
	.gsc-twiddleRegionCell, 
	.gsc-trailing-more-results, 
	.gs-visibleUrl-short { display: none !important; }
	
	.gs-visibleUrl-long { display: block !important; }
	
	.gsc-control { width: 100% !important; }
	.gsc-search-box { width: 300px !important; margin-bottom:10px !important; display: none; }
	
	#searchcontrol { 
		min-height: 100px;
	}





/* Global */
.text-align-center td, 
.text-align-center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.clr {
	clear: both;
	line-height: 0;
}

img {
	border: 0;
}

a:link,
a:visited {
	color: #4E80B4; 
	text-decoration: none;
}
a:hover {
	color: #3C74B3;
}

h1 {
	font-size: 22px;
	line-height: 24px;
}
h1, h2, h3, h4 { 
	color: #3C74B3;
}
h5 {
	color: #000;
	font-size: 0.9em;
}
h6 {
	font-size: 12px; 
	color: red; 
	display: inline; 
}
table {
	border-spacing: 0;
	margin: 10px 0;
}
table td {
	padding: 0;
	
}

/* Print styles */
@media print {
	body {
		font-size: 14pt !important;
	}

	#header, 
	#toc-container,
	#content,
	#chapter-image, 
	#pagenav {
		display: none !important;
	}
	#chapter {
		width: 100%;
		padding: 0;
	}
	#print-section {
		position: absolute;
		top: 0;
		display: block !important;	
	}
	#main, 
	p#site-title {
		margin: 0 !important;
	}
	#site-title {
		display: none !important;
	}
}


