/*  
Stockton Council Website - Style Sheet 
Author: John Kemp - Xentrall ICT
Description: Main layout and styling for http://www.stockton.gov.uk/
Created: Feb 2009
*/

@import "pageBaseStyle.css";
@import "pageHeaderStyle.css";
@import "pageContentStyle.css";

@import "pageLinksStyle.css";
@import "funct-socialLinksStyle.css";
@import "pageFooterStyle.css";

/* Styling for top section - mainContainer */

#breadcrumb {
width: 740px;
padding-bottom:10px;
clear:both;
}

#content-container { 
 float: right; 
} 

/* A to Z styling */

.atozContainer {
width:540px;
background-image: url(images/eventListTopBar_bg.gif);
background-repeat:no-repeat;
margin-top:0px;
padding-top:5px;
padding-bottom:9px;
clear:both;
}


.atozTitle {
background-color:#F6F6F6;
width:528px;
padding-left:10px;
border-left: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
border-bottom: 1px solid #c7c7c7;
}

.atozTitle h2{
 padding-top: 0px; 
 margin-top: -2px;
 padding-bottom: 0px;
 font: normal 150% "Trebuchet MS", verdana, serif;
 letter-spacing:0.01em;
 color: #555555; 
}


.atozContent {  
width: 528px;
background-color:#fff;
border-left: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
float: left;
padding: 0px 5px 10px 5px;
margin-bottom:0px;
clear:both;
} 

.atozContent li {
	float: left;
	height: 2em;
	list-style-type: none;
	margin: 0.65em 0.3em;
	width: 3em;
}

.atozContent li a:link, .atozContent li a:visited {
	
	border:1px solid #c7c7c7;
	color: #0173B9;
	display: block;
	height: 2em;
	padding: 0.75em 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 3em;
	font-weight:bold;
}

.atozContent li.selected a:link, .atozContent li.selected a:visited {
background: #F6F6F6;
	color: #fc025d;
}

.atozContent li a:hover {
	background: #F6F6F6;
	color: #fc025d;
	text-decoration: none;
}

.atozItems{
width:538px;
border-top: 1px solid #e5e5e5;
border-left: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
padding-top: 10px;
clear:both;
}

.atozItems ul {
padding-left:10px;
display: block;
list-style-type:none;
}

.atozItems li a{
color: #0174B9;
height: 100%;
text-decoration: none;
line-height: 1.5em;
padding-left: 0px;
}

.atozItems li a:hover{
color: #fc025d;
text-decoration: none;
}

.atozItems li {
padding-top:2px;
padding-bottom:2px;
display:block;
background-repeat:no-repeat;
background-position:0px 4px;
padding-left: 3px;
}

.atozItems hr {
height:0px;
border: 0;
color: #e5e5e5;
background-color: #e5e5e5;
text-align:center;
border-top: 1px solid #e5e5e5;
margin-bottom: 5px;
}

.atozItems h3 {
 padding-top: 0px; 
 margin-top: -2px;
 padding-bottom: 2px;
 font: bold 110%  verdana, serif;
 letter-spacing:0.01em;
 color: #555555; 
}


.atozBottom{
width:540px;
background-image: url(images/wBoxBottomFade_bg.gif);
background-repeat:no-repeat;
height:15px;
clear:both;
}



/* Location Map styling */
.mapContainer {
float: right;
margin: 6px 0px 10px 6px;  
border: solid 1px #eee; 
background: #fff;
clear:both;
display:inline-block;
width:340px;
}

.mapContainer img{
background-color:transparent;
border: 0px;
padding: 5px;
margin:0px;
float:none;
}

.mapContainer hr {
height:0px;
border: 0;
color: #e5e5e5;
background-color: #e5e5e5;
text-align:center;
border-top: 1px solid #e5e5e5;
}

.mapContainer p{
padding: 5px;
}


/* wBoxContainer styling */

.wBoxContainer ul {
padding-left:0px;
display: block;
list-style-type:none;
}


.wBoxContainer li a{
color: #0174B9;
height: 100%;
text-decoration: none;
line-height: 1.5em;
padding-left: 20px;
}

.wBoxContainer li a:hover{
color: #fc025d;
text-decoration: none;
}

.wBoxContainer li {
padding-top:4px;
padding-bottom:4px;
display:block;
background-repeat:no-repeat;
background-position:0px 4px;
padding-left: 3px;
}

.wBoxContainer li.pdf {
background-image:url(images/pdf.png);
} 

.wBoxContainer li.word {
background-image:url(images/word.gif);
} 

.wBoxContainer li.excel {
background-image:url(images/excel.gif);
} 

.wBoxContainer li.csv {
background-image:url(images/csv.gif);
} 

.wBoxContainer li.eform {
background-image:url(images/eform.gif);
} 
.wBoxContainer li.mpeg {
background-image:url(images/mpeg.gif);
} 
#content-container ul li.More {
color:#fc025d;
}




.wBoxContainer {
width:540px;
background-image: url(images/wBoxTopBar_bg.gif);
background-repeat:no-repeat;
margin-top:10px;
padding-top:5px;
padding-bottom:9px;
clear:both;
}


.wBoxTitle {
background: url(images/hBoxTitle_bg.gif) #2693CE repeat-x top left;
width:538px;
border-left: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
border-bottom: 1px solid #c7c7c7;
}

.wBoxTitle h2{
 padding-top: 0px; 
 margin-top: -2px;
 padding-bottom: 0px;
 padding-left:10px;
 font: normal 150% "Trebuchet MS", verdana, serif;
 letter-spacing:0.01em;
 color: #ffffff; 
}

.wBoxTitle h3{
 padding-top: 0px; 
 margin-top: -2px;
 padding-bottom: 0px;
 font: normal 150% "Trebuchet MS", verdana, serif;
 letter-spacing:0.01em;
 color: #ffffff; 
}

.wBoxContent{
width:518px;
border-left: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
padding-left:10px;
padding-right:10px;
clear:both;
}

.wBoxContent p{
padding-bottom: 7px;
line-height: 1.7em;
text-align: left;
}

.wBoxContent p a:link{
text-decoration:none; 
color: #2693CE;
border-bottom: 1px dotted #2693CE;
}

.wBoxContent p a:visited{
text-decoration:none; 
color: #2693CE;
border-bottom: 1px dotted #2693CE;
} 

.wBoxContent p a:hover{
text-decoration:none; 
color: #FC025D;
border-bottom: 1px solid #FC025D;
} 

.wBoxContent a{
color: #2693CE;
text-decoration: none;
line-height: 1.5em;
}

.wBoxContent a.BoxMore{
color:#fc025d;
}
.wBoxContent a:visited.BoxMore{
color:#fc025d;
}

.wBoxContent a:hover{
color: #fc025d;
text-decoration: underline;
}

.wBoxContent h4{
 padding-top: 4px; 
 margin-top: 0px;
 padding-bottom: 0px;
 font: bold 120% "Trebuchet MS", verdana, serif;
 letter-spacing:0.01em;
 color: #555555; 
}

.wConentLeft{
width:250px;
float:left;
padding-left:10px;
}

.wConentRight{
width:250px;
float:right;
}

.wBoxAddCon {
width:518px;
border-left: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
padding: 10px 10px 0px 10px;
border-top: 1px solid #c7c7c7;
color:#666666;
}

.wBoxAddCon a:link, .wBoxAddCon a:visited{
color:#0174B9;
text-decoration:none;
}

.wBoxAddCon a:hover{
color:#fc025d;
text-decoration: underline;
}


#searchSmallBox{
float:left;
width:190px;
padding-left:10px;
padding-top:1em;}

.entrySmallForm fieldset{
float:left;
border:none;
}

.entrySmallForm legend{
color:#036;
background:transparent;
font-weight:bold;
}

.entrySmallForm label{
float:left;
width:50px;
display:none;
text-align:left;
}

.entrySmall{
border: 1px solid #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:100%;
height:16px;
width:121px;
padding:3px;
}
.entrySmall1{
border: 1px solid #b0b8be;
padding:0px;
width:174px;
}

.entrySmall2{
border: 1px solid #e3e3e4;
padding:0px;
width:176px;
}













.wBoxBottomFade{
width:540px;
background-image: url(images/wBoxBottomFade_bg.gif);
background-repeat:no-repeat;
height:15px;
}



.downloadli{
background-image:url(images/file.gif);
background-repeat:no-repeat;
background-position:-2px 3px;
padding-left: 16px;
}

.noDisplay {display:none;
}







.blogContainer {
width:540px;
background-image: url(images/blogTopBar_bg.gif);
background-repeat:no-repeat;
margin-top:10px;
padding-top:4px;
padding-bottom:9px;
clear:both;
}

.blogContainer h3 {
 padding-top: 0px; 
 margin-top: 0px;
 padding-bottom: 5px;
 padding-left: 0px;
 font: bold 150% "Trebuchet MS", verdana, serif;
 letter-spacing:0.01em;
 color: #555555;
}

.blogContent{
width:538px;
border-left: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
border-bottom: 1px solid #c7c7c7;
clear:both;
}

.blogContent p{
padding: 5px 10px 10px 10px;
}

.blogContent a{
color: #2693CE;
text-decoration: none;
line-height: 1.5em;
font-weight:normal;
}

.blogContent a:hover{
color: #fc025d;
text-decoration: underline;
}

.blogContainer a em{
color: #1e1e1e;
font-style:normal;
font-weight:normal;
}

.blogContainer a span{
color: #0174B9;
font-style:normal;
font-weight:normal;
}

.ServiceForm fieldset{
float:left;
border:none;
}

.ServiceForm legend{
color:#036;
background:transparent;
font-weight:bold;
}

.ServiceForm select{
color:#036;
}

.ServiceForm label{
float:left;
width:50px;
display:none;
text-align:left;
}

.ServiceForm .entrySmall{
border: 1px solid #ffffff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:100%;
height:16px;
width:121px;
padding:3px;
}
.ServiceForm .entrySmall1{
border: none;
padding:0px;
width:425px;
}

.ServiceForm .entrySmall2{
border: none;
padding:0px;
width:427px;
}

.goButton {
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #CCCCCC;
border: 1px solid #A5ACB2;
color: #555555;
text-align:center;
text-decoration:none;
width: 2em;
clear:both;
}



.ServiceForm {
width:518px;
border-left: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
padding: 0px 10px 0px 10px;
}

.ServiceForm span.pRSS a:link, .ServiceForm span.pRSS a:visited{
color:#666666;
text-decoration:none;
}

.ServiceForm span a:link, .ServiceForm span a:visited{
color:#0174B9;
text-decoration:none;
}

.ServiceForm span a:hover{
color:#fc025d;
text-decoration: underline;
}

.ServiceForm a:visited{
color:#fff;
text-decoration:none;
}

.ServiceForm em a:hover{
color:#fc025d;
text-decoration: underline;
}


.ServiceForm span.pRSS {
background-image:url(images/feed.gif);
background-color:transparent;
background-position:left top;
background-repeat:no-repeat;
padding: 0px 0px 5px 19px;
float:left;
}

.blogBottom{
width:540px;
background-image: url(images/wBoxBottomFade_bg.gif);
background-repeat:no-repeat;
height:15px;
}







.onlineServiceListBlue {
border:1px solid #d4e8f9;
width:538px;
background-color:#beddf6;
background-image:url(images/bg.png);
background-position:left top;
background-repeat:repeat-x;
margin-bottom:10px;
padding-bottom:5px;
overflow:hidden;
}

.onlineServiceListBlue p {
padding: 10px;
}

.onlineServiceListBlue ul {
margin-left: 10px;
padding-left:0px;
display: block;
list-style-type:none;
}


.onlineServiceListBlue li a{
color: #0174B9;
height: 100%;
text-decoration: none;
padding-left: 20px;
line-height: 1.5em;
}

.onlineServiceListBlue li a:hover{
color: #fc025d;
text-decoration: none;
}

.onlineServiceListBlue li {
padding-top:4px;
padding-bottom:4px;
display:block;
background-repeat:no-repeat;
background-position:0px 5px;
}

.onlineServiceListBlue li li {
padding-bottom:0px;
}

.onlineServiceListBlue ul ul {
padding-bottom:10px;
}


.onlineServiceListBlue li.eform {
background-image:url(images/eform.gif);
} 

.onlineServiceListBlue li.pdf {
background-image:url(images/acrobat.gif);
} 

.onlineServiceListBlue li.word {
background-image:url(images/word.gif);
} 

.onlineServiceListBlue li.excel {
background-image:url(images/excel.gif);
} 

.onlineServiceListBlue li.csv {
background-image:url(images/csv.gif);
} 

.onlineServiceListBlue li.infoLink {
background-image:url(images/information.gif);
}

.onlineServiceListBlue li.intFormLink {
background-image:url(images/int_page_go.gif);
} 

.onlineServiceListBlue li.noForm a{
padding-left: -20px;
margin-left: 0px;
}

.onlineServiceListBlue h3 {
 padding: 5px 10px 0px 10px; 
 margin-top: 0px;
font: normal 180% "Trebuchet MS", verdana, serif; 
 letter-spacing:0.01em;
 color: #555555;
}

.onlineServiceListBlue img {
float: left;
margin: 6px 6px 5px 6px; 
padding: 5px; 
border: solid 1px #eee; 
background: transparent;
clear:both;
display:inline-block;
}

.onlineServiceListBlue .submit {
font: 1.1em Verdana, Arial;
padding:3px;
border:1px solid;
border-color:#038de2 #02598e #02598e #038de2;
color:#fff;
background-color:#0173b9;
}

.onlineServiceListBlue input.searchBox {
margin:3px 5px 0px 0px;
padding: 4px 1px 4px 1px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 1.1em;
border:1px solid #999999;
}

.onlineServiceListBlue input {
margin:3px 5px 0px 0px;
padding: 4px 1px 4px 1px;
}
.onlineServiceListBlue label.searchLabel {
display:none;}

.onlineServiceListBlue .searchAdditional {
margin: 0px 10px 0px 10px;
padding:2px;
border: 1px dotted #fff;}

.onlineServiceListGrey {
border:1px solid #e6e6e6;
width:538px;
background-color:#f4f4f4;
background-image:url(images/bgg.png);
background-position:left bottom;
background-repeat:repeat-x;
margin-bottom:10px;
overflow:hidden;
}

.onlineServiceListGrey p {
padding: 10px;
}

.onlineServiceListGrey span.alert {
color:#FF0000;
}

.onlineServiceListGrey h3 {
 padding: 5px 10px 0px 10px; 
 margin-top: 0px;
font: normal 180% "Trebuchet MS", verdana, serif; 
 letter-spacing:0.01em;
 color: #555555;
}

.onlineServiceListGrey ul {
margin-left: 6px;
}

.onlineServiceListGrey img {
float: left;
margin: 6px 6px 5px 6px; 
padding: 5px; 
border: solid 1px #eee; 
background: transparent;
clear:both;
display:inline-block;
}

.onlineServiceListGrey .cell14 {
padding: 6px 10px 6px 10px;
}

.cell14 textarea, .cell14 input, .cell14 select{
margin:3px 5px 0px 0px;
padding: 4px 1px 4px 1px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 1.1em;
border:1px solid #999999;
}

.height20alignright {
padding: 10px;
text-align:right;}

.onlineServiceListGrey .height1border1 {
border-bottom:1px dotted #999999;
padding-top:0px;
padding-bottom:0px;
}

.onlineServiceListGrey .submit {
font: 1.1em Verdana, Arial;
padding:3px;
border:1px solid;
border-color:#038de2 #02598e #02598e #038de2;
color:#fff;
background-color:#0173b9;
}

/*  SEARCH  */
.searchBoxBlue {
border:1px solid #d4e8f9;
width:538px;
background-color:#beddf6;
background-image:url(images/bg.png);
background-position:left top;
background-repeat:repeat-x;
margin-bottom:10px;
padding-bottom:5px;
}

.searchBoxBlue p {
padding: 5px 10px 5px 10px;
}

.searchBoxBlue form {
padding: 5px 10px 5px 10px;
}

.searchBoxBlue .submit {
font: 1.1em Verdana, Arial;
padding:3px;
border:1px solid;
border-color:#038de2 #02598e #02598e #038de2;
color:#fff;
background-color:#0173b9;
}

.searchBoxBlue input.searchBox {
margin:3px 5px 0px 0px;
padding: 4px 1px 4px 1px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 1.1em;
border:1px solid #999999;
}

.searchBoxBlue input {
margin:3px 5px 0px 0px;
padding: 4px 1px 4px 1px;
}
.searchBoxBlue label.searchLabel {
display:none;}

.searchBoxBlue .searchAdditional {
margin: 3px 0px 0px 0px;
padding:2px;
border: 1px dotted #fff;}

.searchBoxBlue fieldset {
margin: 0px;
padding:0px;
border: none;}

.searchBoxBlue legend {
display:none;
}



.searchListGrey {
border:1px solid #e6e6e6;
width:538px;
margin-bottom:10px;
}

.searchListGrey p {
padding: 5px 10px 5px 10px;
}

.searchListGrey h3 {
 padding: 5px 10px 0px 10px; 
 margin-top: 0px;
font: normal 180% "Trebuchet MS", verdana, serif; 
 letter-spacing:0.01em;
 color: #555555;
}

.searchListGrey a.nextLink:link, .searchListGrey a.nextLink:visited {
font-weight:bold;
border:1px solid #0173b9;
color:#0173b9;
padding: 2px 17px 2px 5px;
background-color:transparent;
text-decoration:none;
background-image:url(images/arrNext.gif);
background-position:right center;
background-repeat:no-repeat;
}

.searchListGrey a.previousLink:link, .searchListGrey a.previousLink:visited {
font-weight:bold;
border:1px solid #0173b9;
color:#0173b9;
padding: 2px 6px 2px 17px;
background-color:transparent;
text-decoration:none;
background-image:url(images/arrPrevious.gif);
background-position:left center;
background-repeat:no-repeat;
}

.searchListGrey a.previousLink:hover {
border:1px solid #fc025d;
color:#fc025d;
background-image:url(images/arrPreviousHover.gif);
}

.searchListGrey a.nextLink:hover {
border:1px solid #fc025d;
color:#fc025d;
background-image:url(images/arrNextHover.gif);
}

.searchListGrey a.pageLink:link, .searchListGrey a.pageLink:visited  {
color:#0173b9;
padding: 2px 4px 2px 4px;
}

.searchListGrey a.pageLink:hover  {
color:#fc025d;
}

.searchListGrey span.currentLink {
border:1px solid #BBBBBB;
padding: 2px 6px 2px 6px;
background-color:transparent;
text-decoration:none;
}

.pagingLinks {
text-align:left;
margin:10px;}


/*  Menu Column */
#content-secondary { 
 float: left;
 padding:  0px 14px 0px 0px;
 line-height: 1.7em;
 width: 206px;
 color: #00467E;

} 
#content-secondary p { 
 padding-bottom: 5px;
} 

#content-secondary ul {
padding-left:0px;
list-style:none;
}

/*  Menu Column - Boxes */


.hBoxContainer li a{
display:block;
bottom: 5px;
color: #444444;
height: 100%;
text-decoration: none;
padding-bottom:3px;
background-image:url(images/008.gif);
background-repeat:no-repeat;
background-position:5px 4px;
padding-left:25px;
line-height: 1.6em;
}

.hBoxContainer li a:hover{
	background-color:#f6f6f6;
    color: #fc025d;
    text-decoration: none;
}

.hBoxContainer li.selected a{
	background-color:#f6f6f6;
    color: #0174b9;
    text-decoration: none;

	background-image: url(images/007.gif);
}

.hBoxContainer li.selected a:hover{
	background-color:#f6f6f6;
    color: #666666;
    text-decoration: none;
}

.hBoxContainer li {
padding-bottom:1px;
}

.hBoxContainer {
width:206px;
background-image: url(images/hBoxTopBar.gif);
background-repeat:no-repeat;
padding-top:6px;
padding-bottom:9px;
}


.hBoxTitle {
background: url(images/hBoxTitle_bg.gif) #2693CE repeat-x top left;
width:204px;
border-left: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
border-bottom: 1px solid #c7c7c7;
overflow:hidden;
}

.hBoxTitle h3{
 padding-top: 0px; 
 margin-top: -2px;
 padding-bottom: 0px;
 font: normal 150% "Trebuchet MS", verdana, serif;
 letter-spacing:0.01em;
 color: #ffffff; 
}

.hBoxSubTitle {
width:204px;
border-top: 1px dotted #c7c7c7;
border-left: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
overflow:hidden;
}

.hBoxSubTitle h3{
 padding-top: 4px; 
 margin-top: -2px;
 padding-bottom: 1px;
 font: bold 120% "Trebuchet MS", verdana, serif;
 letter-spacing:0.01em;
 color: #0173B9; 
}

.hBoxContent{
width:204px;
border-left: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
overflow:hidden;
}

.hBoxBottomFade{
width:206px;
background-image: url(images/hBoxBottomFade_bg.gif);
background-repeat:no-repeat;
height:16px;
}


.nBoxContainer li a{
display:block;
bottom: 5px;
color: #444444;
height: 100%;
text-decoration: none;
padding-bottom:3px;
background-image:url(images/008.gif);
background-repeat:no-repeat;
background-position:5px 4px;
padding-left:25px;
line-height: 1.6em;
}

.nBoxContainer li a.BoxMore {
color:#fc025d;
}

.nBoxContainer li a:hover{
background-color:#f6f6f6;
color: #fc025d;
text-decoration: None;
}

.nBoxContainer li {
padding-bottom:1px;
}

.nBoxContainer {
width:206px;
background-image: url(images/nBoxTopBar_bg.gif);
background-repeat:no-repeat;
padding-top:5px;
padding-bottom:9px;
}


.nBoxTitle {
background-color:#F6F6F6;
width:204px;
border-left: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
border-bottom: 1px solid #c7c7c7;
overflow:hidden;
}

.nBoxTitle h3{
 padding-top: 0px; 
 margin-top: -2px;
 padding-bottom: 0px;
 font: normal 150% "Trebuchet MS", verdana, serif;
 letter-spacing:0.01em;
 color: #555555; 
}

.nBoxContent{
width:204px;
border-left: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
overflow:hidden;
}

.nBoxContent p{
padding: 8px;
}

.nBoxBottomFade{
width:206px;
background-image: url(images/hBoxBottomFade_bg.gif);
background-repeat:no-repeat;
height:16px;
}

.promoPanelBoxContainer {
width:206px;
background-image: url(images/nBoxTopBar_bg.gif);
background-repeat:no-repeat;
padding-top:5px;
padding-bottom:9px;
float: right;
}

.promoPanelBoxContent{
width:204px;
border-left: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
overflow: hidden;
text-align: center;
}

.promoPanelBoxContent img{
background-color:transparent;
border: 0px;
padding: 5px;
margin:0px;
float:none;
}

.promoPanelBoxContent p{
padding: 2px 8px 8px 8px;
text-align: center;
}

.promoPanelBoxBottomFade{
width:206px;
background-image: url(images/hBoxBottomFade_bg.gif);
background-repeat:no-repeat;
height:16px;
}

