/* STYLES SHARED WITH "ISLAND".CSS
 * usually color defined in islands 
 */
.crumb {
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
}
.crumb:link, .crumb:visited, .crumb:hover { text-decoration: none; }

.header
{
	font-size: 22px;
	font-weight: bold;
	line-height: 22px;
	text-transform: none;
}
.catList, .catListNone
{
	font-size: 11px;
	line-height: 16px;
}
a.catListLine {text-decoration: none; }
a.catListLine:hover
{
  text-decoration: underline;
  color: black;
}
.catListDirName {
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
}
.imenu {
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
}
.imenu:hover { text-decoration:underline} 
.imenu:active { font-weight: bold} 
.allTitles
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
hr.nomargin { margin: 3px 0px 5px 0px; }


/* ALL ISLAND STYLES 
 */
body
{
	color: #333;
	background-color: #E6E6E6;
	margin: 7px;
	font-family: 'Lucida Grande', serif;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  border: 0;
  color: #CCC;
  background-color: #CCC;
  height: 1px;
}
input, textarea, select {
	border: 1px solid #CCC;
	text-indent: 1px;
	font-size: 10px;
}
input.noborder { border: 0px; }
.navCurrentPage
{
	color: #B73445;
	margin: 0px 1px 0px 1px;
}
.navPagePrevNext { text-decoration: none; }
.navPageLinks { margin: 0px 1px 0px 1px; }
.v9 {
	font-size: 12px;
}
.v8 {
	font-size: 12px;
}
.v10 {
	font-size: 12px;
	line-height: 16px;
}
.v11 {
	font-size: 14px;
	/*line-height: 1.6em;*/
}
.v10caps {
	font-size: 13px;
	line-height: 1.5em;
	text-transform: uppercase;
	font-weight: bold;
}
.footer {
	font-size: 11px;
	/*line-height: 2em;*/
	text-decoration: none;
	color: #666;
}
.footer:link,.footer:visited { color:#666; }
.footer:hover,.footer:active { color:#000; } 
.textbox {
	border: 1px solid #CCC;
	font-size: 12px;
	text-indent: 1px;
}
.blockHeader
{
	color: white;
	font-size: 14px;
	padding: 2px 0 0 11px;
	background-repeat: no-repeat;
}
.underline, a.underline:hover { text-decoration: underline; }

/* SEARCH STYLES */
hr.searchHR { margin: 5px; }
.searchKeywords { color: gray; }
.searchType { font-size: 12px; }
.searchTypeLast { color: gray; }
.searchWordResults
{
	/*color: black;*/
	font-size: 12px;
}
.searchNameIsland
{
	font-size: 0.59em;
	line-height: 1.5em;
	color: black;
}
.searchDescription
{
	font-size: 0.59em;
	line-height: 1.5em;
}
.searchHighlight
{
  /*background-color: yellow;*/
}
.searchAllType
{
	font-size: 12px;
	font-weight: bold;
	color: gray;
	border-color: gray;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	padding: 2px 0px 2px 0px;
}
.searchEvents {
	font-size: 10px;
	color: black;
}
.searchEventsDate, .searchEventsIsland {
  color: #B12234;
}


/* ERRORS AND ALERTS
 */
 .alert { color: red; }
.alertClientHeader
{
	color: white;
	border-color: black;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	background-color: #090;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	padding: 2px;
}
.alertClientData
{
	color: #090;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	padding: 2px 0px 10px 0px;
}
.errorClientHeader
{
	color: white;
	border-color: black;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	background-color: red;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	padding: 2px;
}
.errorClientData
{
	color: red;
	font-size: 9px;
	/*font-weight: bold;*/
	text-align: center;
	padding: 2px 0px 10px 0px;
}
.noticeClientHeader
{
	color: white;
	border-color: black;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	padding: 2px;
}
.noticeClientData
{
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	padding: 2px 0px 10px 0px;
}
.missingField { background-color: #FCF; }


/* NEWS ARTICLES, TITLES, ETC */
.newsTitle
{
	font-size: 16px;
	text-align: center;
}

/* OTHER ISLAND COLORS */
.hawaii, a.hawaii:visited, a.hawaii:hover, a.hawaii:link { color: #06F; }
.bg_hawaii { background-color: #06F; }

.kauai, a.kauai:visited, a.kauai:hover, a.kauai:link { color: #90C; }
.bg_kauai { background-color: #90C; }

.oahu, a.oahu:visited, a.oahu:hover, a.oahu:link { color: #F63; }
.bg_oahu { background-color: #FC0; }

.maui, a.maui:visited, a.maui:hover, a.maui:link { color: #F06; }
.bg_maui { background-color: #F39; }

.molokai, a.molokai:visited, a.molokai:hover, a.molokai:link { color: #092; }
.bg_molokai { background-color: #092; }

.lanai, a.lanai:visited, a.lanai:hover, a.lanai:link { color: #F30; }
.bg_lanai { background-color: #F60; }

.bigisland, a.bigisland:visited, a.bigisland:hover, a.bigisland:link { color: #C00; }
.bg_bigisland { background-color: #C00; }

/* Health Talk Styles */

.health_talk_week
{
	font-size: 10px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	background-color: white;
	width: 14px;
	display: block;
	text-align: center;
	height: 20px;
}

.health_talk_archivelinks a
{
	text-decoration: none;
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	vertical-align: middle;
	background-color: white;
	display: block;
	text-align: center;
}

.health_talk_boxlink, .health_talk_boxdescript, .health_talk_boxlink_byisle
{
	display: block;
	background-color: #F1F1F1;
	padding-top: 5px;
	text-decoration: none;
	font-weight: bold;
}

.health_talk_boxdescript { font-weight: normal; }

.health_talk_boxlink_byisle { padding: 0 0 7px 10px; }

.health_talk_boxlink a, .health_talk_boxlink_byisle a
{
	text-decoration: none;
	text-transform: inherit;
}

a.health_talk_boxlink:hover, a.health_talk_boxlink_byisle:hover
{
	text-decoration: underline;
	text-transform: inherit;
}

.health_talk_byisle
{
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	background-color: #F1F1F1;
}
#health_talk_byislelink, #health_talk_categorylink
{
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	color: white;
	padding: 3px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#health_talk_categorylink
{
	color: #666;
	background-color: #DDDDDD;
}
.health_talk_boxtitlelink
{
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 2px;
}
.health_talk_featurebyline
{
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 5px;
}
.health_talk_article_title
{
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	display: block;
	margin-top: 15px;
}
.health_talk_article_date
{
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	display: block;
	margin-bottom: 10px;
}
.health_talk_article_byline
{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 15px;
}
.health_talk_article { font-size: 12px; }
.health_talk_imagecaption
{
	font-size: 9px;
	/*text-align: right;*/
	text-align: center;
}
.health_talk_relatedlink { font-size: 11px; }
.health_talk_relatedlink a
{
	display: block;
	font-size: 11px;
	padding-top: 5px;
	text-decoration: none;
}
.health_talk_boxlist
{
	font-size: 12px;
	margin-bottom: 5px;
	padding-left: 0px;
	margin-left: 15px;
}
.health_talk_boxlist li { padding: 5px; }
.health_talk_boxlist a
{
	font-size: 12px;
	text-decoration: none;
}
.health_talk_search { font-size: 12px; }
.health_talk_searchsmall { font-size: 10px; }
.health_talk_searchtitle
{
	display: block;
	font-size: 14px;
	padding-top: 10px;
}
.health_talk_searchsummary { font-size: 12px; }
.health_talk_searchdate { font-size: 10px; }


/* FEATURED EVENTS STYLES */
#featured-events
{
	padding: 5px;
	background-color: #F1F1F1;
	width: 190px;
}
#featured-events div
{
	margin: 10px 0 10px 0;
}
#featured-events a { color: #06F; }
#featured-events .date {
	color: #B12234;
	text-align: left;
}
#featured-events div.sponsored {
	color: #06F;
	text-align: center;
	font-weight: bold;
}
#featured-events div.title {
	color: #06F;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
#featured-events div.body { line-height: 16px; }
#featured-events div.image
{
	text-align: center;
	text-transform: inherit;
}

.date {
	color: #B12234;
	text-align: left;
}

#featured-events-home { padding: 5px; }
#featured-events-home .color { color: #06F; }
#featured-events-home div.sponsored {
	text-align: left;
	font-weight: bold;
}
#featured-events-home div.title {
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
}
#featured-events-home div.body { line-height: 16px; }
#featured-events-home div.image {
	float: left;
	padding: 5px 5px 5px 0;
}

div.advertisement {
	width: 185px;
	margin-top: 10px;
	background-color: #E6E6E6;
	font-size: 10px;
}


