* { padding: 0; margin: 0; }
body {
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
    font-size: .690em;
    background: #302624 url(../img/bg.gif);
}
p {
	margin-bottom: 10px;
}
a:link, a:visited {
	color: #304141;
}
a:active, a:hover {
	color: #640000;
}
h2 {
	font-size: 1.8em;
}
/* Layout */
#container {
	text-align: left;
}
#header {
	height: 121px;
	width: 970px;
	background: url(../img/header_bg.png) #130f0e repeat-x;
}
#header img { float: left; }
#nav {
	float: left;
	width: 200px;
	background-image: url(../img/nav_bg.gif);
	font-size: .8em;
}
#flashContent {
	height: 249px;
	background: url(../img/news_bg.png) #ccd4d4 repeat-x;
}
#flash {
	float: left;
}
#rightContent {
	background-color: #ccd4d4;
}
#contentContainer {
	position: relative;
	background: url(../img/nav_bg.gif) #FFF repeat-y;
	width: 970px;
}
#knifeTop {
 	position: absolute;
	margin-top: 100px;
	right: 0px;
	bottom: 0px;
}
/** main Content **/
#mainContent {
	min-height: 310px;
	margin-left: 220px;
	padding: 20px;
	background: #FFF;
}
#mainContent h2 {
	margin-bottom: 20px;
}
.scoutImg {
	padding-right: 15px;
	padding-bottom: 10px;
}
#ContentEditForm {
	margin-bottom: 90px;
}
/** background colors **/
td img {display: block;}
/** topNav  and Nav **/
#topNav {
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
	color: #dcd07e;
}
#topNav a:link, #topNav a:visited {
	color: #dcd07e;
	text-decoration: none;
}
#topNav a:hover, #topNav a:active {
	color: #83afb1;
	text-decoration: underline;
}
/** footer **/
#footer {
	position: relative;
	width: 970px;
	height: 30px;
	clear: both;
	background-color: #130f0e;
	margin-bottom: 30px;
}
#footer p {
	padding: 7px;
	color: #dcd07e; 
}
#footer a:link, #footer a:visited {
	color: #83afb1;
}
#footer a:hover, #footer a:active {
	color: #A3C2C4;
	text-decoration: underline;
}
#knifeBottom {
 	position: absolute;
	right: 0px;
	top: 0px;
}
/** navigation **/
#nav ul {
	margin-top: 10px;
	margin-left: 5px;
	font-size: 2.1em;
	list-style-type: none;
}
#nav a:link, #nav a:visited {
	color: #130F0E;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	color: #333;
	text-decoration: underline;
}
#myQuery {
	width: 140px;
	margin-left: 10px;
	margin-top: 30px;
}
#searchButton {
	width: 70px;
	margin-left: 10px;
}
/** rightContent aka news area **/
#news {
	float: right;
	margin: 25px 28px 10px 0px;
	width: 300px;
}
#news h3 {
	color: #304141;
	font-size: 2em;
	font-weight: 100;
	margin-bottom: 20px;
}
#news a:link, #news a:visited {
	color: #640000;
}
#news a:active, #news a:hover {
	color: #CA0000;
}

/* data Tables */
table {
	background-color: #fff;
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background-color: #130f0e;
	border: 1px solid #130f0e;
	text-align: center;
	color: #dcd07e;
}

th a:link, th a:visited {
	color: #e6d67f;
	display: block;
	padding: 3px 4px;
	text-decoration: none;
}
th a:hover {
	background-color: #292728;
	color: #FFF;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #333;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
table tr td a:link, table tr td a:visited {
	color: #130f0e;
	text-decoration: none;
}
table tr td a:hover {
	color: #640000;
	text-decoration: underline;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	display: inline;
	margin: 0px 6px;
}
.cakeSqlLog table {
	background: #f4f4f4;
}
.cakeSqlLog td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
/* Forms */
form {
	padding: 0;
	width: 92%;
	margin-bottom: 20px;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	color: #2C6877;
	font-size: 160%;
	font-weight: bold;
}
form div {
	padding: .5em;
	vertical-align: text-top;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.optional, form div.input {
	color: #444;
}
form div.submit {
	border: 0;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
	margin-bottom: 5px;
}
input, textarea {
	display: block;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 1px;
}
select {
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	padding: 2px 5px;
	width: auto;
	font-size: 110%;
	vertical-align: bottom;
}

/* Notices and Errors */
#flashMessage, .error, .error_message {
	width: 60%;
    background-color: #dcd07e;
    padding: 10px;
	border: 1px solid #333;
}
div.message, p.error, div.error-message {
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 8px 0px;
}
div.error-message {
	clear: both;
}
div.error em {
	font-size: 140%;
	color: #003d4c;
}
span.notice {
	background-color: #c6c65b;
	color: #fff;
	display: block;
	font-size: 140%;
	padding: 0.5em;
	margin: 1em 0;
}
/*  Nav & Actions */
div.nav {
	text-align: left;
	position: absolute;
	top: 9em;
	left: 60%;
}
div.nav ul li a {
	display: block;
	background: #fff;
	color: #003d4c;
	padding: 3px 8px;
	text-decoration: none;
}
div.nav ul {
	background: #003d4c;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.nav ul li a {
	background: #fff;
	color: #003d4c;
	padding: 3px 8px;
	text-decoration: none;
}
div.nav ul li a:hover {
	background: #003d4c;
	color: #fff;
}

/*  Actions  */
div.actions {
	clear: both;
	margin-top: .2em;
	text-align: left;
}
div.actions ul {
	margin: 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	margin: 0 2em 0 0;
	padding: 0;
}
div.actions ul li a {
	background: #fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	background: #003d4c;
	color: #fff;
}

/* 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: 18px;
	margin: 4px 2px;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	color: #333;
	margin: 4px 2px;
	padding: 4px;
	font-size: 120%;
	line-height: 18px;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	border: 1px dotted #606060;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 5px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
}
/** starList **/
#starList a:link, #starList a:visited {
	color: #640000;
}
#starList a:active, #starList a:hover {
	color: #C60013;
}
ul#starList {
	list-style-type: none;	
	margin-top: 10px;
	margin-left: 1em;
	margin-bottom: 1em;
	line-height: 2;
}
ul#starList li {
	background-image: url(../img/star.gif);
	background-repeat: no-repeat;
	background-position: 0pt 50%;;
	padding-left: 1.6em;
}
ul#starList li:hover {
	background-image: url(../img/star_hov.gif);
	background-repeat: no-repeat;
	background-position: 0pt 50%;;
	padding-left: 1.6em;
}
/** CMS Console **/
#cmsConsole {
	position: absolute;
	font-family: Arial, san-serif;
	width: 145px;
	padding: 10px;
	border: 1px #130f0e solid;
	background-color: #719500;
	border-top: 10px #130f0e solid;
	border-right: 1px #130f0e solid;
	border-left: 1px #130f0e solid;
	border-bottom: 3px #130f0e solid;
	margin-top: 10px;
	margin-left: 10px;
}
#cmsConsole h2 {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #640000;
}
#cmsConsole a:link, #cmsConsole a:visited {
	margin: 0px;
	padding: 0px;
	color: #130f0e;
	text-decoration: underline;
}
#cmsConsole a:hover, #cmsConsole a:active {
	color: #640000;
}
#cmsConsole ul {
	font-size: 12px;
	margin-left: 0px;
	line-height: 12pt;
}
/* misc classes */
.clearBoth { clear: both; }
.floatRight { float: right; }
.floatLeft {
	float: left;
	margin: 0 5px;
}
#bookmarks { 
	margin-top: 10px;
	margin-left: 10px;
}
#bookmarks h2 {
	margin-bottom: 7px;
	color: #130F0E;
	font-size: 1.9em;
	font-weight: normal;
}
/** search results */
#searchResults hr {
    margin: 20px 0px;
    width: 90%;
}
.searchHighlight {
    background: yellow;
}
