/* 
    TYPOGRAPHY STYLES
	inc : body font;
	inc : basic elements; 
*/


/* RESET
--------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;vertical-align:baseline;background:transparent;margin:0;padding:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* BASIC CLASSES */
.pairedList li:after, .clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.rm{position:absolute;left:-999em}
.cl{clear:both}

/* IMAGE CLASSES */
img {vertical-align:middle;}
.left {float: left; margin: 0 20px 20px 0;}
.box .left {margin-left: 18px;}
.right {float: right; margin:0 0 20px 20px; position: relative;}
.centre {margin:10px 0; overflow: hidden; text-align: center;}
.WelcomePhoto {
	margin: 16px 16px 0px 16px;
	}
img.centre {margin: 0; overflow: visible; text-align: left;}

/* GENERIC 
--------------------------------------------------------------*/
body {
	font-size: 87.5%;
	line-height: 1.5em;
	font-family: Arial, Verdana, sans-serif;
	}

p, ol, ul, li, table, dl, dt, dd {line-height: 1.5em;}
    
/* HEADINGS
--------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {margin: 1em 0 0 0; line-height: 1.3em;}

h1 {
	font-size: 1.786em; 
	margin: 0.5em 0 0.5em;
	}
	
h2 {
	font-size: 1.286em;
 	margin-bottom: 0.75em;
	}
h2.HowUseful {
 	margin-bottom: 1em;
	font-size: 1em;
	}
h3, h4, h5, h6 {font-size: 1em;}
h3 {margin-bottom: 1em;}
h4 {margin-bottom: 1.25em;}
h5, h6 {margin-bottom: 1.5em;}


/* LISTS
--------------------------------------------------------------*/
ul, ol {margin: 5px 0 15px 10px;}
ol {margin-left: 20px;}
ul ul {margin-left: 25px;}
ol ol, ul ol {margin-left:40px;}
ul ul, ol ol, ul ol {margin-bottom: 5px;}
ul li, ul ol ul li {background-repeat: no-repeat; background-position: 0 0.6em; margin-bottom: 2px;}
ul li, ul ol ul li {
	padding-left: 15px;
	}
ul li p { 
	margin:0px 0px 10px 0px;
	}
ol {list-style-type: decimal; list-style-position: outside;}
ol ol li {list-style-type: lower-roman;}
ol ol ol li {list-style-type: lower-roman;}  
ul ol li {background: none; padding-left: 0;}

dl {margin: 0 0 15px 0;}
dl dt {font-weight: bold;}
dl dd {margin: 0.5em 0 1em 40px;}

/* TEXT
--------------------------------------------------------------*/
p {margin: 1em 0;}

abbr, acronym {border-width: 0 0 1px 0; border-style: dotted;}
address {margin-top: 1.5em; font-style: italic;}
del {}
strong {font-weight: bold;}
em, dfn {font-style: italic;}
dfn {font-weight: bold;}
pre, code {margin: 1.5em 0; white-space: pre;}
pre, code, tt {font: 1em monospace; line-height: 1.5;} 
tt {display: block; margin: 1.5em 0; line-height: 1.5;}
sup {vertical-align: super; font-size: 6pt;}
sub {vertical-align: sub; font-size: 6pt;}

hr {
	height: 1px; 
	border: none;
	}

/* QUOTES */
blockquote {
	margin: 0 0 2.5em 0;
	background-repeat: no-repeat;
	background-position:0 0.4em;
	padding-left: 60px;
	font-weight: bold;
	color:#666666;
	min-height:45px;
	}
/*
blockquote p {
	padding-left: 60px;
	font-weight: bold;
	margin-top: 0;
	}
*/
q {font-weight: bold;}
cite {font-style: normal;}
q:before, q:after {content: '"';}

/* LINKS
--------------------------------------------------------------*/
a, a:link {
	text-decoration: underline;
	font-weight: bold;
	}
	
a:hover, a:focus, a:active {text-decoration: none;}

/* plain links (not bold) */
.linkNormal a, .linkNormal a:link {
	text-decoration: none;
	font-weight: normal;
	}

.linkNormal a:hover {text-decoration: underline;}	

/* SKIP LINKS */
.skip {left: -999em; position: absolute;}
a.skip:focus, a.skip:active {
    border-width: 3px;
	border-style: solid;
    left: 0;
    top: 0;
    font-size: 1.3em; 
    padding: 3px 5px;
    font-weight: bold;
    }
    
/* TABLES
--------------------------------------------------------------*/
caption {
	text-align: left; 
	margin: 0 0 1em 0;
	font-size:80%;
	}

table {
	width: 100%;
    border: none;
    border-collapse: collapse;
    margin: 0 0 1em 0;
	}
	
th, td {
	padding: 10px 20px;
	vertical-align: top;
	}
	
th {
	font-weight: bold; 
	text-align: left;
	background-repeat: repeat-x;
	background-position: 100% 0;
	}
td {
	border-width: 0 0 1px 0; 
	border-style: solid; 
	}
td.BlankHeading {
	color: #fff;
	text-shadow: 0 2px rgba(0,0,0,0.2);
	background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/table-heading-bg.gif);
	background-color: #e76801;
	}
	
/* BASE LAYOUT
--------------------------------------------------------------*/
.inner {width: 940px; margin: 0 auto;}

#contentWrap {
	background-repeat: repeat-y;
	padding-top: 25px;
	padding-bottom: 40px;
	background-position: 0 0;
	}
.homepage #contentWrap {
	background-repeat: repeat-y;
	padding-top: 25px;
	padding-bottom: 15px;
	background-position: 0 0;
	}
#contentWrapInner {
	background-repeat: repeat-y;
	background-position: 0 0;
	}	
	
#contentWrapOne, #contentWrapTwo, #sectionWrapOne, #sectionWrapTwo {width: 100%;}
#contentWrapOne, #sideWrapTwo {float: right;}
#contentWrapTwo, #sideWrapOne {float: left;}	

#sideWrapOne, #sectionSideWrapOne, #sideWrapTwo {width: 180px;}

.section {
	margin: 0; 
	padding: 1px 0;/* to fix box collapsing bug in firefox */
	}

/* SIDE WRAP LEFT (2 columns narrow left, wide right)
--------------------------------------------------------------*/
.sideWrapLeft #contentWrapOne {margin-left: -240px;}
.sideWrapLeft .section {margin-left: 240px;}

/* SIDE WRAP RIGHT (2 columns wide left, narrow right)
--------------------------------------------------------------*/
.sideWrapRight #contentWrapTwo {margin-right: -240px;}
.sideWrapRight .section {margin-right: 240px;}
.sideWrapRight #contentWrapInner {background-position: 100% 0;}

/* SIDE WRAP HIGHLIGHT (section and landing pages)
--------------------------------------------------------------*/
.sideWrapHighlight #contentWrap {
	padding-bottom: 0;
	background-repeat: no-repeat;
	width: 940px;
	margin: 0 auto;
	}
	
/* SIDE WRAPS PAGE - (3 columns - narrow left, wide middle, narrow right)
--------------------------------------------------------------*/
.sideWraps #contentWrapOne {margin-left: -240px;}
.sideWraps #contentWrapTwo {margin-right: -240px;}

.sideWraps .section {
	margin-left: 240px; 
	margin-right: 240px;
	}

/* HOMEPAGE */
.homepage #contentWrapTwo {margin-right: -240px;}
.homepage .section {margin-right: 240px;}

.homepage #sideWrapTwo {width: 220px;}

.homepage #contentWrap {
	padding-top: 25px;
	background-repeat: repeat-x; 
	min-height: 239px;
	}


/* SECTION LAYOUTS (used for landing and section pages)
--------------------------------------------------------------*/	

/* sectionSideWrapLeft - narrow left column, wide right */
.innerSideWrapLeft #sectionWrapOne {
	margin-left: -200px;
	float: right;
	}	
	
.innerSideWrapLeft .sectionInner {margin-left: 200px;}	
.innerSideWrapLeft #sectionSideWrapOne {float: left;}	
	
/* sectionSideWrapRight - wider left column, narrow right */	
.innerSideWrapRight #sectionWrapOne {
	float: left;
	margin-right: -200px;
	}	
	
.innerSideWrapRight .sectionInner {margin-right: 200px;}
.innerSideWrapRight #sectionSideWrapOne {float: right;}

	
/* LAYOUT COLUMNS (for containing boxes)
 * (columnDouble - two equal width columns)
 * (columnTriple - three equal width columns)
 * widths of columns change depending on their location
--------------------------------------------------------------*/	
.column {float: left;}
.columnTriple {width: 720px; margin-right: -20px;}

/* MARGINS ON BOXES IN COLUMNS */
.columnTwo .box, .columnThree .box {margin-left: 10px;}
.columnOne .box, .columnTriple .columnTwo .box {margin-right: 10px;}

/* COLUMNS IN SIDEWRAPLEFT AND SIDEWRAPRIGHT TEMPLATES (section width is 700px) */
.columnDouble .column {width: 350px;} /* 700 divided by 2 */
.columnTriple .column {width: 240px;} /* width is 700px plus 20px to make sure columns are equal widths  so 720px divided by 3 */
.columnTriple .column .box {margin-right:20px; margin-left: 0;}

/* COLUMNS IN SECTION LAYOUTS ON SIDEWRAPLEFT AND SIDEWRAPRIGHT TEMPLATES (sectionInner width is 500) */
.sectionInner .columnDouble .column {width: 250px;} /* 500 divided by 2 */
.sectionInner .columnTriple {width: 520px;} /* width is 500px plus 20px to make sure columns are equal widths */
.sectionInner .columnTriple .columnOne {width: 174px;} /* 520 divided by 3 plus 1 */
.sectionInner .columnTriple .columnTwo, .sectionInner .columnThree {width: 173px;} /* 520 divided by 3 */

/* COLUMNS ON SIDEWRAPS TEMPLATES (section width is 460px) */
.sideWraps .columnDouble .column {width: 230px;} /* 460 divided by 2 */
.sideWraps .columnTriple {width: 480px;} /* 460px plus 20px to make sure columns are equal widths */
.sideWraps .columnTriple .column {width: 160px;} /* 460 divided by 3 */

/* COLUMNS IN BOXES 
 * (columnSideLeft has a narrow left column and a wide right column) 
 * (columnSideRight has wide left column and a narrow right column) 
 * (columnEqual has a two equal width columns) 
 * (columnSideLeftWide has a wide left column and narrower right column - used in the feedback box)
 * (columnSideRightWide has a narrower left column and wide right column - could be used in the feedback box)
 * width of columns in the boxes change depending on the location of the box
--------------------------------------------------------------*/
.columnSideLeft, .columnSideRight, 
.columnSideLeftWide, .columnSideRightWide {margin: 10px 0;}
.columnEqual {margin: 20px 18px;}

.columnSideLeft, .columnSideRight, 
.columnSideLeftWide, .columnSideRightWide {
	background-repeat:repeat-y;
	} 
	
/* COLUMNS IN BOXES ON SIDEWRAPLEFT AND SIDEWRAPRIGHT TEMPLATES (box width is 696px e.g. 700px - 2px of border either side of the box) */
.columnSideLeft .columnOne, .columnSideRight .columnTwo {width: 120px;} /* standard width */
.columnSideLeft {background-position: 120px 0;} /* should be the same value as the column width */

.columnSideLeft .columnTwo, .columnSideRight .columnOne {width: 576px;} /* 696 minus 120 */
.columnSideRight {background-position: 576px 0;} /* should be the same value as the column width */

.columnEqual .columnOne, 
.columnEqual .columnTwo {width: 330px;} /* 696 divided by 2 equals 348. 348 minus 18 to account for margins on container */

.columnSideLeftWide .columnOne, .columnSideRightWide .columnTwo {width: 280px;} /* standard width */
.columnSideLeftWide {background-position: 280px 0;} /* should be the same value as the column width */

.columnSideLeftWide .columnTwo, .columnSideRightWide .columnOne {width: 416px;} /* 696 minus 280 */
.columnSideRightWide {background-position: 416px 0;} /* should be the same value as the column width */

/* COLUMNS IN BOXES IN SECTION LAYOUTS ON SIDEWRAPLEFT AND SIDEWRAPRIGHT TEMPLATES (box width is 496 e.g. 500px - 2px of border either side of the box ) */
.sectionInner .columnSideLeft .columnTwo, 
.sectionInner .columnSideRight .columnOne {width: 376px;} /* 496 minus 120 */
.sectionInner .columnSideRight {background-position: 376px 0;} /* should be the same value as the column width */

.sectionInner .columnEqual .columnOne, 
.sectionInner .columnEqual .columnTwo {width: 230px;}/* 496 divided by 2 equals 248. 248 minus 18px to account for margins on container */

.sectionInner .columnSideLeftWide .columnTwo, 
.sectionInner .columnSideRightWide .columnOne {width: 216px;} /* 496 minus 280 */
.sectionInner .columnSideRightWide {background-position: 216px 0;} /* should be the same value as the column width */

/* COLUMNS IN BOXES ON SIDEWRAPS TEMPLATES (box width is 456px e.g. 460px - 2px of border either side of the box) */
.sideWraps .columnSideLeft .columnTwo, 
.sideWraps .columnSideRight .columnOne {width: 336px;} /* 456 minus 120 */
.sideWraps .columnSideRight {background-position: 336px 0;}  /* should be the same value as the column width */
	
.sideWraps .columnEqual .columnOne, 
.sideWraps .columnEqual .columnTwo {width: 210px;}/* 456 divided by 2 equals 228. 228 minus 18px to account for margins on container */

.sideWraps .columnSideRightWide {background-position: 176px 0;}
.sideWraps .columnSideLeftWide .columnTwo, 
.sideWraps .columnSideRightWide .columnOne {width: 176px;} /* 456 minus 280 */

/* CORNERS
--------------------------------------------------------------*/
.cornersAll, .cornersAll .boxInner,
.cornersAll, .cornersAll .boxInnerCA {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
	
	
.cornersTop {
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	}		

.cornersBottom {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius:5px;
	}
	
.cornersTopLeft, .cornersLeft {
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	}	
	
.cornersTopRight, .cornersRight {
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	}		
	
.cornersBottomLeft, .cornersLeft {
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	}	
	
.cornersBottomRight, .cornersRight {
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	}			

/* HEADER
--------------------------------------------------------------*/
.header {
	background-repeat: no-repeat;
	background-position: 50% 0;
	position:relative; 
	}
.header a {
	color: #fff;
	}

#logo {
	margin: 29px 0 8px 0;
	width: 193px; 
	height: 55px;
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
	background-image: url(https://apps.derbyshire.gov.uk/external-assetshttps://apps.derbyshire.gov.uk/external-assets/core_old/images/derbyshire-logo-new.png);
	}
#logo a {
	display: block;
	height: 55px;
	width: 190px;
	}
#logo a:hover { 
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #fff;
	}
#logo a:focus, #logo a:active {
	background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/derbyshire-logo-focus-new.gif);
	background-color: #fff;
	}	
	
#siteWideServices {
	float: right; 
	width: 340px;
	padding-top:40px;
	}
	
.servicesLink {
	display: block;
	padding: 5px 10px;
	float: right;
	border-bottom-width: 2px;
	border-style: solid;	
	margin-bottom: 7px;
	}

/* TOP NAVIGATION 
--------------------------------------------------------------*/
.nav {
	clear: both; 
	padding: 20px 0 0 0;
	}
	
.nav ul {margin: 0 0 -6px 0;}

.nav li {
    width:100px;/* this value will need changing if top level items are added or removed in the future */
    padding: 0 0 6px 0;
    position: relative;
   	display: inline-block;
   	vertical-align: bottom;
	margin: 0 -0.3em 0 0;
	background-image: none;
	}
	
.nav li a {cursor: pointer;}	
	
.nav li a, .nav li strong {
	padding: 0 5px;
	display: block;
	}
	
.nav dl a {border: none;}

.nav .listInner {
	padding: 4px 0 6px 0;
	display: block;
	border-top-width: 2px;
	border-style: solid;
	min-height: 2.5em;
	}
	
.nav a, .nav strong {
    display: block;
    line-height: 1.2em;
    padding: 0 0 5px 0;
    word-wrap: break-word;
	text-decoration: none;
	}	

.nav .siteSection {
	background-repeat: no-repeat;
	background-position: 50% 100%;
	}

.nav .home {
    width: 35px; /* CHANGED FROM 37px BY SR, TO FIX ISSUE WITH NAV BAR WIDTH IN IOS BROWSERS & MAVERICKS */
	margin-right: 1px;
	}
	
.nav .home a {
	padding-left: 0; 
	padding-right: 0;
	}
		
.nav .home a, .nav .home strong {
	background-repeat: no-repeat; 
	background-position: 50% 50%;
	text-indent: -999em;
	}

.nav div {
    position: absolute;
    left: 0;
    display: none;
    width: 565px;
    z-index: 9000;
	border-style: solid;
	border-width: 2px;
	background-repeat: no-repeat;
	background-position: 0 100%;
	}
	
.nav dl a:hover, .nav dl a:active, .nav dl a:focus {
    text-decoration: underline;
	}

.nav .sfHover div {
    display: block;
	}

/* section list */
.nav dl {
    margin: 0;
    width: 415px;
    float: left;
	}

.nav dt {
    display: block;
    margin-top: 1px;
    padding: 5px 10px;
	border-bottom-width: 1px;
	border-style: solid;
	min-height: 20px; /* to make sure popular and section always line up */
	}
	
.nav dd {
    padding: 4px 0 5px 15px;
    margin: 0 0 0 10px;
    width: 178px;
    display: inline-block;
    vertical-align: top; 
	background-repeat: no-repeat;
	background-position: 0 0.8em;
	}

.nav dl a {min-height: 0; }

/* popular list */
.nav .listPopularPages {
	width: 148px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	/*background-color:#E0CFE0;*/
	}

.nav .listPopularPages dt {
    padding: 4px 10px 5px;
    margin-top: 0; 
	border-width: 1px 1px 0 1px;
	border-style: solid;
	position: relative;
	}
	
.nav .listPopularPages dd {
    width: auto;
    display: block;
    margin: 0;
    padding: 0; 
	border-top-width: 1px;
	border-style: solid;
	}
	
.nav .listPopularPages a {
    display: block;
    padding: 7px 10px;
	font-weight: bold;
	}
	
/* SUB NAVIGATION
--------------------------------------------------------------*/
.sideWrapHighlight .subNav {
	margin-bottom: 30px;
	}
		
.subNav ul, .subNav li {
	padding: 0; 
	margin: 0;
	}	
	
.subNav a, .subNav strong, .subNav .selectedItem {
	border-style: solid; 
	display: block;
	}	
	
.subNav a, .subNav strong {position: relative;}	
	
.subNav a, .subNav .selectedItem {
	padding: 8px 10px;
	}	

.subNav a {
	font-weight: normal;
	text-decoration: none;
	border-width: 0 0 1px 0;
	}	

.subNav a:hover {
	text-decoration: underline;
	}

.subNav strong {
	border-width: 1px 0 0 0;
	}	
	
.subNav .selectedItem {
	border-width:1px 0;
	}

.pageArrow {
	width: 7px;
	height: 12px;
	position: absolute;
	top: 0.75em;
	right: -7px;
	background-position: 0 0;
	background-repeat: no-repeat;
	}
	
.sectionArrow {
	width: 12px; 
	height: 7px; 
	display: block;
	padding: 0;
	border: none;
	position: absolute;
	left: 8px;
	bottom: -7px;
	z-index: 2;
	background-position: 0 0;
	background-repeat: no-repeat;
	}
		
.subNav strong .sectionArrow {bottom: -6px;}

.navCurrent a {
	border-width: 1px 0 0 0;
	}
	
.navCurrent {
	border-style: solid; 
	border-width: 0 0 1px 0;
	}

/* FOOTER
--------------------------------------------------------------*/
#footerWrap {
	clear: both;
	font-size: 0.786em;
	}
	
.footer {
	position: relative;
	background-position: 50% 0;
	background-repeat: no-repeat;
	padding: 30px 0 40px 0;
	}
	
.footer .column {
	background-repeat: repeat-y;
	background-position: 0 0;
	width: 235px;
	}	
	
.footer .columnInner {padding: 1px 10px;}	
	
.footer .columnDouble {padding-top: 3.3em;}	
.footer .columnDouble .column {width: 97px;}	
	
.footer h3 {
	margin: 0 0 1.6em 0;
	font-size: 1.273em;
	}
	
.footer a, .footer a:link {
	text-decoration: none;
	}	
	
.footer a:hover {text-decoration: underline;}	
		
.map {
	background-repeat: no-repeat;
	background-position: 110px 20px;
	min-height: 137px;
	}
	
.map p {margin-right: 115px;}

/* ICONS 
--------------------------------------------------------------*/
.icon {
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 0 50%; 
    min-height: 20px;
    display: inline-block;
	}
	
.iconMedium {
	min-height: 26px;
	padding-left: 35px;
	}	

.iconLarge {
	background-position: 100% 50%; 
	padding: 10px 55px 15px 0;
	display: block;
	margin:10px 0px 10px 0px;
	}	
		
.starIcon {
	padding-left: 0;
	padding-right: 25px;
	display: inline-block;
	background-position: 100% 50%;
	}	
	
.helpIcon {
	background-position: 5px 5px;
	}
	
.js .helpIcon {background-image: none;}
	
.AgendaVideoLink .videoIcon {
	padding-left:25px;
	margin-left:10px;
}	

.AgendaVideoLink {
	height:10px;
	display:block;
	cursor:pointer;
}	

/* STATUS
--------------------------------------------------------------*/	
.status {font-weight: bold;}

/* HELP TEXT
--------------------------------------------------------------*/	
.helpText {
	font-weight: normal;
	}
	
.helpLink {
	width: 16px; 
	height: 16px; 
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -999em;
	}
	
.h2floatleft {
	/*float:left;*/
	}	
	
.tooltip-wrapper {
	
	right: 5px; 
	top: 3px;
	width: 16px; 
	height: 16px; 
	}	
	
.js .helpText {
	/*position: absolute; */
	top: 0;
	left: 20px;
	padding: 10px;
	width: 250px;
	z-index:2;/* to make sure the help box displays over the top of everything else */
	}

	
/* BOXES
--------------------------------------------------------------*/
.box {
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	margin-bottom: 20px;
	}

.boxInner {padding: 1px 0 1px 0;}
.boxInnerCA {padding: 0px}

.box .boxTitle {
	margin: -1px 0 0 0;/* to hide 1px gap for Firefox box collapsing bug */
	font-size: 1em;
	background-repeat: repeat-x;
	background-position: 100% 0;
	padding: 15px 18px;
	}
.box .boxTitleSpecial {
	border-width: 0 0 1px 0;
	border-style: solid; 
	padding-bottom: 5px;
	margin-top: 0;
	}
div.useful {
	float:left;
	}	
.boxTitle a, .boxTitle a:link {text-decoration: none;}
.boxTitle a:hover {text-decoration: underline;}

.box h1, .box h2, .box h3, .box h4, .box h5, .box h6, .box p, 
.box ul, .box hr, .box dl, .box blockquote, .box table, .box .action {
	margin-left: 15px; 
	margin-right: 15px;
	}
	
.box table {width: auto;}
	
.box blockquote p {padding-left: 20px;}
	
.box ol {margin-left: 40px; margin-right: 18px;}
.box ul ul, .box ol ol {margin-right: 0;}

/* BOX ASSET - for images in boxes */
.boxAsset {
	overflow: hidden;
	}

/* ALERT BOX
--------------------------------------------------------------*/
.boxAlert {
	border: none;
	}
.boxAlert .boxInner {
	background-position: 0 0;
	background-repeat: repeat-x;	
	background-color: #ffee7b;
	background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/box-alert-bg.gif);
	text-align:center;
	}
.boxAlert p {
	padding-left:30px;
	padding-right:30px;	
	}
.boxAlert strong, .boxAlert hr {
	color: #333;
	}
.boxAlert hr {
	background-color: #333;
	}
.boxAlert blockquote {
	background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/quotation-alert-small.gif);
	}

/* SPECIAL BOX (standard box with a large bottom shadow */	
.boxWrap {
	background-position: 0 100%;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-bottom: 30px;
	}
	
.boxWrap .box {margin-bottom: 0;}	

/* FEATURE BOX (used on section pages) */
.boxFeature .boxInner {
	background-repeat: repeat-y;
	word-wrap: break-word;
	padding: 0;
	}
	
.boxFeatureLeft .boxInner {background-position: 0 0;}	
.boxFeatureRight .boxInner {background-position: 478px 0;}

.boxFeatureRight .boxInnerCA {background-position: 478px 0;}

.boxFeatureLeft .columnOne, .boxFeatureRight .columnTwo {width:218px;}
.boxFeatureLeft .columnTwo, .boxFeatureRight .columnOne {width: 478px; overflow: hidden;}/* this line may need removing/width adjusting if used on layouts other than sidewrapleft and sidewrapright */

/* MEDIA BOX */
.boxMedia {
	width: 280px;
	font-size: 0.857em;
	}
		
.boxMedia p {font-style: italic;}

.mediaLink {overflow: hidden;}
.mediaLink, .mediaLink img, .mediaLink span {display: block; width:280px;}

.mediaLink span {cursor: pointer;}

.mediaLink .viewIcon {
	position: relative;
	padding: 37px 18px 0 18px; 
	margin-top: -32px;
	background-position: 100% 0;
	}

	
/* FEEDBACK BOX */
.socialMedia {
	/*margin: 0 20px;*/
	margin: 20px 0px 0px 0px;
	}
	
.RatingComplete {
	display:none;
}

h2.ThanksUseful {
    font-size: 1em;
    margin-bottom: 1em;
	display:none;
}

.RatingComplete .poorRating {
    margin-right: 0;
}
.RatingComplete .rating {
    font-size: 0.857em;
    margin-top: 0;
}

.page_title_pointer {
	display:none;
}

.page_id_pointer {
	display:none;
}

.page_rated_pointer {
	display:none;
}
	
/* BOXES IN SIDE WRAP TWO (right column) */
#sideWrapTwo .box {font-size: 0.857em;}
#sideWrapTwo .box .boxTitle, #sideWrapTwo .box .button {font-size: 1.167em;}
.homepage #sideWrapTwo .box, .homepage #sideWrapTwo .box .boxTitle, 
.homepage #sideWrapTwo .box .button {font-size: 1em;}

/* DIVIDER 
--------------------------------------------------------------*/
.divider {	
	border-width: 1px 0 0 0;
	border-style: solid;
	}	
	
/* BUTTONS
--------------------------------------------------------------*/
.button {
	border-width: 1px;
	border-style: solid;
	}
		
.button input, .button a {
	font-family: arial, sans-serif;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	padding: 7px;
	background-repeat: repeat-x;
	background-position: 0 0;	
	}	

.button input {
	width: 100%;
	margin: 0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	padding-top: 4px;
	padding-bottom: 4px;
	}
	
.button a, .button a:link {
	display: block;
	text-decoration:none;
	}
	
.button a:hover {text-decoration: underline;}
	
.action div {
	border-width: 0 0 1px 0;
	border-style: solid;
	}	
	
.action input {
	padding: 7px 30px;
	}
	
/* SPECIAL LINK STYLES
--------------------------------------------------------------*/
.backToLink {
	display: inline-block;
	padding: 0 15px 0 20px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	}	
	
/* LIST STYLES
--------------------------------------------------------------*/
/* plain list - no bullet points, no borders */	
ul.plainListNews {
	border-bottom:1px solid #cccccc;
	border-top:0px;
	padding:5px 0px 10px 0px;
	margin:5px 0px 5px 0px;
	}
ul.plainListNews li {
	background: none;
	padding-right:15px;
	}
ul.plainList {
	margin: 5px 0 15px -15px;
	}	
.plainList li {
	background: none;
	padding-right: 15px;
	}
	
.plainList li span.AttachmentSummary {
	padding-bottom:10px;
	float:left;
	width:700px;
	}

.plainListSpecial {
	border-width: 1px 0 0 0;
	border-style: solid;
	padding-top: 10px;
	}

/* divided list - list with borders on the list items */
.dividedList {
	margin-left: 0;
	}
	
.dividedList li {
	border-width: 1px 0 0 0;
	border-style: solid;
	padding: 10px 14px 10px 16px;
	background-image: none;
	margin-bottom:0;
	}
	
.dividedList li:first-child {border: none;}	
	
.dividedListDetailed p {
	font-size: 0.857em;
	} 

.dividedListDetailed li {padding-bottom: 0;}


/* date ordered list */
.dateOrderedList li {
	padding-left: 0;
	padding-right: 0;
	}

.dateOrderedList .listingContent {
	margin-left: 70px;
	}
.dateOrderedList .NonIndentedListingContent {
	margin-left: 0px;
	}		
.dateOrderedList .timestampCalendar {
	width: 45px;
	float: left;
	margin-top: 0.25em;
	}

/* definition lists */
.js .pairedList dt {
	float: left;
	width: 120px;
	position:relative;
	padding: 0 25px 0 0;
	}	
	
.js .pairedList dd {
	width: 300px; 
	margin: 0 0 5px 145px; 
	}
	
.js .pairedList div {margin-bottom: 10px;}	
.js .pairedListTight div {margin-bottom: 0;}
	
.js .sideWrapLeft .pairedList dd, .js .sideWrapRight .pairedList dd {
	width: 550px;
	}	
	
/* LISTS IN BOXES */
.box .dividedList {
	margin-top: 0;
	margin-bottom: 0;
	}
.box .dividedList, .box .plainList, .dividedListDetailed p {
	margin-left: 0;
	margin-right: 0;
	}
	
/* DATES  
--------------------------------------------------------------*/
.timestamp {
	display: block;
	font-size: 0.786em;
	}
	
.timestampLarge {
	font-size: 1em;
	font-weight: bold;
	}	
	
.timestampCalendar {
	border-width: 1px;
	border-style: solid;
	}	
	
.timestampCalendar span {
	display: block;
	text-align: center;
	}
	
.timestampCalendar .day {
	font-weight: bold;
	font-size: 1.728em;
	}	

.timestampCalendar .month {
	background-repeat: repeat-x;
	background-position: 0 100%;
	line-height: 1.25em;
	padding-bottom: 2px;
	}
	
.timestampCalendar .year {
	line-height: 1.25em;
	}	

/* HIGHLIGHTED ITEMS: USED IN TABLES 
--------------------------------------------------------------*/
.itemHighlight {
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
	background-repeat: repeat-x;
	background-position: 0 0;
	text-align: center;
	width: 1.7em;
	}	
	
/* STAR RATING 
--------------------------------------------------------------*/
.starRatingInner, .poorRating, .excellentRating {float: left;}
	
.starRating .rating {
	margin-top: 0; 
	font-size: 0.857em;
	}
	
.starRating .poorRating {
	margin-right: 0;
	}	

.starRating .excellentRating {
	margin-left: 0;
	}

.starRating ul {
	width:80px;
	height:16px;
	padding:0;
	margin: 0 10px;
	clear:both;
	position:relative;
	background-repeat: no-repeat;
	background-position: 0 0;
	}

.starRating ul li {
	cursor: pointer;
	float:left;
	text-indent:-999em;
	background: none;
	}
	
.starRating ul li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
	}	
	
.starRating .oneStar a {
	left:0
	}

.starRating .twoStars a {
	left:16px;
	}

.starRating .threeStars a {
	left:32px;
	}

.starRating .fourStars a {
	left:48px;
	}

.starRating .fiveStars a {
	left:64px;
	}
	
.starRating a:hover, .starRating a:focus, .starRating a:active {
	z-index:2;
	width:80px;
	height:16px;
	overflow:hidden;
	left:0;	
	background-repeat: no-repeat;
	background-position: 0 0;
	}

.oneStar a:hover, .oneStar a:focus, .oneStar a:active {
	background-position:0 -96px;
	}

.twoStars a:hover, .twoStars a:focus, .twoStars a:active {
	background-position:0 -112px;
	}

.threeStars a:hover, .threeStars a:focus, .threeStars a:active {
	background-position:0 -128px
	}

.fourStars a:hover, .fourStars a:focus, .fourStars a:active {
	background-position:0 -144px
	}

.fiveStars a:hover, .fiveStars a:focus, .fiveStars a:active {
	background-position:0 -160px
	}		
	
/* TABS
--------------------------------------------------------------*/
/*
 structure
*/

.tabs {overflow: hidden; }

/* tab list */
.tabs .tabsList {
    margin: 0;
    float: right;
    width: 216px; }

.tabs .tabsList li {
    margin: 0;
    padding: 0;
    line-height: 1.1em; 
	/*line-height: 1.4em; CHANGED BY SR TO FIT THE COMBINED AUTHORITY ONTO 4 LINES */
	}

.tabs .tabsList a {
    position: relative;
    display: block;
    min-height: 52px;
    padding: 15px 20px 15px 103px; }

.tabs .tabsList img {
    margin: 0;
    position: absolute;
    left: 9px;
    top: 9px;
	 }

.tabs .tabsList .arrow {
    display: block;
    width: 9px;
    height: 18px;
    position: absolute;
    left: -10px;
    top: 40%;
    z-index: 5000; }


/* tab body */
.tabs .tabBody {
    float: left;
    position: relative; }

.no-js .tabs .tabBody.second,
.no-js .tabs .tabBody.third,
.ui-tabs-hide {display: none; }

.tabs .tabBody img {
    margin: 0; 
    vertical-align: top; }

.tabs .tabBody .tabBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }

.tabs .tabBody .tabBar .tabInner {
    overflow: hidden;
    padding: 10px 20px; }

.tabs .tabBody h2 {margin: 0 0 3px; }

.tabs .tabBody ul {margin: 0; }

.tabs .tabBody li {
    padding: 0 5px 0 0;
    margin: 0 5px 0 0;
    float: left;
    line-height: 1em; }

.tabs .tabBody p {margin: 0; font-weight:bold; color:#7B3F6C;}



/*
 theme
*/


/* tab list */
.tabs {font-size: 85.7%; }

.tabs .tabsList li {background: none; }

.tabs .tabsList a {
    border: 1px solid #d8d8d8;
    outline: none 0;
    color: #333;
    text-shadow: 0 1px #fff;
    text-decoration: none;
    background: #d9d9d9 url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/box-tabs-tab-bg.gif) repeat-x 0 0; }

.tabs .tabsList .ui-tabs-selected a {
    background: none;
    color: #7B3F6C;
    border-color: #fff; }

.tabs .tabsList a:hover, .tabs .tabsList a:active, .tabs .tabsList a:focus {color: #b727b7; }

.tabs .tabsList .arrow {background: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/box-tabs-current.png) no-repeat 0 0; }    


/* tab body */
.tabs .tabBody img {
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px; }

.tabs .tabBody .tabBar {background: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/box-tabs-hero-bg.png) repeat-x 0 0; }

.tabs .tabBody h2 {
    color: #000;
    font-size: 150%;
    text-shadow: 0 1px rgba(255,255,255,.5); }

.tabs .tabBody h2 a {color: #000; }

.tabs .tabBody li {
    border-right: 1px solid #999;
    background: none; }

.tabs .tabBody li.last-child, .tabs .tabBody .last {border: none 0; }

.tabs .tabBody a {
    color: #7B3F6C;
    text-decoration: none; }
    
.tabs .tabBody a:hover {
    color: #b727b7;
    text-decoration: underline; }
    
.tabs .tabBody a:focus, .tabs .tabBody a:active {color: #fff; }

/* 
	CUSTOM STYLES FOR THEME ONE
	inc: typography
	inc: forms
	inc: header
	inc: breadcrumbs
	inc: navigation
	inc: footer
	inc: pagination
	inc: comments
	inc: icons
	inc: base layout, sidewrapleft, sidewrapright, sidewraps
	inc: search results
	inc: sitemap
	inc: 404 / 502
	inc: homepage
	inc: landing page
	inc: listing page
*/

/* LAYOUT
--------------------------------------------------------------*/	
.sideWrapLeft #contentWrapInner {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/side-wrap-left-bg.gif);}
.sideWrapRight #contentWrapInner {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/side-wrap-right-bg.gif);}		

/* SIDE WRAP HIGHLIGHT (section and landing pages)
--------------------------------------------------------------*/
.sideWrapHighlight #contentWrap {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/landing-bg.png);}

/* SIDE WRAPS PAGE - (3 columns - narrow left, wide middle, narrow right)
--------------------------------------------------------------*/	
.sideWraps #contentWrapInner {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/side-wraps-bg.gif);}

/* HOMEPAGE
--------------------------------------------------------------*/
.homepage {background-color: #eee;}
.homepage #contentWrap {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/side-wrap-highlight-bg.png);}	
.homepage #contentWrapInner {background-image: none;}	


/* TYPOGRAPHY
--------------------------------------------------------------*/
body {background-color: #fff; color: #333;}

/*
h1, h2, h3, strong {
	color: #663366;
	}
*/
h1, h2, h3 {
	color: #663366;
	}
strong {
	color:#666666;
	}
h1 strong, 
h2 strong, 
h3 strong {
	color: #663366;
	}

h4, h5, h6 {color: #666;}

ul li, ul ol ul li {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/bullet-three.gif);}
dt {color: #666;}

abbr, acronym {border-color: #000;}
del {color: #000;}
hr {color: #ccc; background: #ccc;}

blockquote {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/quotation-bg.gif);}
blockquote p {color: #666;}
	
a, a:link {color: #7b3f6c;}
a:visited {color: #656565;}
a:hover {color:#B727B7;}
a:focus, a:active {background-color: #7b3f6c; color: #fff;}
a.skip:focus, a.skip:active {border-color: ;}

th, td {border-color:#bfbfbf;}

th {
	color: #fff;
	text-shadow: 0 2px rgba(0,0,0,0.2);
	background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/table-heading-bg.gif);
	background-color: #e76801;
	}

/* FORMS
--------------------------------------------------------------*/
legend, label {color: #663366;}
.formText input, .formTextarea textarea {border-color: #d3c4d3;}
.formText input, .formTextarea textarea {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/form-field-bg.gif);}

/* FORM MESSAGES */
.formMessage {border-color: #FFC888; background-color: #FFFD88;}

/* FORM ERROR STYLING */
.fieldRequired {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/required.png);}
.formRequired {background-color: #ffeaea; }
.formError {color: #f33;}
.formErrorSummary {border-color: #f33; background-color:#ffeaea;}

/* HEADER
--------------------------------------------------------------*/
#headerWrap {
	background: #6f346e;
	width:100%;
	}

.header {
    color: #fff;
	background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/header-bg-plain.jpg);
	/*background-image: url(/core/images/header-bg_snowflake.jpg);*/
	/*background-image: url(/core/images/header-bg-poppy2013.jpg);*/
	}

.header a {color: #fff; }


.servicesLink {
	background-color: #582958;
	border-color: #804980;
	}
	
.servicesLink:visited {color: #fff;}	
	
.servicesLink:focus, .servicesLink:active {
	background-color: #fff; 
	color: #7b3f6c;
	}	
	


/* TOP NAVIGATION 
--------------------------------------------------------------*/
.nav {
	font-size: 85.75%;
	}

.nav .listInner {
	border-color: #9b669b;
	}

.nav .home a, .nav .home a:link {
	background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/home-off-bg.gif);
	}
	
.nav .home strong {
	background-color:#926692;
	background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/home-on-bg.gif);
	}

.nav a, .nav strong {
    font-weight: 700;
    text-shadow: 0 2px rgba(0,0,0,0.2);
	}
	
.nav .siteSection {
	background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/nav-arrow.gif);
	}	

.nav .siteSection strong, .nav .siteSection a {background-color: #9b669b;}

.nav li a:visited, .nav .siteSection .listInner {color: #fff;}
.nav li a:hover, .nav li a:focus, .nav li a:active, .nav .sfHover a {background-color: #5b2b5b;}

.nav .sfHover span, .nav li a:focus span, .nav li a:active span {border-color: #5b2b5b;}
.nav .sfHover strong span {border-color: #9b669b}

.nav div {
    color: #333;
	background-color: #fff;
    background-image:url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/nav-popular-bg.png);
    border-color: #5b2b5b; 
	}

.nav div a {
    text-shadow: none;
    color: #7b3f6c;
	}
	
.nav .listPages a, .nav .listPages a:link {
	background-color:transparent;
	}
	
.nav .listPages a:hover, .nav .listPages a:active, .nav .listPages a:focus {
    background-color: transparent;
    }
	
.nav .listPages a:visited {
	color: #656565;
	}

/* SECTION LIST */
.nav dt {border-color: #ccc;}

.nav dd {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/bullet-three.gif); }

.nav dd a {font-weight: 400;}

/* POPULAR LIST */
.nav .listPopularPages {
    border-color: #e5e5e5;
    }

.nav .listPopularPages dt {
    border-color: #e5e5e5;
   	}

.nav .listPopularPages dd {
    border-color: #ccc;
	background: none;
	}

/* SUB NAV 
--------------------------------------------------------------*/
.subNav li {background: none;}
.subNav a {border-color: #fff;}	

.navCurrent li {background-color: #fff;}
.navCurrent, .navCurrent a, .subNav strong {border-color: #ccc;}

.selectedItem {
	background-color: #6e336e;
	color: #fff;
	border-color: #fff;
	}
	
.pageArrow {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/sub-nav-arrow-selected.gif);}	

/* LEVEL 2 */
.subNav ul {background-color: #fff;}

/* LEVEL 3 */
.subNav ul ul {background-color: #f7f5f7;}
.subNav ul ul .sectionArrow {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/sub-nav-arrow-level-one.gif);}	

/* LEVEL 4 */
.subNav ul ul ul {background-color: #f0ebf0;}
.subNav ul ul ul .sectionArrow {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/sub-nav-arrow-level-two.gif);}	

/* LEVEL 5 */
.subNav ul ul ul ul {background-color: #e0d6e0;}
.subNav ul ul ul ul .sectionArrow {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/sub-nav-arrow-level-three.gif);}	

/* LEVEL 6 */
.subNav ul ul ul ul ul {background-color: #cab8ca;}
.subNav ul ul ul ul ul .sectionArrow {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/sub-nav-arrow-level-four.gif);}	


.subNav strong .sectionArrow {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/sub-nav-arrow-selected-children.gif) !important;} /* this arrow must always override the other section arrows so important has been used rather than writing out rules for each level of lists */	


/* FOOTER
--------------------------------------------------------------*/
#footerWrap {
	background-color: #532c53;
	}
	
.footer {
	background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/footer-glow.jpg);
	}

.footer .column {
	background-image:url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/footer-column-border.gif);
	}
	
.footer .columnOne {
	background-image: none;
	}

.footer h3, .footer a, .footer a:link, .footer a:visited {
	color: #fff;
	}
	
.footer a:focus, .footer a:active {
	background-color: #fff;
	color: #7b3f6c;
	}
			
.footer, .footer strong {
	color: #ddcbdd;
	}
	
.footer h3, .footer p, .footer li {
	text-shadow: 0 2px rgba(0,0,0,0.2);
	}
	
.footer .plainList {
	text-shadow: none;
	}

.map {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/map.gif);}

/* ICONS 
--------------------------------------------------------------*/

/* ONLINE TOOL ICONS */
.findIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/icon-find.gif);}
.registerIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-register.gif);}
.tellUsIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-tell-us.gif);}
.bookIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-book.gif);}
.applyOneIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-apply.gif);}
.renewIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-renew.gif);}
.watchOneIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-watch.gif);}
.watchTwoIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-watch-alt.gif);}
.payIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-pay.gif);}
.voteIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-vote.gif);}
.calculateIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-calculate.gif);}
.jobsIcon, .applyIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-jobs.gif);}
.petitionIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/icon-petition.gif);}
.miscIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-misc.gif);}
.schoolsIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-schools.gif);}
.recyclingIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-recycling.gif);}
.directoryIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-derbyshire-directory.gif);}
.councillorIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-contact-councillor.gif);}
.blueBadgeIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-blue-badge.gif);}
.careIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-my-care-journey.gif);}
.bedsOneIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-find-beds.gif);}
.bedsTwoIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-find-beds-alt.gif);}
.childrensCentreIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-childrens-centres.gif);}
.streetLightOneIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-street-light.gif);}
.streetLightTwoIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-street-light-alt.gif);}
.roadFaultIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/icon-road-fault.gif);}
.transportIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-public-transport.gif);}
.gritBinIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-grit-bins.gif);}
.floodIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-flood.gif);}
.roadworksIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-roadworks.gif);}
.trafficLightsOneIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-temporary-traffic-lights.gif);}
.trafficLightsTwoIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-temporary-traffic-lights-alt.gif);}
.librariesIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-libraries.gif);}
.searchLibraryIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/service-search-library.gif);}
.trustedIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/icon-trusted.gif);}
.goldCardIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icons/icon-gold-card.gif);}

/* SOCIAL MEDIA ICONS */
.youtubeIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icon-youtube.png);}
.twitterIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icon-twitter.png);}
.facebookIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icon-facebook.png);}
.flickrIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icon-flickr.png);}
.LinkedInIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icon-linkedin.png);}
.rssIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icon-rss.png);}
.GovDeliveryIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/govdeliveryicon.jpg);}

/* CONSULTATION ICONS */
.tickIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icon-tick.gif);}
.personIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icon-person.gif);}
.plusIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icon-plus.gif);}
.envelopeIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icon-envelope.gif);}
.speechBubbleIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icon-speech-bubble.gif);}

/* DOCUMENT ICONS */
.pdfIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icon-pdf.gif);}
.pdfRestrictedIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icon-pdf-restricted.gif);}
.zipIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icon-zip.gif);}
.emailIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icon-email.gif);}
.wordIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icon-word.gif);}
.excelIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icon-excel.gif);}
.powerpointIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icon-powerpoint.gif);}
.imageIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icon-image.gif);}
.audioIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icon-audio.gif);}
.videoIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icon-video.gif);}
.externalIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icon-external.gif);}
.mapIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icon-map.gif);}

/* OTHER ICONS */
.viewIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icon-view.gif);}
.starRedIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icon-star-red.png);}
.starWhiteIcon {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icon-star-white.png);}
.helpIcon, .helpLink {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/icon-help.png);}

/* STATUS
--------------------------------------------------------------*/	
.openStatus {color: #339900;}
.closedStatus {color: #ff0000;}

/* HELP TEXT
--------------------------------------------------------------*/	
.helpText {	
	border-color: #FFC888; 
	background-color: #FFFD88;
	}

/* BOXES
--------------------------------------------------------------*/
.box {
	border-color: #fff;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);	
	box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	}
	
.box img.RightColumnThumbnail {
	float:left;
	width:176px;
	margin-bottom:10px;
	}
.boxInner {
	background-color: #fff;
	}
		
/* BOX HEADINGS */
.boxTitle {
	color: #fff;
	text-shadow: 0 2px rgba(0,0,0,0.5);
	}
	
.boxTitleSpecial { /* purple bottom border */
	border-color: #6e336e;
	}

.boxTitleOne { /* red heading */
	background-color: #b93939;
	background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/box-title-one-bg.gif);
	} 
	
.boxTitleTwo { /* blue heading */
	background-color: #4094ac;
	background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/box-title-two-bg.gif);
	}
	
.boxTitleThree { /* orange heading */
	background-color: #e76801;
	background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/box-title-three-bg.gif);
	} 

.boxTitleFour { /* green heading */
	background-color: #2fae74;
	background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/box-title-four-bg.gif);
	} 
	
.boxTitleFive { /* purple heading*/
	background-color: #6e336e;
	background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/box-title-five-bg.gif);
	} 
	
.boxTitleSix { /* Dark Green Heading */
	background-color: #0b7e47;
	} 

.boxTitleSeven { /* Healthy Workplaces Heading */
	background-color: #788e9b;
	} 

	
.boxTitle a, .boxTitle a:link {color: #fff; text-shadow: 0 2px rgba(0,0,0,0.5);}	
.boxTitle a:hover {text-shadow: none;}
	
/* BOX CONTENT STYLES */	
.box blockquote {
	background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/quotation-small-bg.gif);
	}
	
/* BOX WRAP (used to apply a large shadow below boxes containing tabs) */	
.boxWrap {background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/box-shadow.png);}	
	
/* HIGHLIGHT BOX (purple border) */
/*.boxHighlight {border-color: #6e336e;}*/

.boxHighlight .boxInner {background-color: #ffffff;}
	
/* FEATURE BOX */
.boxFeature, .boxFeature h1, .boxFeature h2, 
.boxFeature h3, .boxFeature h4, .boxFeature h5, .boxFeature p, .boxFeature strong {
	color: #fff;
	}
.boxFeature h1 {
	color:#ffffff;
	font-size: 1.5em;
	font-weight:normal;
	}
.boxFeature .columnTwo a {
	color:#ffffff;
	}
	
.boxFeatureLeft .boxInner {
	background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/box-feature-one-bg.gif);
	}	
	
.boxFeatureRight .boxInner {
	background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/box-feature-two-bg.gif);
	}	
.boxFeatureRight .boxInnerCA {
	background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/box-feature-green-bg.gif);
	}	
	
/* MEDIA BOX */
.boxMedia .boxInner {
	background-color: #f4f4f4;
	}
	
.boxMedia p {
	color: #747373;
	}	
		
/* COLUMNS WITHIN BOXES */
.columnSideLeft, .columnSideRight {
	background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/column-separator-purple.gif);
	}

.columnSideLeftWide, .columnSideRightWide {
	background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/column-separator-grey.gif);
	}
	
/* DIVIDER
--------------------------------------------------------------*/	
.divider {border-color: #ccc;}

/* BUTTONS
--------------------------------------------------------------*/	
.button {
	border-color: #e5e5e5;
	border-bottom-color: #bfbfbf;
	}
	
.button input, .button a, .button a:link {
	color: #333;
	background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/button-bg.gif);
	background-color: #e5e5e5;
	}
	
.button a:hover, .button a:focus, .button a:active, .button input:hover {
	background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/button-bg-hover.gif);
	background-color: #f2f2f2;
	text-decoration: underline;
	}	
		
.action {
	border-color: #1e8354;
	border-bottom-color: #cfcfcf;
	}
	
.action div {
	border-bottom-color: #1e8354;
	}
	
.action input, .action a, .action a:link {
	color: #fff;
	background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/button-action-bg.gif);
	background-color: #2fae74;
	}	
	
.action input:hover, .action a:hover, .action a:focus, .action a:active {
	background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/button-action-bg-hover.gif);
	background-color: #6ed3ac;
	color: #333;
	}	

/* SPECIAL LINK STYLES
--------------------------------------------------------------*/
.backToLink {
	background-color: #efefef;
	background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/back-to-bg.png);}		
	
/* LIST STYLES
--------------------------------------------------------------*/
.plainListSpecial, .dividedList li {
	border-color: #ccc;
	}	
	
.pairedList .definition {
	color: #666;
	}	
	
/* DATES 
--------------------------------------------------------------*/	
.timestamp {color: #777;}	

.timestampCalendar {
	border-color: #3399cc;
	}
	
.timestampCalendar .day {
	color: #3399cc;
	background-color: #fff;
	}	
	
.timestampCalendar .month {
	background-color: #58abd5;
	color: #fff;
	}	
	
.timestampCalendar .year {
	color: #9d9c9c;
	background-color: #f3f3f3;
	}	

/* HIGHLIGHTED ITEMS: USED IN TABLES 
--------------------------------------------------------------*/
.itemHighlight {
	border-color: #3f94ac;
	color: #fff;
	background-image:url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/item-highlight-bg.gif);
	background-color: #3399cc;
	}	
	
/* STAR RATING 
--------------------------------------------------------------*/
.starRating ul, .starRating a:hover, .starRating a:focus, .starRating a:active {
	background-image: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/stars.gif);
	background-color: transparent;
	}
	
/* SEARCH BOX */

.formSearch {
	background-color: #fff;
	border-top-color: #4c244c;	
	border-top-width: 2px;
	border-style: solid;
	padding: 2px;
	clear: both;
	-webkit-background-clip: padding-box;
	}
	
.formSearchText {
	width: 288px;
	border: none;
	padding:3px 0 0 10px;
	overflow: hidden;
	float: left;
	font-size: 1.13em;
	color: #777;
	}
	
.formSearchSubmit {
	background: none;
	border: none;
	width: 36px;
	height: 26px;
	text-indent: -999em;
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor: pointer;
	overflow: hidden;
	margin: 0; 
	padding: 0;
	float: right;
	}

.formSearchSubmit {
	background: url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/search-button.png);
	}
.formSearchSubmit:hover, 
.formSearchSubmit:focus {
	background-position:0 -26px;
	}
	

.twitter-share-button {
	float:left;
	padding-bottom:5px;
	padding-top:10px;
	border:none;
	}
#Fblike {
	border:none !important;
	clear:left;
	float:left;
	overflow:hidden;
	width:146px;
	height:26px;
	}
#LinkedInShare {
	border:none !important;
	clear:left;
	float:left;
	overflow:hidden;
	width:146px;
	height:26px;
	}
	
	

	
ul#CountrysideSitesFacilitiesList {
	margin:0px 0px 20px 0px;
	padding:0px;
	float:left;
	}
ul#CountrysideSitesFacilitiesList li {
	float:left;
	display: block;
	width: 330px;
	list-style-type: none;
	border-bottom: 1px solid #CCCCCC;
	padding: 4px 0px 4px 8px;
	clear:none;
	background-image:none;
	}
ul#CountrysideSitesFacilitiesList li span {
	display: block;
	float:left;
	width: 200px;
	}
ul#CountrysideSitesFacilitiesList li img {
	float:left;
	margin:0;
	padding:0;
	}
	
/**********************************************************************
SEARCH FOR A SCHOOL
**********************************************************************/
form#SearchSchoolsFreeText {
	padding-top:10px;
	padding-bottom:10px;	
	}
form#SearchSchoolsFreeText label {
    float: left;
    font-weight: bold;
    margin-top: 0px !important;
    width: 180px;
	}
form#SearchSchoolsFreeText input#search {
	width:360px;
	float:left;
	}
form#SearchSchoolsFreeText input.submit {
	width:70px !important;
	}
	
/**********************************************************************
A-Z
**********************************************************************/
.AtoZ {
	padding:0px 0px 30px 0px;
	float:left;
	width:700px;
	}
.AtoZ div {
	float:left;
	margin:8px 8px 0 8px;
	padding-top:10px;
	height:58px;
	}	
.AtoZ a,
.AtoZ a:visited {
	font-size:300%;
	display:block;
	padding:22px 10px 5px 15px;
	text-decoration:none !important;
	width:40px;
	height:40px;
	color:#ffffff;
	background-color:#B190BF;
	margin:0px;
	}
.AtoZ a:hover {
	color: #ffffff !important;
	background-color: #7b3f6c;
	}
	
/**********************************************************************
SCHOOL CROSSING PATROLS
**********************************************************************/
ul.none {
	list-style-type: none !important;
	padding:0px;
	margin:0px;
	padding-bottom:10px;
	float:left;
	width:700px;
	}	
ul.none li {
	float:left;
	clear:both;
	margin:0px 0px 10px 0px !important;
	padding:0px !important;
	border-bottom:1px solid #cccccc;
	width:700px;
	}
ul.none img {
	padding:0;
	padding-bottom:0px;
	float:right;
	margin:0px 0px 8px 10px !important;
	}
ul.none h2 {
	color:#52136B;
	font-size:100%;
	padding:0px;
	margin:0px;
	margin-top:0px;
	float:left;
	width:400px;
	}
ul.none p {
	font-size:100%;
	padding:5px 5px 0px 0px;
	margin:0px;
	margin-top:0px;
	clear:left;
	width:500px;
	}
	
/**********************************************************************
CONSULTATION QUESTIONNAIRE
**********************************************************************/
p.ConsultationQuestionnaire {
	background-image:url("https://apps.derbyshire.gov.uk/external-assets/core_old/images/icon-external.gif");
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left:30px;
	height:25px;
	}
	
/**********************************************************************
FLOODING WIDGET
**********************************************************************/	
.FloodingWidget {
	border:none;
	margin-left:15px !important;
	width:180px;
	height:400px;
	}


.LabelImage img {
	float:left;
	margin-top:10px;
	}	
/**********************************************************************
MAKE CONTACT FORM FOOTER DISAPEAR ON THE LIVE VIEW
**********************************************************************/	
p.submissionIdForPrint {
	display:none;
	}
	
/**********************************************************************
DIGITAL DERBYSHIRE COUNTER - RIGHT COLUMN LINK
**********************************************************************/	
.HomesCounter {
	width:140px;
	background-image:url(/applications/DigitalDerbyshireCounter/images/house_icon.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin-left:15px;
	margin-right:18px;
	padding:6px 0px 0px 45px;
	height:40px;
	font-weight:normal;	
	}	
.BusinessCounter {
	width:140px;
	background-image:url(/applications/DigitalDerbyshireCounter/images/business_icon.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin-left:15px;
	margin-right:18px;
	padding:6px 0px 0px 45px;
	height:40px;
	font-weight:normal;
	}
.PledgeNumber {
	font-weight:bold;
	font-size:2.2em;
	text-align:center;
	color:#6e336e;
	margin-top:5px;
	margin-bottom:5px;
	}
	
/**********************************************************************
DIGITAL DERBYSHIRE - BROADBAND CHAMPIONS
**********************************************************************/	
.BroadbandChampionsList {
	width:680px;
	float:left;
	margin-top:20px;
	margin-bottom:10px;
	}
.LeftColumnList {
	width:320px;
	float:left;
	margin-right:20px;
	}
.RightColumnList {
	width:320px;
	float:left;
	margin-left:20px;
	}

/**********************************************************************
CONSULTATIONS
**********************************************************************/	
.ConsultationDates {
	width:700px;
	float:left;
	border-bottom:1px solid #c5c5c5;
	margin-bottom:10px;
	margin-top:10px;
	}
.ConsultationDatesLeft {
	width:450px;
	float:left;
	}
.ConsultationDatesRight {
	width:250px;
	float:left;
	height:60px;
	}
.ConsultationImage {
	height:65px;
	width:140px;
	float:right;
	}
.ConsultationDateRow {
	float:left;
	margin-bottom:10px;
	}
.ConsultationDateHeading {
	background-image:url(https://apps.derbyshire.gov.uk/external-assets/core_old/images/consultation-calender-icon.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:40px;
	float:left;
	width:230px;
	height:30px;
	font-weight:bold;
	color:#656463;
	}
.ConsultationDate {
	float:left;
	width:180px;
	}
.ConsultationContactForm {
	width:700px;
	float:left;
	clear:left;
	}
.ConsultationEnquirySent {
	display:none;
	width:660px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border:1px solid #DFD2E4;
	background-image: url("/common/formBuilder/images/fieldset-bg-narrow.png");
    background-position: center top;
    background-repeat: repeat-x;
	margin-bottom:20px;
	padding:0px 20px 10px 20px;
	}
.ConsultationSectionDivider {
	float:left;
	width:700px;
	clear:left;
	margin-bottom:20px;
	}
#ConsultationSubmit {
	border-radius: 5px 5px 5px 5px;
	background-color: #2FAE74;
    background-image: url("/images/layout/button-action-bg.gif") !important;
    background-position: center top;
    background-repeat: repeat-x;
    color: #FFFFFF;
    cursor: pointer;
    margin: 0;
    padding: 4px 40px 5px;
    width:140px;
	border-color: #1E8354;
    border-style: solid;
    border-width: 1px;
	}
.ConsultationEnquiryError {
	display:none;
	width:615px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	border:1px solid #DFD2E4;
	margin-bottom:20px;
	padding:10px 10px 10px 40px;
	background-color:#f15252;
	background-image: url("https://apps.derbyshire.gov.uk/external-assets/core_old/images/exclamation-mark.png");
	background-position: left top;
	background-repeat:no-repeat;
	}
.ConsultationEnquiryError  h3 {
	color:#ffffff !important;
	padding:0px!important;
	margin:0px !important;
	font-weight:normal;
	}
.NonIndentedListingContent p.TopicList {
	padding-top:8px;
	}	
.NonIndentedListingContent p.resultsavailable {
	background-color:#ed5c5c;
	color:#ffffff;	
	padding:0px 5px 0px 5px;	
	}
.NonIndentedListingContent p.closed {
	background-color:#ed5c5c;
	color:#ffffff;	
	padding:0px 5px 0px 5px;	
	}
.NonIndentedListingContent p.open {
	background-color:#52bc8b;
	color:#ffffff;
	padding:0px 5px 0px 5px;	
	}
.NonIndentedListingContent p.planned {
	background-color:#7376eb;
	color:#ffffff;	
	padding:0px 5px 0px 5px;	
	}
.NonIndentedListingContent p.proposed {
	background-color:#bd4adb;
	color:#ffffff;	
	padding:0px 5px 0px 5px;	
	}
	
/**********************************************************************
COUNCILLORS DISCLOSABLE INTERESTS
**********************************************************************/		
.LowerAlpha li {
	list-style-type: lower-alpha;
	}
.LowerRoman li {
	list-style-type: lower-roman;
	}
	
/**********************************************************************
BIG DEALS SIGNUP NUMBER ON HOMEPAGE
**********************************************************************/		
.BigDealsFeatureBox {
	width:278px;
	height:84px;
	left:202px;
	position:absolute;
	text-shadow: 0 2px rgba(0,0,0,0.2);
	background-image: url(/applications/bigdeals/background.png);
	background-repeat:repeat;
	}
.BigDealsFeatureBox .BigDealsText {
	color:#ffffff;
	font-size:1.2em;
	padding:0px 10px 10px 15px;
	float:left;
	} 
.BigDealsFeatureBox .BigDealsNumber {
	color:#ffffff;
	font-size:1.5em;
	font-weight:bold;
	float:left;
	width:235px;
	padding:10px 15px 10px 15px;
	}
	
/**********************************************************************
RESIDENTIAL COURSES OUTDOOR LEARNING
**********************************************************************/	
.ResidentialCoursesContainer {
	float:left;
	width:100%;
	margin-bottom: 30px;
	}
.ResidentialCoursesRow {
	float:left;
	width:100%;
	border-bottom: 1px solid #cccccc;
	}
.ResidentialCoursesColumnLeft {
	float:left;
	width:150px;
	padding-top:5px;
	padding-bottom:5px;
	}
.ResidentialCoursesColumnRight {
	float:left;
	width:545px;
	padding-top:5px;
	padding-bottom:5px;
	}
	
	
/**********************************************************************
TRIDION MAPS
**********************************************************************/		
div.Tridion_Map_Box div.Map_BoxTitle h2 {
    color: #FFFFFF;
    float: left;
    margin: 0;
    font-size: 1.286em;
	line-height: 1.3em;
	margin: 0 0 10px 0;
	}
div.Tridion_Map_Box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    background-color: #430143;
    border-color: #D4D4D4 #D4D4D4 #BFBFBF;
    border-image: none;
    border-style: solid;
    border-width: 0 0 2px;
    box-shadow: 1px 1px 4px #DDDDDD;
    height: 601px;
    margin-bottom: 1em;
    padding: 0;
}
div#contentWrapOne div.Tridion_Map_Box {
    width: 700px;
	}
div#contentWrapTwo div.Tridion_Map_Box {
    width: 465px;
	}
div.Tridion_Map_Box .Map_Box_col2 {
    float: left;
    margin: 15px;
    width: 175px;
}
div.Tridion_Map_Box .Map_BoxTitle {
    background: linear-gradient(to bottom, #6E336E 0%, #430143 100%) repeat scroll 0 0 transparent;
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    font-size: 1em;
    height: 1.5em;
    margin: 0;
    padding: 15px 5px 15px 18px;
	}
div.Tridion_Map_Box .Map_right_col {
    background-color: #F7F7F7;
    float: left;
    height: 550px;
    width: 205px;
	}
div.Tridion_Map_Box .Map_Box_col1 {
    border-right: 0 none;
    float: left;
    margin-bottom: 0;
    margin-top: 0;
}
div#contentWrapOne div.Tridion_Map_Box .Map_Box_col1 {
    width: 495px;
}
div#contentWrapTwo div.Tridion_Map_Box .Map_Box_col1 {
    width: 465px;
}
div#contentWrapTwo div.MapObject{
    width: 465px !important;
}

div.Tridion_Map_Box .m_map_scroll {
    display: none;
}
div.Tridion_Map_Box .dark_header {
    color: #8F8F8F !important;
    display: block;
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0;
}
div.Tridion_Map_Box .Map_Box_col2 p {
    color: #575757;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
div.Tridion_Map_Box .Map_Box_col2 .results-box-paragraph {
	clear: left;
    color: #575757;
    float: left;
    margin: 0 0 1em;
    width: 100%;
}

div.Tridion_Map_Box div.searchBoxContainer {
    float: right;
    margin-right: 5px;
    margin-top: -6px;
    width: 213px;
}
div.Tridion_Map_Box div.formSearchLocationsSearch {
    background-color: #FFFFFF;
    border: 1px solid #BFBFBF;
    padding: 2px;
}

div.Tridion_Map_Box div.formSearchLocationsSearch .FormRoadSearchLocationsText {
    border: medium none;
    color: #777777;
    float: left;
    font-size: 1.13em;
    overflow: hidden;
    padding: 3px 0 1px 3px;
    width: 160px;
}
div.Tridion_Map_Box div.formSearchLocationsSearch input.formSearchSubmit {
    background: url("https://apps.derbyshire.gov.uk/external-assets/core_old/images/search-button.png") repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    float: right;
    height: 26px;
    line-height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -999em;
    width: 36px;
}

/** Responsive Design Pre-Setup */

.m_navigation {
	display:none;
	}
.m_menu_header {
	display:none;
	}
.m_map_scroll {
	display:none;
	}
.m_only {
	display:none;
	}

/**********************************************************************
DIGITAL DERBYSHIRE
**********************************************************************/		
img.PartnersLogo,
img.PartnersLogoBottom {
	margin-left:12px;
	margin-top:15px;
	}
img.PartnersLogoBottom {
	margin-bottom:10px;
	}
	
	
/**********************************************************************
DCC POPUP STYLES
**********************************************************************/		
#global-popup-overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color:#000000;
	z-index:3;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	z-index: 99998;
	}
	
.global-popup {
	display: none;
	/* Style rewrite */
	width: 380px;
	left: 20px;
	top: 20px;
	/* */
	position: absolute;
	position: fixed;
	margin: 0;
	color: #808080;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	background-color: #FFFFFF;
	border: 1px solid #EAEEFA;
	border: 1px solid rgba(234, 238, 250, 0.6);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
	z-index: 99999;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	}
.global-popup a.close, 
.global-popup a.previous-image, 
.global-popup a.next-image {
	position: absolute;
	top: 16px;
	color: #999;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height: 10px;
	text-decoration: none;
	}
.global-popup a.close {
	right: 15px;
	}
.global-popup a.previous-image {
	right: 80px;
	}
.global-popup a.next-image {
	right: 60px;
	}
.global-popup a.close:hover, 
.global-popup a.previous-image:hover, 
.global-popup a.next-image:hover {
	color: #444;
	}
.global-popup .global-popup-body {
	padding: 15px;
	/* Extra style */
	}
.global-popup .global-popup-body div.contents {
	overflow: hidden;
	}
.global-popup .global-popup-body p {
	font-size: 13px;
	font-weight: normal;
	color: #606060;
	line-height: 18px;
	}
.global-popup .global-popup-body p img {
	display: block;
	margin: 0 auto 10px auto;
	}
.global-popup .global-popup-footer {
	display: block;
	background-color: #F5F5F5;
	padding: 14px 15px 15px;
	border-top: 1px solid #EEEEEE;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-box-shadow: inset 0 1px 0 #FFF;
	-moz-box-shadow: inset 0 1px 0 #FFF;
	box-shadow: inset 0 1px 0 #FFF;
	zoom: 1;
	margin-bottom: 0;
	text-align: center;
	}
.global-popup .global-popup-footer a.btn {
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	background-repeat: no-repeat;
	padding: 5px 14px 6px;
	color: #333;
	font-size: 13px;
	line-height: normal;
	border: 1px solid transparent;
	-webkit-transition: 0.2s linear all;
	-moz-transition: 0.2s linear all;
	transition: 0.2s linear all;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
.global-popup .global-popup-footer a.btn.primary {
	color: #FFF;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	background-color: #999;
	background-repeat: repeat-x;
	margin-right: 15px;
	}
.global-popup .global-popup-footer a.btn.primary:hover {
	border: 1px solid #444;
	background-color: #444;
	}
.global-popup .global-popup-footer a.btn.secondary {
	padding: 5px 2px 6px;
	}
.global-popup .global-popup-footer a.btn.secondary:hover {
	color: #999;
	}
/* Draggable style */
.global-popup.draggable .global-popup-header:hover {
	cursor: move;
	background-color: #f8f8f8;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	}
/* Loading style */
.global-popup.loading .global-popup-body {
	min-height: 60px;
	background: transparent url("../images/loader.gif") no-repeat center center;
	}
.global-popup.loading .global-popup-body div.contents {
	display: none;
	}
.global-popup.loading .close, 
.global-popup.loading .global-popup-header, 
.global-popup.loading .global-popup-footer {
	display: none;
	}
/* Hide header */
.global-popup.hide-header .global-popup-header {
	display: none;
	}
/* Hide header */
.global-popup.hide-footer .global-popup-footer {
	display: none;
	} 

	
#txt_5943_div,
#txt_5944_div {
	display:none;
	}
	
/* Hide header */	
div.leaflet-container .info {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    font: 14px/16px Arial,Helvetica,sans-serif;
    padding: 6px 8px;
}

/* Derbyshire Challenge consultation page table */
table.consultations th#Start {
    width: 110px;
}


/* Learning Disabilities */
.LearningDisabilities {
	width:460px;
	float:left;
	clear:left;
	border-bottom:1px solid #cccccc;
	margin-bottom:10px;
	padding-bottom:20px;
	padding-top:10px;
	}
.LearningDisabilitiesImage {
	width:190px;
	float:left;
	min-height:100px;
	}
.LearningDisabilitiesImage img {
	max-width:140px;
	float:left;
	}
.LearningDisabilitiesHeading {
	width:270px;	
	float:left;
	}
.LearningDisabilitiesHeading h2 {
	margin-bottom:0px;
	}
.LearningDisabilitiesSummary {
	width:270px;	
	float:left;
	}
/* General hide an ellement */	
.hideClass{
	display: none;
	}
	
/* SEARCH RESULTS */	
.search-results-row-description {
	margin-top:5px;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #cccccc;
	line-height:150%;
	}