/*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: #FCFF92; 
}
.lefthandnavtitle a:link, .lefthandnavtitle a:visited {
	color: #FCFF92;
}
.lefthandnavtitle a:hover {
	color: #FCFF92;
}
		

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

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


.open2indexherotext a:hover {
	color: #990000;
}	


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



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


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

.open2righthandtext a:hover {
	color: #990000;	
}



/*page numbering specific for the TV sites only that appears only on the viewer/article 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;
}



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

/*pushes the entire TV site 5 pixels from the left hand side of the page
.bodypadding {
	padding-left: 5px;
}*/


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


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


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

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

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

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

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

/*}.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: #990000;
	background-color: #990000 ;
}

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




