﻿/* code which works on all pages */
#main_content .other /* Section which show other upcoming events in same category */
{
    display:none;
}

#main_content #book /* display the 'book tickets' option in the middle column */
{
    display:none;
}

#main_content #name /* display the name of the event in the middle column */
{
    display:none;
}

#main_content .event_info
{
    width:125px;
    float:right;
    position:absolute;
    top:230px;
    right:10px;
    }

#main_content #dates	{ font-weight:200; font-size:x-large; color:Red; }


#main_content .event /* main event info area on page */
{
    width:95%;
	float:left;
    position:relative;
    top:10px;
    left:-150px;

}

/*Code for What's On Detail page below here */

.whatsondetail #print_logo
{
    display:block;
}

.whatsondetail .mast					/*logo +  image*/
{
	display: none;
}

.whatsondetail #main_nav /*  Home, What's on etc */
{
	display: none;
}

.whatsondetail #search_bar /* grey bar with bottom orange strip and search box */
{
	display: none;
}

.whatsondetail #sub_nav /* Site Map, Enquiry form etc. */
{
	display: none;
}

.whatsondetail #left_nav /* Left Nav. Box Office. Upcoming events, All events etc. */
{
    display:none;
}

.whatsondetail #footer /* Footer - Home | What's on BCC Logo etc */
{
    display:none;
}

.whatsondetail h1 /* title which appears in the coloured bar above main photo */
{
    display:none;
}

.whatsondetail h2 /* title of actualy event */
{
    display:;
    position:absolute;
    top:25px;
    left:310px;
    font-weight:200;
}

.whatsondetail h3 /* date of event as displayed below image */
{
    display:none;
}

.whatsondetail .presenting /* name of promoter (when present) of event as displayed below image */
{
    display:none;
}



.whatsondetail #main_content.events
{
    border-style:none;
    width:100%;
}

/*Code for What's On Detail page (/whatson/performancedetails.aspx) above here */

/*Code for What's On Home page (/whatson/index.aspx) below here */

.whatsonhome #print_logo
{
    display:block;
}

.whatsonhome .mast					/*logo +  image*/
{
	display: none;
}

.whatsonhome #main_nav /*  Home, What's on etc */
{
	display: none;
}

.whatsonhome #search_bar /* grey bar with bottom orange strip and search box */
{
	display: none;
}

.whatsonhome #sub_nav /* Site Map, Enquiry form etc. */
{
	display: none;
}

.whatsonhome #left_nav /* Left Nav. Box Office. Upcoming events, All events etc. */
{
    display:none;
}

.whatsonhome #footer /* Footer - Home | What's on BCC Logo etc */
{
    display:none;
}

.whatsonhome #eventbig
{
width:;
}

.whatsonhome #inner
{
width:;
}

.whatsonhome #main_content.events
{
    border-style:none;
    width:100%;
}

.whatsonhome #eventbig
{
   
    position:absolute;
    top:230px;
    right:10px;
    float:left;
    width:66%;
display:;
}

.whatsonhome #eventsub
{

display:;
}

#main_content.events .exhib h4
{
display:;
}

#main_content.events .exhib #exhibition
{
display:;
}

#main_content.events a
{
/*display:none;*/
}
/*Code for What's On Home page (/whatson/index.aspx) above here */
