@charset "UTF-8";/* CSS Document *//*---------------- Display Styles -----------------------*/body {	/*background: url(rubber.png) #2c2c2c;*/	background: url(body-bg.png);	text-align: center;	/*font-family:"Trebuchet MS", sans-serif;	font-family: Verdana, Geneva, sans-serif;*/	font-family: Arial, Helvetica, sans-serif;	color:#6e6e6e;	margin: 0;	padding:0;}.masthead {	background:#363835 url(header-bg.png) repeat-x bottom;	height: 162px;}.masthead img {	margin-top:18px;}.mastheadDivider {	background:url(header-bottom.png) repeat-x;	min-height:22px;}.wrapper {	/*background-color:#f6f6f6;*/	background-color: #fff;	border:solid 1px #cecece;	border-radius: 5px;	margin: 30px auto;	padding: 30px;	text-align: left;	/*width:670px;*/	width: 938px;}.masthead .wrapper {	border: none;	background-color: none;	padding: 0;	margin: 0 auto;	/*border: #F33 solid 2px;*/	width: 1038px;}.diagram {	width: 700px;	min-height:410px;	position:relative;	/*border: #F06 solid 1px;*/}.diagram table {	background:#fff;	border-radius: 5px;	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.1);	/*position:absolute;*/	bottom: 10px;	/*float: left;*/	clear: both;	border: 1px solid;	font-size: 18px;}.diagram table td, .diagram table th {	padding: 7px 20px;}h1 {	font-size: 175%;	text-shadow:1px 1px 1px rgba(225, 225, 225, 0.5);	margin-top:0;	font-weight: normal;	text-align: center;}h2 {	font-size:110%;	font-weight: normal;	margin-bottom: 0;}input[type="submit"], input[type="button"]  {	/* display: block;*/	margin-top: 15px;	padding:2px 13px 3px 9px;	cursor:pointer;	overflow: visible;	font-weight: normal;	font-family:"Trebuchet MS", sans-serf;	white-space: normal;	border: medium none;	background:#7eaf28 url(readon-plus.png) 100% 50% no-repeat;	border-radius: 4px;	font-size:13px;	transition:background-position 0.3s linear 0s;	color:#fff;	text-shadow:-1px -1px 0px rgba(0, 0, 0, 0.3);	line-height: 1.6em;	/*margin-left: 215px;*/}.power input[type="submit"] {	margin-left: 500px;	width: 150px;}input[type="string"], input[type="text"], #silo1 {	width:184px;	padding:4px;	border-radius:3px;	line-height:18px;	font-size:13px;	border:1px solid #ccc;	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.1) inset;	font-family:"Trebuchet MS", sans-serf;}label {	width: 100px;	display: block;	float: left;}.mapEntryItem {	margin-bottom: 5px;}.power label {	width: 60px;}.powerRadio {	height: 50px;}.data form {	width:350px;	margin: 0 auto;}.power form {	width:650px;	margin:0 auto;}.left {	float: left;}.footer {	padding-top:20px;	position:relative;	color: #555555;	background: #252525;	font-family: Helvetica,Arial,FreeSans,sans-serif;	font-size: 8pt;	font-weight: bold;}.footer a {	color: #7EAF28;	}