.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

h3 { color: red; }

body {
	margin: 0 0 0 0;
	font: normal 14px arial, helvetica, sans-serif;
/*	font-family: arial, helvetica, sans-serif;
	font-size: 14px;*/

	}

#container {
	width: 1212px;
	padding: 10px 0 0 10px;
/*	border: 1px solid magenta;*/
	}

.graphicsBlock {
	padding-bottom: 5px;
	border-bottom: 2px solid #777;
	}

#overlays {
	height: 775px;
	width: 1200px; /* IE hack */
/*	min-height: 1px;  IE7 hack */
	position: relative;
/*	margin: 10px 0 0 10px;*/
	border: 1px solid #bbb;
	}

#backstop {
	display: block;
	position: relative; top: 0; left: 0;
/*	background-color: #eee;
	border: 1px solid green;*/
	}

#banner {
	display: block;
	width: 200px; height: 100px;
	text-align: center;
	position: absolute; top: 50px; left: 970px;
/*	border: 1px solid cyan;*/

}

div.selectors {
	overflow: auto;
	width: 100%
	}

.optBox {
	font-size: 12px;
	width: 225px;
	float: left;
	}

.selectors {
	width: 1200px; /* IE hack */
	padding-bottom: 5px;
/*	border: 1px solid green;*/
	}

/*.column {
	margin: 8px 50px 8px 25px;
	width: 150px;
	float: left;
	position: relative;
	left: 100px;
	border: 1px solid red;
	}*/

.radioRow {
/*	position: relative;
	height: 50px;
	border: 1px solid blue;*/
	margin: 5px 0 0 70px;
	float: left;
	}

.row {
	margin: 5px 0 5px 35px;
	float: left;
	position: relative;
/*	border: 1px solid cyan;*/
	}

div.textblock {
	overflow: auto;
	width: 100%;	
	}

.header {
	font-weight: bold;
	font-size: 18px;
	font-variant: small-caps;
	margin: 8px 0 8px 0;
/*	border: 1px solid cyan;*/
	}

.textBlock {
	padding: 0 0 0 10px;
/*	border: 1px solid red;*/
	border-bottom: 1px solid #999;
	}

div.colorCodes {
	overflow: auto;
	width: 100%;	
	}

.colorCodes p {
	line-height: 50%;
	}

.colorCodes {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
	}

.list {
	width: 590px;
	float: left;
	padding: 0 0 0 10px;
/*	border: 1px solid yellow;*/
	}

.wire {
	font-size: 13px;
	padding-left: 10px;
	}

div.commentary {
	overflow: auto;
	width: 100%;	
	}

.commentary {
/*	float: left;
	width: 600px;
	border: 1px solid blue;*/
	}

.footnote {
	clear: both;
	border-bottom: 1px solid #999;
/*	margin: 10px 0 0 0;
	border: 1px solid blue;*/
	}

#notes {
	float: left;
	width: 620px;
	margin: 0 0 0 10px;
/*	border: 1px solid green;*/
	}


#warning {
	padding: 0 25px 0 25px;
	float: left;
	width: 500px;
	margin: 0 0 0 10px;
/**/	border: 1px dashed red;
	}

.blocked { display: none; position: absolute; top: 0; left: 0; }
.unblocked { display: block; visible; position: absolute; top: 0; left: 0; }
.active { display: block; visibility: visible; position: absolute; top: 0; left: 0; }
.inactive { display: block; visibility: hidden; position: absolute; top: 0; left: 0; }


a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

a.button:hover span{ /* Hover state CSS
background-position: bottom left; */
color: black;
}

