.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;
	text-align:center;
	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;
}

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

#yui-main {
	overflow: hidden;
}

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

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

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

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

#yui-main em {
	font-weight: bold;
}

#yui-main strong {
	font-weight: bold;
}


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

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

#yui-main ul.breadcrumbs{
	margin: 0 0 0.230769em 0;*margin: 0 0 0.225208em 0;
}

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

dl.basic {
	line-height: 2em;
	margin: 0em 0em;
	width: 50%;
}
dl.basic .altrow {
	background: #f4f4f4;
}
dt.basic {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd.basic {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

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

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
	text-align: left;
}

pre.cake_debug {
	color: #000!important;
	background: #ffcc00!important;
	font-size: 120%!important;
	line-height: 18px!important;
	margin: 4px 2px!important;
	overflow: auto!important;
	position: relative!important;
}
div.cake-stack-trace {
	background: #fff!important;
	color: #333!important;
	margin: 4px 2px!important;
	padding: 4px!important;
	font-size: 120%!important;
	line-height: 18px!important;
	overflow: auto!important;
	position: relative!important;
}
div.cake-code-dump pre {
	position: relative!important;
	overflow: auto!important;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000!important;
	background-color: #F0F0F0!important;
	border: 1px dotted #606060!important;
	margin: 4px 2px!important;
	padding: 4px!important;
	overflow: auto!important;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both!important;
	font-size: 12px!important;
	line-height: 5px!important;
	margin: 4px 2px!important;
	padding: 4px!important;
	overflow: auto!important;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00!important;
}


/* Tables */
#yui-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%;
}
#yui-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;
}

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

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

#yui-main table.basic tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
#yui-main table.basic tr.altrow td {
	background: #f4f4f4;
}
#yui-main table.basic td.actions {
	text-align: center;
	white-space: nowrap;
}
#yui-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;
}