/* CSS Document */
#main, #content, #hero, #subhero, #browse, #explore, #learning, #whatson, #related {
	float:none !important;
	width:100% !important;
}


#hero {
	float:none !important;
	width:100% !important;
	padding-left:5px;
}

.socialbookmarks, .ratings_area, #promofooter, .commentsSignIn {
	display: none;
}


/*--start index page styles--*/

#index h3, .open2today p, .open2today h3, .programmes h3, .programmes p, .toplevellearning p, .toplevellearning h3, .discussingtoplevel p, .discussingtoplevel h3 {
	padding-left: 5px;
}

#index p {
	padding-bottom: 3px;
}

/*--end index page styles--*/





/*--top and bottom hash include and font resizer--*/
#header img {
	display:inline !important;
}
#nav, #btnav, #bread h2, #bread ul {
	display: none !important;
}






/* HOME PAGE ONLY START */
/* changes white text to have color (so no problem as no bg color when printing) */
#index h2, #index .schedule, #index .title {
	color: #002d5a !important;
}
#index #whatson form, #index #related form {
	display: none !important;
}
#index #learning, #index #related {
	padding-top: 20px;
}
/* HOME PAGE ONLY ENDS */
 


/* OPEN2TODAY, PROGRAMMES, LEARNING, DISCUSSING, GA INDEX ONLY STARTS */
#twocolbigleft h2 {
	color: #000 !important;
}
#twocolbigleft #explore, #twocolbigleft #browse, #twocolbigleft #related {
	padding-top: 20px;
}
/* OPEN2TODAY, PROGRAMMES, LEARNING, DISCUSSING, GA INDEX ONLY ENDS */



/* GA and TLA BANNER TABS STARTS */
#tlanavlist {
	display: none !important;
}
/* GA INDEX BANNER TABS ENDS */






/* TLA and Broadcast Sites STARTS */
#subnav, .open2pagenos, #btpagerprev, #btpagernext {
	display: none !important;
}
#tlaindex h2, #broadcastindex h2, #tvviewer h1, #tvviewer h2, #tvviewer h3, #tlaviewer h1, #tlaviewer h2, #tlaviewer h3  {
	color: #000 !important;
}
#topbanner img {
	width: auto;
	height: auto;
	max-width: 100%;
	}
* html #topbanner img {
	width: 100%;
	}
/* TLA and Broadcast Sites ENDS */


/*-- Print Only class - used for footnoted urls generated by javascript - displayed only when in print mode --*/
.printOnly {
	display:block;
}
sup.printOnly {
	display:inline;
}



/* TABBER and COLLAPSO STARTS */
.tabbertab, .expanderContent {
	display: block !important;
	height: auto !important;
	}
.tabbertab {
	border-width: 0 !important;
	}
.tabbernav {
	display: none !important;
	}
.tabbertab h1, .tabbertab h2, .tabbertab h3, .tabbertab h4, .tabbertab h5, .tabbertab h6 {
	display: block !important;
	}
/* TABBER and COLLAPSO ENDS */


/* hide filler used by fixcolumns javascript to adjust length of columns */
.niftyfill {
	display: none !important;
	}
