/* SVN FILE: $Id: cake.generic.css 7118 2008-06-04 20:49:29Z gwoo $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
 * Copyright 2005-2008, Cake Software Foundation, Inc.
 *								1785 E. Sahara Avenue, Suite 490-204
 *								Las Vegas, Nevada 89104
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright		Copyright 2005-2008, Cake Software Foundation, Inc.
 * @link				http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package			cake
 * @subpackage		cake.app.webroot.css
 * @since			CakePHP(tm)
 * @version			$Revision: 7118 $
 * @modifiedby		$LastChangedBy: gwoo $
 * @lastmodified	$Date: 2008-06-04 13:49:29 -0700 (Wed, 04 Jun 2008) $
 * @license			http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
	box-sizing: border-box;
}

html {
	margin:0px;
	padding:0px;
	height:100%;
	margin-bottom:1px;
	height: 100%;
}

body {
	font-size:9px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
	text-align:center;
	background: url("../images/ocean_background2.png") #002a5c;	
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	margin:0px;
	padding:0px;
	overflow: auto;
	height: 100%;
}

/* General Style Info */


a {
	color: #990033;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	color: #003d4c;
	font-size: 100%;
	margin: 0px;
}
h2 {
	color: #1a3e70;
	font-weight:bold;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 1em 0 1em 0;
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
h5{
	font-weight:bold;
	font-size: 15px;
	color:#1397d5;
	padding-bottom:5px;
	padding-top:5px;
}
ul, li {
	margin: 0 12px;
}
li#home_link{
	pdding:0 0 0 10px;
}
hr{
	clear: both;
	color: #000000;
	size: 1px;
	/* width: 475px; */
	margin: 20px 0 15px 0;
}




#masthead{
	margin-left: 1px;
	padding-left:9px;
	padding-top:10px;
	float:left;
}

#header_logo {
	padding-top:10px;
	padding-left:10px;
}

#header img {
	vertical-align: top;
	margin: 0px 10px;
}

#header a {
	color:#fff;
	/* font-size:12px; */
	font-family:Arial;
	font-weight:bold;
	text-decoration:none;
	/* padding-right:20px; */
}

#header h1 {
	padding: 6px;
}
#header h1 a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#header h1 a:hover {
	color: #999;
	font-weight: bold;
	text-decoration: underline;
}

#userinfo {
	float:right;
	font-weight:bold;
	color: #fff;
	height: 31px;
	line-height: 30px;
	padding-right: 10px;
}

#userinfo a {
	color:#fff;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
}

#userinfo img {
	vertical-align: top;
	margin: 0px 10px;
}


#content{
	clear: both;
	color: #333;
	padding: 10px 20px 40px 120px;
	overflow: auto;
	min-height: 400px;
}

#content p {
	margin-bottom:1em;
}

#footer {
	clear: both;
	padding: 50px 2em 2em 10px;
	text-align: right;
	font-size:10px;
	vertical-align:bottom;
}

/* Tables */
table.simple {
	border: none;
	background:none;
}
table.simple th {
	text-align:left;
	background:none;
	border:none;
}
table.simple td {
	border:none;
	text-align:left;
	background:none;
}

table {
	background: transparent;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
td.indicator.yellow{ background-color:#ffe; }
td.indicator.red{ background-color: #fee; }
td.indicator.green{ background-color: #efe; }

.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

.invisible td {
	border:none;
	outline:none;
	background:none;
	text-align:left;
	padding:0;
	margin:0;
	border:none;
	vertical-align:middle;
}

.invisible tr {
	border:none;
	outline:none;
	padding:0;
	margin:0;
}

.invisible table {
	border-top:none;
	outline:none;
	padding:0;
	margin:0;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 1.7em;
	margin: 0em 0em;
	display: flex;
  	flex-wrap: wrap;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	text-align: right;
	width: 25%;
	margin-bottom: 1em;
}
dd {
	padding-left: 1em;
	margin-bottom: 1em;
	vertical-align: top;
	width: 75%;
}

/* Forms */
#UserLoginForm {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	color: #1a3e70;
	font-size: 120%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 10px 0;
}
fieldset fieldset legend {
	font-size: 100%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 0em;
	
	vertical-align: text-top;
}
form div.input {
	color: #444;
	margin-bottom: 1em;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	text-align:right;	
}
label {
	float:left;
	font-size: 80%;
	padding-right: 0px;
	text-align:right;
	width:130px;
}

.input input, .input textarea {
	display: block;
	font-size: 100%;
	font-weight:bold;
	padding: 1px;
	width: 75%;
	margin-left: 140px;
}
.input.required label:after{
	content: '*';
	color: #cc0000;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	font-size: 1.75em;
	margin-left: 3px;
}

input[type=hidden] {
	padding:0;
}

select {
	clear: both;
	font-size: 100%;
	font-weight:bold;
	vertical-align: text-bottom;
	margin-left: 10px;
	margin-right: 10px;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 100%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 17px 2px;
	width: auto;
}
input[type=radio] {
	clear: none;
	display:inline;
	width: auto;
	margin-right: 5px;
}

input[type=submit] {
	display: inline;
	font-size: 100%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

input[type=button] {
	display: inline;
	font-size: 100%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

div.input.checkbox input {
	margin-left:140px;
}

div.input.checkbox label {
	width:70%;
	text-align:left;
}

div.gogreen {
	background:#dfd url(../img/save_a_tree.png) no-repeat 20px 15px;
	padding: 5px 10px 10px 90px;
	font-size:80%;
}

div.gogreen input[type=radio] {
	margin-left: -20px;
	margin-top:5px;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
	background-color:#fee;
	padding: 1em;
	border:solid thin #f00;
}
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;
}
.input-description{
	padding-left: 15em;
}

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

.bio {
	font-size:10px;
	background-color:#eee;
	border:#000 solid thin;
	padding: 1em;
	margin-top: 5px;
}

.bio_head {
	font-size:18px;
	font-weight:bold;
	padding-bottom:1em;
}

.vote label {
	display: inline;
	font-size: 100%;
	padding-right: 0px;
}

.vote a {
	font-size:10px;
	cursor: pointer;
	
}

.org-listing .org-info{ display: inline-block; vertical-align: top; }
.org-listing .accredited-logo{ margin-left: 1em; width: 60px; height: auto;  }

@media (max-width: 768px){
	fieldset {
		border: none;
		padding: 16px 0;
	}

	div.input{
		margin-bottom: 1em;
		display: flex;
		justify-content: end;
		align-items: flex-start;
	}
	label{
		float: none;
		width: 25%;
		text-align: right;
		font-size: 1em;
		word-wrap: break-word;
		padding-right: 1em;
	}
	.input input,
	.input textarea,
	.input select,
	div.input.checkbox label{
		width: 75%;
		margin-left: 0;
	}

	div.input.datetime{
		flex-wrap: wrap;
	}
	div.input.datetime label{ flex: 1 0 100%; text-align: left; }
	div.input.datetime select{ flex: 0 1 20%; }

	input[type=checkbox]{
		margin-bottom: 0;
	}
	div.input.checkbox input {
		margin-left: 0;
		width: auto;
		flex: 0 1 auto;
	}	
	div.input.checkbox label {
		margin-left: 0;
    	padding-left: 1em;
		/* flex: 0 1 75%;
		width: auto;
		padding-left: 1em; */
	} 
	.input-description{
		padding-left: 1em;
	}

	ul {
		margin: 0;
	}

	hr{ width: auto; }

	#UserLoginForm{
		width: auto;
	}
	input[label="Next >"] {
		float: right !important;
	}
}