/*far left hand site navigation that appears on index and viewer/article pages */

.lefthandnav {
	color: #FFF;
}
.lefthandnav a:link, .lefthandnav a:hover, .lefthandnav a:visited {
	color: #FFF;
}

/*main heading that appear hard coded into the jsp pages */
.lefthandnavtitle {
	color: #FFF;
}
.lefthandnavtitle a:link, .lefthandnavtitle a:hover, .lefthandnavtitle a:visited {
	color: #FFF;
}	

/*main hero item text that only appears on the index page */
.open2indexherotext{
	color: #000;
}

.open2indexherotext a:link, .open2indexherotext a:hover, .open2indexherotext a:visited   {
	color: #A71000;
}	


/*sub hero item text that only appears on the index page */
.open2indexsubherotext {
	color: #000;
}
.open2indexsubherotext a:link, .open2indexsubherotext a:hover, .open2indexsubherotext a:visited {
	color: #A71000;
}

/*main content text, know as article text, that only appears on the viewer/article pages */
.open2articletext {
	color: #000;
}
.open2articletext a:link, .open2articletext a:hover, .open2articletext a:visited {
	color: #A71000; 
}

/*right hand associated text, know as related/righthand text, that only appears on the viewer/article pages */
.open2righthandtext {
	color: #000; 
}
.open2righthandtext a:link, .open2righthandtext a:hover, .open2righthandtext a:visited {
	color: #A71000;	
}

/*page numbering specific for the TV sites only that appears only on the viewer/article pages NB Current page is not a link, all other pages are. Current page number should be coloured differently to other pages*/
.open2pagenos {
	color: #FFF;
	font-style: italic;
}
.open2pagenos a:link, .open2pagenos a:visited {
	color: #FFF;
	font-style: normal;
}
.open2pagenos a:hover {
	color: #FFF;
	font-style: normal;
	text-decoration: underline; 
}

/*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: #FFF;
}

/*titles that appear only on the viewer/article pages as associated */
.titles {
	color: #FFF;
}

/*titles that appear only on the index page */
.indextitles {
	color: #FFF;
}
		

/*titles that appear only on the viewer/article pages in the related/righthand text area below the righthand image */
.righthandtitles {
	color: #FFF; 
}

/*background colour only for the hero item on the index page only*/
.herobackground {
	background: #FFF;
}


/*background colour only for the sub hero items on the index page only*/
.subherobackground {
	background: #F8ECD0;
}


/*background colour only for the sub hero title items on the index page only*/
.subherotitlebackground {
	background: #000;
}

/*background colour only for the hero title item on the index page only*/
.herotitlebackground {
	background: #000;
}

/*background colour only for the related/righthand text area items on the viewer/article pages only*/
.righthandbackground {
	background: #F8ECD0;
}

/*background colour only for the titles in the related/righthand text area items on the viewer/article pages only*/
.righthandtitlebackground {
	background: #000;
}

/*background colour only for the titles that appear on the article text on the viewer/article pages only*/
.articletitlebackground {
	background: #000;
}

/*far left hand site navigation background colour that appears on index and viewer/article pages */
.lefthandnavbackground {
	background: #A71000;
}

/*background colour only for the main content text, know as article text items on the viewer/article pages only*/
.articletextbackground {
	background: #FFF;
}

.open2indexherotext a:active, .open2indexherotext a:focus, .open2indexsubherotext a:active, .open2indexsubherotext a:focus, .open2articletext a:active, .open2articletext a:focus, .open2righthandtext a:active, .open2righthandtext a:focus {
	text-decoration: underline;
	background-color:#A71000 !important;
	color: #F8ECD0 !important;
}

.lefthandnav a:active, .lefthandnav a:focus, .lefthandnavtitle a:active, .lefthandnavtitle a:focus {
	text-decoration: underline;
	background-color:white !important;
	color: #A71000 !important;
}
