body {
	background: #666666;
	color: white;
}

.wholepage {
	border: 1px solid white;
	background: black;
}

.title {
	background: white;
	color: #606060;
	border-bottom: 3px solid #FF0000;
	font-family: Times New Roman;
	font-size: 18pt;
	font-weight: bold;
	text-align: right;
	padding: 0px;
	margin: 0px;
}

.header {
/*	padding: 0px;*/
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	background: black;
	color: white;
	font-family: Times New Roman;
	font-size: 18pt;
	font-weight: bold;
	text-align: left;
	position: fixed;
}

.header a {
	text-decoration: none;
	color: white;
/*	color: #FF0000;*/
}

.header p {
/*	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 4px;
	padding-left: 4px;
*/
	margin: 0px;
	padding: 0px;
}

.footer {
	padding: 0px;
	margin: 0px;
	background: black;
	color: white;
	border-top: 1px solid #FF0000;
}

.copyright {
	font-family: Times New Roman;
	font-size: 8pt;
	font-weight: normal;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 4px;
	margin: 0px;
}

.navBar {
	background-image: url('/road2.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: black;
	color: white;
	font-family: Times New Roman;
	font-size: 12pt;
	text-align: left;
	float: left;
	width: 200px;
/*	height: 300px;*/
	height: 550px;
	padding: 0px;
	position: fixed;
	top: 40px;
/*
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 4px;
*/
/*	margin: 4px;*/
	margin: 0px;
/*	border: 1px solid black;*/
}

.sideBar {
	background-color: #ff9933;
	color: white;
	font-family: Times New Roman;
	font-size: 12pt;
	text-align: left;
	width: 196px;
/*	height: 250px;*/
	padding: 0px;
	position: absolute;
	top: 360px;
/*
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 4px;
*/
/*	margin: 4px;*/
	margin: 0px;
/*	border: 1px solid black;*/
/*	border: 1px solid orange;*/
}

.sideBar .announceSmall {
	font-size: 10pt;
	color: white;
	width: 192px;
	border-top: 1px solid orange;
}

.sideBar .announceText {
	font-size: 12pt;
	width: 192px;
	border-top: 1px solid orange;
	color: black;
}

.sideBar h3 {
	font-size: 16pt;
	font-weight: bold;
	color: white;
	background-color: #ff6600;
/*	border: 1px solid orange;*/
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.sideBar p {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 0px;
	margin: 0px;
/*	border: 1px solid orange;*/
}

.navBar p {
/*	padding: 0px;*/
	
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 0px;
	margin: 0px;
}

.navBar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

.blankSpace {
	background: black;
	color: white;
	font-family: Times New Roman;
	font-size: 12pt;
	text-align: left;
	width: 10px;
	padding: 0px;
	margin: 0px;
	float: left;
}

.blankSpace p {
	padding: 0px;
	margin: 0px;
}

.contentBody {
	background: black;
	color: white;
	font-family: Times New Roman;
	font-size: 12pt;
	text-align: left;
	width: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
	margin-right: 0px;
	padding: 0px;
	padding-top: 40px;
}

.contentBody p {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 4px;
}

.contentBody h2 {
/*
	background: #FF3333;
	border: 1px solid #FFFFFF;
	color: white;
*/
/*	border: 2px solid #FF3333;*/
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
/*
	border-top: 1px solid #FF3333;
	border-bottom: 1px solid #FF3333;
*/
	color: black;
/*	padding: 0px;*/
/*	background: white;*/
	background-color: black;
	background-image: url('/white_black_gradient_400x1.gif');
/*	background-position: top left;*/
	background-repeat: repeat-y;

	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 0px;
	margin: 0px;
	font-family: Times New Roman;
	font-size: 14pt;
	font-weight: bold;
}

.contentBody h3 {
	background-color: black;
	background-image: url('/white_black_gradient_400x1.gif');
	background-repeat: repeat-y;

	color: black;

	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 0px;
	margin: 0px;
	font-family: Times New Roman;
	font-size: 12pt;
	font-weight: bold;
}

.contentBody h4 {

	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 0px;
	margin: 0px;
	font-family: Times New Roman;
	font-size: 12pt;
	font-weight: bold;
/*
	color: white;
*/
	width: 95%;
	border-bottom: 1pt solid #FF0000;
}

/*
.contentBody a {
	font-weight: bold;
	color: #FF0000;
}

.contentBody a:link {
	color: #FF0000;
}
.contentBody a:visited {
	color: #FF0000;
}
.contentBody a:active {
	color: #FF3333;
}
.contentBody a:hover {
	color: #FF9999;
}
*/

.contentBody a {
	font-weight: bold;
	color: #FFCCCC;
}

.contentBody a:link {
	color: #FFCCCC;
}
.contentBody a:visited {
	color: #FFCCCC;
}
.contentBody a:active {
	color: #FF3333;
}
.contentBody a:hover {
	color: #FF9999;
}

.navBar a:link {
	color: black;
}
.navBar a:visited {
	color: black;
}
.navBar a:active {
	color: black;
}
.navBar a:hover {
/*	background: #FF0000;*/
/*	
	border: 1px solid #FFFFFF;*/
	color: white;
}

.navSelected {
	background: #FF0000;
/*	
	border: 1px solid #FFFFFF;*/
	color: white;
	font-weight: bold;
}

img.withborder {
	margin: 1em;
	border: 2pt solid white;
}

.caption {
	padding: 0px;
	margin: 0px;
	font-family: Times New Roman;
	font-size: 12pt;
	font-weight: bold;
	color: #FF9999;
/*	color: #666666;*/
	width: 200px;
/*	color: #FFFFFF;*/
}

.value {
	padding: 0px;
	margin: 0px;
	font-family: Times New Roman;
	font-size: 12pt;
	font-weight: normal;
/*	color: #000000;*/
	color: #FFFFFF;
/*	color: #999999;*/
}

@media screen {
	.definition {
		font-weight: bold;
		cursor: help;
		text-decoration: none;
	}
}

h2 {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

h3 {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

h4 {
	width: 95%;
	border-bottom: 1pt solid black;
}

/* This is used in the manual for all tables that describe what buttons/settings/grids mean. */
table.controls {
/*	border: thin solid grey;
	border-top: thin solid grey;
	border-bottom: thin solid grey;
*/
}
table.controls td {
	padding-bottom: 6px;
}

table.controls td.firstcell {
	font-size: 12pt;
	font-weight: bold;
	width: 100px;
}

/*
table.controls td {
	border: thin solid white;
}
*/

/* This is used to insert a small break, like two empty lines, into the text */
p.smallbreak {
	margin-top: 0px;
	padding-top: 0px;
}

table.reseller td {
	padding-left: 10px;
	padding-right: 10px;
}

table.warranty {
/*	border: thin solid grey;
	border-top: thin solid grey;
	border-bottom: thin solid grey;
*/
}
table.warranty td {
	border: 1px solid red;
	padding-left: 2px;
	padding-right: 2px;
}

table.warranty td.firstcell {
	font-size: 12pt;
	font-weight: bold;
	width: 100px;
}

.productlist td {
/*
	background-color: #660000;
*/
	padding-left: 0.5em;
	padding-right: 0.5em;

}

.productlist th {
	background-color: #990000;
}

.productlist a {
	color: #FFFFFF;
	font-weight: normal;
	cursor: help;
}

table.productlist {
/*	
	border: 1px solid red;
*/
	background-color: #330000;
}

.productnav {
	border-collapse: collapse;
}

.productnav a {
	font-weight: normal;
}

.productnav td {
/*
	background-color: #660000;
	padding-left: 0.5em;
	padding-right: 0.5em;
*/
	border: 1px solid #660000;
}

.productnav th {
/*
	background-color: #990000;
*/
	background-color: #990000;
	border-left: 1px solid #660000;
	border-right: 1px solid #660000;
	font-weight: normal;
}

table.productnav {
/*	
	background-color: #330000;
*/
	/*border: 1px solid #663333;*/
	font-size: 10pt;
	font-family: Times New Roman;
/*	font-family: Arial;*/
/*	font-weight: bold;*/
}

.pictureWithCaption {
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	padding: 3px;
	font: 11px/1.4em Arial, sans-serif;
	color: #000000;
}

.alignLeft {
	margin: 0.5em 0.8em 0.5em 0;
	float: left;
}

.alignRight {
	margin: 0.5em 0pt 0.5em 0.8em;
	float: right;
}

.pictureWithCaption img {
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	margin-bottom: 3px;
}

.clear {
	clear: both;
}


.popup {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.popup fieldset a {
	color: #FFFF99;
}
.popup fieldset a:hover {
	color: #FFFFFF;
}

.popup fieldset {
	border: 1px solid red;
	background: #FFFFFF;
	margin-bottom: 4px;
}

.popup fieldset h1 {
	font-family: Times New Roman;
	font-size: 16pt;
	border-bottom: 1px solid #FF0000;
	color: #FF0000;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 2px;
}

.popup fieldset h2 {
	font-family: Times New Roman;
	font-size: 14pt;
	border-bottom: 1px solid #FF0000;
	color: #FF0000;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 2px;
}

.popup fieldset h3 {
	font-family: Times New Roman;
	font-size: 12pt;
	border-bottom: 1px solid #FF0000;
	color: #FF0000;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 2px;
}

.popup fieldset h4 {
	font-family: Times New Roman;
	font-size: 10pt;
	border-bottom: 1px solid #FF0000;
	color: #FF0000;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 2px;
}

.popup fieldset h5 {
	font-family: Times New Roman;
	font-size: 8pt;
	border-bottom: 1px solid #FF0000;
	color: #FF0000;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 2px;
}

.popup .footnote {
	font-size: 9pt;
	font-weight: normal;
	color: #FF9999;
}

.popup legend {
	font-family: Times New Roman;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	background: #990000;
	border: 1px solid black;
}

.popup .fieldname {
/*	font-size: 12pt;*/
	font-weight: bold;
}

.popup .fieldvalue {
/*	font-size: 12pt;*/
/*	font-weight: bold;*/
}

.important {
	background: red;
	color: yellow;
	font-weight: bold;
	font-size: 8pt;
	padding: 2px;
	border: 2px solid orange;
}

