﻿@import "/style/global.css";
/*-------------------------------------------------------------------- =Global Header*/
body#rte_one #globalLogoPlaceholder {
	background: #012758 url(/tv/images/logo_rteone.gif) left no-repeat;
	
}
body#rte_two #globalLogoPlaceholder {
	background: #f8f8ff url(/tv/images/logo_rtetwo.gif) left no-repeat;

}

#globalLogoPlaceholder {
	background: #f8f8ff url(/tv/images/tvlogo.jpg) left no-repeat;
	
}
#logoPlaceholder {
	background-color:rgb(6,135,156);		
}
#globalMenuPlaceholder {
	background-color:#015089;
}
#globalMenu {
	background-color:#015089);
}
#globalMenu li {
	background-color:#015089;
	border-left: solid 1px rgb(198,222,226);
}
#globalSecondaryMenu {
	background-color:#CCE8F2;
	border-top: solid 1px rgb(198,222,226);
	color: black;
}
/*-------------------------------------------------------------------- =Content Container*/
#content{
	border-bottom: 1px solid rgb(230,230,230);
	background-image: url(../../images/leftfauxborder.gif);
	background-repeat: repeat-y;
	background-position: left;
}
/*-------------------------------------------------------------------- =Left Naviagation*/

#leftNav
{
	width:169px;
	float:left;
	border-top:solid 1px white;
	background-color:rgb(240,240,240);	
}
ul.linkList
{
	list-style-type:none;
	clear:both;
	margin:0px;
	padding:5px;
}
ul.linkList li 
{
	font-family:Tahoma, Arial;
	font-size:8pt;
	color:#000000;
	background-image:url(/tv/images/bullet.gif);
	background-repeat:no-repeat;
	margin:0px 5px;
	padding:0px 10px;
	padding-top: 3px;
	line-height:1.3em;
	
}
ul.linkList li a 
{
	font-family:Tahoma, Arial;
	font-size:8pt;
	color:#000000;
}
ul.linkList2
{
	list-style-type:none;
	clear:both;
	margin:0px;
	padding:0px;
	/*height:inherit;*/
}

/*-------------------------------------------------------------------- =Primary Content*/

#primaryContent
{
	float:left;
	border-top:solid 1px white;
	border-left:solid 1px white;
	border-right:solid 1px white;
	width:688px;
	background-color:#FFFFFF;	
}

/*-------------------------------------------------------------------- =Title Headers*/

div.titleTV
{
	text-align:left;
	margin:0px;
	padding:0px;
	height:2.2em;
	width:100%;
	background-image:url(../../images/tvbg.jpg);
	background-repeat:repeat-x;	
	background-color:rgb(10,52,74);
}
div.titleTV span
{
	font-weight:bold;
	color:white;
	margin:0px 8px;
	padding:0px;
	position:relative;
	top:6px;
}
div.titleTV a
{
	color:yellow;
}

div.titleProg {
	height: 40px;
	background-color: rgb(62,61,59);
}
div.titleProg .titleText {
	color:#FFFFFF;
	font-size:24px;
	line-height: 40px;
	padding-left: 10px;	

}
div.titleProg .progTime {
	color:#FFFFFF;
	font-size:12px;
	padding-left: 10px;	
}

/*-------------------------------------------------------------------- =Main Image and Menu*/
div.mainImagePlaceholder {
	color:white;
	width:100%;
	background-color:#3e3d3b;
	border-bottom: solid 1px white;
}
/*-------------------------------------------------------------------- =Programme Container*/
#progModule_container {
	width:688px;
	font-family:Arial;
	font-size:small;
	background-image:url(../../images/rightfauxborder.jpg);
	border-top: solid 1px white;
	background-repeat: repeat-y;
	background-position: right top;	
}

/*-------------------------------------------------------------------- =ProgText Container*/

.progText {
	padding:12px;
	width:450px;
	font-size:small;
	float:left;
	border-top-width: 1px;
	background-color:#FFFFFF;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color:none;
	border-bottom-color:none;
	color:rgb(61,61,61);

}
.clearProg {
clear: both;
}

div.separator
{
	height:1px;
	width: 100%;
	clear:both;
}

/*-------------------------------------------------------------------- =ProgText Typography*/

div.progText p{
	font-size:small;
}
div.progText h1{
	padding: 0px;
	font-size:14pt;
	color:rgb(61,61,61);
}

/*-------------------------------------------------------------------- =Prog Sidebar*/

#progModule_sidebar {
	width:213px;
	float:right;
	background-color:rgb(240,240,240);
	font-size:8pt;
	font-family:Tahoma, Arial;
}

#progModule_sidebar_imagecaption {
	width: 193px;
	color:#333333;
	padding: 10px;
}

/*--------------------------------------------------------------------- =Drop Menu */

/* style the outer div to give it width */
.dropmenu {
	font-size: small;
	font-family:Arial;
	background-color: rgb(240,240,240);
}

/* remove all the bullets, borders and padding from the default list styling */
.dropmenu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	height:2em;
	
 }

/* style the sub-level lists */
.dropmenu ul ul {
	
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown dropmenu positon */
.dropmenu ul li {
	float:left;
	height:2em;
	line-height:2em;
	/*background:rgb(240,240,240)url(../images/miniarrowbullet.gif) right no-repeat;*/
}

/* style the sub level list items */
.dropmenu ul ul li {
	display:block;
	width:12em;
	height:auto;
	position:relative;
	line-height:2em;
	text-decoration:none;
	
}

/* style the links for the top level */
.dropmenu a, .dropmenu a:visited {
	display:block;
	float:left;
	height:100%;
	font-size:1em;
	text-decoration:none;
	color:#000000;
	background:rgb(240,240,240)url(../../images/miniarrowbullet.gif) right no-repeat;
	padding:0 1.5em 0 1em;}

/* style the sub level links */
.dropmenu ul ul a, .dropmenu ul ul a:visited {
	display:block;
	background:#EEEEEE;
	color:#000000;
	text-decoration:none;
	height:100%;
	line-height:1em; 
	padding:.5em 1.5em .5em 1em;
}
.dropmenu ul table ul a, .dropmenu ul table ul a:visited  {
	
	
}


/* style the table so that it takes no part in the layout - required for IE to work */
.dropmenu table {position:absolute; left:0; top:0; font-size:1em;}
.dropmenu ul ul table {lef\t:-1px;}
.dropmenu ul ul table ul.left {margin-lef\t:2px;}

.dropmenu li:hover {position:relative;}
* html .dropmenu a:hover {position:relative;}

/* style the third level background */
.dropmenu ul ul ul a, .dropmenu ul ul ul a:visited {background:#EEEEEE;}
/* style the fourth level background */
.dropmenu ul ul ul ul a, .dropmenu ul ul ul ul a:visited {background:#EEEEEE;}
/* style the sub level 1 background */
.dropmenu ul :hover a.sub1 {background:#EEEEEE;}
/* style the sub level 2 background */
.dropmenu ul ul :hover a.sub2 {background:#EEEEEE;}

/* style the level hovers */
/* first */
.dropmenu a:hover {
	color:#000000;
	background:#E5E5E5 url(../../images/miniarrowbullet.gif) right no-repeat;
}
.dropmenu :hover > a {
	color:#000000;
	background:#E5E5E5 url(../../images/miniarrowbullet.gif) right no-repeat;
}
/* second */
.dropmenu ul ul a:hover{
	color:#000000;
	background:#E5E5E5 url(../../images/miniarrowbullet.gif) right no-repeat;
}
.dropmenu ul ul :hover > a {
	color:#000000;
	background:#E5E5E5 url(../../images/miniarrowbullet.gif) right no-repeat;
}
/* third */
.dropmenu ul ul ul a:hover {
	background:#E5E5E5;}
.dropmenu ul ul ul :hover > a {
	background:#E5E5E5;}
/* fourth */
.dropmenu ul ul ul ul a:hover {
	background:#E5E5E5;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.dropmenu ul ul {visibility:hidden;position:absolute;height:0;top:2em;left:1px;width:14em;margin-left:-1px;}

/* position the third level flyout dropmenu */
.dropmenu ul ul ul{left:14em;top:0;width:14em;}

/* position the third level flyout dropmenu for a left flyout */
.dropmenu ul ul ul.left {left:-14em;}


/* make the second level visible when hover on first level list OR link */
.dropmenu ul li:hover ul, .dropmenu ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent url(../../style/images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.dropmenu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.dropmenu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.dropmenu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.dropmenu ul :hover ul :hover ul :hover ul {visibility:visible;}
