@charset "UTF-8";

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}
legend{color:#000;}
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
table {font-size:inherit;font:100%;}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*
http://www.easyrgb.com/

             HTML      R      G      B

Sample    #332277  51.00  34.00 119.00
Theme # 1 #96BCB6 150.23 188.44 182.50
Theme # 2 #C9B09E 200.96 176.34 157.84
Theme # 3 #BAB1CA 186.01 176.80 201.82
Theme # 4 #AEB9A0 174.41 184.51 159.53
Theme # 5 #5B2000  91.27  32.34   0.00
Theme # 6 #004138   0.00  65.41  56.12
Theme # 7 #00400A   0.00  63.73   9.70
Theme # 8 #3A3203  57.69  50.02   2.94
Theme # 9 #627648  98.32 118.44  72.34
Theme #10 #7965A6 121.39 100.94 166.14
Theme #11 #008075   0.00 128.46 116.53
Theme #12 #996434 153.12 100.02  51.65
		
*/

/* General Style Info */
a img {
	border:none;
}

h1 {
	color: #004138;
	font-size: 172%;
	margin: 0.1em 0;
}
h2 {
	color: #004138;
	font-size: 144%;
	margin: 0.1em 0;
	padding-top: 0.5em;
}
h3 {
	color: #004138;
	font-size: 120%;
	margin: 0.1em 0;
	padding-top: 0.5em;
}
h4 {
	color: #004138;
	margin: 0.1em 0;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

/* Layout */
#container {
	text-align: left;
}

#header{
	margin : 10px;
	padding : 10px;
	background : #332277;
}
#header h1 {
	color: #fff;
}
#header h1 a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #878787;
	text-decoration: underline;
}
#content{
	background-color: #fff;
	clear: both;
	color: #333;
	padding: 0 10px 10px;
}
#footer {
	clear: both;
	padding: 10px;
	text-align: center;
}

/* Tables */
table {
	background-color: #fff;
	border: 1px solid #008075;
	clear: both;
	margin-bottom: 10px;
}
th {
	background-color: #96BCB6;
	border: 1px solid #008075;
	text-align: center;
	padding: 4px;
}
td {
	background: #fff;
	border: 1px solid #008075;
	padding: 2px;
	vertical-align: top;
}
table tr.altrow td {
	background: #BAB1CA;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	display: inline;
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* 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 {
}


/* Forms */
form {
	clear: both;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
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;
	display: block;
	font-size: 140%;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
*/
/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #f00;
	font-weight: bold;
	background-color: #fcc;
	padding : 2px;
}
div.error {
	clear: both;
	color: #f00;
	font-weight: bold;
	background-color: #fcc;
	padding : 2px;
}
p.error {
	background-color: #e32;
	color: #fff;
	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-color: #ffcc00;
	color: #000;
	display: block;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background-color: green;
	color: #FFF;
}
.hint {
	color : #5B2000;
}

/*  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;
}

/* 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: #000000;
	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: #FFFF00;
	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;
}


.w2 {width:2em}
.w4 {width:4em}
.w6 {width:6em}
.w8 {width:8em}
.w10 {width:10em}
.w12 {width:12em}
.w14 {width:14em}
.w16 {width:16em}
.w18 {width:18em}
.w20 {width:20em}
.wmax {width:100%}

.fs100{font-size:100%}
.fs90{font-size:90%}
.fs80{font-size:80%}

.l {text-align:left}
.c {text-align:center}
.r {text-align:right}

.m0a {margin:0 auto}
.mb1 {margin-bottom:1em}
.mb10 {margin-bottom:10px}
