* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	margin: 0;
	padding: 16px;
	background-color: #809ab1;
	z-index: -1;
	text-align: center;
}

h1 {
	margin: 1em 0 0.5em 0;
}

#main {
	width: 100%;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #000000;
	background-image: url(../img/background.png);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #d7d8c4;
}

#container {
	
}

#header {
	display: block;
	width: inherit;
	height: 85px;
	background-image: url(../img/raxtar.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000000;
}

#inheader {
	display: block;
	width: inherit;
	height: 24px;
	background-image: url(../img/off.png);
	background-repeat: repeat-x;
	background-color: #000000;
	position: relative;
	top: 60px;
}

#nav {
	display: table;
	margin-top: 16px;
	margin-left: 16px;
	float: left;
	height: 400px;
}

#subnav {
	float: right;
	margin-right: 16px;
	margin-top: 16px;
}

#content {
	margin: 16px 176px 16px 176px;
	text-align: left;
}

#footer {
	clear: both;
	width: inherit;
	background-color: #000000;
	color: #ff9900;
	text-align: right;
	padding: 2px;
}

a.footer {
	color: #ff9900;
}

.button {
	background-color: transparent;
	background-image: url(../img/off.png);
	border: 0px solid #FFFFFF;
	color: #dfdfdf;
	display: block;
	width: 120px;
	text-align: left;
	background-repeat: repeat-x;
	padding: 6px;
	font-size: 12px;
	font-family: "Lucida Grande", Lucida, Arial, sans-serif;
	cursor: pointer;
	margin: 6px 0 6px 0;
}

.buttonselected {
	background-color: transparent;
	background-image: url(../img/on.png);
	border: 0px solid #FFFFFF;
	color: #000000;
	display: block;
	width: 120px;
	text-align: left;
	background-repeat: repeat-x;
	padding: 6px;
	font-size: 12px;
	font-family: "Lucida Grande", Lucida, Arial, sans-serif;
	cursor: pointer;
	margin: 6px 0 6px 0;
}

tr.selectable td {
	height: 22px;
	border: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 1px;
	padding-right: 10px;
}

tr.selectable:hover {
	background-image: url(../img/on.png);
	background-repeat: repeat-x;
	cursor: pointer;
}

.fieldcontainer {
	float: left;
	margin: 1px;
	padding: 0;
}

.fieldcontainercontent {
	border: 2px groove #abceed;
	float: left;
	padding: 10px 0 2px 0;
	background-color: #D7D8C4;
}

.fieldcontainerheader {
	position: relative;
	top: -12px;
}

.fieldcontainerheader p {
	position: absolute;
	top: -0.75em;
	left: 0.5em;
	background-color: #D7D8C4;
	display: inline;
	margin: 0;
	padding: 2px 4px 2px 4px;
	white-space: nowrap;
	border: 1px outset;
}

.field {
	white-space: nowrap;
	margin: 0px 4px 0px 1px;
}

.ledred {
	background-color: #7f0000;
	border: 1px solid #ff0000;
	font-size: 9px;
}

.ledgreen {
	background-color: #007f00;
	border: 1px solid #00ff00;
	font-size: 9px;
}

.ledgrey {
	background-color: #6f6f6f;
	border: 1px solid #afafaf;
	font-size: 9px;
}

#direction.nostat {
	background-image: url(../img/nostat.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 32px;
}

#direction.up {
	background-image: url(../img/up.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 32px;
}

#direction.stat {
	background-image: url(../img/stat.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 32px;
}

#direction.down {
	background-image: url(../img/down.png);
	background-repeat: no-repeat;
	width: 16px;
	height: 32px;
}

div.autocomplete {
	border: 1px solid black;
	background-color: white;
	margin: 0;
	padding: 0;
}

div.autocomplete ul {
	padding: 1px;
	margin: 0;
	list-style: none;
}

div.autocomplete ul li {
	padding: 0;
	margin: 0;
}

.indicator {
	width: 26px;
	height: 26px;
	background-image: url(../img/indicator.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	right: -26px;
	top: -22px;
}

.message {
	color: red;
	font-style: italic;
}

.datetimepicker {
	position: absolute;
	background-color: #d7d8c4;
}

.bigtext {
	width: 30em;
}

a.pdf {
	background-image: url(../img/pdf.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 18px;
	border: 0pt none;
	width: 16px;
	height: 16px;
}

img.pdf {
	background-image: url(../img/pdf.png);
	background-repeat: no-repeat;
	border: 0pt none;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}

td.label {
	padding-right: 1em;
}