ul.cake-links {
	list-style-type: square;
	padding: 0;
	margin: 0.25em 0 0.5em 2em;
	white-space: nowrap;
	}
#cakephp * {
	margin: 0;
	padding: 0;
	}


/* General Style Info */

#cakephp {
	background-color: #fff;
	color: #333;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	margin: 0;
	line-height: 2em;
	overflow: hidden;
	}

#cakephp p {
	margin-top:8px;
}	
#cakephp a {
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
	}

#cakephp a:hover {
	color: #003d4c;
	text-decoration:none;
	}

#cakephp a img {
	border:none;
	}

#cakephp h1, #cakephp h2, #cakephp h3, #cakephp h4 {
	font-weight: normal;
	display: block;
	}
/*
#cakephp h1 {
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
	}
*/
#cakephp h1 {
	color: #7088af;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
	border: 0;
	}

#cakephp h2 {
	color: #769482;
	font-family: 'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	line-height: 165%;
	padding-top: 1.5em;
	}

#cakephp h3 {
	color: #769482;
	font-family: 'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-weight: normal;
	padding-top: 0.5em;
	font-size: 135%;
	line-height: 135%;
	padding-bottom: 0.5em;
	}

#cakephp h1 img, #cakephp h2 img, #cakephp h3 img, #cakephp h4 img {
	vertical-align: middle;
	}

#cakephp ul, #cakephp li {
	margin: 0 15px;
	}
#cakegal ul, #cakegal li {
	margin:3px;
}

#cakephp li.business 	{
	margin:0px;
	background-repeat:no-repeat;
	background-position: 0em .4em;
	padding-left:2em;
}

#cakephp li.building	{
	background-image: url("/my/img/icons/building.png");
}

#cakephp li.telephone	{
	background-image: url("/my/img/icons/telephone.png");
}

#cakephp li.information	{
	background-image: url("/my/img/icons/information.png");
	margin-bottom:20px;
}

#cakephp li.edit	{
	background-image: url("/my/img/icons/pencil.png");
	margin-bottom:20px;
}

/* Layout */

#cakephp #container {
	text-align: left;
	}

#cakephp #header {
	padding: 10px 20px;
	}

#cakephp #header h1 {
	background: url('../img/cake.icon.gif') no-repeat left;
	color: #ffffff;
	padding: 0px 30px;
	}

#cakephp #header h1 a {
	color: #ffffff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
	}

#cakephp #header h1 a:hover {
	color: #ffffff;
	background: #003d4c;
	text-decoration: underline;
	}

#cakephp #footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
	}


/* Tables */

#cakephp table {
	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%;
	}

#cakephp 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;
	}

#cakephp th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
	}

#cakephp th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
	}

#cakephp table tr td {
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
	}

#cakephp table tr.altrow {
	background: #f4f4f4;
	}

#cakephp table tr:hover { background-color: #dee7ff; }
#cakephp table tr td.nowrap { white-space: nowrap; }
#cakephp table tr td.nowrap a { display: block; overflow: hidden; }

#cakephp td.actions {
	text-align: center;
	white-space: nowrap;
	}

#cakephp td.actions a {
	display: inline;
	margin: 0px 6px;
	}

#cakephp .cake-sql-log table {
	background: #f4f4f4;
	}

#cakephp .cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	}


/* Paging */

#cakephp div.paging {
	color: #ccc;
	margin-bottom: 2em;
	}

#cakephp div.paging div.disabled {
	color: #ddd;
	display: inline;
	}

#cakephp div.paging span {
	}

#cakephp div.paging span.current {
	color: #000;
	}

#cakephp div.paging span a {
	}


/* Scaffold View */

#cakephp dl {
	line-height: 2em;
	margin: 0em 0em 0em 0em;
	border-bottom: 1px dotted #CCC;
	}
#cakephp dl.noborder {
	border-bottom:0px;
}
#cakephp dl.altrow {
	background: #f4f4f4;
	}

#cakephp dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
	}

#cakephp dd {
	margin-left: 15em;
	margin-top: -2em;
	vertical-align: top;
	}


/* Forms */

#cakephp form {
	margin-right: 20px;
	padding: 0;
	}
	
#cakephp form.event {
	clear: left;
	width: auto;
	}

#cakephp fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
	}

#cakephp fieldset legend {
	color: #7088af;
	font-size: 160%;
	font-weight: bold;
	margin-bottom:10px;
	}

#cakephp fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
	}

#cakephp fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
	}

#cakephp fieldset fieldset div {
	clear: left;
	margin: 0 20px;
	}

#cakephp form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
	}

#cakephp form div.input {
	color: #444;
	}

#cakephp form div.required {
	color: #333;
	font-weight: bold;
	}

#cakephp form div.required div {
	font-weight: normal;
	padding: 0;
	}

#cakephp form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
	}

#cakephp label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
	}

#cakephp input, #cakephp textarea {
	clear: both;
	display: block;
	width: 100%;
	}

#cakephp input, #cakephp textarea, #cakephp select {
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	border: 1px solid #d1d1d1;
	}

#cakephp input.snl {
	font-size: 100%;
	}

#cakephp div.datetime select {
	vertical-align: middle;
	margin: 0 2px;
	}

#cakephp input:focus, #cakephp textarea:focus, #cakephp select:focus {
	border-color: #393;
	outline: 1px solid #5cbe5c;
	}

#cakephp select {
	clear: both;
	vertical-align: text-bottom;
	}

#cakephp select[multiple=multiple] {
	width: 100%;
	}

#cakephp optgroup {
	color: #7088af;
	border-bottom: 1px dashed #ccc;
	padding: 10px;
	font-style: normal;
	}

#cakephp option {
	padding: 0 5px;
	color: #444;
	}

#cakephp input[type=checkbox] {
	clear: left;
	float: left;
	margin: 5px 6px 7px 2px;
	width: auto;
	}

#cakephp input[type="radio"] {
	width: auto;
	display: inline;
	float: left;
	margin: 5px 10px 0px 50px;
}

#cakephp fieldset fieldset {
	border: 0px;
	padding: 0px;
}

#cakephp fieldset fieldset legend {
	font-weight: bold;
}

#cakephp input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
	
	float: right;
	}

#cakephp input[type=hidden] {
	display: inline;
	padding: 0;
	}

#cakephp .onright {
	float:right;
	padding:0;
}

/* Notices and Errors */

#cakephp div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
	}

#cakephp p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
	}

#cakephp p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
	}

#cakephp .notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
	}


/*  Actions  */

#cakephp div.actions ul {
	margin: 0px 0;
	padding: 0;
	}

#cakephp div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
	}

#cakephp div.actions ul li a {
	color: #003d4c;
	text-decoration: none;
	font-size:1.2em;
	}

#cakephp div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
	}


/* Related */

#cakephp 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;
	}

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;
	}

/* Stirling CSS styles here */

#cakephp .location-bar {
	text-align: right;
	float: right;
	clear: right;
	background-color: #E7EFFB;
	}

#cakephp .location-bar form {
	width: auto;
	margin: 1em;
	}

#cakephp .location-bar form label {
	display: inline;
	padding: 0;
	}

#cakephp .location-bar form label,
#cakephp .location-bar form select,
#cakephp .location-bar form select option,
#cakephp .location-bar form input {
	font-size: 100%;
	vertical-align: middle;
	}

#cakephp .location-bar form input {
	padding: 0;
	}

#cakephp #gallery .ward {
	clear: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	}
#cakephp #gallery .ward {
	background-color: #CFD4E6;
    border: 1px solid #BF8660;
    font-size: medium;
    font-weight: bold;
    height: 235px;
    margin: 1em 0 0;
    padding: 0.5em;
}

#cakephp #gallery h1 {
    line-height: 1em;
    margin: 0;
	color: #000;
	border-bottom: 1px dotted #8DA596;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 1.2em;
    font-weight: bold;
}

#cakephp #gallery a.gcon {
	background: none repeat scroll 0 50% #DBDFEC;
    display: block;
    font-weight: normal;
    height: 180px;
    margin: 10px 1px 0 0;
    padding: 0;
    text-align: center;
    width: 135px;
	text-decoration: none;
	font-size: 0.8em;
	}

#cakephp #gallery a.gcon:hover {
    background: none repeat scroll 0 50% #ECEFFD;
    text-decoration: none;
}

#cakephp #gallery ol {
    display: inline;
    height: 2000px;
    list-style-type: none;
    padding-left: 0;
}
#cakephp #gallery li {
    float: left;
	margin:0px;
}
div#flashMessage, div#authMessage {
	margin: 5px 0 !important;
	}
div.success {
	background: #CCFFCC url(../img/icons/accept.png) no-repeat scroll 15px 50%;
	border-bottom: 2px solid #5EEC5E;
	border-top: 2px solid #5EEC5E;
	padding: 5px 20px 5px 45px !important;
	text-align: left;
	}
div.info {
	background: #F8FAFC url(../img/icons/information.png) no-repeat scroll 15px 50%;
	border-bottom: 2px solid #B5D4FE;
	border-top: 2px solid #B5D4FE;
	padding: 5px 20px 5px 45px !important;
	text-align: left;
	}
div.warn, div.message {
	background: #FFF7C0 url(../img/icons/error.png) no-repeat scroll 15px 50%;
	border-bottom: 2px solid #F7D229;
	border-top: 2px solid #F7D229;
	padding: 5px 20px 5px 45px !important;
	text-align: left;
	}
div.error {
	background: #FBEEF1 url(../img/icons/exclamation.png) no-repeat scroll 15px 50%;
	border-bottom: 2px solid #FEABB9;
	border-top: 2px solid #FEABB9;
	padding: 5px 20px 5px 45px !important;
	text-align: left;
	}

/********* map fix ************/
#recyclingcentres div,
#libraries div,
#offices div,
#busstops div,
#map div {
	padding: auto; margin: auto;
	}

/********* jobs fix ***********/
#cakephp a.external {
	padding-right:10px;
	}
#JobIndexForm input.submit {
	width: auto;
	display: inline;
	font-size:110%;
	padding:2px 5px;
	vertical-align:bottom;
	}

#cakephp table { margin-bottom: 0; }
#cakephp table caption { caption-side: bottom; text-align: right; color: #666; font-size: 0.85em; font-style: italic; }

/******** quick links **********/
div.half-left { width: 50%; float: left; }
div.half-right { width: 50%; float: right; }
#cakephp ul.list-icons-large { margin: 0; padding: 0; list-style-type: none; }
#cakephp ul.list-icons-large li { margin: 0; padding: 0; }
#cakephp ul.list-icons-large li a { display: block; width: 50%; padding-left: 40px; line-height: 40px; background-repeat: no-repeat; background-position: 4px 4px; }
#cakephp ul.list-icons-large li a:hover { background-color: #e9eef9; }

abbr { border-bottom: 1px dotted #999; }

#cakephp .right {
    float: right;
    margin: 0 0 5px 5px;
}

#cakephp .border {
    border: 1px solid #ccc;
    padding: 2px;
}
