/* The basic elements: */
body {
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    background-color: white;
    color: Black;
    margin: 0;
    padding: 0;
    font-size: 11px;
}

a {
  text-decoration: none;
  color: #0000CC;
  background-color: transparent;
}

a.header_navigation {
  text-decoration: none;
  color: #0066CC;
  background-color: transparent;
  vertical-align: top;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
  color: Red;
}

a.button {
  cursor: pointer;
  border: 1px solid #0066CC;
  background-color: #FFFFCC;
  padding: 2px 5px 2px 5px;
  font-weight: bold;
  color: #0066CC;
  text-decoration: none;
}

img {
  border: none;
  vertical-align: middle;
}

p {
  margin: 0.5em 0em 1em 0em;
  line-height: 1.5em;
}

p a {
    text-decoration: underline;
}

p a:visited {
  color: #0066CC;
  background-color: transparent;
}

p a:active {
  color: Red;
  background-color: transparent;
}

p img {
  border: 0;
  margin: 0;
}

hr {
  border: none;
  height: 1px;
  /* IE needs this */
  color: #0066CC;
  background-color: #0066CC;
}

h1, h2, h3, h4, h5, h6 {
  color: Black;
  background-color: transparent;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding-top: 0.5em;
  border-bottom: 1px solid #0066CC;
  text-shadow: #999999 0.2em 0.2em 3px;
}

.title {
  color: #0066CC ! important;
  background-color: transparent;
  font-size: 160%;
  font-weight: bold;
  margin: 0;
  padding-top: 0.5em;
  text-shadow: #999999 0.2em 0.2em 3px;
  text-align: center;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: Black ! important;
}

h1 {
  font-size: 160%;
}

h2 {
  font-size: 150%;
}

h3 {
  font-size: 140%;
  border-bottom: none;
  font-weight: bold;
}

h4 {
  font-size: 120%;
  border-bottom: none;
  font-weight: bold;
}

h5 {
  font-size: 100%;
  border-bottom: none;
  font-weight: bold;
}

h6 {
  font-size: 85%;
  border-bottom: none;
  font-weight: bold;
}

ul {
  line-height: 1.5em;
  list-style-type: square;
  margin: 0.5em 0 0 1.5em;
  padding: 0;
}

ol {
  line-height: 1.5em;
  margin: 0.5em 0 0 1.5em;
  padding: 0;
}

ul a, ol a {
  text-decoration: underline;
}

li {
  margin-bottom: 1em;
}

dt {
  font-weight: bold;
}

dt a {
  text-decoration: underline;
}

dd {
  line-height: 1.5em;
  margin-bottom: 1em;
}

dd a {
  text-decoration: underline;
}

dd.link a {
  text-decoration: none;
  color: Black;
}

form {
  border: none;
  margin: 0;
}

input {
    visibility: visible;
    color: Black;
    background-color: white;
    vertical-align: middle;
}

#documentContent.text {
    border: 1px solid #0066CC;
    background-color: green;
}

input.button {
  cursor: pointer;
  border: 1px solid #0066CC;
  background-color: #FFFFCC;
  padding: 2px 5px 2px 5px;
  font-weight: bold;
  color: #0066CC;
}

select {
    border: 1px solid #0066CC;
    color: Black;
    vertical-align: top;
}

abbr, acronym, .explain {
    border-bottom: 1px dotted Black;
    color: Black;
    background-color: transparent;
    cursor: help;
}

q {
    font-style: italic;
    font-size: 120%;
}

/*
** Structural Elements
*/

#visual-portal-wrapper {
    margin: 0;
    padding: 0;
}

/* Logo Elements */

#portal-logo {
    background: url(http://www.hawaii.gov/dcca/logo.jpg) no-repeat;
    border: 0;
    margin: 0.75em 0em 0.75em 1.5em;
    padding: 0;
}

#portal-logo a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    border: 0;
    margin: 0;
    padding: 0;
    padding-top: 57px;
    height: 0px !important;
    height /**/: 57px;
    width: 219px;
    cursor: pointer;
}

#portal-top {
    /* Top section */
    margin: 0;
    padding: 0;
    background-color: transparent;
}

/* Document Properties */

h1.documentFirstHeading {
  color: #0066CC ! important;
}

#portal-breadcrumbs {
    /* The path bar, including breadcrumbs and add to favorites */
    border-bottom-color: #0066CC;
    border-bottom-style: solid;
    border-bottom-width: 0;
    font-size: 90%;
    color: #666666;
    padding-left: 1em;
    padding-right: 1em;
    margin-bottom: 0em;
    height: 1.25em;
    text-transform: none;
}

#content {
    padding: 0.139em 1em 0 1em;
    margin: 0em 0em 2em 0em;
}

.documentEditable {
    padding: 0em 2em 1em 2em !important;
}

.documentContent {
    font-size: 110%;
    padding: 0em 1em 2em 1em !important;
    background: white;
}

.documentEditable .documentContent {
    border: 1px solid #74ae0b;
    padding: 0;
}

.documentActions {
    margin: -1.5em 0 2em 0;
}

.documentActions ul {
    margin: 0 0 0.3em 0;
    float: right;
    clear: right;
}

.documentActions ul,
.documentActions li {
    display: inline;
    list-style: none;
    list-style-image: none;
}

.documentActions a {
    border: 0;
    text-decoration: none;
}

.documentDescription {
    /* The summary text describing the document */
    font-weight: bold;
    display: block;
    margin: 1em 0em;
    line-height: 1.5em;
}

.documentByLine {
    text-align: right;
    font-size: 85%;
    clear: both;
    font-weight: normal;
    color: #76797c;
}

.documentByLine2 {
    text-align: left;
    font-size: 85%;
    clear: both;
    font-weight: normal;
    color: #76797c;
}

.documentByLine a {
    text-decoration: underline;
}

/* The new form elements */
.errorsContainer {
  margin-top: 1em;
  margin-bottom: 1em;
}
.error, .redBold {
    /* Class for error indication in forms */
   color: #FF0000;
   font-weight: bold;
}

li.error {
  margin: 0px;
  padding: 0px;
}

.portlet {
  border: none;
    margin-bottom: 1em;
    padding: 0;
}

.portlet h4 {
    font-size: 1em;
    font-weight: normal;
    white-space: nowrap;
}

.portlet h5 {
    background: #0099CC;
    border: 1px solid #0066CC;
    border-style: solid solid none solid;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
    text-shadow: none;
    display: inline;
    font-size: 1em;
    height: 1em;
    font-weight: normal;
    white-space: nowrap;
}

.portlet h6 {
    background: #0099CC;
    border: 1px solid #0066CC;
    border-style: solid solid none solid;
    padding: 0em 1em 0em 1em;
    text-transform: lowercase;
    text-shadow: none;
    display: block;
    font-size: 1em;
    height: 1.2em;
    font-weight: normal;
    white-space: nowrap;
}

.portletBody {
    background: transparent;
    border-collapse: collapse;
    border: 1px solid #0066CC;
}

.portletContent {
    border-bottom: 1px solid #CCCCCC;
    padding: 3px 0px 4px 0px;
}

.portlet h1,
.portlet h2,
.portlet h3,
.portlet h4 {
    margin: 0;
    padding: 0;
}

.portlet input {
    font-size: 100%;
}

.portlet ul,
.portlet li {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image: none;
    line-height: 1em;
}

.visualClear {
    display: block;
    clear: both;
}

#portal-column-content fieldset > * input:focus,
#portal-column-content fieldset > * textarea:focus {
    border-color: #ffa500;
    border-width: 1px;
}

#portal-column-one .visualPadding {
  padding-top: 0px;
  padding-left: 0px;
}

#portal-column-two .visualPadding {
  padding-top: 0px;
  padding-right: 0px;
}

.header_navigation {
    color: #006699;
    font-weight: bold;
    clear: left;
    font-size: 7pt;
    text-decoration: none;
    word-spacing: -2px;
    white-space: nowrap;
}

/* Footer Elements */

#footer {
    margin-top: 25px;
    border-top: 1px solid #CCC;
    padding: 10px;
    font-size: 10px;
    clear: both;
    text-align: center;
    color: #666;
}

#footer ul li {
  list-style: none;
  display: inline;
  padding-left: 2px;
}

#footer ul {
    margin-bottom: 0px;
}

#footer img {
  float: right;
  border: 0px;
}

#footer a:link, #footer a:visited {
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

.fine, .fine ul, .fine li, .fine a:link, .fine a:visited, .fine a:hover {
  color: #666;
  font-size: 10px;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

/* License Table Elements */

table#licenseTable {
    background-color: transparent;
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    margin: 0px;
  padding: 0px;
    text-shadow: #999999 0.2em 0.2em 3px;
  text-align: center;
  border-collapse: collapse;
  border: 1px solid #0066CC;
  width: 500px;
}

table#licenseTable tr th {
  background-color: #FFFFCC;
  border: 1px solid #0066CC;
  font-weight: bold;
  color: #0066CC ! important;
  font-size: 160%;
  padding: 5px;
}

table#licenseTable tr td {
  padding: 5px;
  border: 1px solid #0066CC;
  text-align: left;
  width: 50%;
}

.licenseRecord {
  border: 1px solid #0066CC;
  border-collapse: collapse;
  margin-top: 10px;
  margin-left: 0px;
  padding-left: 5px;
  padding-bottom: 10px;
  width: 500px;
  background-color: #FFFFCC;
}

.licenseRecord ul li, .addressChange ul li {
  list-style:none;
  padding:0px;
  margin: 0px;
  font-weight: bold;
}

#residenceAddress, #mailingAddress, #businessAddress {
  text-align: left;
  width: 600px;
  margin-top: 10px;
}

.questions {
  margin-top: 10px;
  padding: 5px;
}

/* Generic Style Elements */

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.lsNone {
  list-style: none;
}

.pmNone {
  margin: 0px;
  padding: 0px;
}

div.c10 {
  margin-left: 2em;
}

.wcBorder {
  border: 1px solid #0066CC;
  border-collapse: collapse;
  padding: 2px;
  background-color: #FFFFCC;
}

/* --- PRINT styles --- */
@media print {
  body {
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    background-color: white;
    color: Black;
    margin: 0;
    padding: 0;
    width: 96%;
    font-size: 10px;
  }
  #portal-breadcrumbs, #portal-top, #portal-column-one, .documentActions, .resultsDescription, .navigationContainer, .resultsNavigation, #footer {
    display: none;
  }
  #portal-columns, #portal-column-content, #content, .documentContent {
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  div.c10 {
    width: 100%;
    padding: 0px;
    margin: 0px;
    margin-top: 2em;
  }
  table.dataContainer, table.listContainer {
  }
}

/* --- MAIN page --- */
.searchOption {
  border: 1px solid #0066CC;
  margin: 0px;
  margin-top: 2em;
  background-color: transparent;
  padding: 0px;
  text-shadow: #999999 0.2em 0.2em 3px;
  text-align: center;
  width: 70%;
}
.searchOption .optionHeader {
  border-bottom: 1px solid #0066cc;
  background-color: #FFFFCC;
  font-weight: bold;
  font-size: 130%;
  color: #0066CC;
  padding: 5px;
}
.searchOption .optionBody {
  padding: 5px;
  text-align: left;
}
.searchOption .optionInputs {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}
.searchOption .optionNote {
  color: #666;
}
.searchNotice {
  margin-top: 1em;
  font-weight: bold;
}

/* --- all pages --- */
.important {
  color: #0066cc;
}
table.dataContainer, table.listContainer {
  border: 1px solid #0066cc;
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
  text-align: center;
  width: 100%;
}
table.dataContainer tr, table.listContainer tr {
  border: 1px solid #0066cc;
}
table.dataContainer tr th, table.listContainer tr th {
  border: 1px solid #0066cc;
  background-color: #ffffcc;
  color: #0066CC;
  font-weight: bold;
  font-size: 110%;
  padding: 5px;
  text-align: center;
  text-shadow: #999999 0.2em 0.2em 3px;
}
table.dataContainer tr td, table.listContainer tr td {
  border: 1px solid #0066cc;
  padding: 5px;
  text-align: left;
}
table.dataContainer tr.odd {
  background-color: #FFFFe7;
}
table.dataContainer td.amount {
  text-align: right;
}
table.dataContainer td.details {
  text-align: center;
}
table.dataContainer a {
  color: black;
  text-decoration: none;
}
table.dataContainer a:hover {
  text-decoration: underline;
  color: red;
}
.resultsDescription {
  margin-top: 3em;
  margin-bottom: 2em;
  font-size: 120%;
  width: 100%;
  text-align: center;
}
.counter {
  color: red;
  font-weight: bold;
}
.resultsNavigation {
  font-weight: bold;
  width: 100%;
  text-align: right;
  padding-bottom: 6px;
  padding-top: 6px;
}
.navigationContainer {
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-top: 1em;
  padding: 5px;
  font-size: 120%;
}
table.listContainer .label {
  font-weight: bold;
}
.footerDescription {
  margin-top: 3em;
  margin-bottom: 2em;
  font-size: 80%;
  width: 100%;
  text-align: justify;
}
.licenseNotice {
  margin-top: 1em;
  font-weight: bold;
  text-align: center;
}