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

.lefthandnav {
	color: #FFFFFF;
}
.lefthandnav a:link, .lefthandnav a:visited {
	color: #FFFFFF;
}
.lefthandnav a:hover {
	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;
}
		

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

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


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



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


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



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


/*titles are now created in HTML text rather than using gifs*/
		
		/*titles that appear only on the viewer/article pages as associated */
.titles {
	color: #FFFFFF;
}
		/*end of titles that appear only on the viewer/article pages */

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

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

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


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


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

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

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

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

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

/*}.lefthandline {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #33FF00;
}*/

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

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