* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	/*background: #003d4c;*/
	background: #E1DCD5;
	color: black;
	font-family:'verdana,lucida grande',helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
}
a {
	color:blue;
	text-decoration: none;

}
a:hover
{
	background: blue;
	color: white;
	text-decoration: none;
}

a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:#E1DCD5;
	/*color: #e32;*/
	color:brown;
	font-family:'verdana','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	/*margin: 0.1em 0;*/
}
h2 {
	background:#E1DCD5;
	/*color: #e32;*/
	color:brown;
	font-family:'verdana','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	/*padding-top: 0.8em;*/
}
h3 {
	/*color: #993;*/
	color:brown;
	font-family:'lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
div h3
{
	padding-top: .1em;
}

h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
h5 {
	background:#E1DCD5;
	color:black;
	font-family:'verdana','lucida grande',helvetica, arial, sans-serif;
	font-size: 85%;
	padding-bottom: 2px ;
}
ul, li {
	/* margin: 0 12px; */
	/* margin: 0 5px;*/
}

/* Layout */
#container {
	text-align: left;
}

#header{
	padding: 10px 20px;
}
#header h1 {
	/*background: #CBC2B6 url('../img/headerLogo.gif') no-repeat 50% 10px  ;*/
	/*background: #CBC2B6 ;*/
	color: #6D4C39;
	padding: 20px 40px 20px 40px ;
	/*border:2px solid #ccc;*/
}

#header h5{
	/*background: #CBC2B6 url('../img/headerLogo.gif') no-repeat 50% 10px  ;*/
	/*background: #CBC2B6 ;*/
	color: #6D4C39;
/*	padding: 20px 40px 20px 40px ;*/
	/*border:2px solid #ccc;*/
}


#header h1 a {
	color: #372D23;
	/* background: #CBC2B6;*/
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #372D23;
	background: #CBC2B6;
	text-decoration: underline;
}
#content{
	background: #E1DCD5;
	clear: both;
	color: #333;
	padding: 0px 20px 0px 20px;
	overflow: auto;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}

/* Tables */
table {
	/* background: #fff;*/
	/* border:3px solid #ccc;*/
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: auto;
	/* allow for centering within a dev */
	margin: 0 auto;
}

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;*/
	text-align: left;
	vertical-align: top;
	font-size:100%;
}

p.verify
{
page-break-after: always;
}

table.verify
{
	width:98%;
	border:2px solid black;
	/*table-layout:fixed;*/
}

table.verify tr td {
	padding: 1px;
	text-align: left;
	vertical-align: top;
	font-size:90%;
}

table.verify tr td h3{
	color:black;
}

table tr.altrow td {
	/*background: #f4f4f4;*/
	/*	background: lightblue;*/
}
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;
}

/* 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: 2em;
	margin: 0em 0em;
	width: 100%;
}
dl .altrow {
	/* background: #f4f4f4;*/
	/* background: lightblue; */
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 20em;
	margin-top: -2em;
	vertical-align: top;
}
dd.narrow {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}
/* */

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 100%;
}
fieldset {
	border: 3px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
	border-radius: 10px;
	-moz-border-radius:10px;
}
fieldset legend {
	/*font-size: 160%;*/
	text-align: left;
	color: blue;
	color: #372D23;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
 	/*font-size: 100%;*/
	font-weight: bold;
}

legend span{
  *float:left;					/* only IE will see this, if Chrome sees it, legend shrinks to 0 height */
	*display:block;				/* same here, Chrome wont wrap with this enabled */
	white-space: normal;	/* everybody pays, everybody wraps */
}

fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	/*vertical-align: text-top;*/ /* bg 1/14/11 */
}
form div.input {
	color: #444;
}
form div.required {
	color: red;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	/* margin-left: 140px;*/
}

label {
	display: block;
	font-size: 90%;
	padding-right: 20px;
	}

fieldset label {
	float: none;
	margin-bottom:1px;
	padding:1px;
	vertical-align:middle;
	padding-right: 0px;
	color:#A0522D;
	color:#372D23;
}

input {
	clear: both;
	/*font-size: 140%;*/
	font-size: 90%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	/* width: 100%; */
}

td input {
	clear: both;
	/*font-size: 140%;*/
	font-size: 90%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	/* width: 100%;*/
}

textarea {
	clear: both;
	/*font-size: 140%;*/
	font-size: 90%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}



select {
	clear: both;
	font-size: 90%;
	vertical-align: text-bottom;
	width:100%;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 90%;
	padding: 0 3px;
}
input[type=number] {-moz-appearance: textfield;}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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; 
	vertical-align: middle;
}

div.radio label {
   margin: 0 0 6px 20px;
}
input[type=submit] {
	/*display:block;*/ /* allows us to add top and bottom padding to the element */
	padding:2px 5px 2px 5px;	/* now we have nice padding for link hi-lighting */
	position: relative;
  background: none;
	text-decoration:none;
	/*border:2px solid green;*/
	color:green;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

button[type=submit] {
	/*display:block;*/ /* allows us to add top and bottom padding to the element */
	padding:2px 5px 2px 5px;	/* now we have nice padding for link hi-lighting */
	position: relative;
  background: none;
	text-decoration:none;
	/*border:2px solid green;*/
	color:green;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

input[type="submit"]:hover
{
	color:white;
	background-color:green;
}

button[type="submit"]:hover
{
	color:white;
	background-color:green;
}
li input
{
	font-size:110%;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
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;
}
.error {
	color: red;
	font-weight: normal;
	line-height: 140%;
}

/* used in verify.ctp */
td.error
{
	font-style: italic;
	line-height: 100%;
	border: 1px solid red;
	color:black;
}

td.linebreak
{
	font-weight: bold;
	line-height: 100%;
	color:black;
	vertical-align:middle;
	/*text-decoration: underline;*/
	border-bottom: 1px solid black;
}

table.verify tr td.question
{
	padding-left:8px;
	width:300px;
}


/* Related */
div.related {
	clear: both;
	display: block;
	margin-bottom: 0em;
}

div.related input.text {
	margin-bottom:0em;
}
/* 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;
}

/* Menus */
div.menu {
	border:1px solid #bbb;
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	padding-bottom: 15px;
	padding-left:100px;
}
div.questions dl
{
	float:left;
	width:100%;
	/*color:green;*/
	margin:0px;
	padding:0px;
}
div.questions dt
{
	float:left;
	width:100%;
	/*color:black;*/
}
div.questions dl dd
{
	float:left;
	color:blue;
	width:80%;
	margin-left:15px;
	padding-left:15px;

}

div.questions_view dl dd
{
	float:left;
	color:blue;
	width:100%;
	margin-left:100px;
	padding-left:100px;
}

div.answers_view dl dd
{
	float:left;
	color:blue;
	width:100%;
	margin-left:50px;
	padding-left:50px;
}

div.zones_view dl dd
{
	float:left;
	color:blue;
	width:100%;
	margin-left:75px;
	padding-left:75px;
}

.clear {
   height: 0;
   margin: 0;
   padding: 0;
   line-height: 0;
   clear: both;
   overflow:hidden;
   
}
div.index
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	/*border:2px solid #ccc;	*/
}
div.contacts dl dd
{
	float:left;
	color:blue;
	width:80%;
	margin-left:75px;
	padding-left:75px;
}
div.related table{
	clear: both;
	display: block;
	text-align:left;
}

fieldset.options {
	text-align:left;
	/*margin:10px 15px 10px 15px;
	padding:5px 10px 5px 10px;*/

}

/* BG */
fieldset.options tr td {
	margin: 0 0 0 0;
	padding:0 0 0 0;
	
}

fieldset.options legend {
	margin-left: 6px;
}
fieldset.options label {
	display: inline;
	vertical-align: top;
	font-weight: bold;
	/*padding-left: 4px;*/
	padding-right:2px;
	/* padding-top:2px; */
}
fieldset.options select {
	width: auto;
}

fieldset.options input[type="submit"]
{
	display:block; /* allows us to add top and bottom padding to the element */
	padding:2px 5px 2px 5px;	/* now we have nice padding for link hi-lighting */
	position: relative;
  background: none;
	text-decoration:none;
	border:2px solid green;
	color:green;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

fieldset.options input[type="submit"]:hover
{
	color:white;
	background-color:green
}

fieldset.options input[type="button"]
{
	display:inline-block; /* allows us to add top and bottom padding to the element */
	padding:2px 5px 2px 5px;	/* now we have nice padding for link hi-lighting */
	position: relative;
  background: none;
	text-decoration:none;
	border:2px solid green;
	color:green;
	border-radius: 10px;
	-moz-border-radius: 10px;
	margin-left:5px;
}

fieldset.options input[type="button"]:hover
{
	color:white;
	background-color:green
}
fieldset.options input[type="checkbox"]
{
	float:auto;
}

fieldset.options input
{
	padding:0px;
	/* vertical-align: top;   Test removal */
}

fieldset.options div {
	margin-bottom:1px;
	margin-left:5px;
	/* padding:4px;*/
	/* padding:1px; another BG removal 2/12 */
	padding:0px;

}

fieldset.options input[type="radio"] {
	float: none;
	margin-bottom:1px;
	/* padding:4px;*/
	padding:1px;

}

fieldset.options fieldset  {
	margin-bottom:0px;
}

fieldset.options div.submit {
	margin-top:0px;
	margin-bottom:0px;
	padding-left: 4px;
	vertical-align: top;
	display:inline-block;
}

ul#menu {
	display:block;
	list-style:none;
	margin:5px;
	padding:10px;
	overflow:auto; /* makes sure the container fits the floated list-items below */
	/*background-color:#ccc; /* moved and lightened the background color from ul#menu li */*/
}
ul#menu li{
	margin:3px 5px;
	padding:0; /* padding moved to the a element below */
	float:left;
	font-family:verdana,Tahoma, Verdana, Arial, sans-serif;
	font-size:16px;
	width:30%;

}
ul#menu li a {
	display:block; /* allows us to add top and bottom padding to the element */
	padding:4px 4px 4px 4px;	/* now we have nice padding for link hi-lighting */
	position: relative;
  background: none;
	text-decoration:none;
	border:1px solid blue;
	border-radius: 20px;
	-moz-border-radius: 20px;
	}
ul#menu li a:hover
{
	color:white;
	background-color: blue;
}

td.actions div
{
	padding: 2px;
	/*border:2px solid blue;*/
	border-radius: 10px;
	-moz-border-radius:10px;
}

td.actions div:hover
{
	background:blue;
	color:white;
}

/*  Actions  */
div.actions ul
{
	list-style:none;
	overflow:auto; /* makes sure the container fits the floated list-items below */

}

div.actions li
{
	margin:3px 5px;
	float:left;
	font-family:verdana,Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
}

div.actions ul li a
{
	display:block; /* allows us to add top and bottom padding to the element */
	padding:2px 4px 2px 4px;	/* now we have nice padding for link hi-lighting */
	position: relative;
	border:1px solid blue;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

div.actions#layout ul li a
{
	border:1px solid black;
	color:black;
}

div.actions ul li a:hover
{
	color: white;
	background-color: blue;
	text-decoration: none;
}

div.actions#layout ul li a:hover
{
	color: white;
	background-color: black;
	text-decoration: none;
}


/* Inspections */
/* Formatting basic inputs in the tab panels */

/*radio*/
div.ui-tabs-panel fieldset
{
display: inline;
margin: 5px;
padding: 5px;
width: 30%;
}

div.singlecolumn fieldset
{
display: block;
}

div.ui-tabs-panel fieldset label
{
display: inline;
padding-right: 20px;
/*vertical-align: text-top;   BG - Removed to make IE happier other browsers have no problem*/
}
div.ui-tabs-panel fieldset input
{
float: none;
}

/*text box*/
div.ui-tabs-panel div.input
{
display: inline-block;
padding-right: 5px;
width: 31%;
}

div.related div.input 
{
display: inline-block;
/*width: 20%;*/
margin-bottom: 1em;
zoom:1;								/* IE Hack so we can use block element but treat it as inline */
*display:inline;			/* IE hack Ignored by other browsers EXCEPT IE*/
}

fieldset.options div.related div.input 
{
width: auto;
/*max-width: 18%;*/
margin-left:5px;
}


div.ui-tabs-panel div.input label
{
display: inline;
padding-right: 10px;
}

/*text area*/
div.ui-tabs-panel div.textarea
{
width: 98%;
height: 90px;
}

/*Comment*/
div.ui-tabs-panel div.txtcomment
{
height:100px;
display:none;
border:solid red 1px
}

/*wide text box*/
div.ui-tabs-panel div.textwide
{
width: 65%;
}
div.ui-tabs-panel input.input-tabs
{
width: 65%;
}
/** Elements **/
#url-rewriting-warning {
	display:none;
}

