a:link, a:visited {
	color: #336633;
	text-decoration: underline;
}

a:hover, a:active {
	color: #900;
	text-decoration: underline;
}

a.locator_bold:link, a.locator_bold:visited, a.locator_bold:hover, a.locator_bold:active {
	color: #000;
	cursor: default;
	font-weight: bold;
	text-decoration: none;
}

a.locator_link:link, a.locator_link:visited {
	color: #336633;
	text-decoration: underline;
}

a.locator_link:hover, a.locator_link:active {
	color: #900;
	text-decoration: underline;
}

a.locator_none:link, a.locator_none:visited, a.locator_none:hover, a.locator_none:active {
	color: #000;
	cursor: default;
	text-decoration: none;
}

body {
	color: #000;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	margin: 2px;
}

form {
	margin-bottom: 0;
}

h1 {
	font-size: 14px;
	margin: 0 0 5px 0;
}

h2 {
	font-size: 11px;
	border-bottom: 1px solid #336633;
	margin: 0 0 3px 0;
}

h3 {
	font-size: 10px;
	margin: 0 0 3px 0;
}

input, select {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;
}

input.default {
	font-weight: bold;
}

p {
	margin: 0 0 5px 0;
}

table, td, th {
	border: 0;
	margin: 0;
	padding: 0;
}

td, th {
	text-align: left;
}

td.numeric, th.numeric {
	text-align: right;
}

table.body {
	margin-left: 2px;
}

table.box {
	border: #336633 1px solid;
	margin-bottom: 2px;
	width: 100%;
}

table.box td {
	padding: 2px;
}

table.box th {
	background-color: #336633;
	color: #fff;
	font-weight: bold;
	padding: 2px 4px;
}

table.error {
	background-color: #C00;
	margin: 0 0.5px 2px 2px;
	width: 100%;
}

table.error td {
	color: #fff;
	font-weight: bold;
	padding: 2px 4px;
}

table.map td {
	padding: 0;
}

table.margin {
	margin-left: 2px;
	width: 100%;
}

table.margin td {
	/* background-color: #F5F0E5; */
	padding: 2px 4px;
}

table.title td {
	background-color: #336633;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
}

table.breadcrumb {
	border: #336633 1px solid;
	margin: 2px 0 0 0;
}

table.breadcrumb td {
	padding: 1px 2px;
}

table.data {
	margin-bottom: 5px;
}

table.data td, table.data th {
	background-color: #fff;
	padding: 0 8px 2px 0;
}

table.data td {
	color: #000;
	vertical-align: top;
}

table.data th {
	color: #336633;
	font-weight: bold;
	white-space: nowrap;
}

table.data td.formrow {
	padding-top: 3px;
}

table.form td {
	padding: 0 0 5px 0;
}

table.form td.label {
	padding-bottom: 2px;
}

table.form td.submit {
	padding-bottom: 0;
}

.diagnostic {
	border-bottom: none;
	color: #999;
}

table.locator td {
	padding: 1px;
}

table.cartlet td {
	padding: 0 4px 0 0;
}
