body {
	margin: 0;
	padding: 0;
}

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

img {
	border: 0;	
}

#errorbox {
	color: red;
	font-weight: bold;
	padding-bottom: .5em;
	width: 400px;
	margin-bottom: .5em;
}


#errorbox h3 {
  color: red;
  background-color: #F00;
  font-weight: bold;
  font-size: 11px;
  margin: 10px 0px 0px 0px;
  padding: 2px 0px 2px 5px;
  text-align: left;
  color: #FFF;
}

#errorbox li {
  list-style: none;
}

p,ol,ul {
	margin-bottom: 10px;
}



.error, .important {
	color: red;
	font-weight: bold;
}

.fine, .fine ul, .fine li, .fine a:link, .fine a:visited, .fine a:hover {
	color: #888888;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

a:link, a:visited {
	color: #0066cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #ff0000;
}

a.button {
	cursor: pointer;
	border: 1px solid #CCC;
	background-color: #EEE;
	padding: 2px 5px 2px 5px;
	font-weight: bold;
	color: #0066cc;
	text-decoration: none;
	font-size: 10px;
	line-height: 20px;
}

.disabled {
	color: #777;
}

#banner {
	height: 85px;
	background-repeat: repeat-x;
}

/* 
    Don't apply margins or padding to fixed-width elements (left and right
    columns) ... we get inconsistent results across browsers. Instead, apply 
    to first-child elements (e.g. nav-head, nav-link-set).
*/

#left-column {
	float: left;
	width: 170px;
	padding-bottom: 50px;
	clear: both;
	margin-left: 6px;
}

#center-column {
	margin-left: 190px;
	margin-right: 10px;
	padding-bottom: 10px;
	padding: 0;
}


#footer {
    margin-top: 25px;
    border-top: 1px solid #CCC;
    padding: 10px;
    font-size: 10px;
    clear: both;
    text-align: center;
    color: #666;
}


/* Default Table Elements */


table#officer th {
	color: #000000;
	background-color: #EEE;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 2px 0px 2px 10px;
	text-align: left;
}

table#officer tr {
	border-bottom: 1px dotted #CCC;
	font-size: 100%;
}

table#officer td {
	padding: 2px 0px 2px 10px;
	border-left: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	text-align: left;
	font-size: 10px;
}

table#officer td a {
	display: block;
	height: 1%;
	text-decoration: none;
}


/* Forms related */

form {
  margin: 0.25em 1em;
  padding: 0;
  font-size: 0.95em;
}

form label {
  margin: 0px;
  padding: 1px 2px;
}

form input {
  margin: 0px;
  padding: 1px 2px;
}

input, select, textarea {
  font-size: 100%;
  color: #000;
}

textarea {
  overflow: auto;
}

.form_row {
  clear: left;
  display: block;
  height: expression('1%');
  margin: 0px;
  padding: 2px;
}

.form-buttons {
	margin-top: 25px;
}

/* Custom Elements */

.fontBold {
	font-weight: bold;
}

.fontBold-disabled {
	font-weight: bold;
	color: #777;
}

.redBold {
	color: #FF0000;
	font-weight: bold;
	font-size: 10px;
}

.blueBold {
	color: #0066cc;
	font-weight: bold;
	font-size: 10px;	
}

.flLeft {
	float: left;
}

.flRight {
	float: right;
}

.fontSmaller {
	font-size: 10px;
}

.fontLarger {
	font-size: larger;
}

#postcardTable {
	border: 1px solid black;
}

/* Annuals Form Elements */

#annuals_form {
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
}

#annuals_form .form_row label,
.form_row label {
  display: block;
  float: left;
  width: 100px;
}

#annuals_form .form_row input {
}

#annuals_form .buttons_row,
#annuals_form p {
  margin-top: 1em;
  padding: 2px 2px 10px 2px;
}

#annuals_form h2 {
  margin-top: 0;
  margin-bottom: 1em;
}

/* Annuals Page Elements */

#annualsContent {
  margin: 0px;
  padding: 10px;
  background-color: #FFF;
  width: 640px;
  border: 10px solid #666;
  background-image: url(../images/bg-donotprint.gif);
  background-repeat: repeat;
}

#annualsContent h3 {
  color: #000;
  background-color: #EEE;
  border: 1px solid #CCC;
  font-weight: bold;
  margin: 10px 0px 0px 0px;
  padding: 2px 0px 2px 5px;
}

.annualsElements {
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  padding: 5px;
  font-size: 10px;
  min-height: 15px;
}

.annualsElements table {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.annualsElements tr td {
  vertical-align: top;
  width: 25%;
  padding-right: 10px;
}

.annualsElements table a.button {
  width: 50px;
  text-align: center;
}

#stocksTable {
  width: 90%;
}

/* Officer Table Elements */

table#officerTable,
table#officerTable tr,
table#officerTable td {
  padding: 5px 5px 10px 5px;
  vertical-align: top;
  white-space: nowrap;
}

/* Fee Table Elements */

table#feeTable,
table#feeTable tr,
table#filedTable,
table#filedTable tr {
  padding: 0px;
  white-space: nowrap;
  border: 1px dotted #BBB;
  border-collapse: collapse;
  margin: 1em 0 0 0;
  padding: 0px;
  width: 400px;
}

table#filedTable {
  width: 300px;
}

table#feeTable td,
table#filedTable td {
  width: 50%;
  padding: 5px;
  border: 1px dotted #BBB;
  text-align: left;
}

table#filedTable td {
  font-weight: bold;
  padding: 2px 0px 2px 10px;
  border: 1px dotted #BBB;
  text-align: left;
}

table#feeTable th {
  padding: 5px;
  color: #0066cc;
  background-color: #EEE;
  border-top: 1px dotted #BBB;
  border-bottom: 1px dotted #BBB;
  font-size: 1.2em;
  padding: 5px 0px 5px 10px;
  text-align: left;
}

table#filedTable th {
  padding: 5px;
  color: #0066cc;
  background-color: #EEE;
  border-top: 1px dotted #BBB;
  border-bottom: 1px dotted #BBB;
  font-size: 1.2em;
  padding: 5px 0px 5px 10px;
  text-align: left;
  font-size: 11px;
}

table#feeTable th {
  border: none;
}


table#feeTable tr {
	border-bottom: 1px dotted #CCC;
	font-size: 100%;
    padding: 5px 5px 10px 5px;
    vertical-align: top;
    white-space: nowrap;
}


/* The basic elements: */


p {
    margin: 0.5em 0em 1em 0em;
    line-height: 1.5em;
}


p img {
    border: 0;
    margin: 0;
}

hr {
	height: 1px;
	color: #0066CC;
	background-color: transparent;
	margin: 0px 0px 7px 0px;
}

hr.grey {
	width: 100%;
    height: 1px;
    color: #999999;
    background-color: transparent;
}

hr.grey2 {
	width: 100%;
    height: 1px;
    color: #DDDDDD;
    background-color: transparent;
}


h1, h2, h3, h4, h5, h6 {
    color: #0066cc;
    background-color: transparent;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight: normal;
	border-bottom: 1px solid #06c;
}


.title {
	color: #0066CC ! important;
    background-color: transparent;
    font-family: 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 {
	font-size: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0;	
	margin-top: 0;
	padding-left: 0;
}

h2 {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0;	
	margin-top: 0;
	padding-left: 0;
}

h3 {
    font-size: 14px;
    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(images/icon-bullet.gif);
}

ol {
    line-height: 1.5em;
    margin: 0.5em 0 0 1.5em;
    padding: 0;
}


li {
    margin-bottom: 1em;
}

/*
** 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;
	font-family: Arial, Helvetica, sans-serif;
}

#portal-breadcrumbs {
    /* The path bar, including breadcrumbs and add to favorites */
    border-bottom-color: #0066CC;
    border-bottom-style: solid;
    border-bottom-width: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
    height: 1em;
    text-transform: none;
    font-weight: normal;
	clear: both;
	float: left;
}

#content {
    padding: 0.139em 1em 0 1em;
    margin: 0em 0em 2em 0em;
}


/* The new form elements */

.error, .redBold {
    /* Class for error indication in forms */
   color: #FF0000;
   font-weight: bold;
}

li.error {
	margin: 0px;
	padding: 0px;
}


.header_navigation {
    color: #0066cc;
    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: #333333;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.fine2, .fine2 ul, .fine2 li, .fine2 a:link, .fine2 a:visited {
	color: #009900;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

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

/* 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: 16px;
	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;
}

.director_title {
    font-size: 120%;
    border-bottom: none;
    font-weight: bold;
    color: #0066CC;
    padding-top: 0.25em;
}

input.rb { 
    background-color: transparent; 
}

/** Additions **/

.adbutton {
	border: 1px solid #efefa9;
	background-color: #ffffcc;
	padding: 5px;
}

.sidelinks {
    border-bottom: 1px solid #0066cc;
    margin: 0;
    padding: 0;
  }

.sidelinks * {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 1px 0 1px 0;
	text-decoration: none;
  }

.sidelinks li {
    list-style-type:  none;
    border-top: 1px solid #ccc;
    margin: 0;
  }

.sidelinks .sublinks .first {
    border-top: 0;
  }

.sublinks {
     border-width: 0;
  }

.sublinks a {
    display: block;
    margin-left: 10px;
  }

.selected {
	font-size: 11px;
    font-weight: bold;
  }

.selected a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #0066cc;
	cursor: text;
  }
  
.sidelinks .first {
    border-top: 1px solid #0066cc;
  }
 
.yellowbox .smfont {
  display: block;
  margin-left: 10px;
}

.yellowbox {
	border: 1px solid #dddddd;
	padding: 10px 10px 10px 10px;
	width: auto;
	background-color: #fffce4;
}

.headerblack {
	size: 12px;
	font-weight: bold;
	color: #000000;
}

.headerblue {
	size: 12px;
	font-weight: bold;
	color: #0066CC;
}

.smfont {
	font-size: 10px;
}

.active {
	color: #009900;
}

.expired {
	color: #FF0000;
}



#subheader {
	color: #009900;
	font-size: 16px;
	font-weight: bold;
	clear: both;
	height: 40px;
	margin: 0px 10px 0px 10px;
}

.green {
	color: #009900;
	font-size: 11px;
	font-weight: bold;
}

.red {
	color: #ff0000;
	font-weight: bold;
}

.blue {
	color: #0066cc;
	font-size: 11px;
	font-weight: bold;
}

.amount {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0066cc;
}



#purchase {
	width: 200px;
	border: 1px solid #999999;
	background-color: #fdfce9;
	float: right;
	margin: 0px 0px 10px 10px;
	padding: 10px;
	z-index: 3;
}


#top {
	float: right;
	color: #666;
	font-weight: normal;
	font-size: 12px;	
}


#samplePostcard {
	margin-top: 10px;
	margin-bottom: 10px;
}



#header {
	height: 105px;
	background: url(../images/header_back.jpg) top repeat-x;
}

#title {
	float: left;
}

#dept {
	float: right;
}


#banner table {
	width: 100%;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

#banner table td {
	padding: 0px;
	margin: 0px;
}

.new {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #ff0000;
	font-weight: bold;
}
