.nopad{
	margin: 0;
	padding: 0;
}

img.left {
	display: block;
	float: left;
	padding: 2px 6px 2px 0px;
}
img.right {
	display: block;
	float: right;
	padding: 2px 0px 2px 6px;
}

.left {
	display: block;
	float: left;
}

.right {
	display: block;
	float: right;
}

.clear{
	clear: both;
	height: 0;
	line-height: 0;
	font-size: .1em;
}

.clear-left{
	clear: left;
	height: 0;
}
.clear-right{
	clear: right;
	height: 0;
}

p{
    margin: 1.12em 0;
}

acronym, abbr{
	border-bottom: 1px dotted;
	cursor : help;
}

html\:abbr, abbr {
    cursor: help;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

/* General Style Info */
body{
	font-family:"frutiger linotype","lucida grande",helvetica,arial,sans-serif;
	color:#333;
	font-size: 76%;
}

a {
	background-color: inherit;
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	background-color: inherit;
	color: #003d4c;
	text-decoration:none;
}

a img {
	border:none;
}

#Main h1, #Main h2, #Main h3, #Main h4{
	background-color: inherit;
	font-weight:normal;
}

#Main {
	overflow: hidden;
}

#Main h1{
	color: #003d4c;
	font-size: 160%;
	margin: 0.1em 0;
}

#Main h2{
	color: #2C6877;
	font-size: 160%;
	margin: 0.3em 0;
	padding-top: 1em;
}

#Main h3{
	color: #c6c65b;
	font-size: 120%;
	padding-top: 2em;
}

#Main h4{
	color: #c6c65b;
	font-weight: normal;
	padding-top: 0.5em;
}

#Main em {
	font-weight: bold;
}

#Main strong {
	font-weight: bold;
}

ul.basic, li.basic {
	margin: 0 12px;
}

ol.basic {
	list-style-type: decimal;
	margin-left: 40px
}

#Main ul.breadcrumbs{
	margin: 0 0 0.230769em 0;*margin: 0 0 0.225208em 0;
}

#Main ul.breadcrumbs li{
	display:inline;
	margin:0;
	padding:0;
	line-height: 1.538462em;*line-height: 1.501385em;
}



/* Notices and Errors */

 p.error, div.error-message, .alert {
	background: #fff6bf url(img/icons/exclamation.png) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	margin: 8px 0px;
	font-weight: normal;
}

div.message, .info {
	background: #f8fafc url(img/icons/information.png) 15px 50% no-repeat;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
}

div.error-message {
	clear: both;
}

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;
}

/* Tables */
#Main table.basic {
	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%;
}
#Main table.basic 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;
}

#Main table.basic th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

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

#Main table.basic tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
#Main table.basic tr.altrow td {
	background: #f4f4f4;
}
#Main table.basic td.actions {
	text-align: center;
	white-space: nowrap;
}
#Main table.basic td.actions a {
	display: inline;
	margin: 0px 6px;
}
.cakeSqlLog table {
	background: #f4f4f4;
}
.cakeSqlLog td {
	padding: 4px 8px;
	text-align: left;
}

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

div.paging div.disabled {
	color: #ddd;
	display: inline;
}

/* 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;
}