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

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


/*sub hero item text that only appears on the index page */
.open2indexsubherotext {
	color: #FFF;
}

.open2indexsubherotext a:link, .open2indexsubherotext a:hover, .open2indexsubherotext a:visited {
	color: #FFFFCC;
}


/*main content text, know as article text, that only appears on the viewer/article pages */
.open2articletext {
	color: #333;
}

.open2articletext a:link, .open2articletext a:hover, .open2articletext a:visited {
	color: #000;
}

/*right hand associated text, know as related/righthand text, that only appears on the viewer/article pages */
.open2righthandtext {
	color: #FFF;
}

.open2righthandtext a:link, .open2righthandtext a:hover, .open2righthandtext a:visited {
	color: #FFFFCC;
}


/*page numbering specific for the TV sites only that appears only on the viewer/article pages */
.open2pagenos {
	color : #FFF;
	font-style: italic; 
}

.open2pagenos a:link, .open2pagenos a:visited {
	color : #FFF;
	font-style: normal;
}
.open2pagenos a:hover {
	color : #FFCB01;
	font-style: normal;
	text-decoration: underline; 
}


.titles {
	color : #333;
}
	
.indextitles {
	color : #333;
}
		

.righthandtitles {
	color : #333;
}

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


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

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

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

.righthandtitlebackground {
	background: #FFE8BD;
}


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

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

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