/* The basic elements: */
body {
    font: 69% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    background-color: white;
    color: Black;
    margin: 0;
    padding: 0;
}

table {
    font-size: 100%;
}

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;
}

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 {
    height: 1px;
    color: #0066CC;
    background-color: transparent;
}


h1, h2, h3, h4, h5, h6 {
    color: Black;
    background-color: transparent;
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    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-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    font-size: 16px;
    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;
    list-style-image: url(http://www.hawaii.gov/dcca/bullet.gif);
}

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;
}

fieldset {
    border: 1px solid #0066CC;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em 1em 1em;
    line-height: 1.5em;
    width: auto;
}

legend {
    background: white;
    padding: 0.5em;
    font-size: 90%;
}

form {
    border: none;
    margin: 0;
}

textarea {
    font: 110% "Courier New", Courier, monospace; 
    border: 1px solid #0066CC;  
    color: Black;
    background-color: white;
    width: 100%;
}

input {
    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    visibility: visible;
    border: 1px solid #0066CC;  
    color: Black;
    background-color: white;
    vertical-align: middle;
}

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-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 120%;
}

blockquote {
    font-family: Times, "Times New Roman", serif;
    font-style: italic;
    font-size: 120%;
}

code {
    font-size: 120%;
    color: Black;
    background-color: #0099CC;
    border: 1px dashed #0066CC;
    padding: 0 0.1em;
}

pre {
    font-size: 120%;
    padding: 1em;
    border: 1px dashed #0066CC;
    color: Black;
    background-color: #0099CC;
    overflow: auto;
}

.pre a {
    text-decoration: underline;
}

ins {
    color: green;
    text-decoration: none;
}

del {
    color: red;
    text-decoration: line-through;
}

/*
** 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 */

.error, .redBold {
    /* Class for error indication in forms */
   color: #FF0000;
   font-weight: bold;
}

li.error {
	margin: 0px;
	padding: 0px;
    list-style-image: url(http://www.hawaii.gov/dcca/required.gif);
}

.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: 600px;
}

table#licenseTable tr th {
	background-color: #FFFFCC;
	border: 1px solid #0066CC;
	font-weight: bold;
	color: #0066CC ! important;
	font-size: 16px;
	padding: 5px;
}

table#licenseTable tr td {
	padding: 5px;
	border: 1px solid #0066CC;
	text-align: left;
}

.licenseRecord {
	border: 1px solid #0066CC;
	border-collapse: collapse;
	margin-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
	width: 300px;
	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;
}
