/* Eric Meyer Reset CSS | v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	/* cf. http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better */
	height: 100%;
	margin-bottom: 1px;
}
body {
	margin-top: 0;
	padding: 0;
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	line-height: 1.8em;
	color: #000;
	font-size: 12px;
}

/* Layout */
#container {
	width: 800px;
	margin: 30px auto;
}
#header {
	height: 98px;
}
	#header #logo {
		float: left;
		width: 227px;
		display: block;
	}
	#header #header-menu {
		float: right;
		text-align: right;
		margin-top: 65px;
	}
	#header #header-menu li {
		float: left;
	}
	#header #header-menu li a {
		padding: 0 10px;
		color: #666;
		text-decoration: none;
		font-weight: bold;
	}
	#header #header-menu li a:hover, #header #header-menu li a.active {
		color: #E69D15;
	}
#top {
	margin-bottom: 20px;
}
	#top .box-1 {
		float: left;
	}
	#top .box-2 {
		float: right;
	}
	#top .box-2 h2 {
		color: #fff;
		font-size: 1.4em;
	}
	#top p {
		margin-top: 0;
		margin-bottom: 0;
	}
	#top .box-2 a, #top .box-2 a:visited {
		color: #000;
	}
	#top .box-2 a:hover {
		color: #fff;
	}
#content {
	clear: both;

}
#footer {
	height: 29px;
	padding: 0;
	margin-top: 20px;
	padding: 0 20px;
}
	#footer .business-unit {
		width: 300px;
		float: left;
	}
		#footer .business-unit a, #footer .business-unit a:visited, #footer .business-unit a:hover {
			text-decoration: none;
			color: #000;
		}
		#footer .business-unit img {
			display: block;
			float: left;
			width: 29px;
			height: 29px;
		}
		#footer .business-unit span {
			display: block;
			float: left;
			padding-left: 10px;
			font-size: 11px;
			line-height: 1.1em;
			padding-top: 3px;
		}
	#footer .copyright {
		float: right;
		width: 300px;
		line-height: 29px;
		font-size: 11px;
		text-align: right;
	}


/* Boxes */
#content-box-top {
	height: 26px;
	background: #fff url('../img/template/content-box-top.jpg') no-repeat;
}
#content-box {
	background: #fff url('../img/template/content-box-bg.jpg') repeat-y;
	padding: 1px 20px;
}
#content-box-bottom {
	height: 24px;
	background: #fff url('../img/template/content-box-bottom.jpg') no-repeat;
}

.box-1 {
	background: #FF9E08 url('../img/template/box-1-top.jpg') no-repeat;
	width: 349px;
}
	.box-1 .bottom {
		height: 21px;
		background: #fff url('../img/template/box-1-bottom.jpg') no-repeat;
	}
	.box-1 .content {
		margin: 20px 15px 0 20px;
	}
.box-2 {
	background: #FF9E08 url('../img/template/box-2-top.jpg') no-repeat;
	width: 428px;
}
	.box-2 .bottom {
		height: 21px;
		background: #fff url('../img/template/box-2-bottom.jpg') no-repeat;
	}
	.box-2 .content {
		margin: 20px 15px 0 20px;
	}

/* Menu */
#main-menu {
	
}
#main-menu li {
	
}
#main-menu li a, #main-menu li a:visited {
	text-decoration: none;
	line-height: 2em;
	font-size: 1.3em;
	color: #000;
	font-weight: bold;
}
#main-menu li a:hover, #main-menu li a.active {
	color: #fff;
}

/* Text */
p {
	margin-bottom: 1.3em;
}
h1 {
	font-size: 1.55em;
	line-height: 1.5em;
	text-align: left;
	font-weight: normal;
	margin-bottom: .4em;
}
h2 {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-top: 1em;
	color: #FF9E08;
	font-weight: normal;
}
h3 {
	font-size: 1em;
	color: #FF9E08;
	margin-top: 1em;
	line-height: 1.5em;
}
#content ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 25px;
	margin-top: .6em;
}

#content ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 25px;
}
pre {
	margin: 5px 20px;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
}
table caption {
	text-align: left;
	font-size: 1.2em;
	padding: 5px 0;
}
a:hover {
	text-decoration: none;
	color: #FF9E08;
}

/* Helpers */
.clear {
	clear: both;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

td.title {
	font-weight: bold;
}


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

th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}

table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	display: inline;
	margin: 0px 6px;
}
.cake-sql-log {
	background: #f4f4f4;
	font-size: 11px;
	margin-top: 50px;
	line-height: 1.2em;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

.valign-middle td {
	vertical-align: middle;
}




/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}

/* 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;
	padding: 16px 20px;
}
fieldset legend {
	color: #003d4c;
	font-size: 130%;
	font-weight: bold;
	padding: 0 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
form div {
	clear: both;
	margin-bottom: .5em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	clear: both;
	color: #444;
	border-top: 1px solid #ccc;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	padding-right: 20px;
	line-height: 20px;
	font-weight: bold;
	display: block;
}
form div.error-message {
	padding:0;
	margin: 0;
	font-size: 11px;
}
input, textarea {
	display: block;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 400px;
	margin-bottom: 4px;
	border: 1px solid #666;
}
textarea {
	font-size: 11px;
	height: 130px;
}

select {
	vertical-align: text-bottom;


	font-size: 11px;
}
input[type=hidden] {
	display: none;
}
select[multiple=multiple] {
	font-size: 11px;

}

.form-error {
	background: #FF9B90;
}

option {
	font-size: 100%;
	padding: 0 3px;
}
input[type=checkbox] {
	display: inline;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
form div.checkbox label, form div.checkbox input {
	float: left;
}


/* 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;
}
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;
}
span.error {
	background: #FF707E;
}
/*  Actions  */
div.index div.actions {
	clear: both;
	margin-top: .4em;
	text-align: left;
}
div.view div.actions {
	clear: both;
	margin-top: .4em;
	text-align: left;
	width: 60%;
}
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;
}
div.actions ul li a:hover {
	color: #333;

}

