body {
	font-family: arial,helvetica,sans-serif;
	background-color: gray;
	font-size: 0.75em;
}

body.BareWindow {
	font-family: arial,helvetica,sans-serif;
	background-color: white;
	font-size: 0.75em;
}

img {
	border: 0px;
}

table {
	border-spacing: 0px;
}

td {
	text-align: left;
	vertical-align: top;
}

th.DataCellHeader {
	text-align: left;
	border-bottom: 1px gray solid;
	border-top: 1px gray solid;
	padding: 2px 4px 2px 4px;
}

td.DataCellEvenRow {
	background-color: white;
	padding: 2px 4px 2px 4px;
}

td.DataCellOddRow {
	background-color: #EFEFEF;
	padding: 2px 4px 2px 4px;
}

a, a:link, a:active, a:visited {
	color: #55F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

fieldset {
	border: 1px #BBB solid;
}

legend {
	color: #777;
}

ul {
	margin: 5px 0px 5px 0px;
}

div.heading1 {
	color: #043584;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}

div.heading2 {
	color: #043584;
	font-size: 16px;
	font-weight: bold;
}

div.heading3 {
	color: #043584;
	font-size: 14px;
	font-weight: bold;
}

/* Page layout */
div.PageArea {
	margin: 0 auto;
	width: 775px;
	background-color: white;
	text-align: left;
}

div.ContentArea, td.ContentArea {
	background-color:white;
	padding: 10px 10px 10px 10px;
}

/* Main Navigation */
td.MainNav, td.MainNavHome {
	width: 200px;
}

a.MainNavOffL1, a:link.MainNavOffL1, a:active.MainNavOffL1, a:visited.MainNavOffL1 {
	display: block;
	background-color: #3878DA;
	color: #EFEFEF;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
	padding: 3px 3px 3px 10px;
	border-top: 1px white solid;
	border-left: 1px white solid;
	background-image: url(/_images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
}

a.MainNavOnL1, a:link.MainNavOnL1, a:active.MainNavOnL1, a:visited.MainNavOnL1, a:hover.MainNavOffL1 {
	display: block;
	background-color: #3878DA;
	color: white;
	font-weight: bold;
	line-height: 18px;
	text-decoration: none;
	padding: 3px 3px 3px 10px;
	border-top: 1px white solid;
	border-left: 1px white solid;
	background-image: url(/_images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 center;
}

a.MainNavOffL2, a:link.MainNavOffL2, a:active.MainNavOffL2, a:visited.MainNavOffL2 {
	display: block;
	background-color: white;
	color: #66543E;
	text-decoration: none;
	padding: 4px 2px 4px 10px;
}

a.MainNavOnL2, a:link.MainNavOnL2, a:active.MainNavOnL2, a:visited.MainNavOnL2, a:hover.MainNavOffL2 {
	display: block;
	background-color: white;
	color: #3878DA;
	text-decoration: none;
	padding: 4px 2px 4px 10px;
}

/* Footer */
div.Footer {
	text-align: center;
	padding: 10px 0 10px 0;
	font-size: 0.85em;
	background-color: gray;
	color: #EEE;
}

b.FooterNav {
	margin: 0px 10px 0px 10px;
}

a.FooterNav, a:link.FooterNav, a:active.FooterNav, a:visited.FooterNav {
	color: #EEE;
	text-decoration: none;
}

a:hover.FooterNav {
	text-decoration: underline;
}

/* Input Forms */
div.FormError {
	border: 1px red solid;
	background-image: url(/_images/warn.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	padding: 2px 2px 2px 25px;
	background-color: #EDD;
	color: black;
	clear: both;
	margin: 5px 0px 5px 0px;
}

div.FormElement, div.DataElement {
	display: inline;
	float: left;
	margin-right: 4px;
	margin-bottom: 15px;
}

div.FormLabel, div.DataLabel {
	margin-bottom: 5px;
}

div.DataCell {
	padding: 0px;
	border: 1px #EEE solid;
	background-color: #EEE;
	color: #333;
}

div.FormButtonRow {
	text-align: center;
	padding-top: 10px;
}

input.text {
	font-family: arial,helvetica,sans-serif;
	font-size: 1em;
	border: 1px #BBB solid;
	color: #333;
}

input.password {
	font-family: arial,helvetica,sans-serif;
	font-size: 1em;
	border: 1px #BBB solid;
	color: #333;
}

input.file {
	font-family: arial,helvetica,sans-serif;
	font-size: 1em;
	border: 1px #BBB solid;
	color: #333;
}

input.radio {
	vertical-align: text-bottom;
}

input.button {
	font-family: arial,helvetica,sans-serif;
	font-size: 1em;
}

select.select {
	font-family: arial,helvetica,sans-serif;
	font-size: 1em;
	border: 1px #BBB solid;
	color: #333;
}

textarea.textarea {
	font-family: arial,helvetica,sans-serif;
	font-size: 1em;
	border: 1px #BBB solid;
	color: #333;
}

div.PageArea #flags {
	float:left;
	position:absolute;
	margin-left:250px;
	margin-top:40px;
}
