body {
	margin: 0;
	padding: 0;
	background-color: #ddd;
}

a:visited {
	color: #444180;
}

div.header {
	background-color: #444180;
	text-align: left;
}

div.signout {
	float: right;
	clear: right;
	font-size: smaller;
	padding: 2px 17px;
}

div.body {
	margin: 4px;
}

div.editLink {
	float: right;
	margin: 0 2px 5px 10px;
	background-color: yellow;
	font-size: smaller;
}

div.note {
	float: right;
	width: 40%;
	/* background-color: #f6eec3; */
	border: dotted black 1px;
	clear: right;
	margin: 0 0 10px 10px;
}
div.note h2 {
	margin: 0;
	background-color: #444180;
	color: white;
	font-size: 14pt;
	border-bottom: solid black 1px;
}
div.note h2 a {
	color: white;
}

div.error:before {
	content: 'Error: ';
	font-weight: bold;
}
div.error {
	float: right;
	clear: right;
	margin: 0 0 10px 10px;
	width: 40%;
	border: dashed red 1px;
	background-color: #ffe0e0;
}

table.list {
	border-collapse: collapse;
}
table.list th {
	text-align: left;
	padding-left: 2px;
	padding-right: 8px;
}
table.list td {
	padding-left: 2px;
	padding-right: 4px;
	border-left: solid 1px #ddd;
}

tr.gray {
	background-color: #e8e8e8;
}
div.note tr.gray {
	background-color: #dde;
}

span.red {
	color: red;
}

h1.title {
	margin-bottom: 0;
}
p.subtitle {
	margin-top: 0;
	font-weight: bold;
}

p.actions {
	margin-top: 0;
	font-size: smaller;
}

span.warning {
	color: red;
	font-weight: bold;
}

/* end new stuff */

table.analysisForm td {
	text-align: center;
}

table.analysisForm td.radioText {
	text-align: left;
}

table.analysisForm td.formHeading {
	font-size: smaller;
	font-weight: bold;
}

table.analysisForm th {
	font-size: smaller;
	font-weight: bold;
}

table.administrationForm {
	margin-left: 20px;
}

div.choices {
	float: left;
	vertical-align: top;
	margin: 5px;
	padding: 2px 0px 2px 0px;
	width: 150;
	background: url('http://nuturf.ninemiregroup.com/images/box-bg.png');
	color: white;
	font-size: smaller;
	text-align: center;
}

div.choices A {
	margin: 2px;
	color: white;
	font-size: larger;
	font-weight: bold;
}

td.formError {
	color: red;
	font-size: smaller;
	font-style: italic;
	text-align: center;
}

td.sectionHeading {
	font-size: larger;
	font-weight: bold;
}

td.rowHeading {
	font-weight: bold;
}

P.formError {
	color: red;
	font-size: larger;
	font-style: italic;
}

SPAN.heading {
	font-size: larger;
	font-weight: bold;
}

table.boxes {
	border-collapse: collapse;
	border-spacing: 1;
}

div.hierarchyBox {
	width: 250;
	border: solid 1px;
	border-color: #3d5b4b;
	background-color: #3d5b4b;
	color: yellow;
	margin: 10px;
	padding: 10px;
}

div.hierarchyBox A {
	color: white;
}

div.hierarchyBox A#visited {
	color: #white;
}

div.box {
	width: 160px;
	border: solid 1px;
	border-color: #5f7eac;
	background-color: #3d5b4b;
	margin: 10px;
	padding: 10px;
	color: white;
	text-align: center;
}

div.boxTitle {
	width: 140px;
	margin: 0px 10px 5px 10px;
	text-align: center;
	font-size: larger;
	font-variant: small-caps;
	font-weight: bold;
	border: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #white;
}

div.boxContents {
	margin: 2px;
	font-size: smaller;
	text-align: center;
}

div.boxContents A {
	color: white;
}

div.boxContents A#visited {
	color: white;
}

div.boxContents A.heading {
	font-size: 12px;
	font-weight: bold;
}

div.balanceBox {
	border: dashed 1px;
	border-color: #3d5b4b;
	margin: 5px 20px 5px 20px;
	padding: 5px;
	text-align: center;
}

table.body {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.body td {
	vertical-align: top;
}

table.files {
	width: 100%;
}

table.files tr.nameBar {
	background-color: #3d5b4b;
}

table.files tr.nameBar td {
	color: white;
}

div.adminActions {
	border: solid 1px;
	font-size: smaller;
	margin: 2px;
	padding: 2px;
}

div.adminActions a#visited {
	color: blue;
}

div.invoiceBox {
	border: solid 1px;
	border-color: #3f3f48;
	margin: 10px;
	padding: 2px;
}

div.invoiceBoxTitle {
	margin: 0px;
	text-align: left;
	font-size: 12;
	font-variant: small-caps;
	border: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #white;
}

div.invoiceBoxContents {
	margin: 4px;
	font-size: 12px;
}

.green {
	color: #005d2e;
}

div.green li {
	color: #864e2d;
}

th.row {
	text-align: left;
}

th.column {
	text-align: left;
	font-size: smaller;
	text-decoration: underline;
}

div.navigation {
	width: 98%;
	padding: 0 1% 0 1%;
	font-size: smaller;
}

div.sectionHeading {
	width: 99%;
	background-color: #f5d4a5;
	margin-top: 20px;
	font-size: larger;
	font-weight: bold;
}

table.editableSection {
	width: 95%;
	margin: 5px 0px 1px 0px;
	background-color: #e0e0e0;
	border-collapse: collapsed;
}

table.editableSection td {
	padding: 1px;
	font-size: 12px;
	font-weight: bold;
}

table.editableSection td.editLink {
	font-size: smaller;
	font-weight: normal;
	text-align: right;
}

div.errorHeading {
	width: 100%;
	background-color: #ff3030;
	margin-top: 20px;
	font-size: larger;
	font-weight: bold;
}

dt {
	margin-top: 5px;
	font-weight: bold;
}

span.smallButtonLabel {
	font-size: 70%;
}

p.indented {
	margin-left: 10px;
}


table#header {
	background-image: url('/images/bg-header.png');
	background-repeat: repeat-x;
	border: none;
	border-collapse: collapse;
	margin: 0 auto;
	width: 700px;
	height: 26px;
}
td#headerLogo {
	padding: 10px 0 10px 0;
}
td#headerLogo a img {
	display: block;
	border: none;
	margin: 0;
	padding: 0;
}
td#headerNav {
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 11px;
}
div.signout ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 10px;
	font-weight: normal;
}
div.signout ul li {
	display: inline;
	padding: 0 17px;
	margin: 0;
	border-right: solid #444180 1px;
}
div.signout ul li a {
	color: #444180;
	text-decoration: none;
}
div.signout ul li a:hover {
	text-decoration: underline;
}

div#main {
	width: 696px;
	margin: 0 auto;
	padding: 2px;
	background-color: white;
}

table#banner {
	background-image: url('/images/banner.jpg');
	width: 700px;
	height: 162px;
	margin: 0 -2px;
}
td#bannerAccount {
	width: 106px;
	padding: 0 21px 10px 17px;
	vertical-align: top;
}
td#bannerAccount h2 {
	color: black;
	font-size: 90%;
	font-weight: normal;
	margin: 5px 0 4px 0;
}
td#bannerAccount form {
	margin: 0;
	padding: 0;
}
td#bannerAccount form input {
	margin: 5px 0;
}
td#bannerAccount form input.field {
	display: block;
	width: 100%;
	font-size: 10px;
}
td#bannerAccount a {
	color: #016;
	font-size: 10px;
}

div#main div#body {
	padding: 14px 27px;
	border-bottom: solid #ffa800 2px;
	min-height: 400px;
	_height: 400px;
}

div#breadcrumb {
	margin-bottom: 1px;
	font-size: smaller;
	color: #a0a0a0;
}
div#breadcrumb a {
	color: #444180;
	text-decoration: none;
}
div#breadcrumb a:hover {
	text-decoration: underline;
}

div.zone {
  background-color: #fef4df;
  margin: 14px -10px;
  padding: 1px 10px 13px 10px;
}

#footer {
	width: 666px;
	margin: 0 auto;
	background-color: #004066;
	color: white;
	text-align: center;
	font-size: 77%;
	padding: 9px 17px 8px 17px;
}
#footer a {
	color: white;
}

h1 {
	color: #a0a0a0;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 100%;
	margin: 1px 0 17px 0;
}
p.menu {
	margin-top: -16px;
	font-size: smaller;
}

h1 strong {
	color: #ffa800;
}


h2 {
	color: black;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 14px 0 0 0;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 1px 0;
	color: #fa9817;
}
h3 a {
	color: #fa9817;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
h4 {
	font-size: 90%;
	font-weight: bold;
	margin: 1px 0;
}
div.hr {
	height: 1px;
	background-image: url('/images/line-dotted.gif');
	background-repeat: repeat-x;
	margin: 14px -10px;
	padding: 0;
}
div.hr hr {
	display: none;
}

div.sidebar {
	width: 30%;
	float: right;
	clear: right;
	padding: 4px 7px;
	background-color: #fef4df;
	margin: 1px 1px 2em 1em;
}

table.grid {
	border-collapse: collapse;
	margin: 0;
	border: none;
	width: 100%;
	font-size: 90%;
}
table.grid tr.border {
	height: 2px;
	background-color: #fbc663;
	background-image: url('/images/line-dotted.gif');
	background-repeat: repeat-x;
}
table.grid tr.border.top { background-position: top; }
table.grid tr.border.bottom { background-position: bottom; }
table.grid tr.header {
	background-color: #fbc663;
}
table.grid th {
	padding: 4px 2px 3px 2px;
}
table.grid th.column {
	vertical-align: top;
	text-decoration: none;
}
table.grid td {
	padding: 1px 2px;
}

tr.odd td, tr.odd th {
	background-color: #fde0a4;
}

td.number {
	text-align: right;
}

table.columns {
	border-collapse: collapse;
	border: none;
	margin: 0;
	width: 100%;
}
table.columns td {
	vertical-align: top;
}

#copyright {
	margin: 1px 0;
	padding-bottom: 5em;
	text-align: center;
	color: #004672;
	font-size: 77%;
}

a img {
	border: none;
}

.log { background-color: #eeeccc; }
.logHeader { background-color: #cccaaf;	}
span.log {
	background-color: transparent;
	color:  #807e6e;
}

.plan { background-color: #acd4b0; }
.planHeader { background-color: #84ad88; }
span.plan {
	background-color: transparent;
	color: #2d804c;
}

div.zone {
  background-color: #eee;
}
div.zone tr.odd {
	background-color: #ddd;
}
div.sidebar {
	background-color: #eee;
}
