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

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

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

.lefthandnavtitle a:hover {
	color: #FBF5AE;
}
		

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

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


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



/*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: #960022; 
}
.open2articletext a:hover {
	color: #960022;
}


/*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: #960022;	
}
.open2righthandtext a:hover {
	color: #960022;	
}



/*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: #000000;
font-style: italic;
}
.open2pagenos a:link, .open2pagenos a:visited {
	color: #000000;
font-style: normal;
}
.open2pagenos a:hover {
	color: #000000;
	font-style: normal;
	font-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: #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: #000000;
}
		/*end of titles that appear only on the viewer/article pages */

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

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

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


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


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

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

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

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

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

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

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

