@charset "utf-8";
body {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #000 url(../layout/bg.jpg) no-repeat fixed center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	width:100%;
}

.holidayshow {
	background: #c7c7c7 url(../layout/bg_holidayshow.jpg) repeat-x fixed center top;
}

img  {
	border: none;
}
a:link, a:active, a:visited {
	color:#F97634;
}
form {
	padding:0;
	margin:0;
}
input[type="submit"] {
	background: url(../layout/button_bg.jpg) repeat-x center;
	font-weight: bold;
	color: #FFF;
	font-size: 14px;
	border: 0px none #666;
	padding: 2px 6px;
}
.fxdheight_btn {
	height: 32px;
	width: 100px;
}
input[type="text"], select, textarea {
	background: #EDF1F2 url(../layout/grad_0.jpg) repeat-x bottom;
	color: #333;
	border: 1px solid #999;
	padding: 1px;
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.orange {
	color:#F79239;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#container {
	width: 955px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
}

/*-----------------------------------------------------------------------------------*/
/* HEADER */
/*-----------------------------------------------------------------------------------*/
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.logo {
	margin-top: 28px;
	height: auto;
}



/*-----------------------------------------------------------------------------------*/
/* WRAPPER */
/*-----------------------------------------------------------------------------------*/
#mainContent {
	padding: 0;
	clear: both;
}

/*-----------------------------------------------------------------------------------*/
/* FOOTER */
/*-----------------------------------------------------------------------------------*/


#footer {
	padding: 6px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../layout/black45.png);
	font-size: 11px;
	color: #CCC;
	clear: both;
	display: block;
	margin-top: 15px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}

/*-----------------------------------------------------------------------------------*/
/* HANGING SKYSCRAPER */
/*-----------------------------------------------------------------------------------*/

#hanging_sky120x600 {
	position:absolute;
	right:-145px;
	top:100px;
	width:120px;
	clear:both;
	height: 600px;
} /* :hack:clear both to fix absolute positioning bug in IE6 */
#hanging_sky120x600 .ad img { display:block; }

#hanging_sky160x600 {
	position:absolute;
	right:-185px;
	top:100px;
	width:160px;
	clear:both;
	height: 600px;
} /* :hack:clear both to fix absolute positioning bug in IE6 */
#hanging_sky160x600 .ad img { display:block; }

#columns { margin-top: 16px; #margin-top: 20px; }

#hanging_728x90 {
	position:absolute;
	right:-145px;
	top:0px;
	width:728px;
	clear:both;
	height: 90px;
} /* :hack:clear both to fix absolute positioning bug in IE6 */

#hanging_468x60 {
	position:absolute;
	right:0px;
	top:18px;
	width:468px;
	clear:both;
	height: 60px;
} /* :hack:clear both to fix absolute positioning bug in IE6 */




#mainContent h1 {
	color: #FFF;
	background-image: url(../layout/black45.png);
	padding: 10px;
	margin: 0px;
	border-left: 4px solid #f29942;
	font-size: 24px;
}
#mainContent h2 {
	color: #FFF;
	background: url(../layout/black45.png);
	padding: 10px;
	margin: 0px;
	border-left: 4px solid #f29942;
	font-size: 16px;
}
.contentbg {
	background: #FFF;
	margin: 0px;
	padding: 10px;
	border-left: 4px solid #F7B36F;
	height: auto;
}
.contentbg-orange {
	background: url(../layout/orange.jpg) repeat-x bottom;
	margin: 0px 0px 15px;
	padding: 20px;
	border-left: 4px solid #F7B36F;
	height: auto;
	color: #000;
	font-size: 18px;
	text-align: center;
}
.transparent {
	background: url(../layout/white40.png);
}
.box-640x250 {
	float: left;
	height: 250px;
	width: 640px;
	margin-bottom: 20px;
	display: block;
	margin-right: 15px;
}
.box-640x350 {
	float: left;
	height: 350px;
	width: 640px;
	margin-bottom: 20px;
	display: block;
	margin-right: 15px;
}
.box-640xxxx {
	float: left;
	width: 640px;
	margin-bottom: 20px;
	display: block;
	margin-right: 15px;
}
.box-series-bg {
	height: 350px;
}
.box-300x250 {
	float: left;
	height: 250px;
	width: 300px;
	margin-bottom: 20px;
	display: block;
	margin-right: 0px;
}
.box-300xxxx {
	float: left;
	width: 300px;
	margin-bottom: 20px;
	display: block;
	margin-right: 0px;
}
.box-fullwidth {
	float: left;
	margin-bottom: 20px;
	display: block;
	width: 955px;
}
.box-fullwidthBlack {
	float: left;
	margin-bottom: 20px;
	display: block;
	padding: 10px;
	margin: 0px;
	border-left: 4px solid #f29942;
	background-color:#000;
	width: 955px;
}
.box-309x200 {
	float: left;
	height: 200px;
	width: 300px;
	margin-bottom: 20px;
	display: block;
	margin-right: 27px;
}
.box-900x200 {
	float: left;
	height: 200px;
	width: 955px;
	margin-bottom: 20px;
	display: block;
	margin-right: 27px;
}
.contentbg p {
	padding: 0px;
	margin: 0px;
}
.norightmargin {
	margin-right: 0px;
}
.minheight200 {
	min-height: 190px;
}
.minheight100 {
	min-height: 150px;
}
#footer p a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
h2 a:link, h2 a:visited, h2 a:active {
	text-decoration: none;
	color: #FFF;
}
h2 a:hover {
	text-decoration: none;
	color: #F90;
}
h3 {
	margin: 0;
	padding: 0px;
	font-size: 16px;
	color: #333;
}

.gradbg {
	font-size: 12px;
	color: #333;
	background: url(../layout/grad_0.jpg) repeat-x;
	padding: 5px;
	float: left;
	width: 290px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.gradbgnew {
	color: #FFF;
	background: url(../layout/newseries.jpg) repeat-x right;
}
.gradbgfull {
	background: #ECF0F1 url(../layout/grad_0.jpg) repeat-x bottom;
	padding: 10px;
	margin-bottom: 10px;
	min-height: 120px;
}

.gradbgrow {
	background: #ECF0F1 url(../layout/grad_0.jpg) repeat-x bottom;
	padding: 10px;
	margin-bottom: 10px;
}
.gradbgrow:hover {
	background: #ECF0F1;
}
.gradbgrow h3 {
	font-size:14px;
}
.gradbg_button {
	background: #ECF0F1 url(../layout/button_bg.jpg) repeat-x bottom;
	padding: 10px;
	display: block;
	width: 100px;
	font-weight:bold;
	cursor:pointer;
	text-align:center;
	margin: 5px auto;
	color: #FFF;
}
.gradbg_button_wide {
	background: #FCDA93 url(../layout/button_bg.jpg) repeat-x bottom;
	padding: 10px;
	display: block;
	width: auto;
	font-weight:bold;
	cursor:pointer;
	text-align:center;
	margin: 5px auto;
	color: #FFF;
	font-size: 16px;
}
.gradbg_button_wide a {
	color: #000000;
	text-decoration:none;
}
.presbox {
	font-size: 16px;
	color: #333;
	background: url(../layout/pr_grad_0.jpg) repeat-x bottom;
	padding: 5px;
	float: left;
	width: 210px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}
.presbox img {
	float: left;
	margin-right: 5px;
}
.gradbg:hover, .presbox:hover {
	background: #d9d9d9 url(../layout/pr_grad_1.jpg) repeat-x bottom;
	cursor:pointer;

}
.gradbg a, .presbox a {
	text-decoration: none;
	color: #333;
}
.contentbg h2 {
	background: none;
	border-width: 0px;
	border-style: none;
}
.grey {
	font-size: 14px;
	color: #999;
}
.leftcol {
	padding: 0px;
	float: left;
	width: 620px;
	margin-right: 15px;
}
.rightcol {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 320px;
}
.serieslink {
	font-size: 14px;
	background: url(../layout/grad_0.jpg) repeat-x bottom;
	padding: 8px;
	margin-bottom: 5px;
	display: block;
	float: left;
	width: 138px;
	margin-left: 0px;
	margin-right: 5px;
}
.serieslink:hover, .active {
	background: url(../layout/grad_1.jpg) repeat-x bottom;

}.serieslink a {
	text-decoration: none;
	color: #333;
}
.bmargin {
	margin-bottom: 15px;
}
.contentbg h3 a {
	text-decoration: none;
}
.weekday {
	background: #a5a5a5 url(../layout/black_0.jpg) repeat-x bottom;
	padding: 10px;
	float: left;
	height: 70px;
	width: 70px;
	margin-right: 5px;
	margin-bottom: 20px;
	text-align: center;
	color: #CCC;
}
.weekday:hover {
	background: #bbbbbb url(../layout/black_1.jpg) repeat-x bottom;
	cursor:pointer;
}
.today {
	background: #fbf1c8 url(../layout/orange.jpg) repeat-x bottom;
	color:#333;
}
.onnow {
	background: #fbf1c8 url(../layout/orange.jpg) repeat-x bottom;
	padding: 6px 0px 6px 6px;
	float: left;
	height: 78px;
	margin-bottom: 20px;
	clear: right;
	margin-left: 10px;
	width: 150px;
}
.onnowsearch {
	background: #fbf1c8 url(../layout/black_1.jpg) repeat-x bottom;
	padding: 10px;
	float: right;
	height: 70px;
	margin-left: 20px;
	width: 160px;
	color: #CCC;
}
.clearboth {
	clear: both;
	display: block;
}
.whatson  {
	font-size:11px;

}
.whatson a {
	color:#000;
	text-decoration:none;
	font-size:13px;
}
.whatson a:hover {
	color: #0094C3;
	text-decoration:none;
	font-size:13px;
}
.blue {
	color: #0094C3;
}
.featureimg {
	background: no-repeat center center;
	margin: 28px;
	height: 115px;
	width: 140px;
	border: 4px solid #CCC;
	float: left;
}
.frameimg {
	margin: 5px auto;
	border: 4px solid #CCC;
}
.capitaliseme {
	text-transform:capitalize;
}
.onnow p a {
	color: #666;
	text-decoration: none;
}
.contentbg h5 {
	font-size: 24px;
	margin: 0px 0px 20px;
	padding: 0px;
}
.contentbg-orange a {
	color: #000;
	text-decoration: none;
}
.contentbg-orange:hover {
	cursor:pointer;
}
#searchbox {
	float: right;
	padding: 10px;
	text-align: right;
}
#bigsearchbox {
	padding: 40px;
	text-align: center;
}
#searchbox #programmesearch #search, #searchbox #episodesearch #search  {
	color: #999;
	background: #414141;
	padding: 3px;
	margin: 0px;
	border: 1px solid #000;
}
#searchbox #programmesearch #button, #searchbox #episodesearch #button  {
	margin: 0px;
}

#bigsearchbox #episodesearch #button {
	font-size: 14px;
	padding: 8px;
	border: 2px solid #666;
	color: #333;
}
#bigsearchbox #episodesearch #epsearchme #search {
	padding: 8px;
	background: #E8E8E8;
	border: 2px solid #999;
	font-size: 14px;
	font-weight: bold;
	}
.smalltext {
	font-size: 10px;
}
.video-534x320 {
	clear: right;
	float: right;
	height: 270px;
	width: 420px;
	margin-left: 40px;
}
#personalinfo {
	width: auto;
	border-style: none;
}
#mediaspace {
	background: url(../layout/white40.png);
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.contentbg.minheight200.transparent h2 {
	font-size: 14px;
	background: url(none);
}
#container #mainContent .rightcol .bmargin .contentbg.minheight200.transparent h2 {
	font-size: 14px;
	background: url(none);
	margin: 5px 0px 0px;
	padding: 0px;
	border-style: none;
}
#container #mainContent .leftcol div .contentbg.clearfix h2 {
	font-size: 16px;
	background: url(none);
	color: #333;
	margin: 10px 0px 0px;
	padding: 0px;
	border-style: none;
}
#container #mainContent .leftcol div .contentbg.clearfix h1 {
	background: url(none);
	margin: 0px 0px 10px;
	padding: 0px;
	border-style: none;
	color: #333;
	font-size: 18px;
}
#container #mainContent .box-300x250 .contentbg.minheight200.transparent h2 {
	font-size: 14px;
	font-weight: normal;
	background: url(none);
	margin: 10px 0px 0px;
	padding: 0px;
	border-style: none;
	color: #000;
}
#container #mainContent .rightcol .bmargin .contentbg.transparent h2 {
	font-size: 14px;
	color: #000;
	background: url(none);
	margin: 5px 0px 0px;
	padding: 0px;
	border-style: none;
}
.white {
	color: #FFF;
}
#smallfooter {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
	font-weight: normal;
	color: #CCC;
	width:870px;
	margin: 5px auto;
	padding-right: 20px;
	padding-left: 20px;
}

#smallfooter p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font: 10px Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
	font-weight: normal;
	color: #666;
	
}
#smallfooter p a {
	color: #333;
	text-decoration: none;
	font-weight:normal;
	font: 10px Arial, Helvetica, sans-serif;
}
#container #mainContent .box-fullwidth .contentbg .clearfix .weekday h3 {
	font-size: 14px;
}
.orangebutton {
	background: url(../layout/button_bg.jpg) repeat-x center;
	font-weight: bold;
	color: #FFF;
	font-size: 16px;
	border: 0px none #666;
	padding: 10px 10px;
	height:auto;
	width: auto;
}
.centred {
	text-align: center;
}
.rightmargin {
	margin-right: 20px;
}
.leftmargin {
	margin-left: 20px;
}
.small {
	font-size: 9px;
	color: #666;
}
.giveawayimg {
	background:  no-repeat center top;
	float: left;
	height: 140px;
	width: 120px;
	margin-right: 10px;
}
.compimg {
	background:  no-repeat right bottom;
	float: right;
	height: 280px;
	width: 420px;
	margin-left: 10px;
}
#container #mainContent .leftcol div .contentbg.clearfix h1 strong a {
	text-decoration: none;
}
.buttonlike {
	background: url(../layout/orange.jpg) repeat-x;
	margin: 4px;
	display: block;
	width: 130px;
	color: #FFF;
	text-align: center;
}
.hpbuttons {
	background: url(../layout/grad_0.jpg) repeat-x top;
	padding: 4px;
	margin-bottom: 8px;
}
.hpbuttons a {
	color: #333;
	text-decoration: none;
	font-size: 14px;
}

#superheader {
	font-size: 9px;
	color: #666;
	position: absolute;
	top: 0px;
	width: 150px;
	text-align: left;
	left: 20px;
	height: 25px;
}
#superheader p {
	margin: 0px;
	padding: 0.2em 0.75em 0.2em 0em;
	display: inline;
	float: left;
}
#superheader p strong {
	color: #CCC;
}
#superheader #MenuBar2 li .MenuBarSubmenuVisible li a img {
	margin: 0px 4px;
}
h6 a {
	text-decoration: none;
}
.whatson_box {
	background: url(../layout/white40.png);
	padding: 5px;
	float: left;
	height: 88px;
	width: 128px;
	margin-bottom: 10px;
	overflow: hidden;
}
.whatson_newsletter {
	background: url(../layout/white40.png);
	padding: 5px;
	height: 58px;
	overflow: hidden;
	clear: both;
	text-align: center;
}
.leftmargin {
	margin-left:0px;
}
.white80 {
	background-image:url(../layout/white80.png)
}
#rotator
{
	overflow: hidden;
	position: relative;
	width: 316px;
	height: 240px;
	text-align:center;
}

#rotator img
{
	border: 0;
}

