/*far left hand site navigation that appears on index and viewer/article pages */

.lefthandnav {
	text-indent: -5px;
	padding-left: 12px;
	padding-right: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight:normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration : none;
	background-color: #990000;	
}
.lefthandnav a:link, .lefthandnav a:visited {
	font-weight:normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	font-size: x-small;
	color: #FFFFFF;
	text-decoration : none;	
}
.lefthandnav a:hover {
	font-weight:normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	font-size: x-small;
	color: #FF9900;
	text-decoration : underline;
}

/*main heading that appear hard coded into the jsp pages */
.lefthandnavtitle {
	padding-top: 4px;
	padding-left: 3px;
	padding-right: 2px;
	font-weight: bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	font-size: x-small;
	color: #FF9900;
	text-decoration : none; 
}
.lefthandnavtitle a:link, .lefthandnavtitle a:visited {
	font-weight: bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	font-size: x-small;
	color: #FFCC00;
	text-decoration : none;	
}
.lefthandnavtitle a:hover {
	font-weight: bold;
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	font-size: x-small;
	color: #FFCC00;
	text-decoration : underline;
}
		

/*main hero item text that only appears on the index page */
.open2IndexHeroText{
	font-weight:normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	font-size: small;
	color: #000000;
	text-decoration : none;
}

.open2IndexHeroText a:link, .open2IndexHeroText a:visited  {
	font-weight:normal;
	font-family :Verdana, Arial, Helvetica, sans-serif;	
	font-size: small;
	color: #FFFFFF;
	text-decoration : none;
}


.open2IndexHeroText a:hover {
	font-weight:normal;
	font-family :Verdana, Arial, Helvetica, sans-serif;	
	font-size: small;
	color: #FFFFFF;
	text-decoration : underline;
}	


/*sub hero item text that only appears on the index page */
.open2IndexSubHeroText {
	font-weight:normal;
	font-family :Verdana, Arial, Helvetica, sans-serif;	
	font-size: x-small;
	color: #000000;
	text-decoration : none; 
}
.open2IndexSubHeroText a:link, .open2IndexSubHeroText a:visited {
	font-weight:normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	font-size: x-small;
	color: #FF9C31;
	text-decoration : none;
}
.open2IndexSubHeroText a:hover {
	font-weight:normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	font-size: x-small;
	color: #FF9C31;
	text-decoration : underline;	
}



/*main content text, know as article text, that only appears on the viewer/article pages */
.open2articletext {
	font-weight:normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	font-size: small;
	color: #000000;
	text-decoration : none;	
}
.open2articletext a:link, .open2articletext a:visited {
	font-weight:normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	font-size: small;
	color: #FFFFFF;
	text-decoration : none; 
}
.open2articletext a:Hover {
	font-weight:normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	font-size: small;
	color: #FFFFFF;
	text-decoration : underline; 
}


/*right hand associated text, know as related/righthand text, that only appears on the viewer/article pages */
.open2righthandtext {
	font-weight:normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	font-size: x-small;
	color: #FFFFFF;
	text-decoration : none; 
}
.open2righthandtext a:link, .open2righthandtext a:visited {
	font-weight:normal;
	font-family : Verdana, Arial, Helvetica, sans-serif;	
	font-size: x-small;
	color: #FF9C31;
	text-decoration : none;	
}
.open2righthandtext a:hover {
	font-weight:normal;
	font-family :Verdana, Arial, Helvetica, sans-serif;	
	font-size: x-small;
	color: #FF9C31;
	text-decoration : underline;	
}



/*page numbering specific for the TV sites only that appears only on the viewer/article pages */
.open2pageNos {
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-decoration : none; 
}
.open2pageNos a:link, .open2pageNos a:visited {
	color : #FFFFFF;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-decoration : none; 
}
.open2pageNos a:hover {
	color : #FFFF66;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-decoration : underline; 
}



/*titles are now created in HTML text rather than using gifs*/
		
		/*titles that appear only on the viewer/article pages as associated */
.titles {
	padding-left: 3px;
	color : #FFFFFF;
	font-family : Arial;
	font-size : medium;
	font-weight: bolder;
	text-decoration : none; 
	text-transform: uppercase;
}
		/*end of titles that appear only on the viewer/article pages */

		/*titles that appear only on the index page */
.indextitles {
	padding-left: 3px;
	color : #FF6600;
	font-family : Verdana, Arial;
	font-size : small;
	font-weight: bolder;
	text-decoration : none; 
	text-transform: uppercase;
}
		

		/*titles that appear only on the viewer/article pages in the related/righthand text area below the righthand image */
.righthandtitles {
	padding-left: 3px;
	color : #FF6600;
	font-family : Verdana, Arial;
	font-size : small;
	font-weight: bolder;
	text-decoration : none; 
	text-transform: uppercase;
}
		

/*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: #FF9933;
}


/*background colour only for the sub hero items on the index page only*/
.subherobackground {
	background: #AB3C21;
}


/*background colour only for the sub hero title items on the index page only*/
.subherotitlebackground {
	background: #CC0700;
	/*border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 2px
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 2px;*/
}

/*background colour only for the hero title item on the index page only*/
.herotitlebackground {
	background: #CC0700;
}

/*background colour only for the related/righthand text area items on the viewer/article pages only*/
.righthandbackground {
	background: #990000;
}

/*background colour only for the titles that appear on the article text on the viewer/article pages only*/
.articletitlebackground {
	background: #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 colour only for the main content text, know as article text items on the viewer/article pages only*/
.articletextbackground {
	background: #F17A2D;
}




