* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: #edf0f4;
	color: #fff;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	xfont-size:90%;
	margin: 0;
	height:100%;

}
a {
	xbackground:#fff;
	color: #003d4c;
	text-decoration: underline;
	xfont-weight: bold;
}
a:hover {
	xbackground:#fff;
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	xbackground:#fff;
	color: #003d4c;
	xfont-size: 100%;
	margin: 0.1em 0;
}
h2 {
	background:#fff;
	xcolor: #e32;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 20px ;
	xmargin: 0.3em 0;
	xpadding-top: 0.8em;
	padding-bottom : 10px ;
	color: #000000;

}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	xmargin: 0 12px;
}

/* Layout */
#container {
	xtext-align: left;
	min-height: 100%;
	min-width:800px;
}

#header{
	xpadding: 10px 20px;
}

#header h1 {
	xbackground: #003d4c url('../img/cake.icon.gif') no-repeat left;
	xcolor: #fff;
	xpadding: 0px 30px;
}

#header h1 a {
	color: #fff;
	xbackground: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	xbackground: #003d4c;
	text-decoration: underline;
}

#content{
	background: #fff;
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;
}

#footer {
	xclear: both;
	xpadding: 6px 10px;
	xtext-align: center;
	xfont-size : 11px ;
	xpadding-top : 20px ;
	xwidth : 1330px ;
	xbackground-color : #eeeeee ;
	margin-top : 30px ;
	xbackground-color : #edf0f4 ;
	border-top:1px dotted #B5B5B5;
	background:#edf0f4 none repeat scroll 0 0;
	color : #000000 ;
}


/* Tables */
table {
	background: #fff;
	xborder:1px solid #ccc;
	border-right:0;
	xclear: both;
	color: #333;
	xmargin-bottom: 10px;

	xwidth: 95%;
	xmargin : 20px 0 ;
}

th {
	padding : 5px 5px ;
	font-size : 12px ;
	background-color : #dceaf3 ;
	border: 1px solid #a6a6a6 ;
	font-size : 10px ;
	color : #666666;
}

th a {
	xbackground:#f2f2f2;
	display: block;
	xpadding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	xbackground: #ccc;
	color: #333;
	text-decoration: none;
}

table tr td {
	xbackground: #fff;
	xborder-right: 1px solid #ccc;
	padding: 2px;
	xtext-align: center;
	xvertical-align: top;
	font-size : 12px ;
	border: 1px solid #a6a6a6 ;
}

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

p {
	xmargin-left : 10px ;
	color : gray ;
	clear : both ;
	xbackground-color : #eeeeee ;
}

div.paging00 {
	xbackground:#fff;
	xcolor: #ccc;
	color : #666666 ;
	xmargin-bottom: 2em;
	font-size : 12px ;
	xbackground-color : #eeeeee ;
	clear : both ;
	float : left ;
}

div.paging01 {
	float : right ;
	xbackground:#fff;
	xcolor: #ccc;
	color : #666666 ;
	xmargin-bottom: 2em;
	font-size : 12px ;
	xbackground-color : #eeeeee ;
	margin-right : 10px ;
}
div.paging01 div.disabled {
	xcolor: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	xline-height: 2em;
	xmargin: 0em 0em;
	xwidth: 60%;
	color : #666666 ;
}
dl.altrow {
	xbackground: #f4f4f4;
}
dt {
	xfont-weight: bold;
	xpadding-left: 4px;
	xvertical-align: top;
	xfloat : left ;
	background-color : #696969 ;
}
dd {
	xclear : both ;
	xmargin-left: 10em;
	xmargin-top: -2em;
	xvertical-align: top;
}

/* Forms */
form {
	xclear: both;
	xmargin-right: 20px;
	xpadding: 0;
	xwidth: 80%;
	xborder:1px solid #C4C4C4;
}
fieldset {
	border: 1px solid #c8c8c8;
	xmargin-top: 30px;
	padding: 16px 20px 5px 20px;
	margin-right : 10px ;
	margin-bottom : 20px ;
	width : 70% ;
}
fieldset legend {
	background:#fff;
	color: #000000;
	font-size: 17px;
	xfont-weight: bold;
	margin-bottom : 10px ;
	margin-left : 10px ;
	padding-top : 10px ;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	xfont-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 5px;
	padding: 0px 10px;
	vertical-align: text-top;
}
form div.input {
	color: #444;
	xbackground-color : #ededed ;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	xmargin-top: 10px;
	xmargin-left: 20px;
	float : left ;
	padding-top : 10px ;
	margin-bottom: 10px;
}
label {
	xdisplay: block;
	xfont-size: 120%;
	xpadding-right: 20px;
	width : 130px ;
	xheight : 50px ;
	xbackground-color : #dceaf3 ;
	float : left ;
	color : #444444 ;
}

* html label {
	margin-top : 5px ;
}

*:first-child+html label {
	margin-top : 5px ;
}

input, textarea {
	xclear: both;
	xfont-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	xpadding: 2px;
	xwidth: 100%;
}

* html input, textarea {
	float : left ;
}

select {
	xclear: both;
	xfont-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	xfont-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	xclear: left;
	xfloat: left;
	xmargin: 0px 6px 7px 2px;
	xwidth: auto;
}
input[type=radio] {
	float:left;
	xwidth:50px;
	xmargin: 0 3px 7px 0;
	xbackground-color : red ;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	xfont-size: 140%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #FF6400;
	font-size: 13px;
	xfont-weight: bold;
	padding : 10px 0px;
	background-color: #FFE4CC;
	margin : 30px 20px 30px 20px ;
	text-align : center ;
}

div.error {
	clear: both;
	color: #CE2525;
	font-size: 13px;
	xfont-weight: bold;
	padding : 10px 0px;
	background-color: #F5D3D3;
	margin : 30px 20px 30px 20px ;
	text-align : center ;
}

div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	xfont-size: 120%;
	xline-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	xline-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	xfont-size: 120%;
	xline-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	xpadding: 0;
	padding-top : 10px ;
}
div.actions li {
	display: inline;
	list-style-type: none;
	xline-height: 2em;
	margin: 0 0 0 2em;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
	xborder-left:10px solid #C4C4C4;
	xborder-bottom:1px solid #C4C4C4;
	xpadding-left : 5px ;
	text-align : center ;
	xbackground: url(../img/admin/btn_back_120px.gif) no-repeat;
	font-size : 14px ;
	xwidth : 120px ;
	xheight : 20px ;
	xpadding : 2px 3px ;
}
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;
}