/* CCC Style Sheet (c) 2009 */
/* General */
a {
	text-decoration: none;
	font-weight: bold;
	color: #2887C1;
}
a:hover {
	text-decoration: underline;
}
p {
	padding-top: 0px;
	margin-top: 7px;
}
body {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 0.8em;
}
/* Page Layout */
#outer-wrapper {
}
#inner-wrapper {
}
#bottom-wrapper {
}
#page-footer {
	padding: 0px 0px 10px 10px;
}
#page-banner {
	padding: 0px 0px;
                overflow:hidden;
}
#page-body {
}
/* Banner Elements */
#cumbria-logo {
	background: url(/Images/header-shaded_tcm31-150217.jpg);
	background-repeat: no-repeat;

	width: 100%;
}
#cumbria-logo img {
	border: 0px;
}
#banner-links {
	padding: 2px 10px 0px 0px;
	font-family: Arial;
	font-size: 0.85em;
}
#banner-links a {
	margin: 0px 10px 0px 10px;
	color: black;
}
#search-box {
	width: 450px;
	font-size: 1em;
}
#search-box input {
	margin: 3px;
	font-size: 1em;
	font-weight: bold;
}
#searchbox {
	width: 200px;
	padding: 0px;
}
#right-logo {
	display:none;
}
#right-logo img {
	border: 0px;
}
#AZ {
	font-weight: bold;
	font-size: 1.1em;
	padding: 10px 0px 4px 0px;
}
#AZ a {
	margin: 0px;
	font-size: 1.2em;
	padding: 0px 2px 0px 7px;
}
/* Body Elements */
#body {
	margin: 0px 10px;
}
/* ------------------- MENU OPTIONS ----------------------------- */
/* Menu Wrapper */
#ccc-navigation {
	width: 224px;
}
/* Home Page only */
.navlist {
	list-style-type: none;
	margin: 12px 5px 0px 10px;
	padding: 0px 0px 0px 0px;
}
.navlist li {
	border-bottom: 1px dotted #A5A5A5;
}
.navlist a {
	display: block;
	background: url(/Images/arrow_blue_tcm31-146586.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 6px 0px 6px 20px;
	color: #666666;
	font-weight: bold;
	font-size: 1.0em;
}
.navlist a:hover {
	text-decoration: none;
	background-color: #ACCCE5;
	color: #000;
}
.navsection {
	list-style-type: none;
	margin: 10px 0px 0px 10px;
	background: url(/Images/bluesection_tcm31-150207.jpg);
	background-repeat: no-repeat;
}
/* Top-level page */
.navsection {
	list-style-type: none;
	margin: 12px 5px 0px 10px;
	padding: 0px;
}
.navsection li {
	padding: 6px 0px 6px 10px;
}
.navsection a {
	color: #FFF;
	font-weight: bold;
	font-size: 1.0em;
}
.navsection a:hover {
	text-decoration: none;
}
/* sub menu sections */
.navsubsection {
	list-style-type: none;
	margin: 0px 5px 0px 10px;
	padding: 0px 0px 0px 0px;
}
.navsubsection li {
	border-bottom: 1px dotted #A5A5A5;
}
.navsubsection a {
	display: block;
	background: url(/Images/icon_downarrow_tcm31-150225.gif);
	background-position: 4px 8px;
	background-repeat: no-repeat;
	padding: 6px 0px 6px 20px;
	color: #666666;
	font-weight: bold;
}
.navsubsection a:hover {
	text-decoration: none;
	background-color: #ACCCE5;
	color: #000;
}
/* local page links */
.navsublist {
	list-style-type: none;
	margin: 0px 5px 0px 10px;
	padding: 0px 0px 0px 0px;
}
.navsublist li {
	border-bottom: 1px dotted #A5A5A5;
}
.navsublist a {
	display: block;
	background: url(/Images/arrow_blue_tcm31-146586.gif);
	background-position: 6px 7px;
	background-repeat: no-repeat;
	padding: 6px 0px 6px 20px;
	color: #666666;
	font-weight: bold;
	font-size: 1.0em;
}
.navsublist a:hover {
	text-decoration: none;
	background-color: #ACCCE5;
	;
	color: #000;
}
/* ----------------- END OF MENU OPTIONS ------------------------ */
/* Content area */
#ccc-content {
	margin: 0px 0px 0px 5px;
	float: left;
}
#ccc-middle-content {
	padding: 0px 0px 0px 10px;
}
#ccc-full-width-content {
	padding: 0px 0px 0px 10px;
}
#ccc-breadcrumb {
	font-family: Tahoma, Arial;
	margin: 10px 0px 15px 0px;
	padding: 0px 5px 5px;
	font-weight: bold;
	font-size: 0.85em;
	border-bottom: 1px solid #A5A5A5;
}
#ccc-breadcrumb a {
	font-weight: normal;
	color: #666666;
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 0px 12px;
	background: url(/Images/smallbluearrow_tcm31-150241.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
}
#ccc-breadcrumb a.first-link {
	background: none;
	margin: 0px;
	padding: 0px 0px 0px 6px;
}
.ccc-top-page {
	font-size: 2em;
	background: url(/Images/h1_tcm31-150216.jpg) 0px 0px no-repeat;
	color: white;
	margin: 0px 0px 5px 10px;
	padding: 7px 5px 7px 15px;
	font-weight: bold;
}
.ccc-standard-page {
	font-size: 2em;
	color: #5aA618;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 7px 0px;
	font-weight: bold;
}
.ccc-full-width-page {
	font-size: 2em;
	color: #5aA618;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 7px 0px;
	font-weight: bold;
}
.ccc-sub-page {
	font-size: 2em;
	color: #5aA618;
	margin: 0px 0px 0px 10px;
	padding: 0px 5px 7px 0px;
	font-weight: bold;
}
.section-heading {
	font-size: 1.4em;
	color: #5aA618;
	margin: 10px 0px 5px 0px;
	padding: 7px 5px 7px 0px;
}
/* Noticeboard area */
#ccc-noticeboard {
	width: 200px;
	margin: 0px 0px 5px;
}
.ccc-noticeboard-header {
	background: url(/images/noticeboardheader_tcm31-150238.jpg);
	height: 28px;
	font-weight: bold;
                overflow:hidden;
}
.ccc-icon-related {
	height: 28px;
	padding: 7px 0px 0px 27px;
	overflow: hidden;
	background: url(/Images/icon_related_tcm31-150230.gif);
	background-position: 5px 7px;
	background-repeat: no-repeat;
}
.ccc-icon-links {
	height: 28px;
	padding: 7px 0px 0px 27px;
	overflow: hidden;
	background: url(/Images/icon_links_tcm31-150228.gif);
	background-position: 5px 7px;
	background-repeat: no-repeat;
}
.ccc-icon-highlight {
	height: 28px;
	padding: 7px 0px 0px 27px;
	overflow: hidden;
	background: url(/Images/icon_highlight_tcm31-150227.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
.ccc-icon-documents {
	height: 28px;
	padding: 7px 0px 0px 27px;
	overflow: hidden;
	background: url(/Images/icon_document_tcm31-150219.gif);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
.ccc-noticeboard-content {
	margin: 5px 0px 15px 10px;
	font-size: 0.85em;
	line-height: 15px;
	font-family: Tahoma, Arial;
}
.ccc-noticeboard-content img {
	border: 0px;
}
#ccc-noticeboard ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.timestamp {
	font-weight: normal;
	color: black;
}
#ccc-noticeboard li {
	margin: 5px 0px;
}
.ccc-component {
	padding: 5px;
}
.ccc-component ul {
	list-style-image: url(/Images/bluebullet_tcm31-150206.gif);
}
.ccc-component li {
}
/* component height fix (hidden from ie) */
* html .ccc-component {
	height: 100%;
}
/* Following line needed to trim white space underneath component */
.ccc-component {
	overflow: hidden;
}
.image-left {
	margin: 0px 10px 10px 0px;
}
/* ---------------- TABLE STYLE ------------------ */
.ccc-component table {
	font-size: 1.0em;
	border-collapse: collapse;
}
.ccc-component td {
	border: 1px #D8E4E4 solid;
}
/* Table Title */
.ccc-component caption {
	font-weight: bold;
	padding: 10px;
}
.ccc-component thead {
	font-weight: bold;
	background-color: #D8E4E4;
}
/* Table Body */
.ccc-component td {
	color: Black;
	background-color: #F1F6F9;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.ccc-component th {
	padding: 5px;
}
/* ----------- END OF TABLE STYLE --------------- */
/* Footer Elements */
#footer-links-left {
	margin: 0px 0px 5px 0px;
	color: black;
}
#footer-links-left a {
	color: #000;
	font-weight: normal;
}
#footer-links-right {
	color: black;
}
#footer-links-right a {
	color: #000;
	font-weight: normal;
}
#footer-language-links {
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	padding-top: 5px;
	color: black;
	font-weight: normal;
}
#footer-language-links a {
	color: #000;
	font-weight: normal;
}
#footer-language-text {
	padding: 0px 0px 5px 0px;
}
#footer-language-links img {
	border: 0px;
}
#footer-language-images a {
	padding: 5px;
}
#footer-logo-links {
}
#footer-logo-links a {
	margin: 0px 8px 0px 8px;
	color: #000;
	font-weight: normal;
}
#footer-logo-links img {
	border: 0px;
}
#footer-links-right img {
	border: 0px;
	margin-right: 3px;
}
/* Access Keys */
.hide {
display:none;
}
.hide_tab {
}
.hide_tab:active, .hide_tab:focus {
	text-decoration: none;
	text-align: left;
	background-color: #F00;
	color: #FFF;
	font-weight: bold;
	border-left: 1px solid #FFF;
	padding: 4px;
	margin-left: 1px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 400px;
}
#access_keys li {
	display: inline;
}
#access_keys a {
    display:none;
}
.otherpage a{
	text-align:left;
}
#access_keys ul {
	margin: 0px;
}
.clear {
	clear: left;
}
/* ######################################################### LEGACY COMPONENT STYLES ####################################################### */
/* Three Column News Feature */
#news-container div {
	background-color: #CCFF99;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #167E00;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #167E00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #167E00;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #167E00;
}
#news-container .news-column-2 {
	background-color: #CCFF99;
	;
	width: 31%
}
#news-container .news-column-3 {
	float: left;
	margin-right: 0px;
	width: 30%;
}
#news-container h1 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #167E00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: White;
	font-weight: bold;
	font-size: 1.2em;
}
#news-container p {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#news-container a {
	color: White
}
#news-footer-frame {
	margin: 0px 0px 10px 0px;
}
#news-footer div {
	background-color: #CCFF99;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #167E00;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #167E00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #167E00;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #167E00;
}
#news-footer .news-column-2 {
	background-color: #CCFF99;
}
#news-footer h1 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #167E00;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: White;
	font-weight: bold;
	font-size: 1.2em;
}
/* Floats etc */
#news-container img {
	width: 100%;
}
#news-frame {
	padding-top: 10px;
}
#news-box {
	overflow: hidden;
}
#news-frame {
	width: 98%;
}
#news-container {
	overflow: hidden;
}
#news-container div {
	float: left;
	width: 31%;
	margin-right: 2%;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}
#news-container img {
	width: 100%;
}
#news-footer-frame {
	width: 98%;
	clear: left
}
#news-footer {
	height: 1px;
	overflow: hidden;
}
#news-footer div {
	float: left;
	width: 31%;
	margin-right: 2%;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}
#news-footer .news-colum-2 {
	width: 31%;
}
#news-footer .news-column-3 {
	float: left;
	margin-right: 0px;
	width: 30%;
}
/* Accordion */
#accordion {
	width: 200px;
	margin-bottom: 10px;
	background-color: #EAF1F7;
}
.accordion-header {
	background: url(/Images/doitonlineheader_tcm31-151545.jpg);
	background-repeat: no-repeat;
	color: white;
	font-family: Arial;
	font-size: 1.2em;
	font-weight: bold;
	height: 26px;
	padding: 5px 5px 0px 10px;
	margin: 0;
	overflow: hidden;
}
.accordion-element-spacer {
	height: 125px;
}
.toggler {
	cursor: pointer;
	background: url(/images/Noticeboardheaderflat_tcm31-151571.jpg);
	margin: 0px;
	font-size: 1.0em;
	padding: 3px 0px;
	height: 26px;
}
.accordion-title-report {
	height: 26px;
	overflow: hidden;
	font-family: Arial;
	font-weight: bold;
	padding: 3px 5px 7px 35px;
	background: url(/images/icon_report_tcm31-151569.gif);
	background-repeat: no-repeat;
	background-position: 7px 0px;
	font-size: 1.0em;
}
.accordion-title-apply {
	height: 26px;
	font-family: Arial;
	font-weight: bold;
	padding: 5px 5px 5px 35px;
	background: url(/images/icon_apply_tcm31-151565.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	font-size: 1.0em;
}
.accordion-title-pay {
	height: 26px;
	overflow: hidden;
	font-family: Arial;
	font-weight: bold;
	padding: 5px 5px 5px 35px;
	background: url(/images/icon_pay_tcm31-151568.gif);
	background-repeat: no-repeat;
	background-position: 5px 7px;
	font-size: 1.0em;
}
.accordion-title-book {
	height: 26px;
	overflow: hidden;
	font-family: Arial;
	font-weight: bold;
	padding: 5px 5px 5px 35px;
	background: url(/images/icon_book_tcm31-151567.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	font-size: 1.0em;
}
.accordion-title-say {
	height: 26px;
	overflow: hidden;
	font-family: Arial;
	font-weight: bold;
	padding: 5px 5px 5px 35px;
	background: url(/images/icon_say_tcm31-151570.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	font-size: 1.0em;
}
.accordion-content {
	margin: 0px 0px 15px 10px;
	padding: 5px 0px 0px 0px;
	font-size: 1.0em;
	line-height: 15px;
	font-family: Arial, Tahoma;
}
.accordion-content ul {
	list-style-type: none;
}
/* Sliding Panels */
div.panels {
	/* height: 250px;
*/
	width: 530px;
	color: black;
	background-color: white;
	padding: 0 0px;
}
.ccc-slide-component {
	width: 530px;
	border: 2px solid #E6EFF6;
}
li.toolbar-button {
	display: inline;
	background-color: #E6EFF6;
	padding: 2px 5px;
	color: black;
	cursor: pointer;
	border: 1px solid white;
	font-weight: bold;
}
li.active {
	background-color: #2887C1;
	border: 1px solid black;
	color: white;
}
li.toolbar-button:hover {
	background-color: #D5E3EE;
	;
}
h1, h2, h2, h4 {
	margin: 0;
}
#panel-toolbar {
	width: 535px;
	height: 28px;
	background: url(/Images/toolbarfade_tcm31-152565.jpg);
	font-weight: bold;
	text-align: right;
	margin: 0px 0px 5px 0px;
	display: none;
}
#panel-toolbar-slides div {
	width: 20px;
	float: right;
	border-top: 1px #2887C1 solid;
	border-left: 1px #2887C1 solid;
	border-right: 1px #2887C1 solid;
	border-bottom: 1px #2887C1 solid;
	text-align: center;
	padding: 2px 0px;
	margin-right: 5px;
	margin-top: 2px;
	cursor: pointer;
}
.panel-toolbar-nav {
	width: 20px;
	float: right;
	border-top: 1px #2887C1 solid;
	border-left: 1px #2887C1 solid;
	border-right: 1px #2887C1 solid;
	border-bottom: 1px #2887C1 solid;
	background: url(/Images/toolbarreversefade_tcm31-152785.jpg);
	padding: 2px 0px;
	text-align: center;
	margin-right: 5px;
	margin-top: 2px;
	cursor: pointer;
}
.panel-toolbar-selected {
	width: 20px;
	float: right;
	border-top: 1px #2887C1 solid;
	border-left: 1px #2887C1 solid;
	border-right: 1px #2887C1 solid;
	border-bottom: 1px #2887C1 solid;
	background-color: #2887C1;
	padding: 2px 0px;
	text-align: center;
	color: white;
	margin-right: 5px;
	margin-top: 2px;
	cursor: pointer;
}
/* Mashup Component */
.ccc-mashup-component {
	background: #D8E4E4;
	width: 535px;
}
.ccc-mashup-component img {
	border: 0;
}
.ccc-mashup-column1 {
	width: 255px;
	float: left;
	margin: 10px 10px 0px 10px;
}
.ccc-mashup-column2 {
	width: 250px;
	float: right;
	margin: 10px 10px 0px 0px;
}
.ccc-mashup-rss {
	float: right;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.ccc-mashup-rss img {
	border: 0;
}
.ccc-consultations {
	width: auto;
	background: white;
}
.ccc-consultations-header {
	background: url(/Images/mashupheader_tcm31-151845.jpg);
	font-weight: bold;
	padding: 7px 0px 8px 22px;
}
.ccc-consultations-body {
	margin: 5px;
	padding-bottom: 10px;
}
.ccc-consultation-link {
	font-size: 1.0em;
	padding: 2px 0px;
}
.ccc-top-stories {
	width: auto;
	margin: 0px 0px 10px 0px;
}
.ccc-top-stories-header {
	background: url(/Images/mashupheader_tcm31-151845.jpg);
	font-weight: bold;
	padding: 7px 0px 8px 22px;
}
.ccc-top-stories-body {
	background: white;
	padding-right: 5px;
}
.ccc-top-story {
}
.ccc-top-story-image {
	clear: left;
	width: 60px;
	padding: 10px 5px 10px 10px;
	float: left;
}
.ccc-top-story-text {
	font-size: 1.0em;
	padding-top: 10px;
}
.ccc-top-story-text a {
	font-size: 1.0em;
}
.ccc-top-story-divider {
	border-bottom: 1px dotted silver;
	clear: left;
}
.ccc-top-story-footer {
	font-size: 0.85em;
	padding: 10px 5px;
}
.ccc-popular-links {
	width: auto;
	background: white;
	margin-bottom: 10px;
}
.ccc-popular-links-header {
	background: url(/Images/mashupheader_right_tcm31-155225.jpg);
	font-weight: bold;
	padding: 7px 0px 8px 22px;
}
.ccc-popular-links-body {
	font-size: 1.0em;
	margin: 5px 0px 10px 5px;
	padding-bottom: 10px;
}
.ccc-popular-link {
	width: 120px;
	padding: 2px 0px;
}
.ccc-whatson {
	width: auto;
	background: white;
}
.ccc-whatson-header {
	background: url(/Images/mashupheader_right_tcm31-155225.jpg);
	font-weight: bold;
	padding: 7px 0px 8px 22px;
}
.ccc-whatson-body {
	font-size: 1.0em;
	margin: 0px 5px 10px 5px;
	padding: 5px 0px;
}
.ccc-whatson-body a {
	font-size: 1.0em;
}
.ccc-whatson-body ul {
	padding: 0;
	margin: 0;
}
.ccc-whatson-body li {
	list-style-type: none;
	padding: 2px 0px;
}
.ccc-three-column-links-wrapper {
	width: 535px;
}
.ccc-three-column-links {
	width: 175px;
	background: #D8E4E4;
	margin: 5px 5px 10px 0px;
}
.ccc-three-column-right {
	width: 175px;
	background: #D8E4E4;
	margin: 5px 0px 10px 0px;
}
.ccc-three-column-image img {
	border: 0;
}
.ccc-three-column-image {
	margin: 5px;
}
.ccc-three-column-link {
	margin: 7px 5px 7px 10px;
	font-size: 1.0em;
}
.ccc-three-column-link a {
	color: black;
}
/* Two column Component */
.ccc-two-column-wrapper {
	width: 535px;
	padding: 5px 0px;
}
.ccc-two-column-left {
	width: 260px;
}
.ccc-two-column-right {
	width: 260px;
}
.ccc-two-column-header {
	padding: 5px 5px 5px 27px;
	font-size: 1.2em;
	font-weight: bold;
	color: white;
}
.ccc-two-column-body {
	padding: 2px 5px 1px 5px;
}
/* Weather component */
.ccc-weather-component {
	width: auto;
	background: white;
}
.ccc-weather-header {
	background: url(/Images/noticeboard-round-header_tcm31-154373.gif);
	font-weight: bold;
	padding: 10px 0px 0px 10px;
}
.ccc-weather-body {
	padding: 10px;
	background: url(/Images/noticeboard-round-footer_tcm31-154374.gif);
	background-position: bottom left;
}
.ccc-weather-location {
	font-size: 1.0em;
	padding: 0px 0px 0px 0px;
}
.ccc-weather-feed {
	font-size: 1.0em;
	padding: 0px 0px 10px 5px;
}
.ccc-weather-footer {
	font-size: 0.85em;
	text-align: center;
	border-top: 1px silver solid;
	padding-top: 4px;
}
