// Base -------------------------------- 
* {
	margin:0;
	padding:0;
	list-style: none;
}
html {
	min-height: 100%;
} 
body {
	background-color: #edeeeb;
	font-family: calibri;
	color: #2e2e2d;
	height:100%; 
	min-height: 100%;
	font-size: 105%;
	margin:0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #6279ad;
}
a:hover {
	text-decoration: underline;
	color: #293248;
}


// Layout --------------------------------
pagetitle {}
div.subtitle {
	background: url(/img/underline.png) no-repeat right bottom;
	font-size:170%;
	padding: 0 0 4px 16px;
	width: 600px;
}
div.fulltitle {
	background: url(/img/underline.png) no-repeat right bottom;
	font-size:250%;
	padding: 2px 16px;
	width: 750px;
}
.caption {
	text-align: center;
	font-size: 10pt;
}
a.button {
	padding: 2px 10px;
	margin: 0 0 0 4px;
	border: 1px solid #dcddda;
	background-color: #ffffff;
	font-size: 90%;
}
a.button:hover {
	border: 1px solid #cdcecb;
	background-color: #edeeeb;
}
.toprow {
	font-weight: bold;
}
.subrow {
	padding-top: 8px;
	height:30px;
}
.hidebydefault {
	display: none;
}
.code {
	font-size: 90%;
	padding: 6px;
	margin: 10px;
	background-color: #eee;
	border: 1px solid #ccc;
	font-family: consolas, monospace;
}
.h1, .h2, .h3, .h4 {
	font-weight: normal;
	padding: 0;
	margin: 4px 0;
	width: 75%;
	
}
.h1 {
	background: url(/img/underline400.png) bottom left no-repeat;
	font-size: 200%;
}
.h2, .h3 {
	background: url(/img/underline.png) bottom left no-repeat;
}
.h2 {
	font-size: 160%;
}
.h3 {
	font-size: 130%;
}
.h4 {
	font-size: 110%;
}
.s1, .s2, .s3, .s4, .s5 { zborder: 1px solid blue;}
.s1 {	margin-left: 0px;}
.s2 {	margin-left: 10px;}
.s3 {	margin-left: 20px;}
.s4 {	margin-left: 30px;}
.s5 {	margin-left: 40px;}
label {
	font-weight: bold;
}
code {
	font-family: consolas, monospace;
	background-color: #ddd;
	padding: 2px;
}
span.hashicon {
	padding: 0 8px; 
	border: 0; 
	zfont-size: 80%;
}

// Tables ----------------------------------
table {
	vertical-align: top;
}
tr, td {
	vertical-align: top;
}
table.main  {
	background: url(/img/table.png) top left repeat-x;
}
table.main  tr th {
	font-size: 100%;
}
table.main  tr td {
	border-left: 1px solid #edeeeb;
	font-size: 90%;
	padding: 1px 2px 1px 2px;
}

table.chromed {
	border: 1px solid #888;
	border-collapse: collapse;
}
table.chromed th {
	background-color: #ddd;
	padding: 4px;
	border-left:  1px solid #444;

}
table.chromed td {
	padding: 0 2px;
	vertical-align: middle;
}
table.chromed td.label {
	text-align: right;
	border-right:  1px solid #ccc;
}
div.bluebar {
	height: 20px; 
	background: url(/img/bluefill2.png) right center #88f;
	margin-bottom: 1px;
	color: black;
	border-top:  1px solid #4040a9;
	border-bottom:  1px solid #4040a9;
	border-right: 1px solid #7d7dc9;
	border-left: 1px solid #7d7dc9;
	vertical-align: middle;
	font-size: 11pt;
}

// Forms -----------------------------------
.submit input{
	font-weight: bold; 
	color: #283391; 
	padding: 0px 20px;
}
.focus div.input, .focus div.submit{
	width: 20em;
	text-align: right;
	padding: 2px;
	font-size: 120%;
}
.form-error {
	background-color: #ffd;
}
.error-message {
	color: #800;
	font-size: 75%;
}
.error {
	background-color: #ffe;
}
.error label {
	color: #400;
}
.registration input {
	width: 16em;
	font-size: 120%;
	color: #333;
}
.registration tr td {
	padding-bottom: 18px;
	border-top: 1px solid #edeeeb;
}
.aside {
	font-size: 80%;
	color: #333;
}
td.aside {
	color: #666;
	padding: 8px 4px;
}
.selected {
	font-weight: bold;
}

// Paging -----------------------------------
div.paging {
	zbackground:#fff;
	color: #ccc;
	zmargin-bottom: 2em;
	text-align: right;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
	font-weight: bold;
}
div.paging span a {
}
div.pagefooter {
	font-size: 80%;
	border-top: 1px solid #edeeeb;	
}

/* Scaffold View */
dl {
	line-height: 1.2em;
	margin: 0em 0em;
	width: 90%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	border-top: 1px solid #edeeeb;
	font-weight: bold;
	margin-top: .4em;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -1.2em;
	vertical-align: top;
}


/*  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;
	zcolor: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	zcolor: #333;
	text-decoration: underline;
}
ul {
	border-left: 1px solid #edeeeb;
	padding-top:2px;
	padding-bottom:2px;
}
ul.clean li {
	list-style:none;
}
li {
	font-size: 100%;
	line-height: 1.2em;
}
ul.normal {
	margin:2px;
}
ul.normal li {
	list-style-type: disc;
	margin-left: 0px;
}
.message {
	font-size: 125%;
	border: 1px solid #ff8;
	background-color: #ffd;
}

table.cake-sql-log {
	font-size: 60%;
	border: 1px solid #888;
	margin: 30px;
}
table.cake-sql-log caption{
	display: none;
}

/* Header ---------------------------- */
.topmenu {
	text-align: right;
}
.topmenu a, .topmenu a:visited {
	border-top: 4px solid transparent;
	color: #ffffff;
	text-decoration: none;
	height: 22px;
	font-weight: bold;
	padding: 0 12px;
	font-size: 16px;
}
.topmenu a:hover, .topmenu a.active:hover {
	color: #ff4;
	border-top: 4px solid #DEE8F8;
	background-color: #2f5fab;
	text-decoration: none;
}
.topmenu .active, .topmenu a.active:visited  {
	border-top: 4px solid #DEE8F8;
	zbackground: url(/img/top.png) top left repeat-x;
	color: #ffc;
}
.bottommenu {
	text-align: right;
	margin: 40px 0 10px 0;
	padding-bottom: 20px;
	background: url(/img/overline.png) top right no-repeat;
}
.breadcrumbmenu {
	text-align: left;
	margin:0;
	padding:0;
	background: url(/img/underline.png) bottom left no-repeat;
	color: #2f5fab;
}