/* Global styles */
* html .cell {display:inline}
body {
    margin:0px; 
    background: #40B5DB url(../img/hestia/main-bg.jpg) repeat-x; 
    color:#fff; 
    font-family: Arial, Helvetica, Sans-serif;
    font-size:14px}
a {color:#fff; text-decoration:underline}
a:hover {text-decoration:none}
a img {border:none}
hr {background-color:#fff; color:#fff; height:1px; border:0}
h1, h1 a {
    font-family:Arial, Helvetica, Sans-Serif;
    font-size:24px;
    margin-top:0px;
    color:#fff;
    letter-spacing:-0.05em;
    font-weight:normal;
}
h3 {font-size:18px; margin-top:0}

/* Bespoke general fonts */
.invisible {display:none}
.visible {display:block}
.left {float:left}
.right {float:right}
.clear_left {clear:left}
.clear_right {clear:right}
.clear_both {clear:both}

/* Bespoke general fonts */
.no_underline, .no_underline a {text-decoration:none}
.no_underline a:hover {text-decoration:underline}
.small, .small a{font-size:11px}
.h3_white {font-size:14px; color:#FFFFFF; font-weight:bold}
.white, .white a, .white h3 {color:#FFFFFF}

/* App-related fonts */
.error {margin-top:10px; margin-bottom:10px; clear:both; background:#000; color:#fff; padding:5px; display:block}

/* Page header - logo etc */
#page_wrapper {width:100%}
#outer_wrapper{margin-left:auto; margin-right:auto; width:950px}
#inner-wrapper {padding-left:10px; padding-right:10px; text-align:left}

#header_logo {width:276px; height:176px}
#login_register {text-align:right; width:600px; padding-top:15px; color:#FFFFFF}
#login_register a {color:#FFFFFF}

#header_sitenav {float:right; padding-top:65px}
#header_sitenav ul {list-style-type:none; margin:0; border:0}
#header_sitenav ul li {float:left; text-align:left}
#header_sitenav ul li a {
    display:block; 
    height:35px;
    line-height:35px;
    padding-left:24px;
    padding-right:15px;
    background:url(../img/hestia/nav-arrow.gif) no-repeat left;
    border-right:1px solid #67C4E2;
    text-decoration:none; 
    font-size:18px; 
    font-weight:bold
}
#header_sitenav ul li a:hover {background-color:#006385}
#main_content_wrapper {padding-top:10px; padding-bottom:20px}

/* Page title */
.title_main_box h1 {
    background-color:#006385;
    height:50px;
    line-height:50px;
    font-size:24px;
    font-weight:bold;
    color:#FFFFFF;
    padding-left:10px;
    margin-bottom:0px;
    font-weight:normal
}
.title_main_box strong {font-size:20px; color:#FFFFFF; font-weight:bold}

/* Footer */
#footer_wrapper {
    margin-top:20px;
    border-top:1px solid #fff;
    padding-top: 10px;
    padding-bottom: 80px;
    text-align: left;
    clear: both;
}
span.footer_text, .footer_text a {font-size:11px; color:#fff;}

/* General page styles */
.content-block-left {width:580px; margin-right:10px; margin-bottom:10px; float:left} 
.content-block-right {width:580px; margin-left:10px; margin-bottom:10px; float:right}
.context-column-right {width:350px; padding-left:10px; margin-bottom:10px; float:right}
.context-column-left {width:350px; padding-right:10px; margin-bottom:10px; float:left}
.context-column-right h2, .context-column-left h2, .content-block-left h2, .content-block-right h2 {
    display:block;
    height:32px;
    line-height:32px;
    padding-left:5px;
    font-size:16px; 
    margin-top:0; 
    color:#006385; 
    letter-spacing:-0.05em;
    background:#fff url(../img/hestia/h2-bg.jpg) repeat-x;
}

/* Index page */
#splashbox {
    width:100%; 
    height:314px;
    background:url(../img/hestia/splashbox-grad-bg.jpg) repeat-x
}
.splashbox-inner {
    height:274px; 
    padding-top:20px;
    padding-bottom:20px;
    padding-left:20px;
    padding-right:380px;
    background:url(../img/hestia/splashbox-bg.jpg) no-repeat right
}
.splashbox-inner h2 {margin:0; font-size:20px; color:#fff}
.splashbox-inner ul {
    list-style-type:none; 
    margin:0;
    margin-top:20px; 
    padding:0}
.splashbox-inner ul li {
    height:15px;
    line-height:15px;
    color:#006385;
    font-size:15px;
    font-weight:bold;
    margin:0;
    margin-bottom:10px;
    padding-left: 15px;
    background:url(../img/hestia/splashbox-li.gif) no-repeat left;
}

/* Contact page */
fieldset.large_form {margin:0; margin-top:20px; padding-left:0; border:0}
fieldset.large_form textarea, fieldset.large_form input[type=text] {
    width:335px; 
    border:2px solid #006385; 
    padding:5px;
    font-family: Arial, helvetica, sans-serif;
    font-size:14px}
fieldset.large_form textarea:hover, fieldset.large_form input[type=text]:hover {border:2px solid #fff}
fieldset.large_form textarea {height:160px}
fieldset.large_form input[type=submit] {
    margin-left:245px;
    height:40px;
    width:150px; 
    border:2px solid #fff;
    background:#006385 url(../img/hestia/largeform-button-bg.jpg) repeat-x
}
fieldset.large_form input[type=submit]:hover {border:2px solid #006385}

/* Search box stylings */
.search_large_text {
    font-size:20px;
    color:#FFFFFF;
    position:relative;
    left:175px;
    float:left;
}
.starter_search_form_c form input.basic_search_box {padding:8px; width:500px; border:2px solid #006385}

/* Forms */
form {clear:both; margin-right:0px; padding:0}
input[type=text], input[type=password] {padding:4px; border:2px solid #006385; width:200px}
input[type=text]:hover, input[type=password]:hover {border-color:#fff}
fieldset {margin-top:20px; border:0}
fieldset legend {
    background:#fff;
    color:#494949;
    font-size:14px;
    font-weight:bold;
}
fieldset fieldset {margin-top:0px; margin-bottom:10px; padding-left:10px}
fieldset fieldset legend {font-size:12px; font-weight:normal}
fieldset fieldset div {clear:left; margin: 0 0px}
form div {clear:both; margin-bottom:5px; vertical-align:text-top}
form input[type=submit] {
    height:40px;
    width:150px; 
    border:2px solid #fff;
    background:#006385 url(../img/hestia/largeform-button-bg.jpg) repeat-x
}
form div.input input:hover, form div.input select:hover {border-color: #A1A1A1;}
form div.input select {
    color:#000000;
	  border:1px solid #e5e5e5;
    font-size:12px;
    padding:3px;
    margin-bottom:5px;
    width:53%;
}
input.required_input, textarea.required_input, select.required_input{border:2px #999999 solid}
form div.submit input {
    border: 0;
    clear: both;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 6px;
    padding-right: 6px;
    height:40px;
    width:150px; 
    border:2px solid #fff;
    background:#006385 url(../img/hestia/largeform-button-bg.jpg) repeat-x;
    color:#fff
}
form div.submit input:hover {border-color:#006385; cursor:pointer}
label {
    float:left;
    margin-bottom:2px;
    margin-right:10px;
    width:36%;
}
select {padding:4px; font-size:12px; vertical-align:text-bottom}
select[multiple=multiple] {width:100%}
option {font-size:12px; padding: 0 3px}
input[type=checkbox] {
    clear:left;
    float:left;
    margin:0px 6px 7px 2px;
    width:auto;
}
input[type=radio] {float:left; width:auto; margin:0 3px 7px 0}
div.radio label {margin: 0 0 6px 20px}
fieldset.small_form textarea {border: 1px solid #D1D1D1; width:160px; height:160px}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #A1A1A1;
	background-color: #FFFFFF;
	padding: 10px;
	opacity: 0.9;
  filter:alpha(opacity=90);
  opacity: 0.9;
  -moz-opacity:0.9;
}

/* Pagination */
div.paging, div.search_results_pages {text-align:center}
div.disabled {
	color: #A1A1A1;
	background: #F0F0F0;
	border: 1px solid #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	display: inline;
}
div.paging span.current, div.search_results_pages span.current {
  background: #006385;
	border: 1px solid #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	color: #FFFFFF;
	margin-right: 2px;
	margin-left: 2px;
}
div.paging span a, div.search_results_pages span a {
  background: #F0F0F0;
	border: 1px solid #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	margin-right: 2px;
	margin-left: 2px;
	text-decoration: none;
	color:#000
}
a.enabled, span.pageXofY {
	background: #f0f0f0;
	border: 1px solid #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	padding-right: 6px;
	display: inline;
	text-decoration: none;
	color:#000
}
div.paging span a:hover, div.search_results_pages span a:hover, a.enabled:hover {
  background: #006385;
  color:#fff;
  border: 1px solid #fff
}




#tooltip h3, #tooltip div { font-family: Arial, helvetica, sans-serif; font-size: 12px; margin: 0; }



/* Search box */
.search_large_text
{
font-size: 20px;
color: #FFFFFF;
position: relative;
left: 175px;
float: left;
}


/* Specific to this app */
.search_text_field {
padding-top: 3px;
font-size: 16px;
height: 20px;
width: 300px;
border-width: 1px 1px 0px 0px;
border-color: #006891;
}

.search_button_submit {
padding-top: 2px;
padding-bottom: 2px;
padding-left: 10px;
padding-right: 10px;
margin-left: 10px;
position: relative;
top: 1px;
background: #A6221C;
background-image: url('../img/bg_form_button_red.jpg');
background-repeat: repeat-x;
border-width: 1px 1px 1px 1px;
border-style: solid;
border-color: #FFFFFF;
font-size: 16px;
color: #FFFFFF;
cursor: pointer;
}

/* Layout */

/* Tables */
table {
	background: #fff;
	border:0;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	padding: 0;
}
th {
	background: #61AAF6;
	text-align: center;
	margin: 0;
	padding: 0;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

th a {
	display: block;
	color: #FFFFFF;
	padding: 5px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
th a:hover {
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}


}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

.mini_warning {
font-size: 11px;
text-align: center;
padding: 4px;
}



/* Notices and Errors */
div.message {
	clear: both;
	color: #2D2D2D;
	font-weight: bold;
	text-align: center;
	padding: 20px;
	border: 2px solid #FCE176;
	background: #FFF1B4;
  margin-bottom: 10px;
  font-size: 12px;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}



fieldset.admin_properties_form1 
{
border: 1px solid #999999;
width: 465px;
padding-bottom: 15px;
}

fieldset.admin_properties_form1 label
{
margin-right: 5px;
margin-bottom: 5px;
display: block;
padding: 8px;
background: #F7F7F7;
clear: left;
}

fieldset.admin_properties_form1 input, fieldset.admin_properties_form1 input.required_input,
fieldset.admin_properties_form1 select, fieldset.admin_properties_form1 select.required_input
{
padding: 6px;
margin-bottom: 5px;
}

fieldset.admin_properties_form1 textarea, fieldset.admin_properties_form1 textarea.required_input
{
border: 1px solid #e5e5e5;
width: 51%;
}

fieldset.admin_properties_form1 textarea: hover, fieldset.admin_properties_form1 textarea.required_input:hover
{
border-color: #A1A1A1;
}

fieldset.admin_properties_form1 legend
{
margin-top: 0px;
margin-left: 0px;
margin-right: 5px;
margin-bottom: 15px;
padding: 8px;
background-color: #085F95;
background-image: url('../img/bg_main_menu_bar.jpg');
background-repeat: repeat-x;
color: #FFFFFF;
font-size: 14px;
font-weight: normal;
}

fieldset.admin_properties_form1 label.extras_label
{
width: 430px;

}


