
#products  { position: relative; top: -75px; left: 0px; width: 738px; margin-left: 85px; margin-bottom: -30px; visibility: visible; display: block }
#power     { position: absolute; z-index: 1; top: 47px; left: 169px; width: 110px; height: 111px; visibility: visible; display: block }
#control   { position: absolute; z-index: 1; top: 188px; left: 8px; width: 252px; height: 127px; visibility: visible; display: block }
#options   { position: absolute; z-index: 1; top: 310px; left: 250px; width: 227px; height: 128px; visibility: visible; display: block }
#motor_feedback     { position: absolute; z-index: 1; top: 183px; left: 457px; width: 273px; height: 135px; visibility: visible; display: block }
#buttons   { position: absolute; z-index: 2; top: 210px; left: 315px; width: 112px; height: 15px; visibility: visible; display: block; text-align:center; }
#servo     { position: absolute; z-index: 1; top: 131px; left: 289px; width: 130px; height: 132px; visibility: visible; display: block }
#layer1    { position: absolute; top: 1px; left: 279px; width: 691px; height: 56px; visibility: visible; display: block }
span#numResults {
	font-family: Verdana, Arial, Helvetica, Geneva;
	font-size: 20px;
	font-weight: bold;
	color:#000;	
	position: absolute;
	top: 175px;
	left: 330px;
	z-index: 2;
}
#animation  { position: absolute; top: 176px; left: 689px; width: 222px; height: 125px; visibility: visible; display: block }

#messages	{ margin-top: -30px; height: 35px;}
span#message { font-family: arial, helvetica, sans-serif;}


span.property {
	/*Controls property headings, Voltage, Current, etc.*/
	font-family: Verdana, Arial, Helvetica, Geneva;
	font-size: 12px;
	font-weight: bold;
	/* Works on IE */	
	padding-right: 11px;
}
span.units {
	font-family: Verdana, Arial, Helvetica, Geneva;
	font-size: 12px;
}


#results table.striped-table table {
	font-size: 1em;		
}
#results table.striped-table tr td { /* Added to give color to the even numbered rows in case the table extended outside its container. */
	background: #FFFFFF;
}
#results table.striped-table tr.even td {
	background: #ecf6fc;
}
#results table.striped-table tr td {/* Weirdness */
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, Geneva;
	font-size: 12px;
}
#results table.striped-table tr.over td {
	background: #bcd4ec;
}
#results div#results-table {/* was div#results-table */
    width: 950px;
    height: 350px;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 8px;
	position: relative; /* fixed the scroll problem.  The containing div needs to be position: relative too */
}

#results #prodTable {/* Was html>body*#prodTable */
	position: absolute;
	left: 18px;
	z-index: 10;
	background-color: white;
}
table#resultstable {/* Was html>body*#resultstable */
	position: relative;
	top: -8px;
	left: 140px;
}

#results table.striped-table thead tr th { 
    font-weight: bold; 
    padding-left: 20px; 
    margin-left: -1px;
    background: #3e83c9;
	color: #fff;
	padding: 2px 11px;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: 1.2; 
	padding-right: 20px;
}

#results table.striped-table thead tr th, #results table.striped-table tfoot tr th {
	border: 1px solid #FFF;
	padding: 4px;
}

#results table.striped-table thead tr .headerSortDown, #results table.striped-table thead tr .headerSortUp {
	background-color: #bcd4ec;
}

div.pagination {
	padding: 3px;
	margin: 3px;
}
div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}
hr#divider {
	margin-top: 15px;
	margin-bottom: 15px;
}
div#help {
	position: absolute;
	right: 50px;
}
span.value {
	font-family: Verdana, Arial, Helvetica, Geneva;
	font-size: 12px;
}
