/*----------------=Main.master Layout-------------------*/

#wrapper 
{
    font-size: 1.1em;
	margin: 0 auto;
	padding: 0px 0;
	width: 70em;
    }

/*----------------=Sub.master Layout-------------------*/

/*---=Header Elements---*/

#logo {
	float: left;
    /* NEW LOGO AMENDMENT 09/01/09 : New logo jpg included */
    width:124px;
	background-image: url(../images/BBCWorldwideNewLogo.jpg);
	background-repeat: no-repeat;
	background-position: left centre;
	margin:14px 0px 0px 20px;
	padding-bottom:14px;
	}

#logo a {width: 124px; height: 9em; display: block;}

#banner_search_wrapper {float: right; width: 52em;}

#banner {float: left; width: 35.9em; height: 8em;}

/*---=QuickSearch Styles---*/

#searchWrapper {
/* MARGIN TOP ADDED 29/01/09 TO BALANCE WITH NEW LOGO */
	padding-top: 6px;
	margin-top:13px;
	float: right;
	width: 16em;
	height: 8em;
	background-color: #7E1A1E;
	}

#searchWrapper label {
    margin-left: 6px;
    text-align: left;
    color: #FFF;
    }

#searchInputGo {padding: 0 5px;}

#searchInputGo input {
	margin-bottom: 0;
	float: left;
	width: 80%;
	border: 1px solid #EEE;
	/*border-right-color: #BCBCBC;*/
	}

#searchWrapper #advancedLink {clear: left; padding: 6px;}

#searchWrapper #advancedLink a:link,
#searchWrapper #advancedLink a:visited,
#searchWrapper #advancedLink a:hover,
#searchWrapper #advancedLink a:active {
    padding: 1px;
    line-height: 1.6em;
    color: #FFF;
    border-bottom: dotted 1px #FFF;
    }

#searchWrapper #advancedLink a:hover {border-bottom-style: solid;}

/*---=Content & DropShadow---*/

#dropShadow {
    position: relative;
    width: 67em;
    }

#dropShadow .positionCheatTopShadow {
    position: absolute;
    top: 0;
    left: 67em;
    height: 3em;
    width: 3em;
    }

/*Reason why this is different to width of #wrapper = we allow for the 3em drop shadow on right*/
#content {
    width: 67em;
    padding: 5px 0;
    background-image: url(../images/BackgroundTile_Content.png);
    background-repeat: repeat;
	/*border: 1px solid #FF00CC;*/
    }

#navigation {
	float: left;
	clear: left;
	width: 7.5em;
	}


#breadcrumb_mainContent_wrapper {
    float: left;
    width: 52em;/*52.1em;*/
    position: relative;
    /*border: 1px solid #FFCC33;*/
    }

#breadcrumb {
    margin: 0 5px;
    border-bottom: 1px solid #666;
    }

#mainContent {width: auto; min-height: 41em;}
/*min-height added in above so that preview graphic on right doesn't interfer with the BBC Worldwide logo*/

#mainContentBackgroundTile,
#mainContentBackgroundTile_programmePage {
    margin: 0 auto;
    clear: both;
    border: 1px solid #DDD;
    background-image: url(../images/BackgroundTile_Content.png);
    background-repeat: repeat;
    }

#mainContentBackgroundTile_programmePage {padding-bottom: 5px;}

/*---=Favourites and Previews right hand graphics---*/

#favourites {
    position: absolute;
    top: 0;
    right: -39px;
    z-index: 1;
    }

#previews {
    position: absolute;
    top: 160px;
    right: -39px;
    z-index: 1;
    }

#previews ul,
#favourites ul {
    position: relative;
    width: 89px;
    height: 89px;
    background-image: url(../images/Previews_Graphic.png);
    }

#favourites ul {background-image: url(../images/Favourites_Graphic.png);}

#previews li,
#favourites li {position: absolute; top: 0;}

#previews li,
#previews a,
#favourites li,
#favourites a {height: 89px; display: block;}

#previews a.previewGraphic,
#favourites a.favouriteGraphic {left: 0; width: 89px;}

#previews a:hover.previewGraphic,
#favourites a:hover.favouriteGraphic {
    background-color: transparent;
    background-image: url(../images/Previews_Graphic.png);
    background-position: -89px 0;
    background-repeat: no-repeat;
    }

#favourites a:hover.favouriteGraphic {
    background-image: url(../images/Favourites_Graphic.png);
    }

/*---=PopUpList for Favourites, Previews and Preview Request---*/
/*=Ordering Preview pop-up(Programme page), #requestPreview_Wrapper
is positioned relative to .previewIcon (Base.css)*/

#outerWrapperDropShadow_FavMenu,
#outerWrapperDropShadow_PreMenu,
#outerWrapperDropShadow_requestPre {
    width: 20em;
    position: absolute;
    top: 0;
    right: -5px;
   /*Moved this to right: -5px; for Showcase release,
    should be set to 0 once showreel removed from home page*/
    z-index: 2;
    }

#outerWrapperDropShadow_PreMenu {top: 60px;}
#outerWrapperDropShadow_requestPre {top: -15px; right: 20px;}

#favouritesMenu_Wrapper,
#previewMenu_Wrapper,
#requestPreview {
    padding: 6px 6px 11px 6px;
    position: relative;
    width: auto;
    border: 1px solid #DDD;
    background-image: url(../images/BackgroundTile_ContentDarkest.png);
    background-repeat: repeat;
    }

#favouritesMenu_Wrapper h3,
#previewMenu_Wrapper h3,
#requestPreview h3 {
    margin-bottom: 3px;
    padding: 0 6px 6px 6px;
    color: #BD282E;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: .1em;
	border-bottom: dotted 1px #666;
    }

#favouritesMenu_Wrapper p,
#previewMenu_Wrapper p,
#requestPreview p {padding: 0 6px 6px 6px; line-height: 1.4em;}

#favouritesMenu_Wrapper p.iconDisplay,
#previewMenu_Wrapper p.iconDisplay {
    padding-left: 26px;
    background-image: url(../Images/Favourites_On.gif);
    background-repeat: no-repeat;
    }

#previewMenu_Wrapper p.iconDisplay {
    background-image: url(../Images/Previews_On.gif);
    background-repeat: no-repeat;
    }

#favouritesList,
#previewList,
#previewRequestOptions, #previewListLoading {
    width: auto;
    height: 10em;
    overflow: auto;
    }

#previewRequestOptions {overflow: hidden;}

#favouritesList a,
#previewList a,
#requestPreview a {
    display: block;
    width: 14.5em;
    line-height: 1.2em;
    }

#favouritesList a:link,
#favouritesList a:visited,
#favouritesList a:hover,
#favouritesList a:active,
#previewList a:link,
#previewList a:visited,
#previewList a:hover,
#previewList a:active,
#requestPreview a:link,
#requestPreview a:visited,
#requestPreview a:hover,
#requestPreview a:active {
    padding: 3px 6px 3px 10px;
    color: #333;
    background-image: none;
    background-color: Transparent;/*Applied here because list is a child of div.previewIcon,
    without which it would display the preview icon on hover*/
    }

#favouritesList a:hover,
#previewList a:hover,
#requestPreview a:hover {
    background-image: url(../images/Menu_Arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
    color: #000;
    background-color: #DDD;
    }

/*Styling for feedback messages for when the user has requested viewing material*/

#requestPreview .requestFeedback,
#requestPreview span.requestFeedback,
#requestPreview .requestFeedbackBottom {
    margin-bottom: 6px;
    padding: 0 6px;
    width: 14.5em;
    }

#requestPreview span.requestFeedback {display: block;}

#requestPreview .requestFeedbackBottom {margin-bottom: 0;}

/*---=Menus---

---=MenuNavigation---*/

#navigation ul li {line-height: 1.2em;}

#navigation ul li a {display: block;}

#navigation ul li a:link,
#navigation ul li a:visited,
#navigation ul li a:hover,
#navigation ul li a:active {padding: 4px 10px; color: #333;}

#navigation ul li a:hover {
    color: #000;
    background-color: #FFF;
    background-image: url(../images/Menu_Arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
    }

/* =navDownState style for selected item*/

#navigation ul li a.navDownState {
    padding: 4px 10px;
    color: #000;
    background-color: #FFF;
    background-image: url(../images/Menu_Arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
    }

/*---=MenuBreadcrumb---*/

#breadcrumb ul {padding-bottom: 5px;}

#breadcrumb ul li {
    float: left;
    padding: 0 5px 0 15px;
    background-image: url(../images/Menu_Arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
    }

#breadcrumb ul li a {display: block;}

#breadcrumb ul li a:link,
#breadcrumb ul li a:visited,
#breadcrumb ul li a:hover,
#breadcrumb ul li a:active {
    padding: 2px 3px;
    color: #333;
    }

#breadcrumb ul li a:hover {
    color: #000;
    /*background-color: #FFF;*/
    background-image: url(../images/BackgroundTile_Content.png);
	background-repeat: repeat;
    }


/*Exception to style for lists (menus) the first item in the list no border & adjust padding*/

#breadcrumb ul li.firstItem {
    padding: 0;
    padding-right: 5px;
    background-image: none;
    border: none;
    }

/*=footerDownState style for selected item*/

#breadcrumb ul li a.breadcrumbDownState {
    padding: 2px 3px;
    /*background-color: #FFF;*/
    color: #000;
    background-image: url(../images/BackgroundTile_Content.png);
	background-repeat: repeat;
    }

#breadcrumb ul li a:hover.breadcrumbDownState {cursor: text;}

/* -----------------------------------------------------*/

/* PREVIEW STYLES : BEGIN */
/* I'm not sure that these are used... */
.PlayerContainer
{
	float:left;
}

.SpeechBubble
{
	float:right;
	padding-right:20px;
}


.Step
{
	padding:20px 0px 20px 0px;
}

/* PREVIEW STYLES : END */

/* QUICK REG STYLES : BEGIN */
.QuickReg .OutsideContainer
{
	width:100%;
}

.QuickReg .InsideContainer
{
	margin:0 auto;
	position:relative;
	text-align:left;
	width:908px;/**/
}

.QuickReg #logo
{
	padding-bottom:20px;
}

.QuickRegPageTop
{
	width:908px;
	height:20px;
	background:url(../../images/QuickRegPageTop.gif) no-repeat left bottom;/**/
}

.QuickRegPageBottom
{
	width:908px;
	height:20px;
	background:url(../../images/QuickRegPageBottom.gif) no-repeat left bottom;/**/
}

.QuickReg .Content
{
	width:908px;
	background-color:#FFFFFF;
	background:url(../../images/QuickRegPageContentBg.gif) repeat-y left bottom;/**/
}

.QuickReg .Col534
{
	width:534px;
	padding-bottom:40px;
	float:left;
}

.QuickReg .Col364
{
	width:364px;
	float:left;
}

.QuickReg .clear
{
	clear:both;
	height:0px;
	overflow:hidden;
	width:100%;
}

.QuickReg form.QuickReg
{
	padding-left:10px;
}

.QuickReg h2
{
	color:#642099;
	font-size: 2.5em;
	padding:0px 0px 0px 20px;
	text-transform:none;
	font-weight:lighter;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.QuickReg p
{
	color:#642099;
	font-size: 1.2em;
	line-height:160%;
	padding:10px 0px 0px 20px;
}

.QuickReg #quickRegistrationForm p
{
	padding:10px 0px 10px 0px;
}

.QuickReg #quickRegistrationForm fieldset
{
	border:0 none;
	float:left;
	margin-left:5px;
	padding:4px;
	width:205px;
	overflow:visible;
}

.QuickReg .input
{
	border: 2px solid #C1A6D6;
	width:168px;
	font-size: 2em;
	padding:2px;
}

.QuickReg .CellTop
{
	background:url(../../images/CellTop.gif) no-repeat left bottom;/**/
	width:205px;
	height:14px;
}

.QuickReg .CellBottom
{
	background:url(../../images/CellBottom.gif) no-repeat left bottom;/**/
	width:205px;
	height:14px;
}

.QuickReg .CellContainer
{
	padding-left:15px;
	width:190px;
	height:220px;
	background-color:#EFE8F5;
}


.QuickReg .CellContainer .help
{
	color:#642099;
	padding-top:5px;
}

.QuickReg .CellContainer p
{
	padding-bottom:10px;
}

.QuickReg .TermsContainer
{
	background:url(../../images/TermsBg.gif) no-repeat left top;/**/
	width:205px;
	height:56px;
  margin-left:-15px;
}

.QuickReg .TermsContainer p
{
	font-size: 1.0em;
	margin:0px 0px 0px 20px;
}

.QuickReg .TermsContainer a,
.QuickReg .SkipTermsContainer a
{
	color:#642099;
	text-decoration:underline;
}

.QuickReg .SkipTermsContainer {
  padding-top:10px;
}

.QuickReg .SkipTermsContainer p
{
	float:left;
	margin:0px 0px 0px 10px;
  padding:0 0 0 0;
}

.QuickReg .SkipTermsContainer input
{
	float:left;
  margin-left:10px;
}

.QuickReg .TermsContainer input.QuickReg
{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 10px;
	width:20px;

}

.QuickReg .SkipTermsContainer input.QuickReg
{

}

.QuickReg .CellBody
{
	position:relative;
	top:-71px;
	padding-right:20px;
}

.RegNextArrow
{
	background:url(../../images/RegNextArrow.gif) no-repeat;/**/
	position:relative;
	width:66px;
	height:71px;
	right:-160px;
	top:166px;
	z-index:999;
}

.QuickReg .CellContainer #usernameTakenError{color:red;}
.QuickReg #usernameTakenError {display:none;}
.QuickReg .TermsContainer .error
{
	margin-top:17px;
}

.QuickReg input.error, .QuickReg input.ajaxError
{
	border-color:Red;
}
.QuickReg #hideErrorMessages
{
	display:none;
}
.QuickReg #termsErrorMessage , .QuickReg #skipTermsErrorMessage
{
	display:none;
	color:Red;
	margin:17px 0 0 25px;
}

.QuickReg #skipTermsErrorMessage {
  clear:both;
  margin:17px 0 0 10px;
}
.SubmitText
{
	height:95px;
}

.SubmitBtnContainer
{
	padding:10px 10px 0px 0px;
	text-align:right;
}

.SubmitBtnLeft
{
	background:url(../../images/SubBtnLeft.gif) no-repeat left top;/**/
	width:6px;
	height:52px;
	margin:0px;
	padding:0px;
}

.SubmitBtnRight
{
	background:url(../../images/SubBtnRight.gif) no-repeat left top;/**/
	width:6px;
	height:52px;
	margin:0px;
	padding:0px;
}

.SubmitBtn
{
	-x-system-font:none;
	background:transparent url(../../images/SubBtnBg.gif) repeat-x scroll 0 0;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	font-family:"gill sans", Verdana, Arial, Helvetica, sans-serif;
	font-size:2.5em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:light;
	height:52px;
	letter-spacing:1px;
	line-height:26px;
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	vertical-align:top;
	width:4.3em;
}


.SkipSection
{
	padding-top:40px;
}

.SkipSection #Div1
{
	padding-left:10px;
}

.SkipSection #quickRegistrationForm p
{
	padding-left:10px;
}

.SkipSection #quickRegistrationForm a
{
	text-decoration:underline;
	color:#642099;
}

.SkipSection .SkipBtnContainer
{
	padding:10px 10px 0px 10px;
	text-align:left;
}

.SkipSection .SkipBtnLeft
{
	background:url(../../images/SkipBtnLeft.gif) no-repeat left top;/**/
	width:6px;
	height:52px;
	margin:0px;
	padding:0px;

}

.SkipSection .SkipBtnRight
{
	background:url(../../images/SkipBtnRight.gif) no-repeat left top;/**/
	width:6px;
	height:52px;
	margin:0px;
	padding:0px;
}

.SkipSection .SkipBtn
{
	-x-system-font:none;
	background:transparent url(../../images/SkipBtnBg.gif) repeat-x scroll 0 0;
	border:medium none;
	color:#FFFFFF;
	cursor:pointer;
	font-family:"gill sans", Verdana, Arial, Helvetica, sans-serif;
	font-size:2.5em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:light;
	height:52px;
	letter-spacing:1px;
	line-height:26px;
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	vertical-align:top;
	width:4.3em;
}






/* QUICK REG STYLES : END */
