body
{
	margin: 0; 
	padding: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
}

.bb { background: #ddddff url(/images/layout/bar.gif); }

.hlight { background: #eeeeee; }
.llight { background: #dddddd; }

a:link    { color: #1A0DAB; }
a:visited { color: #1A0DAB; }
a:active  { color: #9999ff; }
a:hover   { color: #d04e15; }

h1 { margin: 0px; }
h2 { margin: 0px; }
h3 { margin: 0px; }

ul,ol { margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; }

.main
{
	width: 90%;
	min-width: 500px;
	height: 400px;
	position: relative;
}

.part { text-align: left; }

.blurb
{
	width: 80%;
	font-style: italic;
	text-align: left;
	vertical-align: top;
}

a.picture
{
	position: relative;
	z-index: 4;
	text-align: right;
}

a.picture:hover { z-index: 5; }

a.picture span { display: none; }

a.picture:hover span
{
	display: block;
	position: absolute;
	color: #ffffff;
	top: 200px;
	right: 380px;
	text-align: center;
	z-index: 5;
}

.quote
{
	font-family: Monaco, Courier, monospace;
	font-size: 0.8em;
	margin-left: 30px;
	margin-right: 30px;
}

.checkmark
{
	/* list-style-image: url("/images/checkmark.png"); */
	list-style: none;
	color: #009900;
}

.checkmark::before
{
	content: "\2714";
	color: #009900;
	width: 1em;
	height: 1em;
	margin-left: -1em;
	margin-right: 0.2em;
}

textarea { font-family: monospace; }

.categories1, .categories2, .categories3 { margin: 0; padding: 0; }
.categories2, .categories3 { padding-left: 5px; padding-bottom: 10px; }

.catalog_list_attributes { margin: 0; padding: 0; }

.catalog_option_normal, .catalog_option_normal_nosub
{
	list-style-image: url('/images/layout/blank.gif');
	font-size: 0.95em;
	margin-bottom:3px;
}
	
.catalog_option_current, .catalog_option_current_nosub
{
	list-style-image: url('/images/layout/blank.gif');
	font-size: 0.95em;
	font-weight:bold;
	margin-bottom:3px;
}

.catalog_option_child_normal
{
	list-style-image: url('/images/layout/blank.gif');
	font-size: 0.75em;
	font-weight:normal;
	text-decoration:;
	margin-bottom:3px;	
}

.catalog_option_child_current
{
	list-style-image: url('/images/layout/blank.gif');
	font-size: 0.75em;
	text-decoration:;
	margin-bottom:3px;
	font-weight:bold;
}

@media print
{
	.noprint { display: none; }
}

/* List formatting for use on the Wiki */

.wiki_list li {
	margin-bottom:0.5em;
	}

/* Table formatting for use on the Wiki */
.wiki_table {
	border-collapse:collapse;
	border:0px;
	border-bottom:2px solid #485CA9;
	font-size:0.80em;
	}
	
.wiki_table th {
	padding:0.5em;
	background-color:#485CA9;
	color:white;
	text-align:left;
	font-size:1.25em;
	}
		
.wiki_table td:nth-child(1) {
	text-align:left;
	font-weight:bold;
	font-size:1.15em;
	}
	
.wiki_table td:nth-child(n+2) {
	text-align:left;
	}
	
.wiki_table td {
	padding:0.5em;
	border-bottom:1px solid #CAD5E5;
	text-align:right;
	}

.wiki_table tr:nth-child(odd) {
	background-color:#E9ECF2;
	}
	
/* Table formatting for use on with the quality manual */
.wiki_table_quality {
	max-width:1000px;
	border-collapse:collapse;
	border-bottom:2px solid #485CA9;
/* 	border:1px solid #a0a0a0; */
	font-size:0.80em;
	}
	
.wiki_table_quality th {
	padding:0.5em;
	background-color:#485CA9;
	color:#fff;
	font-size:1.15em;
	border-right: 1px dotted #a0a0a0;
	border-bottom:1px dotted #a0a0a0;
	}

.wiki_table_quality td {
	padding:0.5em;
	border-right: 1px dotted #a0a0a0;
	border-bottom:1px dotted #a0a0a0;
	}
	
.wiki_table_quality tr > :last-child {
    border-right: 0;
	}
		
.wiki_table_quality td:nth-child(1) {
	text-align:right !important;
	font-weight:bold;
	font-size:1.15em;
	color: #000;
	background-color: #d3d7ea;
	width:125px;
	
	}
	
.wiki_table_quality td:nth-child(n+1) {
	text-align:left;
	}

.wiki_table_quality tr:nth-child(odd) {
	background-color:#f0f0f0;
	}
 */

