* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: #dedede url(../img/bg.png) repeat-y center 0;
	color: #fff;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
}
a {
	background:#fff;
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	background:#fff;
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	background:#fff;
	color: #c21f04;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
    padding: 5px;
}
h3 {
	color: #c21f04;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
    margin: 0.6em 0 0;
}
h4 {
	color: #911804;
	font-weight: bold;
	padding-top: 0.5em;
}
ol, ul, li {
	margin: 0 12px;
}
ol, ul {
    margin-bottom: 0.8em;
}
ul.menulinks {
    margin-top: 0.5em;
}
ul.menulinks li {
    margin-bottom: 0.5em;
}
p {
    margin: 0 0 0.8em;
}
a.button {
    display: block;
    float: left;
    margin: 0 15px 10px 0;
    background: url(../img/button.png) 0 0 no-repeat;
    padding: 3px 5px;
    width: 115px;
    height: 19px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    color: #333 !important;
}
a.button:hover {
    background-position: 0 -25px;
    color: #fff !important;
}

/* Layout */
#container {
    width: 1000px;
    margin: 0 auto;
	text-align: left;
}
#header{
    position: relative;
    background: url(../img/header.png);
    height: 150px;
}
#header h1 {
    display: none;
}
#header #jump {
    position: absolute;
    right: 20px;
    top: 42px;
    background: url(../img/jump.png) 0 0 no-repeat;
    width: 162px;
    height: 26px;
    padding: 32px 12px 8px 12px;
}
#header #jump input.ref {
    width: 110px;
}
#header #jump input.go {
    border: 0;
    height: 21px;
    width: 40px;
    background: url(../img/jump.go.png) 0 0 no-repeat;
    font-weight: bold;
}
#header #jump input.go:hover {
    cursor: pointer;
    color: white;
    background-position: 0 -21px;
}
#menu {
    background: url(../img/bg.menu.png);
    padding: 4px 5px 3px 5px;
    height: 20px;
}
#menu #menu-right {
    float: right;
}
#menu a {
    background: transparent;
    color: white;
}
#column {
    color: #333;
    float: left;
    width: 180px;
    padding: 10px;
}
#navigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#navigation li {
    margin: 0 0 5px 0;
}
#navigation a {
    background: transparent url(../img/menu.button.png) 0 0 no-repeat;
    display: block;
    width: 164px;
    height: 17px;
    padding: 4px 8px;
    text-decoration: none;
    font-weight: normal;
}
#navigation li.active a {
    background-position: 0 -25px;
    font-weight: bold;
    color: white;
}
#navigation a:hover {
    background-position: 0 -50px !important;
    color: white;
}
#navigation ul {
    list-style-type: none;
    margin-top: 5px;
}
#navigation ul li {
    margin: 0;
    height: auto;
}
#navigation ul a {
    color: #333 !important;
    background: none !important;
    font-weight: normal !important;
    padding: 5px;
}
#navigation ul a:hover {
    color: #c21f04 !important;
    background: none !important;
}
#navigation ul li.active a {
    color: #831503 !important;
    font-weight: bold !important;
    background: none !important;
}
#content {
    float: left;
    width: 760px;
	background: #fff;
	color: #333;
	padding: 10px 10px 40px 20px;
}
#content #wide_content {
    margin-left: -200px;
}
#footer {
    color: #333;
	clear: both;
	padding: 6px 10px;
	text-align: center;
}

/* Forms */

#flashMessage {
    border: 1px solid #fcd3a1;
    margin: 0 0 1em;
    background: url(../img/icons/information.png) no-repeat 4px center; 
    padding: 4px 4px 4px 24px;
    font-size: 1.1em;
    font-weight: bold;
    color: #444444;
}
#flashMessage.error {
    background: #FFD1CD url(../img/icons/error.png) no-repeat 2px center;
    border-color: #C00;
}
#content fieldset { 
    border: 0; 
} 
#content legend { 
    color: #c21f04;
    font-size: 1.25em;
    padding-bottom: 0.8em;
} 
#content form div.input,
#content form div.inline {
    margin: 8px 0 8px 8px;
    clear: left;
}
#content form div.input label,
#content form div.inline span.label { 
    float: left; 
    width: 10em; 
    margin-right: 0.5em; 
    overflow: hidden hidden;
}
#content form div.text input, 
#content form div.password input, 
#content form div.select select, 
#content form div.date select,
#content form div.datetime select, 
#content form div.textarea textarea { 
    border: 1px solid #CCC; 
    padding: 2px; 
    font-family: verdana, sans-serif; 
} 
#content form div.textarea textarea { 
    width: 20em; 
    height: 5em; 
}
#content form div.checkbox input {
    margin-right: 0.5em;
}
#content form div.checkbox label {
    float: none;
    cursor: pointer;
}
#content form div.checkbox div.error-message,
#content form div.noinput div.error-message {
    margin-left: 0.5em !important;
}
#content form div.submit input {
    margin: 0.6em 1em;
    padding: 3px;
    border: 1px solid #c21f04;
    background: #c21f04; 
    color: #FFF; 
    font-weight: bold; 
    font-size: 1.2em; 
    cursor: pointer; 
} 
#content form div.submit input:hover { 
    background-color: #831503 !important; 
    border-color: #831503 !important;
    color: #fff !important;
}
#content form div.submit input.cancel {
    background-color: #fff;
    color: #c21f04;
    margin-left: 0;
}
#content form div.error div.error-message { 
    margin-left: 10.5em; 
    padding: 2px 2px 2px 22px; 
    background: url(../img/icons/error.png) no-repeat 2px center; 
}
#content form div.input .form-error { 
    border-color: #C00; 
}
.ui-datepicker-trigger {
    margin-left: 8px;
    cursor: pointer;
}
#content form div.textarea .bigtextarea {
    width: 30em;
    height: 12em;
}
#content form div.textarea .smalltextarea {
    width: 30em;
    height: 5em;
}
#content form textarea.editor {
    width: 40em !important;
    height: 15em !important;
}
#content form textarea.comments {
    width: 50em !important;
    height: 12em;
}

/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	color: #333;
	margin-bottom: 10px;
}
th {
	background: #831503;
    color: white;
    padding: 5px 20px;
}
th a {
    color: #fff;
	background: #831503;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
    color: #fff;
	background: #c21f04;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}

table.details {
    border: 0;
}

table.details td {
    border: 0;
    text-align: left;
}

table.details td.field {
    font-weight: bold;
}

/* Cake SQL Log */
.cake-sql-log {
    color: #333;
    width: 950px;
    margin: 0 auto;
}
.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 {
}
.pagenumbers {
    text-align: center;
}

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

/* Notices and Errors */
#authMessage {
    font-size: 1em;
    margin: 0 0 1em 0;
}
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;
}
li.error-message {
    color: #900;
}
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;
}

/* Pagination links */

.pagination-links {
    margin-bottom: 1em;
}

.pagination-links .left {
    margin-right: 10px;
}

.pagination-links .right {
    margin-left: 10px;
}

.pagination-links .disabled {
    width: 100px; 
    display: inline;
}

