
body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  max-width: 960px;
  background-color: #FFFFFF;
/*  background-position: top left;  */
/*  background-image: url(seagradient.jpg); */
  background-repeat: repeat-x
}

h2 {
  font-weight: bold;
  line-height: 1;
  font-size: 14pt;
  color: #385070;
}

h3 {
  padding: 4px 4px 4px 0px;
  font-weight: bold;
  line-height: 1;
  font-size: 12pt;
/*  background-color: #D9D9E9; */
/*  border-top: 1px solid #6F6F9F; */
}

h4 {
  margin-bottom: 0px;
  margin-right: 6px;
  padding: 1px 0px 2px 0px;
  font-weight: bold;
  line-height: 1;
  font-size: 10pt;
  border-top: 1px solid #8F8F8F;
  background: #D5D5E0;
/*  border: 1px #6F6F9F dashed; */
}

td {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-family:arial,sans-serif;
  font-size: 10pt;
  color: #000000;
}

p {
  margin: 11px 0 14px 0;
  padding: 0 0 0 0;
}


table.tblbase {
  margin: 2px 2px 2px 2px;
  background-color: #ffffff;
  border-collapse: collapse;
  border-spacing: 0px;
}
table.tblbasenobg {
  margin: 2px 2px 2px 2px;
  border-collapse: collapse;
  border-spacing: 0px;
}
table.tblbase td, table.tblbasenobg td {
  padding: 1px 4px 0px 4px;
  vertical-align: top;
}
table.tblbase th, table.tblbasenobg th {
  padding: 1px 4px 0px 4px;
  vertical-align: top;
  white-space: nowrap;
}


table.tblright {
  margin: 2px 2px 2px 8px;
  float: right;
}

table.tblleft {
  margin: 2px 8px 2px 2px;
  float: left;
}

table.tblborder td {
  border: 1px #6F6F9F solid;
}
table.tblfrstcolralign td.colone {
  text-align: right;
}

table.tblmethodsumm {
/*  background-color: #EEEEEE; */
  border-top: 1px solid #6F6F6F; /*#C0C0C0; */
  border-bottom: 1px solid #7F7F8F; /*#C0C0C0; */
}

table.tblnavbox {
  border: 1px solid #6F6F6F;
}



table.tblfeed {
  border-top: 1px #6F6F9F solid;
  border-bottom: 1px #6F6F9F solid;
  margin: 2px 0px 2px 0px;
  border-collapse: collapse;
  border-spacing: 0px;
}
table.tblfeed tr.rlone {
}
table.tblfeed td {
  padding: 2px 0px 2px 0px;
}
table.tblfeed td.ddescription {
  padding: 2px 4px 2px 16px;
}
table.tblfeed td.ddate {
  background: #CFCFEF;
  white-space: nowrap;
}
table.tblfeed td.dtitle {
  width:100%;
}


table.tblwidth100 {
  width: 100%;
}

table.tblman {
  border-collapse: collapse;
  border-bottom: 1px solid #808090;
}

table.tblman th {
  text-align: left;
  background: #e9e9f5;
  border-bottom: 1px solid #808090;
}

table.tblformat {
  margin: 2px 2px 2px 2px;
  border-collapse: collapse;
  border-spacing: 0px;
}

table.tblformat td {
  vertical-align:top;
}

tr.fadedrow {
  background: #f2f2f2;
}

td.maxwidth {
  width: 100%;
}

td.nowrap {
  white-space: nowrap;
}

td.manmenuitem {
  padding: 2px 8px 2px 2px;
  text-align: right;
}



span.fdate {
  background: #CFCFEF;
  white-space: nowrap;
  padding: 1px 3px 1px 3px;
}
div.flineone {
  margin: 2px 4px 2px 4px;
}
div.flinetwo {
  margin: 2px 4px 2px 16px;
}
hr.frule {
  border: none;
  border-top: 1px solid #6F6F9F;
  height: 0px;
  color: #6F6F9F;
}



pre.genericcode {
  margin: 12px 8px 20px 8px;
  padding: 4px 8px 4px 8px;
  background-color: #efefef;
  border: 1px #6F6F9F dashed;
  font-size: 9pt;
  line-height: 1.1;
}
pre.doccode {
  margin: 12px 8px 20px 8px;
  padding: 4px 8px 4px 8px;
  background-color: #efefef;
  border: 1px #6F6F9F dashed;
  font-size: 9pt;
  line-height: 1.1;
}
/**
.javacode {
  margin: 2px 8px 2px 8px;
  padding: 0px 0px 0px 4px;
  font-family: "Consolas", "Courier New", Courier, mono, serif;
  font-size: 12px;
  background-color: #f8f8f8;
  border: 1px #6F6F9F dashed;
  line-height: 1.1;
}
pre.javacode A:link {
  font-weight: normal;
  text-decoration: none;
  color: #0000FF;
}
pre.javacode A:visited {
  font-weight: normal;
  text-decoration: none;
  color: #0000FF;
}
pre.javacode A:active {
  font-weight: normal;
  text-decoration: none;
  color: #0000FF;
}
pre.javacode A:hover {
  font-weight: bold;
  text-decoration: none;
  color: #0000FF;
}
*/




.iright {
  position: relative;
  margin: 5px 5px 5px 5px;
  float: right;
/*  border: 1px solid #6F6F9F; */
}

.ileft {
  position: relative;
  margin: 5px 5px 5px 5px;
  float: left;
/*  border: 1px solid #6F6F9F; */
}

.icenter {
  position: relative;
  display: block;
  margin: 5px 5px 5px 5px;
/*  border: 1px solid #6F6F9F; */
}

.img_caption {
  font-family:arial,sans-serif;
  font-size: 9pt;
  text-align: center;
  border: 1px solid #6F6F9F;
}



#fullpage {
/*  border: 1px solid #6F6F9F; */
  margin: 61px 18px 2px 12px;
  padding: 0 0 0 0;
  position: relative;
  z-index: 1;
/*  background-color: #ffffff; */
}

div.maindoc A:link {
  text-decoration: none;
}
div.maindoc A:visited {
  text-decoration: none;
/*  color: #0000ff; */
}
div.maindoc A:active {
  text-decoration: underline;
}
div.maindoc A:hover {
  text-decoration: underline;
}


div.maindoc {
  margin: 0 0 0 0;
/*  padding: 4px 8px 24px 12px; */
  padding: 4px 16px 24px 20px;
  font-family: arial,sans-serif;
  min-height: 450px;
  font-size: 13px;
  line-height: 18px;
/*  font-size: 10pt;
  line-height: 14pt; */
}

div.topbar {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  height: 60px;
  width: 100%;
  background: #e9e9f5;
/*  background: #F0F0F5; */
  border-bottom: 1px solid #808090;
}

div.logobar {
/*  top: 20px; */
/*  left: 12px; */
/*  width: 165px; */
/*  width: 225px; */
  max-width: 100%;
  height: 60px;
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0px;
}

img.logoimg {
  padding: 2px 0px 0px 2px;
  border-style: none;
}

div.errorarea {
  margin: 0px 0 0px 0;
  padding: 8px 24px 4px 24px;
  font-family:arial,sans-serif;
  font-size: 11pt;
  color: #FF0000;
  background: #FFFFFF;
  border: 1px dotted #FF0000;
}

td.fielderrormsg {
  padding: 4px 3px 4px 3px;
  font-family:arial,sans-serif;
  font-size: 9pt;
  color: #FF0000;
  background: #FFFFFF;
  border: 1px dotted #FF0000;
}

div.editarea {
  margin: 0 0 0 0;
  padding: 4px 16px 4px 12px;
  font-family:arial,sans-serif;
  font-size: 10pt;
  background: #D9D9E9;
}

div.navbar {
  position: absolute;
  left: 165px;
  top: 24px;
  max-width: 100%;
  height: 32px;
  z-index: 3;

/*  background: #F0F0F5; */
/*  border-bottom: 1px solid #D0D0E5; */
  padding: 7px 0 0 0;
}

div.navbar A:link {
  text-decoration: underline;
  color: #0000FF;
}
div.navbar A:visited {
  text-decoration: underline;
  color: #0000FF;
}
div.navbar A:active {
  text-decoration: underline;
  color: #0000FF;
}
div.navbar A:hover {
  text-decoration: underline;
  color: #0000FF;
}

.navbaralign {
  margin: 0 0 0 0;
  height: 100%;
  margin: 0px 0px 0px 12px;
/*  background-color: #000000; */
/*  background-color: #fcfcfc; */
}

td.navitem {
  margin: 0 0 0 0;
  padding: 0 12px 0 12px;
  font-family:arial,sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
  position: relative;
/*  background-color: #000000; */
/*  border: 1px solid #D0D0E5; */
/*  background-color: #E9E9FF; */
/*  border: 1px solid #D0D0E5; */
}

td.navitem:hover {
  background: #D0D0E5;
  border-bottom: 1px solid #808090;
}

td.navitemselected {
/*  background-color: #fcfcfc; */
  margin: 0 0 0 0;
  padding: 0 12px 0 12px;
  font-family:arial,sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
  position: relative;
  background: #FFFFFF;
  border-top: 1px solid #808090;
  border-left: 1px solid #808090;
  border-right: 1px solid #808090;
  border-bottom: 1px solid #FFFFFF;
}


div.controlbar {
}

div.controlbar A:link {
  text-decoration: underline;
  color: #0000FF;
}
div.controlbar A:visited {
  text-decoration: underline;
  color: #0000FF;
}
div.controlbar A:active {
  text-decoration: underline;
  color: #0000FF;
}
div.controlbar A:hover {
  text-decoration: underline;
  color: #0000FF;
}

textarea.postta {
  font-size: 10pt;
  text-align: left;
  color: black;
  width: 100%;
  font-family:arial,sans-serif;
/*  width: 300px; */
/*  height: 100px; */
}

textarea.doctextarea {
  font-family: "Consolas", "Courier New", Courier, mono, serif;
  width: 100%;
  font-size: 13px;
  line-height: 14px;
  text-align: left;
  color: black;
}


div.searchbar {
  position: absolute;
  top: 0px;
  width: 100%;
  min-width: 600px;
/*  height: 30px; */
  z-index: 2;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

div.searchbar A:link {
  text-decoration: underline;
  color: #0000FF;
}
div.searchbar A:visited {
  text-decoration: underline;
  color: #0000FF;
}
div.searchbar A:active {
  text-decoration: underline;
  color: #0000FF;
}
div.searchbar A:hover {
  text-decoration: underline;
  color: #0000FF;
  background: #D0D0E5;
/*  background: #FFFFFF; */
}


.searchbaralign {
  float: right;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

td.searchitem {
  margin: 0 0 0 0;
  padding: 0 4px 0 4px;
  font-family:arial,sans-serif;
  font-size: 9pt;
  color: #000000;
  vertical-align: middle;
/*  border: 1px solid #6F6F9F; */
}

form.searchform {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  vertical-align: middle;
}

form.searchform input {
  font-family:arial,sans-serif;
  font-size: 9pt;
}

div.topicbox {
  margin: 3px 0 3px 0;
  padding: 0 0 0 0;
  border: 1px solid #D9D9E9;
  background-color: #FFFFFF;
}

.topicheader {
  margin: 0 0 0 0;
  padding: 0 6px 0 6px;
  background-color: #D9D9E9;
}

div.topiccontent {
  margin: 6px 8px 6px 8px;
  padding: 0 0 0 0;
  font-size: 10pt;
  line-height: 1.20;
}


div.bottombar {
  margin: 0 0 0 0;
  padding: 12px 2px 12px 2px;
  text-align: center;
  font-family:arial,sans-serif;
  font-size: 8pt;
  color: #202020;
  background: #e9e9f5;
/*  background: #F0F0F5; */
  border-top: 2px solid #D0D0E5;
}

