* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: #fff;
	color: #000;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
}
a {
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}

ul, li {
	margin: 0 12px;
}


/*********************
 *********************
 *	Site Container
 *********************
 *********************/
	
#container {
	width: 930px;
	text-align: left;
	font-size: 70%;
	margin: 10px auto 10px auto;
	background: #fff;
	clear: both;
	color: #333;
	padding: 0px;
}

#line {
	width: 930px;
	margin-left:0px;
}

#subContent {
	padding-left: 10px;
	width: 930px;
	margin-top: 10px;
}

/*********************
 *********************
 *	Site Header
 *********************
 *********************/

#header{
	width: 930px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#header h1 {
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}

/*********************
 *********************
 *	Main Menu
 *********************
 *********************/


#mainmenu {
	height: 25px;
	position: relative;
	width: 930px;
	left: 50%;
	margin-left: -465px;
	color: #fff;
	line-height: 2.3em;
}
#mainmenu ul{
	margin: 0px;
	white-space: nowrap;
}
#mainmenu li {
	list-style-type: none;
	display: inline;
}
#mainmenu a {
	color: #fff;
	text-decoration: none;
}
#mainmenu  a:hover {
	color: #0084ff;
	text-decoration: none;
	background: none;
}


/*********************
 *********************
 *   Site Subheader
 *********************
 *********************/

#subHeader {
	background-color: #0d0d0d;
	color: #fff;
	width: 930px;
	padding: 20px 15px 20px 0px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-webkit-border-radius-topright: 5px;
}

.subHeaderImage {
	float:right;
	margin-right: 10px;
}

.subHeaderTitle {
	width: 100%;
	font-weight: bold;
	font-size: 25pt;
	text-indent: 15px;
}

#home .subHeaderText {
	width: 340px;
	float: left;
	margin-left: 15px; 
}

/*********************
 *********************
 *	Site Header
 *********************
 *********************/

.featureList {
	margin-top:5px;
	border: 1px solid #EEE;
	font-size:75%;
}
 
.featureListItem {
	text-indent: 5px;
}
 
.h1Image {
	margin-top:9px;
	float:left;
	display:inline;
	text-indent:10px;
}

.h1ImageText {
	font-size: 130%;
	color: #003d4c;
	text-align: left;
	line-height: 2.3em;	
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
}

/*********************
 *********************
 *	Content
 *********************
 *********************/

#content {
	width: 930px;
	color: #333;
	background: #fff;
}

#content h1 {
	color: #003d4c;
	

	padding-bottom: 1em;
	
	height: 47px;
	line-height: 3em;
	text-align: left;
	
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
}

/*********************
 *********************
 *	Menus
 *********************
 *********************/

#user_bar_content {
	width: 930px;
	display: inline;
}

#user_bar_content #controls{
	background-color: #f3f3f3;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px 6px 3px 6px;
	margin-top: 0px;
	float: right;
}

/*********************
 *********************
 *	Random
 *********************
 *********************/
 
#order #leftContent {
	margin-left:70px;
}

/*********************
 *********************
 *	Footer
 *********************
 *********************/

#footer {
	position: relative;
	width: 930px;
	left: 50%;
	margin-left: -460px;
	clear: both;
	padding: 10px;
	text-align: right;
}
#footer a {
	color: #ccc;
	font-size: 125%;
	text-decoration: none;
}
#footer  a:hover {
	color: #0084ff;
	text-decoration: none;
	background: none;
}

.documents a {
	color: #000;
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
}
.documents a:hover {
	color: #0084ff;
	text-decoration: none;
	background: none;
	font-weight: normal;
}

#documents a {
	color: #000;
	font-size: 100%;
	text-decoration: none;
	font-weight: normal;
}
#documents a:hover {
	color: #0084ff;
	text-decoration: none;
	background: none;
	font-weight: normal;
}

#documents2 a {
	color: #000;
	font-size: 100%;
	text-decoration: none;
	font-weight: normal;
}
#documents2 a:hover {
	color: #0084ff;
	text-decoration: none;
	background: none;
	font-weight: normal;
}


.altRow {
	background-color: #EEE;
}

/*********************
 *********************
 *   Flash Messages
 *********************
 *********************/

.flash_good {
	margin-left: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
	background: #e5f2be; 
	border:2px solid #bedf5d; 
	padding:10px; 
	font-weight:bold;
}

.flash_bad {
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #eccecf;
	border:2px solid #9e0b0f;
	padding:10px;
	font-weight:bold;
}

.flash_good img, .flash_bad img {
	float:right;
}

/**********General Styling*************/
p {
	margin-bottom:11px;
}

blockquote {
    margin: 1em 2em;
    color: #999;
    border-left: 2px solid #999;
    padding-left: 1em; 
}

/* Tables */

table {
	background: #fff;
	border:1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	border-spacing: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
th {
	background: url('../img/page_top.png') center left repeat-x;
	color: 000;
	background-repeat: repeat-x;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 0px solid #fff;
	border-right: 0px solid #fff;
}
th a {
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	color: #333;
	text-decoration: none;
}
table tr td {
	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;
}
.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: 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;
}

/* Forms */

form {
	clear: both;
	margin-right: 20px;
	padding: 0;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
}
input[type=radio] {
	float:left;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
div.checkbox label {
	display: inline;
}
input[type=submit] {
	display: inline;
	vertical-align: bottom;
	font-size: 10px;
	padding: 3px 3px 3px 3px;
	overflow: visible;
}
/* 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;
}

/*  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;
}