/* @override http://inyahead.com.au/themes/portaltheme/style.css */

.title {
	font-weight: bold;
}

body, p      { color: #6e6f6e; font-size: 11px; font-family: "Lucida Grande", Verdana; line-height: 18px; margin: 0; padding: 0}
td#topNavContainer a { color: #000; font-size: 18px; font-family: Arial; font-weight: bold; text-decoration: none; background-position: center; text-align: center; text-transform: lowercase; padding-right: 20px; padding-left: 20px }
td#topNavContainer a:hover { color: #fff; font-size: 18px; font-family: Arial; font-weight: bold; text-decoration: none; background-position: 0 0 }
td#fronthead { color: #FFFFFF; font-size: 10px; font-family: "Lucida Grande", Verdana; font-weight: bold;}
td#paypalhead  { color: #3fa4c6; font-size: 18px; font-family: "Lucida Grande", Verdana; font-weight: bold; line-height: 24px; text-decoration: none; background-position: 0 0; border-bottom: 1px dashed #d7d7d8 }
td#paypaltitle  { color: #3fa4c6; font-size: 18px; font-family: "Lucida Grande", Verdana; font-weight: bold; line-height: 24px; text-decoration: none; background-position: 0 0; margin-bottom: 0; padding-top: 10px; padding-bottom: 0; padding-left: 10px; border-bottom: 1px dashed #d7d7d8 }
a          { color: #3fa4c6; font-size: 11px; font-weight: normal; text-decoration: none; margin: 0; padding: 0 }
a:hover        { color: #c61f4f; font-weight: normal; text-decoration: underline }
div.currentpage      { color: #ffffff; font-size: 18px; font-family: "Lucida Grande"; font-weight: bold; text-transform: capitalize; padding-right: 20px; float: right }
.childnav!  { color: #b55b02 }
td#footer a  { color: #fff; text-decoration: none }
td#footer a:hover    { color: #3fa4c6; border-bottom: 1px dotted #c61f4f }
td#minimenu a     { color: #3fa4c6; font-size: 10px; font-family: "Lucida Grande", Verdana; font-weight: normal; text-decoration: none; text-align: right; margin-right: 3px; margin-bottom: 5px; margin-left: 2px }
td#minimenu a:hover    { color: #eab644; font-size: 10px; font-weight: normal; text-align: right; margin-right: 3px; margin-left: 2px }
/* Site-wide text formatting */
div,td,span             { color: #6e6f6e; font-size: 11px; font-family: "Lucida Grande", Verdana; line-height: 18px; list-style-type: square }

/* Generic Module-independent formatting */
.moduletitle                            { color: #b34235; font-size: 18px; font-family: "Lucida Grande", Verdana; font-weight: bold; line-height: 24px; background-repeat: no-repeat; background-position: 0 0; text-transform: uppercase; display: block; margin: 20px 0; padding: 5px 0 3px 10px; width: 100%; border-bottom: 1px dotted #3fa4c6; border-left: 5px solid #95c7de }
.summarytitle  { font-weight: bold }


td.header, td.header a {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	padding: 2px;
}


/* Error Message Style */
div.error {
	font-weight: bold;
	color: #F00;
	padding-bottom: 1em;
}

/* Container Styles */
div.container_box          { margin: 0 3px 3px 0; padding: 0 3px 3px 8px; border: #d7d7d8 }

div.container_editbox  { margin: 2px; border: dashed 2px #442415 }

div.container_editheader {
	padding: 3px;
	background-color: #ccc;
}

div.container_editheader table tr td.info {
	font-size: 8pt;
	font-weight: bold;
}
/* News Module */
td#eventtitle a  { color: #3fa4c6; font-size: 14px; font-family: "Lucida Grande", Verdana; font-weight: bold; text-decoration: none; background-position: 0 0; display: block; margin-bottom: 0; padding-top: 0; padding-bottom: 0; padding-left: 0; border-bottom: 1px dashed #ffc }

ul {
	line-height: 20px;
	list-style-type: square;
}
td#eventtitle a:hover { color: #c03; font-size: 14px; font-family: "Lucida Grande", Verdana; font-weight: bold; text-decoration: underline; background-position: 0 0; display: block; margin-bottom: 0; padding-top: 0; padding-bottom: 0; padding-left: 0; border-bottom: 1px dashed #ffc }
div.itemdate { color: #4a4a4a; font-size: 10px; font-family: Arial; font-style: italic; font-weight: normal; line-height: 14px; padding-right: 18px }
div.itembody { color: #4a4a4a; font-weight: normal; text-align: justify; padding-right: 18px }
div.itemtitle { color: #3fa4c6; font-size: 14px; font-family: "Lucida Grande", Verdana; font-weight: bold; line-height: 18px; text-transform: uppercase }
td.news_summary  { padding-right: 10px; padding-bottom: 12px }

/* Themable Forms */
div.form_title {
	font-size: 14px;
	font-weight: bold;
}

div.form_header {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin-bottom: 1em;
}

tr.even_row {
	background-color: #DDD;
}

tr.row:hover td, tr.row:hover td a {
	background-color: #666;
	color: #fff;
}

tr.odd_row {
	
}

/** Administration Module Manager form **/
.administration_modmgrheader {
	background-color: lightgrey;
}

.administration_modmgrheader span.active {
	color: green;
	font-weight: bold;
}

.administration_modmgrheader span.inactive {
	color: red;
	font-weight: bold;
}

.administration_modmgrbody {
	padding-left: 10px;
	border: 1px solid lightgrey;
}
/** Debugger Styles **/
table.debug_null,table.debug_null tr td, div.debug_null {
	background-color: #000;
	color: #fff;
	font-weight: bold;
}

table.debug_object, table.debug_object tr td {
	background-color: #a00;
	color: #fff;
}

table.debug_array, table.debug_array tr td {
	background-color: #0a0;
	color: #fff;
}

table.debug_scalar, table.debug_scalar tr td, div.debug_scalar {
	background-color: #00a;
	color: #fff;
}

td.debug_attribute {
	font-family: monospace;
	font-size: 10px;
}

td.debug_varname {
	font-weight: bold;
}

td.debug_type {
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}

td.debug_value {
	font-family: monospace;
	font-size: 11px;
	color: #fff;
}

/* Workflow */
div.workflow_action {
	border: 1px solid #DDD;
	margin-bottom: 1em;
}

div.workflow_inapproval {
	margin-left: 35px;
}

div.workflow_approved {
	border: 2px solid #030;
	background-color: #DDD;
}

div.workflow_action_restored {
	border: 2px dashed #030;
	background-color: #FFF;
}

div.workflow_action_posted {
	border: 2px solid black;
}

/* FAQ Module*/
div.faq_moduletitle {
	font-size: 16px;
}

td.category_bg {
	background-color: lightgrey;
}
td.category_title {
	font-size: 12px;
	font-weight: bold;
}
td.question {
	font-size: 10px;
	font-weight: bold;
}

/*Article Module*/
div.article_title {
	font-size: 14px;
	font-weight: bold;
}
div.login_title { color: #fff; font-size: 14px; font-weight: bold }
div.article_body {
	font-size: 10px;
}

td.article_summary  { font-size: 11px }

a.article_title_link {
	font-size: 12px;
	color: blue;
}

/** New Tab style of interface for Nav manager **/
td.tab_btn {
	border: 1px solid black;
	border-right: 0px solid black;
	background-color: #DDD;
	padding: .5em;
}

td.tab_btn_last {
}

td.tab_spacer {
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}

td.tab_btn_current {
	background-color: inherit;
	border-bottom: 0px solid black;
}

td.tab_main {
	padding: .5em;
	border: 1px solid black;
	border-top: 0px solid black;
}
h1     { color: #777; font-size: 18px; font-weight: bold; line-height: 18px; margin: 0.67em 0 12px }
h2 { color: #888; font-size: 14px; font-weight: bold; margin: 0.83em 0 }
h2 a { color: #3cf; font-size: 14px; font-weight: bold; margin: 0.83em 0 }
h2 a:hover { color: #c03; font-size: 14px; font-weight: bold; text-decoration: underline; margin: 0.83em 0 }
.level_1 a                        { color: #fff; font-size: 12px; font-family: "Lucida Grande"; font-weight: bold; line-height: 16px; text-decoration: none; background-color: #0a1e60; background-position: right center; display: block; margin: 0 0 -16px -10px; padding: 10px 0 3px 20px; height: 30px; border-bottom: 1px solid #fff }
.level_1 a:hover   { color: #fff; font-size: 12px; font-family: "Lucida Grande"; font-weight: bold; line-height: 16px; text-decoration: none; background-color: #95c7de; text-align: left; display: block; margin: 0 0 -16px -10px; padding: 10px 0 3px 20px; height: 30px; border-bottom: 1px solid #fff }
.level_1 a#current    { color: #fff; font-size: 12px; font-family: "Lucida Grande"; font-weight: bold; line-height: 16px; text-decoration: underline; background-color: #0a1e60; text-align: left; display: block; margin: 0 0 -16px -10px; padding: 10px 0 3px 20px; height: 30px; border-bottom: 1px solid #fff }
.level_2 a  { color: #0a1e60; font-size: 11px; font-weight: bold; background-color: #3fa4c6; text-align: left; list-style-type: square; list-style-position: inside; display: list-item; margin-top: 0; margin-bottom: -20px; margin-left: -20px; padding: 12px 5px 8px 20px; border-bottom: 1px solid #fff }
.level_2 a:hover    { color: #000; font-size: 11px; background-color: #95c7de; text-align: left; list-style-type: square; list-style-position: inside; display: list-item; margin-top: 0; margin-bottom: -20px; margin-left: -20px; padding: 12px 5px 8px 20px; border-style: none none solid; border-width: medium medium 1px; border-color: #95c7de #95c7de #fff }
.level_2 a#current  { color: #000; font-size: 11px; text-decoration: underline; background-color: #3fa4c6; text-align: left; list-style-type: square; list-style-position: inside; display: list-item; margin-top: 0; margin-bottom: -20px; margin-left: -20px; padding: 12px 5px 8px 20px; border-bottom: 1px solid #fff }
.level_3 a          { color: #000; font-size: 10px; line-height: 14px; background-color: #95c7de; display: block; margin: 0 0 -19px -30px; padding: 10px 0 3px 45px; height: 15px; border-bottom: 1px #fff }
.level_3 a:hover   { color: #000; font-size: 10px; line-height: 14px; background-color: #cdeeed; display: block; margin: 0 0 -19px -30px; padding: 10px 0 3px 45px; height: 15px }
.level_3 a#current { color: #000; font-size: 10px; line-height: 14px; text-decoration: underline; background-color: #95c7de; display: block; margin: 0 0 -19px -30px; padding: 10px 0 3px 45px; height: 15px; border-bottom: 1px none #fff }
