body
{
	color: #787E7D;
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	text-align: center;
}

p.badFormFeedback  /* used to point out missed info in red at the top of forms */
{
	color: Red;
	font-size: larger;
	font-weight: bolder;
}

H1
{
	font-weight: bolder;
	font-size: 14pt;
	margin-top: 0;
}
H2
{
	font-weight: bolder;
	font-size: 12pt;
}
H3
{
	font-weight: bolder;
	font-size: 10pt;
}
H4
{
	font-weight: bolder;
	font-size: 10pt;
	font-style: italic;
}
.highlight
{
	color: #0000FF;
}

A
{
	color: #787E7D;
}

A.HeaderA
{
	text-decoration: none;  /* override fact that links are normally underlined */
	color: #0000FF;  /* override our link colour back to blue */
	font-weight: bolder;
	font-size: 14pt;
}

A.MenuA,
A:link.MenuA,
A:visited.MenuA
{
	font-weight: bold;
	text-decoration: none;  /* override fact that links are normally underlined */
}
A:hover.MenuA,
A:focus.MenuA,
A:active.MenuA 
{
	color: #186B5A;
	font-weight: bold;
	text-decoration: none;  /* override fact that links are normally underlined */
}


A.ButtonA,
A:link.ButtonA,
A:visited.ButtonA
{
	background-color: rgb(24, 107, 90 );
	border-top: rgb(99, 146, 148) solid 3px;
	border-right: rgb( 49, 85, 82 ) solid 3px;
	border-bottom: rgb( 49, 85, 82 ) solid 3px;
	border-left: rgb( 99, 146, 148 ) solid 3px;
	color:rgb( 255, 255, 255 );
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bolder;
	font-style: normal;
	letter-spacing: 1px;
	padding: 3px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

A:hover.ButtonA,
A:focus.ButtonA
{
	background-color: rgb( 126, 143, 200 );
	border-top: rgb(198, 208, 240) solid 3px;
	border-right: rgb( 90, 108, 166 ) solid 3px;
	border-bottom: rgb( 90, 108, 166 ) solid 3px;
	border-left: rgb(198, 208, 240) solid 3px;
	color:rgb( 255, 255, 255 );
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bolder;
	font-style: normal;
	letter-spacing: 1px;
	padding: 3px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

A:active.ButtonA
{
	background-color: rgb( 126, 143, 200 );
	border-top: rgb( 90, 108, 166 ) solid 3px;
	border-right: rgb(198, 208, 240) solid 3px;
	border-bottom: rgb(198, 208, 240) solid 3px;
	border-left: rgb( 90, 108, 166 ) solid 3px;
	color:rgb( 207, 217, 251 );
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bolder;
	font-style: normal;
	letter-spacing: 1px;
	padding: 3px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

A.ButtonDisabledA,
A:link.ButtonDisabledA,
A:visited.ButtonDisabledA,
A:hover.ButtonDisabledA,
A:focus.ButtonDisabledA,
A:active.ButtonDisabledA
{
	background-color: rgb( 150, 150, 150 );
	border-top: rgb( 180, 180, 180 ) solid 3px;
	border-right: rgb( 100, 100, 100 ) solid 3px;
	border-bottom: rgb( 100, 100, 100 ) solid 3px;
	border-left: rgb( 180, 180, 180 ) solid 3px;
	color:rgb( 255, 255, 255 );
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bolder;
	font-style: normal;
	letter-spacing: 1px;
	padding: 3px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

input.ButtonA{
    background-color: rgb(24, 107, 90 );
	border-top: rgb(99, 146, 148) solid 3px;
	border-right: rgb( 49, 85, 82 ) solid 3px;
	border-bottom: rgb( 49, 85, 82 ) solid 3px;
	border-left: rgb( 99, 146, 148 ) solid 3px;
	color:rgb( 255, 255, 255 );
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bolder;
	font-style: normal;
	letter-spacing: 1px;
	padding: 2px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

input:hover.ButtonA{
    background-color: rgb( 126, 143, 200 );
	border-top: rgb(198, 208, 240) solid 3px;
	border-right: rgb( 90, 108, 166 ) solid 3px;
	border-bottom: rgb( 90, 108, 166 ) solid 3px;
	border-left: rgb(198, 208, 240) solid 3px;
	color:rgb( 255, 255, 255 );
	font-family: arial,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bolder;
	font-style: normal;
	letter-spacing: 1px;
	padding: 2px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}


div#container
{
	width: 800px;
	background-color: #ECF0EF;
}
div#header
{
	width: 800px;
	height: 85px;
	background-color: #186B5A;
	cursor:pointer;
}
div#menu
{
	background-color: #ffffff;
	width: 800px;
	border-bottom: solid thin #C7C4DA;
	border-bottom: solid 1 #C7C4DA;  /* 1 is only understood by IE, so by having both of these, we've essentially given a different setting to IE than to Mozilla in order to make the IE border appear thinner */
	padding-bottom: 1px;
	text-align: left;
}
div#body   /* contains content and rightSide div's */
{
	width: 800px;
	position: relative;
	left: 0;
	top: 5;
}
div#footer
{
	width: 800px;
	text-align: right;
}
div#footer span
{
	font-size: 9pt;
	color: #787E7D;
	font-family: Arial, Sans-Serif;
	font-weight: normal;
}

div.importantParagraph  /* emphasized with top and bottom border, and indents, usually contains P */
{
	border-top: solid medium #7E8FC8;
	border-top: solid 2 #7E8FC8;
	border-bottom: solid medium #7E8FC8;
	border-bottom: solid 2 #7E8FC8;
	margin-left: 15px;
	margin-right: 15px;
}
div.section  /* emphasized with top, and indents, usually contains P */
{
	border-top: solid medium #7E8FC8;
	border-top: solid 2 #7E8FC8;
	margin-left: 15px;
	margin-right: 15px;
    text-align: center;
}
div.sectionLeft  /* emphasized with top, and indents, usually contains P */
{
	border-top: solid medium #7E8FC8;
	border-top: solid 2 #7E8FC8;
	margin-left: 15px;
	margin-right: 15px;
    text-align: left;
}
div.sectionLeft p
{
	margin-top: .5em;
	margin-bottom: .5em;
}

div.importantParagraph p,
div.section p
{
	margin-top: .5em;
	margin-bottom: .5em;
}

p.question {
	text-align: left;
	font-size: 12pt;
	color: #186B5A;
	font-weight: bold;
}

p.detail {
	text-align: justify;
	font-size: 8pt;
	color: #787E7D;
	font-weight: normal;
}


TABLE.mastHead {
	BORDER: hidden;
	BORDER-WIDTH: 0px;
	width: 100%;
	cellpadding: 0;
	cellspacing: 0;
}
TABLE.mastHead TD.blank {
	BACKGROUND-COLOR: #ffffff;
}
TABLE.mastHead TD.fill {
	BACKGROUND-COLOR: #787E7D;
	COLOR: #ffffff;
	FONT-FAMILY: Arial, Sans-Serif;
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none;
}

MAP {
	BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-RIGHT: 0px; BORDER-TOP: 0px; CLEAR: none
}

table.entry {
	border: 0px;
	border-collapse: collapse;
	text-align: left;
	width: 75%;
}

table.entry td {
	font-size: 9pt;
	padding-left: 0px; 
	padding-right: 0px; 
	padding-top: 0px; 
	padding-bottom: 0px;
	margin-left: 0px; 
	margin-right: 0px; 
	margin-top: 0px; 
	margin-bottom: 0px;
}

table.entry td.section {
	font-size: 10pt;
	font-weight: bold;
	color: #186B5A;
	text-align: justify;
}

table.entry td select.normal {
	font: 8pt Verdana;
	font-weight: bolder;
	color: #186B5A;
	width: 100%;
}

table.entry td select.reduced {
	font: 7pt Verdana;
	font-weight: bolder;
	color: #186B5A;
	width: 100%;
}

span.text,
table.entry td input.text {
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	color: #186B5A;
	font-weight: bold;
	width: 99%;
}

table.entry td textarea.text {
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	color: #186B5A;
	font-weight: bold;
	width: 99%;
}

table.entry td input.disabled {
	font-size: 9pt;
	background-color: LightGrey;
	width: 100%;
}

table.layout {
	border: 0px;
	border-collapse: collapse;
	font-size: 10pt;
	text-align: left;
	cellpadding: 5px;
	cellspacing: 0px;
	width: 100%;
}

table.info {
	border: 0px;
	border-collapse: collapse;
	font-size: 9pt;
	text-align: left;
	cellpadding: 5px;
	cellspacing: 0px;
	width: 100%;
}

table.info td,
table.layout td {
	vertical-align: top;
}

table.info td.value {
	color: #186B5A;
	font-weight: bold;
}

table.info td.unsupplied {
	color: #186B5A;
	font-weight: normal;
	font-style: italic;
}

table.info td.money {
	color: #186B5A;
	font-weight: bold;
	text-align: right;
}

table.info td.link {
	text-align: center; 
	vertical-align: middle;
}

table.info td.link a {
	cursor:pointer;
}

table.info td input {
	font-size: 9pt;
	color: #186B5A;
	font-weight: bold;
}

/* Various cell items*/

FONT.statusFail {
	COLOR: #ff0000;
	FONT-FAMILY: Arial, Sans-Serif;
	FONT-SIZE: 10pt
}

/*
 * Input forms and record details (read-only forms).
 */

LABEL, SPAN.label
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 10px;
  color: #086352;
}

LABEL.checkbox, LABEL.radioButton
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

TABLE.flagColumns
{
  margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 4px;
  padding: 0px;
  border: none;
}
TABLE.flagColumns TD
{
  padding-left: 10px; padding-right: 10px; padding-top: 0px; padding-bottom: 2px;
  margin: 0px;
  border: none;
  vertical-align: top;
}

SPAN.fieldValue
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333300;
  word-wrap : break-word;
  overflow: hidden;
}

DIV#pagePrompt
{
  margin-left: 20px; margin-right: 30px; margin-top: 15px; margin-bottom: 0px;
  width: 500px;
  text-align: left;
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal;
  text-decoration: none;
}
DIV#content
{
  margin-left: 40px; margin-right: 10px; margin-top: 15px;
  width: 350px;
  text-align: left;
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal;
  text-decoration: none;
}

SPAN.requiredFieldMarker
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #cc0000;
}

SPAN.requiredFieldComment, SPAN.fieldComment
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 10px;
  color: #000000;
}

SELECT 
{
	font: 8pt Verdana;
	font-weight: bolder;
	color: #186B5A;
}


/*
 * Tabular lists (charts)
 */

TABLE.chart
{
    margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 10px;
    border: 1px solid #666633;
	color: #186B5A;
	cellspacing: 0px;
	width: 100%;
}

TABLE.chart TR.chartHeader,
TABLE.chart TR.chartFooter
{
	background-color: #186B5A;
	color: silver;
}
TABLE.chart TR.chartHeader TH,
TABLE.chart TR.chartFooter TH
{
    margin: 0px;
    padding-left: 5px; padding-right: 5px; padding-top: 1px; padding-bottom: 1px;
    text-align: left;
    vertical-align: top;
	font: 8pt Verdana;
	font-weight: bolder;
}

TABLE.chart TR.chartOddRow
{
	background-color: whitesmoke;
}
TABLE.chart TR.chartEvenRow
{
    background-color: silver;
}

TABLE.chart TR.chartOddRow TD,
TABLE.chart TR.chartEvenRow TD
{
    margin: 0px;
	font: 8pt Verdana;
	font-weight: bold;
	border-style: none;
    text-decoration: none;   
    font-style: none;
    padding-left: 5px; padding-right: 5px; padding-top: 1px; padding-bottom: 1px;
    text-align: left;
    vertical-align: top;
    word-wrap : break-word;
    overflow:hidden;   
}
TABLE.chart TR.chartOddRow TH,
TABLE.chart TR.chartEvenRow TH
{
    margin: 0px;
	background-color: #186B5A;
	color: silver;
    padding-left: 5px; padding-right: 5px; padding-top: 1px; padding-bottom: 1px;
    text-align: left;
    vertical-align: top;
	font: 8pt Verdana;
	font-weight: bolder;
}


TABLE.chart TR.chartOddRow TD.secondaryLabel,
TABLE.chart TR.chartEvenRow TD.secondaryLabel
{
    margin: 0px;
	font: 8pt Verdana;
	font-weight: normal;
	border-style: none;
    text-decoration: none;   
    font-style: italic;   
    padding-left: 5px; padding-right: 5px; padding-top: 1px; padding-bottom: 1px;
    text-align: left;
    vertical-align: top;
    word-wrap : break-word;
    overflow:hidden;   
}

TABLE.chart TR.chartOddRow TD.secondaryInfo,
TABLE.chart TR.chartEvenRow TD.secondaryInfo
{
    margin: 0px;
	font: 8pt Verdana;
	font-weight: normal;
	border-style: none;
    font-style: none;
    text-decoration: none;   
    padding-left: 5px; padding-right: 5px; padding-top: 1px; padding-bottom: 1px;
    text-align: left;
    vertical-align: top;
    word-wrap : break-word;
    overflow:hidden;   
}

TABLE.chart TR.chartOddRow TD TEXTAREA.text,
TABLE.chart TR.chartEvenRow TD TEXTAREA.text {
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	color: #186B5A;
	font-weight: bold;
	width: 99%;
}


/*--- USCG Chart ---- */
TABLE.uscgChart
{
    margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 10px;
    border: 1px solid #666633;
    border-collapse: collapse;
    color: #186B5A;
	cellspacing: 0px;
	width: 100%;
}

table.uscgChart td {
    border: 1px solid black;
    border-collapse: collapse;
}
table.uscgChart th {
    border: 1px solid silver;
    border-collapse: collapse;
    text-align: center;
}



TABLE.uscgChart TR.chartHeader,
TABLE.uscgChart TR.chartFooter
{
	background-color: #186B5A;
	color: silver;
    border-color:silver;
}
TABLE.uscgChart TR.chartHeader TH,
TABLE.uscgChart TR.chartFooter TH
{
    margin: 0px;
    padding-left: 5px; padding-right: 5px; padding-top: 1px; padding-bottom: 1px;
    /*text-align: left;*/
    text-align: center;
    vertical-align: top;
	font: 8pt Verdana;
	font-weight: bolder;
}

TABLE.uscgChart TR.chartOddRow
{
	background-color: whitesmoke;
}
TABLE.uscgChart TR.chartEvenRow
{
    background-color: silver;
}

TABLE.uscgChart TR.chartOddRow TD,
TABLE.uscgChart TR.chartEvenRow TD
{
    margin: 0px;
	font: 8pt Verdana;
	font-weight: bold;
	/*border-style: none;*/
    text-decoration: none;
    font-style: none;
    padding-left: 5px; padding-right: 5px; padding-top: 1px; padding-bottom: 1px;
    text-align: left;
    vertical-align: top;
    word-wrap : break-word;
    overflow:hidden;
}
TABLE.uscgChart TR.chartOddRow TH,
TABLE.uscgChart TR.chartEvenRow TH
{
    margin: 0px;
	background-color: #186B5A;
	color: silver;
    padding-left: 5px; padding-right: 5px; padding-top: 1px; padding-bottom: 1px;
    text-align: left;
    vertical-align: top;
	font: 8pt Verdana;
	font-weight: bolder;

}


TABLE.uscgChart TR.chartOddRow TD.secondaryLabel,
TABLE.uscgChart TR.chartEvenRow TD.secondaryLabel
{
    margin: 0px;
	font: 8pt Verdana;
	font-weight: normal;
	/*border-style: none;*/
    text-decoration: none;
    font-style: italic;
    padding-left: 5px; padding-right: 5px; padding-top: 1px; padding-bottom: 1px;
    text-align: left;
    vertical-align: top;
    word-wrap : break-word;
    overflow:hidden;
}

TABLE.uscgChart TR.chartOddRow TD.secondaryInfo,
TABLE.uscgChart TR.chartEvenRow TD.secondaryInfo
{
    margin: 0px;
	font: 8pt Verdana;
	font-weight: normal;
	border-style: none;
    font-style: none;
    text-decoration: none;
    padding-left: 5px; padding-right: 5px; padding-top: 1px; padding-bottom: 1px;
    text-align: left;
    vertical-align: top;
    word-wrap : break-word;
    overflow:hidden;
}

TABLE.uscgChart TR.chartOddRow TD TEXTAREA.text,
TABLE.uscgChart TR.chartEvenRow TD TEXTAREA.text {
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	color: #186B5A;
	font-weight: bold;
	width: 99%;
}


/* --- AUTOCOMPLETE CSS --- */
.autocomplete {
	position: absolute;
	/*color: #333;*/
	background-color: #fff;
	border: 1px solid #666;
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	color: #186B5A;
	overflow-y: auto;
	height: 150px;
}

.autocomplete ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

.autocomplete li {
	display: block;
	white-space: nowrap;
	cursor: pointer;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #fff;
}

.autocomplete li.selected {
	background-color: blue;/*#cef;*/
	color: white;
	border-top: 1px solid #9bc;
	border-bottom: 1px solid #9bc;
}