/*background colour for the programme sections*/
/*darkest background colour for the programme sections*/
.bgdarkcolour {
	background-color: #336666;
}
/*second darkest background colour for the programme sections*/
.bgmediumcolour {
	background: #DADDDA;
	background-color: #DADDDA;
}
/*3rd darkest background colour for the programme sections*/
.bglightcolour {
	background: #E9EBE9;
	background-color: #E9EBE9;
}
/*lighest background colour for the programme sections*/
.bgextralightcolour {
	background: #F2F3F2;
	background-color: #F2F3F2;
}

/*white background colour*/
.whitecolour {
	background: #FFFFFF;
	background-color: #FFFFFF;
}


/*main hero content area for the programme page. This adds padding all around the main hero text*/
.contenttext {
	color: #000000;
}
.contenttext a:link, .contenttext a:hover, .contenttext a:visited {
	color: #294232;	
}

/*main hero title for the programme page.*/
.mainherotitle {
	color: #FFFFFF;
	
}
/*subhero title for the programme page that appear down the right hand side.*/
.subherotitle {
	color: #FFFFFF;
	
}

.subherotitle a:link, .subherotitle a:visited, .subherotitle a:hover {
	color: #FFFFFF;
	
}

/*body text for programme page that appear down the right hand side.*/
.righthandtext {
	color: #000000;
}

.righthandtext a:link, .righthandtext a:hover, .righthandtext a:visited {
	color: #294232;
}


/*body text title that appear in content boxes*/

.contenttitle {
	color : #294232;
}

.contenttitle a:link, .contenttitle a:visited, .contenttitle a:hover {
	color: #294232;
} 

.rhcontenttitle {
	color : #294232;
}

.rhcontenttitle a:link, .rhcontenttitle a:visited, .rhcontenttitle a:hover {
	color: #294232;
}

/*main heading that appear hard coded into the jsp pages left hand navigation*/
.lefthandnavtitle {
	color: #FFFFFF;
}



/*main heading that appear hard coded into the jsp pages left hand navigation*/
.lefthandnav {
	color: #000000;
}

.lefthandnav a:link, .lefthandnav a:hover, .lefthandnav a:visited {
	color: #FFFFFF;
}

/*main heading that appear hard coded into the jsp pages */
.lefthandnavtitle {
	 color: #FFFFFF;
}
.lefthandnavtitle a:link, .lefthandnavtitle a:visited {
	color: #FFFFFF;
}
.lefthandnavtitle a:hover {
	color: #FFFFFF;
}


.righthandtitles {
	color: #FFFFFF;
}


/*page numbering  NB Current page is not a link, all other pages are. Current page number should be coloured differently to other pages*/
.open2pagenos {
	color: #FFFFFF;
}
.open2pagenos a:link, .open2pagenos a:visited {
	color: #FFFFFF;
}
.open2pagenos a:hover {
	color: #FFFFFF; 
}

/*Label for the word "page" that preceeds the page numbering - specific for the TV sites only - appears only on the viewer/article pages */
.open2pagenoslabel {
	color: #FFFFFF;
}

.righthandtitles {
	color: #FFFFFF;
}

/*right hand associated text, know as related/righthand text, that only appears on the viewer/article pages */
.viewerrighthandtext {
	color: #000000; 
}
.viewerrighthandtext a:link, .viewerrighthandtext a:visited {
	color: #FFFFFF;
	text-decoration: none;	
}
.viewerrighthandtext a:hover {
	color: #FFFFFF;	
	text-decoration: underline;
}

.titles {
	color: #FFFFFF;
}

.open2articletext {
	color: #000000;
}
.open2articletextbold {
	color: #000000;
	font-weight:bold;
}
.open2articletext a:link, .open2articletext a:visited {
	color: #D00216; 
}
.open2articletext a:Hover {
	color: #990000; 
}

.contentlist ul {
	color: #294232;
}
.contentlist ul a:link, .contentlist ul a:visited {
	color: #294232;
}
.contentlist ul a:hover {
	color: #294232;
	text-decoration:underline;
}
.contentlist ul a:active, .contentlist ul a:focus {
	color: #294232;
}
