/*[Table of contents]  
 
1. Body and layout  
2. Contextual classes 
3. Form classes  
4. Global classes
	4.1. Colours
	4.2. Text sizes
	4.3. Links
5. Templates classes
	5.1 Council meetings
	5.2 Pagination - result pages */

* {
	margin:0px;
	padding:0px;
}
a:link {
	color: #4d9a43;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	background-color:#4d9a43;
	color:white;
}
a img {
	border:0px!important;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight: normal;
}
h1 {
	position:absolute;
	margin-left: -2000px;
}
h2 {
	font-size: 2em;
	color: #4d9a43;
}
h2 a {
	color: #4d9a43;
	text-decoration: none;
}
h3 {
	font-size: 1.5em;
	color: #10507b;
	padding-bottom: 5px;
}
h4 {
	font-size: 1.1em;
	color: #004279;
	font-weight: bold;
	padding-top: 5px;
}
hr {
	width: auto;
	color: #d4d4d4;
	background-color: #d4d4d4;
	height:5px;
	border-bottom: solid 2px #fff;
	border-top: solid 2px #fff;
	margin: 20px 0;
}
p img {
	float: right
}
/* 1. ------------------------------------------Layout*/
body {
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
#outer, #webpage, #header, #page, #content {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
#headerimage {
	background:url(/images/header_1.jpg) top left no-repeat;
	height:115px;
}
.search, #search form, .search2, #navbar, .subnavbar, #leftcol, #leftcolnav, #leftcolnav li, #leftcolnav A, #leftcolnav A:hover, #leftcolnav A:active, #leftcolnav A.select:link, #leftcolnav A.select:visited, #leftcolnav UL, #leftcolnav UL LI, #leftcolnav UL A, #leftcolnav UL A:hover, #leftcolnav UL A:active, #leftcolnav UL A.select:link, #leftcolnav UL A.select:visited, #rightcol, #footer, #footer ul, #footer ul li, #footer ul, #footer ul ul, #footer ul ul li, #footer ul ul li:before, #footer ul li, #footer ul li a, #footer ul li a.ext, .footer, .footerinner, .footer h3, .footer dl, .footer dt, .footer dt a, .footer dt a:hover, .footer dd, .footer dd a, .footer dd a:hover, #navbar ul, #navbar ul li, #navbar ul li a, #navbar ul li a.selected, #navbar ul li a:hover, .subnavbar span, .subnavbar ul, .subnavbar ul li, .subnavbar ul li a, .subnavbar ul li a:hover, .invis, .srch, .srchbut, .srchheading, .srcharea, .location, button.go, .visitor ul, .visitor ul li, .visitor ul li img, .visitor ul li a:hover {
	display:none;
}
#content .subnavbar {
	background-color: transparent;
	margin-top:-20px;
	margin-bottom:10px;
}
/*Apply to content div - draw in left and right pseudocolumns*/

.lc {
	background:url(/images/clc.gif) top left repeat-y;
}
.lrc {
	background:url(/images/clc.gif) top left repeat-y;
}
/*.lc #content {
	width: auto;
}
.lrc #content {
	width: auto;
}*/

.breadcrumb span {
	float: left;
	display:block;
	top:0px;
	left:0px;
	width:100px;
	height:20px;
	font-size: 1em;
}
.breadcrumb ul {
	left: 120px;
	top:-20px;
	font-size: 1em;
}
.breadcrumb li {
	display: inline;
	list-style: none;
	margin: 0;
	padding-right: 20px;
}
.breadcrumb li a {
	text-decoration: none;
	color:#5b9757;
	font-weight: normal;
}
.breadcrumb a:hover {
	background-color:#4d9a43;
	color:white;
}
#header img {
	margin:0px;
	padding: 0px;
}
#content p, #content h2, #content h3, #content div {
	margin-bottom:10px;
}
#content p {
	margin-top:10px;
}
#content ul {
	margin:0 0 10px 0;
	padding-left:20px;
}
#content ul li {
	list-style:url(/images/arrow.gif);
}
#content ol {
	padding-left:20px;
	list-style-type: decimal;
	list-style-position: outside;
	color: #474747;
}
#content ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin-bottom: 15px;
}
#content a {
	text-decoration: none;
	font-weight: bold;
	color: #5b9757;
}
#content a:hover {
	background-color:#4d9a43;
	color:white;
}
#sitemap h3 {
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	line-height: 160%;
	margin-top: 20px;
}
/*4. global classes */
.clear {
	clear:both;
}
.boxes {
	display: block;
	margin-bottom: 15px;
	padding: 10px;
	width: auto;
	text-align: left;
}
.feature {
	width: auto;
	margin: 0px;
	padding: 10px 10px 0 10px;
	display: block;
}
.feature img {
	width: auto;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.news {
	float:none;
	margin-top:5px;
	height: 100%;
	overflow: hidden;
}
.news img {
	float:left;
	margin-right:10px;
	border: solid 2px #fff;
}
.news a {
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
	color: #5b9757;
}
.news a:hover {
	background-color:#4d9a43;
	color:white;
}
.subnews {
	float:none;
	margin-top: 5px;
	margin-bottom: 15px;
}
.subnews a {
	text-decoration: none;
	font-weight: bold;
	color: #5b9757;
}
.subnews a:hover {
	background-color:#4d9a43;
	color:white;
}
.subnews img {
	float:left;
	margin-right:10px;
}
.inline-list li {
	display: inline;
	margin-right: 1em;
	padding: 0;
}
.inline-list li a {
	font-size: 1em;
	text-decoration: none;
	color: #5b9757;
}
.inline-list li a:hover {
	background-color:#4d9a43;
	color:white;
}
.bold {
	font-weight:bold;
}
.bulletlist li {
	list-style: disc inside;
	text-indent: -1em;
	padding-left: 25px;
	padding-bottom: 10px;
	font-size: 1em;
}
h2 span.az {
	font-size:1.5em;
	color:#fff;
	background: url(/images/atozbox.jpg) no-repeat;
	float:left;
	height:50px;
	width: 52px;
	padding-left: 10px;
	padding-top: 15px;
	margin-top: 10px;
}
.azposition {
	padding-left: 10px;
	padding-top: 25px;
}
.az li {
	list-style: url(/images/arrow.gif);
	margin:0 0 0 12px;
	padding:0 0 0 10px;
	list-style-type:none;
}
/*bluegradient { background-image: url(/images/helpshopblue_gradient.jpg); height: 28px; width: 203px;}*/

.helpshop ul {
	margin-top: 5px;
	padding: 0px;
}
.helpshop ul li {
	list-style: none;
	background:url(/images/helpshopgreen_gradient.jpg) top left no-repeat;
	width: 200px;
	height: 28px;
	margin:0px;
	padding: 2px 0px;
}
.helpshop ul li img {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
.helpshop ul li a {
	color:#fff;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	border:none;
	font-size: 1.2em;
}
.address {
	font-size: .90em;
}
.address ul li a {
	list-style: none;
	color:#4d9a43;
	text-decoration: none;
	font-weight: bold;
}
.address ul li a:hover {
	background-color:#4d9a43;
	color: #fff;
}
/* 4.1 - colours */
.grey {
	background-color: #f7f7f7;
}
.lightgreen {
	background-color: #eaede6;
}
.darkgrey {
	background-color: #d4d4d4;
}
.txtblue {
	color: #004473;
}
.txtgreen {
	color: #4e9a42;
}
.txtblack {
	color: #000;
}
/* 4.2 - text sizes */
.txtsml {
	font-size: .80em;
}
.txtmed {
	font-size: 1.1em;
}
.txtlrg {
	font-size: 1.5em;
}
/* 4.3 - link list */
a.external, a.external:visited {
	padding: 1px 16px 1px 1px;
	background: url(/images/icn_external.gif) right 2px no-repeat;
	text-decoration: none;
	color:#4d9a43;
	font-size: 1em;
	font-weight: bold;
}
a.external:hover, a.external:focus {
	background-color: #539347;
	color: #fff;
}
a.pdf, a.pdf:visited {
	padding: 3px 20px 3px 1px;
	background: url(/images/icn_pdf.gif) right 2px no-repeat;
	text-decoration: none;
	color:#4d9a43;
	font-weight: bold;
}
a.pdf:hover, a.pdf:focus {
	background-color: #539347;
	color: #fff;
}
a.word, a.word:visited {
	padding: 3px 20px 3px 1px;
	background: url(/images/icn_word.gif) right 2px no-repeat;
	text-decoration: none;
	color:#4d9a43;
	font-weight: bold;
}
a.word:hover, a.word:focus {
	background-color: #539347;
	color: #fff;
}
a.rss, a.rss:visited {
	padding: 3px 20px 3px 1px;
	background: url(/images/icn_rss.gif) right 2px no-repeat;
	text-decoration: none;
	color:#4d9a43;
	font-weight: bold;
}
a.rss:hover, a.rss:focus {
	background-color: #539347;
	color: #fff;
}
.site ul li {
	padding: 3px 1px 3px 15px;
	background: url(/images/arrow.gif) left .6em no-repeat;
	font-size: 1em;
	list-style: none;
}
a.site, a.site:visited {
	padding: 3px 1px 3px 15px;
	background: url(/images/arrow.gif) left .6em no-repeat;
	font-size: 1em;
	text-decoration: none;
	color:#4d9a43;
	font-weight: bold;
}
a.site:hover, a.site:focus {
	background-color: #539347;
	color: #fff;
}
a.sectionon {
	background: url(/images/sectionarrow.gif) right top no-repeat;
	padding-right: 25px;
	text-decoration: none;
	color:#454545;
}
a.sectionon:hover, a.sectionon:focus {
	background-color: #539347;
	color: #fff;
}
a.sectionoff {
	background: url(/images/sectionarrowoff.gif) right top no-repeat;
	padding-right: 25px;
	text-decoration: none;
	color:#454545;
}
a.sectionoff:hover, a.sectionoff:focus {
	background-color: #539347;
	color: #fff;
}
a.explore {
	background: url(/images/downarrow.png) left no-repeat;
	margin-left: 10px;
	padding-left: 15px;
	text-decoration: none;
	color:#454545;
}
a.explore:hover, a.explore:focus {
	background-color: #539347;
	color: #fff;
}
/*5. template classes */

/* 5.1 council meetings */
#mycouncil {
	width: 100%;
	padding: 0;
	margin: 0;
}
caption {
	padding: 0 0 5px 0;
	width: 100%;
	text-align: left;
}
.off {
	display: none;
}
th, tbody {
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #ebeee7;
}
td {
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f4f4f;
}
td.left {
	border-left: 1px solid #d4d4d4;
	;
	border-top: 0;
}
.mycouncilsummary {
	width: 99%;
	padding: 5px;
	margin: 0px;
	background: #ebeee7;
	display: inline-block;
	color: #4f4f4f;
}
.mycouncildetail {
	font-weight: bold;
	display: inline;
}
.cancelled {
	color: #FF0000;
}
.committee {
	background-color: #f7f7f7;
}
/* 5.2 pagination - result pages */
.pagination {
	margin: 21px 18px;
}
.pagination a {
	text-decoration: none;
	line-height: 25px;
}
.pagination li {
	display: inline !important;
	padding-left: 0 !important
}
.pagination .nolink, .pagination li a, .endpages, .pagination .current {
	padding: 4px;
	border: 1px solid #2f9f2f;
}
.pagination a.nolink {
	color:#000 !important;
	border-color: #2f9f2f;
	text-decoration: none;
}
.pagination .nolink:hover {
	background-color: #2E0B0C;
	color:#5B0C0C;
	border-color:#2f9f2f;
	cursor:default;
	text-decoration: none !important;
}
.pagination .endpages {
	border-width: 0;
}
.pagination .current {
	border-color: #2f9f2f;
	background-color: #2f9f2f;
	color: #fff !important;
}
.pagination li a:hover {
	border-color: #2f9f2f;
	background-color: #2f9f2f;
	color: #f0ebe6;
}
