/*  
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; 
padding-right: 0px; 
width: 540px;
margin-bottom:10px;
clear:both;
border-top: none;
} 


.newsListContainer ul {
padding-left:0px;
display: block;
list-style-type:none;
clear:both;
}


.newsListContainer li a:link, .newsListContainer li a:visited{
color: #0174b9;
height: 100%;
text-decoration: none;
line-height: 1.5em;
overflow:hidden;
}


.newsListContainer li a:hover{
color: #fc025d;
text-decoration: none;
}

.newsListContainer li {
padding-top:4px;
padding-bottom:4px;
display:block;
border-top: 1px solid #c7c7c7;
padding-left:10px;
padding-right:10px;
}




.newsListContainer {
width:540px;
background-image: url(images/eventListTopBar_bg.gif);
background-repeat:no-repeat;
margin-top:0px;
padding-top:5px;
padding-bottom:9px;
clear:both;
}


.newsListTitle {
background-color:#F6F6F6;
width:528px;
padding-left:10px;
border-left: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
border-bottom: 1px solid #c7c7c7;
}

.newsListTitle h2{
 padding-top: 0px; 
 margin-top: -2px;
 padding-bottom: 0px;
 font: normal 150% "Trebuchet MS", verdana, serif;
 letter-spacing:0.01em;
 color: #555555; 
}

.newsListContent{
width:538px;
border-left: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
clear:both;
}

.newsListContent p {
padding: 10px 10px 0px 10px;
}

.newsListContent a{
color: #2693CE;
text-decoration: none;
line-height: 1.5em;
font-weight:bold;
}

.newsListContent a:hover{
color: #fc025d;
text-decoration: underline;
}

.newsListContainer a em{
color: #1e1e1e;
font-style:normal;
font-weight:normal;
}

.newsListContainer a span{
color: #0174B9;
font-style:normal;
font-weight:normal;
}

.newsListContainer ul img { 
float: left;
margin: 6px 6px 5px 0px; 
padding: 5px; 
border: solid 1px #eee; 
background-color: #fff;
clear:both;
} 




.newsListAddCon {
width:518px;
border-top: 1px solid #c7c7c7;
border-left: 1px solid #c7c7c7;
border-right: 1px solid #c7c7c7;
padding: 10px 10px 0px 10px;
}

.newsListAddCon span.pRSS a:link, .newsListAddCon span.pRSS a:visited{
color:#666666;
text-decoration:none;
}

.newsListAddCon span a:link, .newsListAddCon span a:visited{
color:#0174B9;
text-decoration:none;
}

.newsListAddCon span a:hover{
color:#fc025d;
text-decoration: underline;
}

.newsListAddCon a:visited{
color:#fff;
text-decoration:none;
}

.newsListAddCon em a:hover{
color:#fc025d;
text-decoration: underline;
}


.newsListAddCon 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;
}

.newsListBottom{
width:540px;
background-image: url(images/wBoxBottomFade_bg.gif);
background-repeat:no-repeat;
height:15px;
}

.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;
height: 100%;
}

.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.media {
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 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;
}

.wBoxBottomFade{
width:540px;
background-image: url(images/wBoxBottomFade_bg.gif);
background-repeat:no-repeat;
height:15px;
}



/*  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; 
}

.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;
}






#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;
}






.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;
}

