@import url(stylemedia.css);
@import url(styleinlines.css);
@import url(leftmenu.css);
@import url(../styleicmrender.css);
@import url(stylepancakemenu.css);

img
{
	border: none;
}

#wrapper
{
	width: 850px;
}

.maintbl
{
	border: 0;
}

#mainwrapper
{
	width: 850px;	
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* Top Banner Image */
#topbanner img {
	border: none;
	display: block;
}

/* Top Utility Navigation */
#toputilnav 
{
	text-align: left;
	list-style: none;
	padding: 3px 0px 0px 0px;
	margin: 0.2em 0 0.2em 5px;
	height: 15px;
}

#toputilnav li {
	display: inline;
	padding: 0em 0.5em 0em 0.5em;
	border-right: solid 1px #666666;
}

#toputilnav li.end
{
	 border-right: none;
}
 /* Changes made on 13 december 2011 for top navigation level */
#toputilnav a {
	color: #000000;
	text-decoration: underline;
}

#toputilnav a:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#toputilnav a:active
{
    text-decoration: none;
    color: #FFF;
    background-color: #000;
    font-weight: bold;
}

#toputilnav a:focus 
{
    text-decoration: none;
    color: #FFF;
    background-color: #000;
    font-weight: bold;
} 

/* The top level which contains the top level navigation and search box */
#toplevel {
	clear: both;
}

/* Top level navigation (delete if not applicable) */
#toplevelnav {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

#toplevelnav li {
	float: left;
	white-space: nowrap;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #990099;
}

#toplevelnav a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

#toplevelnav a:hover, #toplevelnav a:active, #toplevelnav a:focus {
	color: #000000;
}

#toplevelnav a.selected {
	display: block;
	padding: 0.5em 0.5em 0.5em 0.5em;
	color: #000000;
}

/* Top Search Box */
#topsearchbox {
	float: right;
}

#topsearchbox form {
	padding: 0.2em 0.5em 0 0;
	margin: 0;
	text-align: right;
}

#topsearchbox form fieldset 
{
	 border: none;
}

#topsearchbox form label {
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
}

#topsearchbox form input {
	vertical-align: middle;
}

#topsearchbox form input:hover 
{
    color: #000;
    font-weight: bold;
}


#topsearchbox label {display: none;} /* Hide top search keyword */

/* The second level which contains navigation and the current date */
#seclevel {
	clear: both;
	background-color: #CC66CC;
	width: 100%; /* Specifying a width works around IE's peek-a-boo bug */
}

/* Second level navigation (delete if not applicable) */
#seclevelnav {
	list-style: none;
	padding: 0;
	margin: 0;
}

#seclevelnav li {
	float: left;
	white-space: nowrap;
	color: #FFFF00;
	font-weight: bold;
	background-color: #CC66CC;
}

#seclevelnav a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

#seclevelnav a:hover {
	background-color: #660066;
	color: #FFFF00;
}

#seclevelnav a.selected {
	display: block;
	padding: 0.5em 0.5em 0.5em 0.5em;
	color: #FFFF00;
}

/* Top Date Box */
#topdatebox {
	float: right;
	color: #FFFFFF;
	white-space: nowrap;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

/* The main table used to split the left, central and right hand columns */
#maintable {
	clear: both;
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

/* The left hand column which contains navigational elements */
#lefthandcolumn {
	width: 210px;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

#lefthandcolumn a.image img
{
	 border: none;
}

/* The central column which contains the main article contents */
#centralcolumn {
	/* width: 415px; */
	vertical-align: top;
	margin: 0;
	padding: 0 1em 0 1em;
}

/* The right hand column which contains content related to an article */
#righthandcolumn {
	vertical-align: top;
	padding: 0;
	margin: 0;
	width:182px;
}

/* The breadcrumb navigation (path to the current article) */
#breadcrumbnav {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

#breadcrumbnav li {
	display: inline;
	padding: 0 0 0 0.2em;
}

#breadcrumbnav a {
	color: #000000;
	text-decoration: underline;
}

#breadcrumbnav a:hover, #breadcrumbnav a:active, #breadcrumbnav a:focus {
	color: #0D7556;
}

/* The right hand column (related bits and pieces) */

#RSSBlock{background: url(../../images/broxtowe/common/rssFeedIcon.jpg) no-repeat top right !important;}

#righthandcolumn h2 {
	margin: 0;
	padding: 0em 0.5em 0.5em 0.5em;
	color: #026245;
	font-weight: normal;
	font-size: 18px;
}

#righthandcolumn h3 
{
	text-align: left;
	margin: 0;
	padding: 0.5em 0.5em 0.5em 0.5em;
	font-size: 100%;
	font-weight: bold;
}

#righthandcolumn ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 1em 0;
	
	margin-bottom: 0px;
}

#righthandcolumn ul li {
	margin: 0;
	padding: 0.1em 0.5em 0.1em 0.5em;
}

#righthandcolumn ol {
	list-style: none;
	padding: 0.5em 1em 0.5em 1em;
	margin: 0;
}

#righthandcolumn ol li {
	margin: 0;
	padding: 0;
}

#righthandcolumn div 
{
	width: 180px;
	margin-bottom: 15px;
}

#righthandcolumn a {
	color: #000000;
	text-decoration: underline;
}

#righthandcolumn a:hover {
	text-decoration: underline;
}

/* The footer area (and its navigation) */
#footer {
	padding: 1em 0 1em 0;
	text-align: center;
}

#footerutilnav {
	list-style: none;
	padding: 0;
	margin: 0 0 0.5em 0;
	text-align: left;
}

#footerutilnav li {
	display: inline;
	color: #666666;
	padding: 0 0.5em 0 0.5em;
	border-right: solid 1px #666666;
}

#footerutilnav li.end
{
	 border-right: none;
}

#footerutilnav a {
	color: #000000;
	text-decoration: underline;
}

#footerutilnav a:hover
{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#footerutilnav a:active, #footerutilnav a:focus 
{
	text-decoration: none;
	color: #FFF;
	background-color: #000;
	font-weight: bold;
}

/* General line spacing tab */
.spacing
{
	 line-height:22px;
}

/* Display print button not as a list */
#centralcolumn div.noprint ul li {display:block; list-style-type:none;}

/* Changes made on 13 december 2011 for main content article to appear with underline and non bold and addition active and focus option */
/* Style general links */
a.aboldlink {text-decoration: underline;  color:#000000;}
a.aboldlink:hover 
{    
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

a.aboldlink:active, a.aboldlink:focus {text-decoration: none; font-weight:bold; color: #FFF; background-color: #000;}

/* Siblings of the currently selected article */
#righthandcolumn ul li a
{ padding : 1px 2px 1px 2px; margin: 3px 0 3px 0;}

#righthandcolumn ul li a, #righthandcolumn ul li a:link, #righthandcolumn ul li a:visited, #righthandcolumn ul li a:active, #righthandcolumn ul li a:focus
{ background : url(../../images/broxtowe/common/greenbullet.gif) no-repeat; padding : 2px 0px 0px 10px; display: block;}

#righthandcolumn ul li a
{
    text-decoration: underline;
}

#righthandcolumn ul li a:hover
{ background : url(../../images/broxtowe/common/greenbullet.gif) no-repeat; padding : 2px 0px 0px 10px; color: #000; text-decoration: underline; }

 #righthandcolumn ul li a:active, #righthandcolumn ul li a:focus
 {color: #FFF; background-color: #000 !important; text-decoration: none;}

#righthandcolumn a:hover
{color: #000; text-decoration: none !important; }

#righthandcolumn a:active, #righthandcolumn a:focus
{color: #FFF; background-color: #000; text-decoration: none; }

#righthandcolumn .rhcadverts ul li a {
	background: none;
	padding: 0;
}

.rhsblock
{
	border-left: solid 1px #000;
}

/* Remove any margins from the print li */
div.noprint ul li a
{
	 text-align: left;
	 list-style-position: outside;
	 list-style-image: none;
	 list-style-type: none;
	 font-weight: normal;
	 text-decoration: none;
	 margin-left: -40px;
	 color:#000;
}

div.noprint ul li a:hover
{
	 text-decoration:underline;
}

.btntext
{
}


#maincontentarea a
{
	text-decoration: underline;
}

#maincontentarea a:hover 
{
    text-decoration: none;
}

#maincontentarea a:active, #maincontentarea a:focus
{
    color: #FFF;
    background-color: #000;
}

a
{
	 font-weight: normal;
	 color:#000;
	 text-decoration: underline;
}

a:hover
{
	 color: #000;
	 text-decoration: none;
	 font-weight: bold;
}

a:active, a:focus
{
    text-decoration: none; 
    font-weight:bold; 
    color: #FFF; 
    background-color: #000;
}

div.clear
{
	 clear: both;
}

div.space
{
	clear:both;
	height: 16px;
	background-color: #FFFFFF;
	
}

/*a:visited
{
}
a:link
{
}

ul.editicon
{
} */

.header
{
	height: 154px;
}

.footer
{
	display: block;
	background-image: url(../../images/broxtowe/common/footer.gif);
	background-repeat: no-repeat;
	background-position:top right;
	height: 90px;
	text-align: left;
	padding-left: 0.5em;
}

.pageTitle 
{
	margin-top: 5px;
	margin-left: 10px;
	font-size: 30px;
	color: #026E5E;
}

/* A to Z bar on resident on every page */
.atozblock
{
	float: left;
	padding: 5px 0 0 12px;
	font-size: 14px;
	font-weight: bold;
}

.atozblock a
{
	text-decoration: underline;
	color: #000;
	padding: 0 4px 0 4px;
}

.atozblock a:hover
{
    text-decoration: none;
    color: #000;
    font-weight: bold;
} 

.atozblock a:active, .atozblock a:focus
{
	text-decoration: none;
	color: #FFF;
	background-color: #000;
}

h1 
{
	color: #026245;
	font-weight: normal;
	font-size: 18px;
}

.genericblock, .rhcadverts
{
	border-left: solid 1px #000000;
}

.genericblock form
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.genericblock fieldset
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.homeimages
{
	border: 0px;
	background-color:#e1f2ec;
	border: solid 1px #c6e6db;
	margin-bottom:20px;
}

/* Login block */
div.logincontrol
{
	padding-left: 0.5em;
}


/* Breadcrumb trail */
.hidelistbullet, .hidelistbulletstart, .hidelistbulletend
{
	text-align: left;
	list-style-image: none;
	list-style-type: none;
}

.navinline
{
	display: inline;
}

.hidepadding, .hidelistpadding
{
	margin: 0pt;
	padding: 0pt;
}

.breadcrumb
{
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0pt;
	text-align: left;
}

/* styles 4 specific colour schemes as set by related item "topicstyle" */
.default
{
	background-color:#11967b;
}

.darkcyan
{
	background-color:#009b83;
}

.skyblue
{
	background-color:#6b9cd7
}

.orangered
{
	background-color:#fbb85d;
}

.limegreen
{
	background-color:#8bdc66;
}

.aqua
{
	background-color:#a9d8ec;
}

.peach
{
	background-color:#efb971;
}

.paleviolet
{
	background-color:#e5a59b;
}

.goldenrod
{
	background-color:#d8d07d;
}

.yellowgreen
{
	background-color:#c1d87d;
}

.tan
{
	background-color:#d4ae70;
}

.hotpink
{
	background-color:#f09bd6;
}

.deepskyblue
{
	background-color:#86aaff;
}

.beige
{
	background-color:#bcbeb1;
}

.yellow
{
	background-color:#e9d540;
}

.aquamarine
{
	background-color:#c3edae;
}

/* TINT COLOURS */
/* styles 4 specific colour schemes as set by related item "topicstyle" but the tint versions */
.defaulttint { background-color:#e1f2ec; }
.darkcyantint { background-color:#C8EAE4; }
.skybluetint { background-color:#d4e2f3 }
.orangeredtint { background-color:#fde5c4; }
.limegreentint { background-color:#ddf4d2; }
.aquatint { background-color:#e6f4f9; }
.peachtint { background-color:#faead6; }
.paleviolettint { background-color:#f7e5e1; }
.goldenrodtint { background-color:#f4f1d9; }
.yellowgreentint { background-color:#edf4d9; }
.tantint { background-color:#f3e7d5; }
.hotpinktint { background-color:#fae1f3; }
.deepskybluetint { background-color:#dce6ff; }
.beigetint { background-color:#ecece9; }
.yellowtint { background-color:#f8f3c8; }
.aquamarinetint { background-color:#edfae8; }


#maincontentarea
{
	text-align: left;
	border-left: solid 1px #000000;
	padding-left:10px;
	margin-left:-10px;
	width: 420px;
}

#topstrip
{
	height: 3px;
	display:block;
	width: 100%
}


/* POLL STUFF */
.headerimage
{
	background-image: url(../../images/broxtowe/common/broxtowepollheader.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 154px;
}

.pollwidth
{
	width: 850px;
}

.pollblockwrapper
{
	background-color: #009c83;
	color: #fff;
	font-weight: bold;
}

.pollresult1, .pollresult2, .pollresult3, .pollresult4, .pollresult5, .pollresult6, .pollresult7, .pollresult8, .pollresult9, .pollresult10
{
	background-color: #e1f2ec;
}


a.pathnav
{
	color: #000;
	text-decoration: underline;
}

a.pathnav:hover
{
    text-decoration: none;
	color: #000;
	font-weight: bold;
}

a.pathnav:active, a.pathnav:focus
{
    text-decoration: none;
	color: #FFF;
	background-color: #000;
	font-weight: bold;
}

h4
{
	margin: 0 0 0 10px;
	font-size: 30px;
	color: #119778;
	font-weight: normal;
	padding: 0px;
}


.rimage
{
	float: right;
	padding: 0 0 5px 20px;
}

.limage
{
	float: left;
	padding: 0 30px 5px 0px;
}

.imagebutton
{
	border: 0;
}

#forumsearch fieldset, #forumsearch
{
	margin: 0;
	padding: 0;
	border: none;
}

/* Warning Colour */

.warning {background-color: #FED6D6; border: 1px solid #CD0000;	color: #000000;	padding:5px; margin-bottom:5px;}
.warning a, .warning a:hover, .warning a:visited {color: #000000; font-weight:bold; text-decoration: underline;}

/* Social Media Toolbar */

#socialmedia	{margin-top: 10px;}
#socialmedia, #slide, #accessibility{background-color: #e1f2ec; padding: 0px; padding: 7px 0 7px 0; min-height: 10px; width: 100%; display: inline-block;}
#socialmedia ul, #slide ul, #accessibility ul {list-style: none; padding: 0; margin: 0; width: 100%;}
#socialmedia li, #slide li, #accessibility li {margin: 0 3px; display: inline; }
#socialmedia img, #slide img, #accessibility img {padding: 0px; display: inline;}

/*  Hidden Content  */

.hideContent, .websiteLegend, .hideTab	{position: absolute; left: -40000px;}
.hideTab:active, .hideTab:focus {padding: 5px; text-align: center; background-color: #EBF7F5; font-weight: bold; border: 2px solid #000000; left: 0px; top: 0px; width: 200px; color: #000000;}
#hiddenList {position: absolute; height: 1px; width: 1px; float: right;}
#hiddenList ul, #hiddenList li {margin: 0px; padding: 0px; list-style: none;}

/*  Online Poll  */

.onlinePoll {font-weight: bold; white-space:normal; text-align: left; padding-left: 5px; width:180px;}
.onlinePoll span {width:180px; display:block; color:#000000;}

/*  Promotions  */

.WWTHome		   {padding-bottom: 2px;}
.wwthome img {margin-left: 3px; margin-right: 3px; padding-bottom: 3px;}
.lefthandpromo	   {float:left; padding-left: 2px; padding-bottom: 20px;}
.lefthandpromoHome {padding-left: 1px; padding-bottom: 20px;}
.lefthandpromo a:hover img, .lefthandpromo a:focus img, .lefthandpromo a:active img {margin: -1px; border: solid 1px #288148;}

/*  Readers  */

.extraLink	 {padding: 10px 0px 0px 0px;}
#showReaders {background : url(../../images/broxtowe/common/greenbullet.gif) no-repeat; padding : 2px 0px 0px 10px;}
#readers	 {min-height: 50px; padding: 0px; margin: 0px;}
#readers li  {float: left; margin: 0 10px; display: inline;}
#readers a	 {background: none !important;}

/*  New Intro  */

#intro {font-weight: bold; margin-bottom: 11px;}

/*  No Script A to Z   */

.noscriptAtoZ {display: inline;}

/* Fonts */

.defaultFont	{font-size: 100%;}
.mediumFont		{font-size: 150%;}
.largeFont		{font-size: 200%;}

/*  ToolTip */

.tip-title {color: #FFFFFF;	background-color: #054F40; padding: 10px; white-space:normal; width: 200px; font-size: 12px;}
.tip-text {display: none;}

/* Link to Homepage */

#homepageLogo {width: 200px; float: right; padding-right: 70px; padding-top: 4px;}

/* Social Media Homepage */
#smt h2{text-align:left; color:#026245; font-size: 18px; font-weight:normal;}
#smt p {text-align:left;  margin: 0 0 0 0; padding: 5px 0 0 0;}
#smt a {text-decoration: underline;}
#smt a:hover {text-decoration: none; color: #000; font-weight: bold;}
#smt a:active, #smt a:focus {text-decoration: none; color: #FFF; background-color: #000; font-weight: bold;}

/*Social Media for the right side on the pages*/
#rightsmt
{
	border-left: solid 1px #000;
}

.icmform {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.icmform ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.icmform li {
	padding: 0.5em;
	overflow: hidden;
	height: 100%;/*IE7/6*/
}

.icmform fieldset {
	margin: 0;
	padding: 0;
	clear: both;
}

.icmform legend {
	margin: 0 5px;
	color: #000;
	font-weight: bold;
}

.icmform fieldset fieldset {
	background-color: transparent;
	background-image: none;
}

.icmform fieldset fieldset legend {
	font-weight: normal
}

.icmform fieldset.icmhorizontal li {
	float: left;
}

/* Left aligned */
.icmformleft label {
	float: left;
	margin: 0 1em 0 0;
	padding: 3px 0;
}
.icmformleft fieldset.icmbuttongroup label {
	float: none;
	clear: none;
	width: auto;
}

.icmformleft fieldset fieldset.icmvertical label,
.icmformleft fieldset fieldset.icmhorizontal label {
	width: 9.3em;
}

.icmformleft fieldset.icmbuttongroup ol {
	padding: 0; 
	margin-left: 10.4em;
	clear: left;
}

.icmformleft fieldset fieldset.icmbuttongroup ol {
	margin-left: 10em;
}

/* Right aligned */
.icmformright label {
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}

.icmformright fieldset.icmbuttongroup label {
	float: none;
	clear: none;
	width: auto;
}

.icmformright fieldset.icmbuttongroup ol {
	padding: 0; 
	margin-left: 10.4em;
	clear: left;
}

.icmformright fieldset fieldset.icmvertical label, .icmformright fieldset fieldset.icmhorizontal label {
	width: 9.3em;
}

.icmformright fieldset fieldset.icmbuttongroup ol {
	margin-left: 10em;
}

.icmformright fieldset fieldset.icmbuttongroup label {
	width: auto;
}

/* Top aligned */
.icmformtop label {
	display: block;
}

.icmformtop fieldset fieldset legend {
	padding-left: 0.5em;
}

.icmformtop fieldset.icmhorizontal label {
	display: block;
}

.icmformtop fieldset.icmbuttongroup label {
	display: inline;
}

/* Guidance text */
.icmform .icmguidance{
	color: #69c;
}

.icmform .icmguidanceright{
	text-align: right;
}

.icmform .icmguidanceleft{
	text-align: left;
}

.icmform .icmguidancecentre{
	text-align: center;
}

.icmform .icmguidancejustify{
	text-align: justify;
}

/* Input field styling very short styles */
.icmvstext, .icmvspassword, .icmvsselect, .icmvstextarea, .icmvsfile {
	width: 5em;
}

/* Input field styling short styles */
.icmstext, .icmspassword, .icmsselect, .icmstextarea, .icmsfile {
	width: 10em;
}

/* Input field styling default styles */
.icmtext, .icmpassword, .icmselect, .icmtextarea, .icmfile {
	width: 21em;
}

/* Input field styling long styles */
.icmltext, .icmlpassword, .icmlselect, .icmltextarea, .icmlfile {
	width: 33em;
}

.icmform legend strong, .icmform label strong {
	display: block;
	color: #c00;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
}

/*Additional CSS fixes*/
.icmform legend.icmhide {
	padding: 0;
}

.icmform legend.icmhide span, label.icmhide {
	display: none;
}

.icmform dl {
	padding: 0 0.5em;
}

/*Pre-9 Form Styling*/
div.content {
	margin: 2em 0 0 0;
	padding: 1em 0 0 0;
	border-top: 1px solid #e9e9e9;
}

table.formcontents {
	width: 100%;
}

table.formcontents td {
	padding: 0.5em 0;
	text-align: left;
	vertical-align: top;
}

table.formcontents label {
	display: block;
	margin: 0;
	padding: 0.25em 0;
	text-align: inherit;
	font-weight: bold;
	color: #666;
}

table.formcontents p {
	line-height: normal;
}

table.formcontents td.underline {
	border-bottom: 1px solid #e9e9e9;
}

div.submitButtons input {
	margin-right: 1em;
}

#page_PageContentHolder_template_captchas
{
	width: 300px;
}

#page_PageContentHolder_template_captcha
{
	display: block;
	padding: 0 0 10px 0;
}

#page_PageContentHolder_template_txtCaptcha
{
	margin: 0 0 0 10px;
}

.icmform dl
{
	padding: 4px;
}

/*Shaw Trust Accessibility message for media to open in a new window*/

.nwaudible { position:absolute; margin-left: -9999px; }


