/* Overall Page Styles */
*
{
  margin:0px;
  padding:0px;
  font-family:verdana;
  font-size:12px;
}
body
{
  background:#1F2127;
}
/* Page Layout Settings */
#container-page 
{
  width:900px;
  margin:0px auto;
  display:block;
}
#header
{
  height:80px;
  padding-bottom:20px;
}
#banner-header
{
  width:100%;
  height:100px;
}
#container-main
{
  clear: both;
  overflow: auto;
}
#navibox-left
{
  float:left;
}
#content
{
  margin-left:200px;
  padding-right:15px;
  padding-left:15px;
  padding-top:35px;
  padding-bottom:25px;
  background-color:#f1f1f1;  
}
#footer 
{
  clear: both;
}

/* Miscellanious */
#container-page
{
  border-style:solid;
  border-width:2px;
  border-color:#646464;
}
#banner-header
{
  background-color:#6E960F;
}
#container-main
{
  color: #333;
  background-color:#E0E0E0;
}
/* End of Page Layout Settings */
/* ----------------------------*/
/* Header Styles */
#header
{
  background-color:#87AE26;
  background-image:url("../img/header_bg.jpg");
  background-repeat:repeat-x;
  text-align:left;
  height:90px;
}
#header h1
{
  font-size:25px;
  font-weight:normal;
  text-decoration:none;
  vertical-align:middle;
  width:500px;
  padding-top:20px;
  padding-left:10px;
}
/* End of Header Styles */
/* ----------------------------*/
/* Navigation Box Styles */
#navibox-main
{
  border-top-width:2px;
  border-top-style:solid;
  border-top-color:#7EA9E6;
  border-bottom-width:2px;
  border-bottom-style:solid;
  border-bottom-color:#7EA9E6;
  background:#2F5B9D;
}
#navibox-main ul
{
  list-style-type:none;
  margin:0px;
  padding:5px 0px;
  text-align:center;
}
#navibox-main li
{
  display:inline;
  background-image:url("../img/menu-bg.gif");
  background-repeat:no-repeat;
  border-right:1px solid white;
}
#navibox-main-first
{
  border-left:1px solid white;
}
#navibox-main li a
{
  padding:5px 10px;
  width:100%;
  text-decoration:none;
  color: #fff;
  background-color: #2F5B9D;
  font-weight:bold;
  font-size:11px;
  vertical-align:text-top;
}
#navibox-main li a:hover
{
  color:#ee9f0e;
}
#navibox-left
{
  padding-top:20px;
  padding-bottom:20px;
}
#navibox-left ul
{
  margin-left:15px;
  list-style-type:none;
}
#navibox-left li
{
  width:150px;
  border-bottom:1px solid #7EA9E6;
}
#navibox-left li a
{
  display:block;
  color:#130672;
  text-decoration:none;
  width:150px;
  line-height:30px;
  vertical-align:middle;
  background-image:url("../img/navibox-left-arrow.gif");
  background-repeat:no-repeat;
  background-position:center right;
}
#navibox-left li a:hover
{
  color:#ee9f0e;
}
/* End of Navigation Box Styles */
/* ----------------------------*/
/* Content Box Styles */
#content
{
}
.item-content
{
  color:#484D39;
}
.item-content h1
{
  font-size:14px;
  color:black;
  border-bottom:1px solid #7EA9E6;
  padding-bottom:3px;
  margin-bottom:5px;
}
.item-content p
{
  text-align:justify;
  margin-bottom:15px;
}
.item-content ul
{
  padding-left:15px;
  margin-bottom:15px;
  text-align:justify;
}
.item-content ol
{
  padding-left:20px;
  margin-bottom:15px;
  text-align:justify;
}
.item-content table
{
  margin:0px auto;
}
/* End of Content Box Styles */
/* ----------------------------*/
/* Footer Styles */
#footer
{
  text-align: center;
  background-image:url("../img/footer_bg.gif");
  background-repeat:repeat-x;
  height:54px;
  color:white;
}
#footer a
{
  color:white;
  border-bottom:1px dashed white;
  text-decoration:none;
}
#footer a:hover
{
  color:#bbec0e;
  border-bottom:1px dashed #bbec0e;
}
#footer-line1
{
  padding:10px 5px 5px 5px;
  font-size:12px;
}
#footer-line2
{
  font-size:10px;
}
#footer-line2 a
{
  font-size:10px;
}
/* End of Footer Styles */
/* ----------------------------*/
/* Generic Style Classes */
.floatleft
{
  float:left;
}
.floatright
{
  float:right;
}
.floatclear
{
  clear:both;
  line-height:1px;
}
.notice-failure
{
  background: #ffcc00;
  color: #000;
  display: block;
  font-family: Courier, monospace;
  font-size: 120%;
  line-height: 140%;
  padding: 0.8em;
  margin: 1em 0;
}
.notice-success
{
  background: green;
  color: #fff;
}
.error-message
{
	color:red;
	font-weight:normal;
}
/* End of Generic Style Classes */
/* ----------------------------*/
/* Cake Class Styles */
.index h2
{
  font-size:16px;
}

/* End of Cake Class Styles */
/* ----------------------------*/
/* Default Cake Classes Unmodified */
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;
}
.cake-sql-log caption{
	color:#E1E1E1;
}
.cake-sql-log table {
	color:#E1E1E1;
	background: #f4f4f4;
}
.cake-sql-log td {
	color:#E1E1E1;
	padding: 4px 8px;
	text-align: left;
	background:none;
}
/* Paging */
div.paging {
	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 {
}
/*  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 
{
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}
/* Scaffold View */
dl 
{
	margin-top:5px;
	margin-bottom:15px;
	line-height: 2em;
	width: 99%;
	border:1px solid black;
}
dl.altrow 
{
	background: #f4f4f4;
}
dt 
{
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd 
{
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}
/* Tables */
table 
{
	border:1px solid #ccc;
	border-right:0;
	color: #333;
	margin: 10px 0px;
	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 {
	border-right: 1px solid #ccc;
	padding: 4px;
	vertical-align: top;
	background:#f1f1f1;
}
table tr.altrow td {
	background: #fafafa;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}


form 
{
	margin:0px 20px;
}
fieldset 
{
	border: 1px solid #ccc;
	padding:10px;
}
fieldset legend 
{
	color: #e32;
	font-size: 120%;
	font-weight: bold;
}
fieldset fieldset 
{
	margin-top: 0px;
	margin-bottom: 20px;
	padding:10px;
}
fieldset fieldset legend 
{
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div 
{
	clear: left;
	margin: 0 20px;
}
form div 
{
	vertical-align: text-top;
}
form div.input 
{
	color: #444;
}
form div.required 
{
	color: #333;
	font-weight: bold;
}
form div.submit 
{
	display:block;
	text-align:center;
	border:0px;
	padding-top:10px;
}
label 
{
	display: block;
	font-size: 100%;
	margin-top:10px;
}
input, textarea 
{
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 99%;
}
select 
{
	font-size: 100%;
	vertical-align: text-bottom;
}
select[multiple=multiple] 
{
	width: 100%;
}
option 
{
	font-size: 100%;
	padding: 0 3px;
}
input[type=checkbox] 
{
	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;
}
input[type=submit] 
{
	display: inline;
	font-size: 100%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

