body {
	margin: 0px; padding: 0px; color: black; font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif; font-size: 1.2em;
}
a:link {
	color: rgb(3, 74, 243); text-decoration: underline;
}
a:visited {
	color: rgb(80, 90, 188);
}
a:hover {
	color: rgb(29, 96, 255); text-decoration: none;
}
a:active {
	color: rgb(18, 235, 135);
}
h1 {
	color: rgb(0, 0, 0); font-size: 1.5em;
}
h2 {
	color: rgb(0, 0, 0); font-size: 1.5em;
}
h3 {
	color: rgb(0, 0, 0); font-size: 1.5em;
}
h4 {
	color: rgb(0, 0, 0); font-size: 1.5em;
}
h5 {
	color: rgb(0, 0, 0); font-size: 1.5em;
}
h6 {
	color: rgb(0, 0, 0); font-size: 1.5em;
}
h1 {
	padding-bottom: 0px; font-size: 2em; margin-bottom: 0px;
}
h2 {
	padding-bottom: 0px; font-size: 2em; margin-bottom: 0px;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 1em;
}
img {
	padding: 0.25em;
}
#page {
	width: 90%; margin-right: auto; margin-left: auto;
}
#header {
	padding: 0px; color: rgb(0, 0, 0); margin-bottom: 0px; position: relative;
}
#main {
	padding: 30px 30px 15px; border-radius: 4px 0px 4px 4px; margin-bottom: 30px; background-color: rgb(255, 255, 255); -webkit-border-radius: 4px 0 4px 4px; -moz-border-radius: 4px 0 4px 4px;
}
#footer {
	margin: 0px; padding: 10px 0px; text-align: center; line-height: normal; font-size: 0.9em;
}
#header .site-title {
	margin: 0px; padding: 5px 0px; border: currentColor; color: rgb(255, 255, 255); line-height: 2em; font-size: 32px; font-weight: bold; float: left; text-shadow: 1px 1px 2px #111;
}
#login {
	text-align: right; color: rgb(0, 0, 0); font-size: 1.1em; float: right; display: block;
}
#login li {
	list-style: none; margin: 0px; padding-left: 5px; display: inline;
}
#login a:link {
	color: rgb(255, 255, 255); text-decoration: none;
}
#login a:visited {
	color: rgb(255, 255, 255); text-decoration: none;
}
#login a:hover {
	color: rgb(255, 255, 255); text-decoration: underline;
}
ul#menu {
	margin: 0px; padding: 0px 0px 2px; text-align: right; clear: both; border-bottom-color: rgb(92, 135, 178); border-bottom-width: 1px; border-bottom-style: solid; position: relative;
}
ul#menu li {
	list-style: none; display: inline;
}
ul#menu li a {
	padding: 10px 20px; border-radius: 4px 4px 0px 0px; color: rgb(3, 74, 243); line-height: 2.8em; font-weight: bold; text-decoration: none; background-color: rgb(232, 238, 244); -webkit-border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0;
}
ul#menu li a:hover {
	text-decoration: none; background-color: rgb(255, 255, 255);
}
ul#menu li a:active {
	text-decoration: none; background-color: rgb(166, 226, 166);
}
ul#menu li.selected a {
	color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);
}
fieldset {
	margin: 1em 0px; padding: 1em; border: 1px solid rgb(204, 204, 204); font-size: 1em;
}
fieldset legend {
	padding: 2px 4px 8px; font-size: 1em; font-weight: bold;
}
fieldset ol {
	list-style: none; padding: 0px;
}
fieldset ol li {
	padding-bottom: 5px;
}
fieldset label {
	font-weight: bold; display: block;
}
fieldset label.checkbox {
	display: inline;
}
fieldset input[type='text'] {
	padding: 2px; border: 2px inset gray; width: 400px; color: rgb(68, 68, 68); font-size: 1em;
}
input[type='password'] {
	padding: 2px; border: 2px inset gray; width: 400px; color: rgb(68, 68, 68); font-size: 1em;
}
select {
	padding: 2px; border: 2px inset gray; width: 400px; color: rgb(68, 68, 68); font-size: 1em;
}
fieldset textarea {
	padding: 2px; border: 2px inset gray; width: 90%; color: rgb(68, 68, 68); font-size: 1em;
}
fieldset input {
	font-size: 1em;
}
fieldset input[type='submit'] {
	padding: 5px; font-size: 1em;
}
.message {
	margin: 10px 0px; padding: 15px; border-radius: 4px; border: 1px solid currentColor; clear: both; box-shadow: 2px 2px 5px #888; -webkit-border-radius: 4px; -moz-border-radius: 4px; -webkit-box-shadow: 2px 2px 5px #888; -moz-box-shadow: 2px 2px 5px #888;
}
.info {
	background: rgb(189, 229, 248); color: rgb(0, 82, 155);
}
.error {
	background: rgb(255, 228, 228); color: rgb(190, 62, 22);
}
.success {
	background: rgb(223, 242, 191); color: rgb(79, 138, 16);
}
input[type='text'].error-field {
	border: 1px solid rgb(190, 62, 22); background-color: rgb(255, 228, 228);
}
input[type='password'].error-field {
	border: 1px solid rgb(190, 62, 22); background-color: rgb(255, 228, 228);
}
.validation-summary-errors {
	border: 2px solid rgb(153, 0, 153); color: red;
}
.field-validation-error {
	color: red;
}
.input-validation-error {
	color: rgb(153, 0, 153); border-top-color: rgb(153, 0, 153); border-left-color: rgb(153, 0, 153); border-top-width: 2px; border-left-width: 2px; border-top-style: solid; border-left-style: solid; background-color: rgb(255, 128, 255);
}
.validation-error {
	color: red; font-size: 1.1em; font-weight: bold; display: inline;
}
.validation-error::before {
	content: "»";
}
table {
	width: 90%; margin-left: 5%; border-collapse: collapse;
}
th {
	padding: 0px 0.5em; border: 5px groove navy; text-align: left;
}
tr.yellow td {
	background: rgb(255, 255, 204); border-top-color: rgb(251, 122, 49); border-bottom-color: rgb(251, 122, 49); border-top-width: 2px; border-bottom-width: 2px; border-top-style: solid; border-bottom-style: solid;
}
td {
	padding: 0px 0.5em; border: 2px solid navy;
}
td:first-child {
	width: 190px;
}
td + td {
	text-align: left; border-left-color: currentColor; border-left-width: 2px; border-left-style: solid;
}
.band {
	color: red; font-family: OCR A Extended;
}
.doit {
	color: rgb(0, 128, 0); padding-top: 60px; padding-bottom: 60px; padding-left: 165px; clear: none; font-style: normal; font-variant: normal; font-weight: bolder; background-image: url("css_images/tools_mixture.gif"); background-repeat: no-repeat;
}
.testit {
	color: rgb(0, 128, 0); padding-bottom: 1em; padding-left: 6em; clear: none; font-style: normal; font-variant: normal; font-weight: bolder; background-image: url("css_images/TestIt.gif"); background-repeat: no-repeat;
}
.inspectit {
	color: rgb(0, 128, 0); padding-bottom: 1em; padding-left: 6em; clear: none; font-style: normal; font-variant: normal; font-weight: bolder; background-image: url("css_images/inspectit.gif"); background-repeat: no-repeat;
}
.scopeit {
	color: rgb(0, 128, 0); padding-bottom: 1em; padding-left: 6em; clear: none; font-style: normal; font-variant: normal; font-weight: bolder; background-image: url("css_images/Scope.gif"); background-repeat: no-repeat;
}
.gotcha {
	color: red; padding-bottom: 1em; padding-left: 6em; clear: none; font-style: normal; font-variant: normal; font-weight: bolder; background-image: url("css_images/gotcha.gif"); background-repeat: no-repeat;
}
.esd {
	padding-bottom: 1em; padding-left: 6em; clear: none; background-image: url("css_images/esd.gif"); background-repeat: no-repeat;
}
.radiotest {
	color: rgb(0, 128, 0); padding-bottom: 1em; padding-left: 6em; clear: none; font-style: normal; font-variant: normal; font-weight: bolder; background-image: url("css_images/radiotest.gif"); background-repeat: no-repeat;
}
.experienced {
	padding-bottom: 1em; padding-left: 6em; clear: none; font-style: normal; font-variant: normal; background-image: url("css_images/ScientistInLabcoat.gif"); background-repeat: no-repeat;
}
.pctest {
	color: black; padding-bottom: 1em; padding-left: 2em; clear: none; font-variant: normal; background-image: url("http://www.wb5rvz.com/sdr/images/pc.gif"); background-repeat: no-repeat;
}
.openItUp {
	background: url("../Images/open.png") no-repeat 0px 11px; padding: 10px 0px 0px 65px; cursor: pointer;
}
.closeItUp {
	background: url("../Images/close.png") no-repeat 0px 11px; padding: 10px 0px 0px 65px; color: gray; cursor: pointer;
}
.buttonBox {
	border-width: 10px; border-style: outset; padding-left: 10px;
}
.background {
	background-color: rgb(92, 135, 178);
}
.goToTop {
	background: -ms-linear-gradient(rgb(62, 119, 157), rgb(101, 169, 215)); padding: 12px 24px; border-radius: 9px; color: white; font-family: Helvetica, Arial, Sans-Serif; font-size: 14px; text-decoration: none; vertical-align: middle; border-top-color: rgb(150, 209, 248); border-top-width: 1px; border-top-style: solid; box-shadow: 0px 1px 0px rgba(0,0,0,1); text-shadow: 0px 1px 0px rgba(0,0,0,0.4); -webkit-border-radius: 9px; -moz-border-radius: 9px; -webkit-box-shadow: rgba(0, 0, 0, 1) 0 1px 0; -moz-box-shadow: rgba(0, 0, 0, 1) 0 1px 0;
}
.goToTop:hover {
	background: rgb(40, 89, 122); color: rgb(204, 204, 204); border-top-color: rgb(40, 89, 122);
}
.goToTop:active {
	background: rgb(27, 67, 94); border-top-color: rgb(27, 67, 94);
}
