
/************************************************************/
/************************ Page Layout ***********************/
/************************************************************/


body {
    background-color: #eee;
    color: #000;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

#pageContainer {
    width:900px;
    margin-left:auto;
    margin-right:auto;
}

#header {
    text-align: left;
    background: url(../images/page_container/page_header_bkg.jpg) no-repeat;
    background-color: #999999;
    min-height: 160px;
}

#footer {
    background-color: #eee;
    background: url(../images/page_container/page_footer_bkg.jpg) no-repeat;
    background-position: bottom left;
    min-height: 40px;
    text-align: left;
}

#pageContent {
    float:left;
    width: 515px;
    text-align: right;
    border-right: 1px solid #ccc;
}

#noFeaturesPageContent {
    float:left;
    width: 679px;
    text-align: right;
}

#handyInfoSection {
    width: 220px;
    float: left;
    text-align: center;
}
    
#featuredSection {
    width: 160px;
    float: left;
    text-align: center;
}

#pageContentContainer {
    text-align: left;
    padding-top: 25px;
    background: url(../images/page_container/page_content_bkg.gif) repeat-y;
}

#content {
    padding-right: 15px;
    text-align: justify;
}

.clear {
    clear: both;
    height: 1px;
    font-size: 1px;
    line-height: 0px;
}




/************************************************************/
/*************** Header Text Formatting *********************/
/************************************************************/

#header p {
    width: 280px;
    display: block;
    text-align: left;
    line-height: 140%;
    padding: 0px;
    margin:0px;
    margin-left: auto;
    padding-right: 20px;
    padding-top: 20px;
    font-size: 85%;
    float: right;
}

#header p a {
    color: #fff;
}

#header p a:hover {
	color: #f60;
}

#header .utility {
    /* Used to pad out the header for IE */
    height: 140px;
    width: 5px;
    float: right;
    padding: 0px;
    margin: 0px;
}


/************************************************************/
/*************** Footer Text Formatting *********************/
/************************************************************/

#rssLinks {
    width: 220px;
    display: block;
    float: left;
    clear: none;
    text-align: center;
    padding-left: 30px;
    /* commented backslash hack v2 IE5 Mac \*/
    padding: 0px;
    /* end hack */
    margin:0px;
    padding-top: 10px;
    font-size: 85%;
}

#address {
    width: 500px;
    display: block;
    float: left;
    clear: none;
    text-align: center;
    padding: 0px;
    margin:0px;
    padding-top: 20px;
    font-size: 75%;
}

#address span {
	font-size:100%;
	font-size:inherit;
}

#footer .utility {
    height: 1px;
    clear: both;
    padding: 0px;
    margin: 0px;
}

/************************************************************/
/********************** Navigation Menu *********************/
/************************************************************/





/************************************************************/
/********************** Text Formatting *********************/
/************************************************************/

* {
    font-family: arial, helvetica, sans-serif;
}







/************************************************************/
/********************** Media Formatting *********************/
/************************************************************/

img {
    border: none;
}

#mediaSetThumbnails {
    margin-top: 15px;
    text-align: left;
}

.mediaSetThumbnailsEmbeded {
    text-align: right;
    margin-top: 15px;
    padding-bottom: 5px;
    padding-left: 5px;
    float: left;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px dotted #bbb;
    max-width: 50%;
}

.mediaSetThumbnailsEmbeded img {
    float: left;
}


#mediaSetThumbnails img {
    padding-right: 5px;
    padding-bottom: 5px;
}

.inlineIcon{
    vertical-align: middle;
}

.spacedIcon{
    vertical-align: middle;
    margin-left:10px;
    line-height:1em;
    width: auto;
    height: auto;
}

#content.press p.thumbnails img{
	margin-right:10px;
}


/************************************************************/
/************************* Adverts **************************/
/************************************************************/


.featureContainer{
    padding: 0px;
	padding-top:20px;
    margin-bottom:20px;
    margin-left:auto;
    margin-right:auto;
    width: 120px;
    background-image: url(../images/feature/feature_bkg.gif);
}

.featureContent {
	width: 120px;
    background: url(../images/feature/feature_bkg.gif) no-repeat bottom;
	color: #000;
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-bottom:10px;
}

.featureContent img {
	opacity: 0.9;
}

.featureContent p {
	color: #000;
	font-size: 75%;
	text-align: left;
    margin: 0px;
	padding: 3px;
	line-height: 120%;
}

.featureContent p strong, 
.featureContent p em {
	color: #000;
}

.featureContent a, 
.featureContent a:hover, 
.featureContent a:visited:hover {
	color: #000;
	text-decoration: none;
	border: 0px solid #000;
}


/************************************************************/
/*********************** Navigation Bar *********************/
/************************************************************/

#navigationContainer {
    margin: 0px;
    padding: 0px;
    background-color: #bcbcbc;
    background:url(../images/page_container/navigation_container_header.gif) top left no-repeat;
}

#navigationTools {
    padding: 5px 0px 5px 15px;
    margin: 0px;
    text-align: left;
	border-bottom: 1px solid #fff;
	/*float: left;*/
    font-size: 75%;
}

#navigationPopup {
    clear: right;
    width: 280px;
    padding: 0px;
    margin:0px;
    margin-left: auto;
    padding-right: 20px;	
    padding-bottom: 5px;
    padding-top: 1px;
	/* don't float in IE Mac \*/
    float: right;
    padding-top: 5px;
    /* end IE Mac */
	z-index:2;
	text-align: right;
    border-top: 1px dotted #ccc;
}

#navigationPopupTwo {
    background: url(../images/page_container/main_menu_bkg.gif) top right no-repeat;
    position: relative;
    bottom: 0px;
    left: 650px;
    width: 50px;
    height: 20px;
    padding-left: 22px;
}


#gotoLabel {
    font-size: 75%;
    color: #fff;
}

#navigationPopup form, #quickSearch form {
    padding: 0px;
    margin: 0px;
    /*float: none;*/
}

#navigationPopupForm select.inlineIcon {
		padding-left: 5px;
}

#quickSearch {
    background:url(../images/page_container/search_box_bkg.gif) no-repeat;
    background-color: #DBDBDB;
    padding-top:15px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
    clear:left;
    margin-left:auto;
    margin-right:auto;
    width: 172px;
    text-align: left;
}

#quickSearchTermsField {
    width: 130px;
    font-size: 85%;
}

.searchBoxFooter{
    background:url(../images/page_container/search_box_bkg.gif) no-repeat bottom left;
    height: 12px;
    clear:left;
    margin-left:auto;
    margin-right:auto;
    width: 172px;
    margin-bottom: 20px;
}


/************************************************************/
/************************** Menus ***************************/
/************************************************************/



#mainMenuContainer {
    background: url(../images/page_container/main_menu_bkg.gif) top right no-repeat;
    position: relative;
    bottom: 0px;
    left: 1px;
    width: 530px;
    height: auto;
    padding-left: 15px;
}

#mainMenu {
    width: auto;
	color: #f66800;
    padding: 6px 0px 0px 0px;
	margin:0px;
	display: block;
    text-align: left;
}

.mainMenuItem {
    background: none;
    padding: 0px;
    display: inline;
    list-style: none;
	margin: 0px 8px 4px 6px;
	font-size: 85%;
	font-weight: bold;
	float: left;
    color: #f66800;    
}

.mainMenuItem a {
    color: #fff;
    border-bottom: 1px solid #304054;
    /* only show the border in IE Mac \*/
    border-bottom: none;
    /* end IE Mac */
}

.mainMenuItem a:hover {
    color: #fff;
    border-bottom: 1px dotted #fff;
}


#subMenuContainer {
    background: url(../images/page_container/sub_menu_bkg.gif) bottom right no-repeat;
    position: relative;
    top:-25px;
    left: 1px;
    width: 700px;
    height: auto;
    padding-left: 15px;
    /*z-index: 1;*/
}

#subMenu {
    width: auto;
	color: #666;
    padding: 6px 0px 0px 0px;
	margin:0px;
	display: block;
    text-align: left;
}

.subMenuItem {
    background: none;
    padding: 0px;
    display: inline;
    list-style: none;
	padding: 0px 5px 0px 5px;
	margin-bottom: 4px;
	font-size: 85%;
	font-weight: normal;
    border-left: 1px solid #888;
    height: auto;
    /* don't float in IE Mac \*/
    float: left;
    /* end IE Mac */
}



#subMenu > .subMenuItem:first-child {
	border-left: none;
}

.subMenuItem a {
    color: #000;
    border-bottom: 1px dotted #bcbcbc;
}

.subMenuItem a:hover {
    color: #222;
    border-bottom: 1px dotted #222;
}



#menuContainer {
    margin: 0px;
    padding: 0px;
    background-color: #bcbcbc;
    background:url(../images/page_container/navigation_container_footer.gif) bottom left no-repeat;
    text-align: left;
}

ul#mainMenu {
    /*max-width: 350px;*/
    width: auto;
	color: #fff;
    padding: 6px 0px 0px 0px;
	margin:0px;
	display: block;
    text-align: left;
}

li.mainMenu {
    padding: 0px;
    display: inline;
    list-style: none;
	margin: 0px 7px 4px 0px;
	font-size: 85%;
	font-weight: bold;
	float: left;
}

li.mainMenu a:link {
	color: #444;
	text-decoration: none;
	border-bottom: none;
}

li.mainMenu a:visited {
	color: #444;
	text-decoration: none;
	border-bottom: none;
}


li.mainMenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: none;
}

/************************************************************/
/******************** Handy Info Panels *********************/
/************************************************************/


.handyInfoBox{
    background:url(../images/page_container/handy_info_header_bkg.gif) no-repeat;
    background-color: #DBDBDB;
    padding-top:15px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
    clear:left;
    margin-left:auto;
    margin-right:auto;
    width: 172px;
}

.newSidebar{
    /*border:red solid 1px;*/
    background-color: #ffffff;
    padding-top:0px;
    padding-bottom:0px;
    margin-top:0px;
    margin-bottom:0px;
    clear:left;
    margin-left:auto;
    margin-right:auto;
    width: 172px;
}

.newSidebarItem {
	padding: 0px 0px 10px 0px;
	background:#DBDBDB;
	margin:0 0 10px 0;
}

.newSidebarItem p {
	padding: 10px 10px 10px 10px;
	margin:0;
	line-height:1.2em;
	font-size:88%;
	color:#403f3f;
	text-align:left;
	
	
}
.newSidebarItem p a{
	border:none;
	
}


.newSidebarItem ul{
	margin:0;
	padding:0;
	list-style:none;
}

.newSidebarItem li{
	margin:0 0 10px 4px;
	padding:0 0 0 0;
	
}

.newSidebarItem a{
	color: #5d617d;
}

.newSidebarItem a:visited{
	color:#5d617d;
}

.newSidebarItem a:hover{
	color:#5d617d;
}




.handyInfoBoxTitle{
    margin-top: 30px;
    margin-bottom: 5px;
    padding-top: 1px;
    padding-bottom: 2px;
    clear:left;
    color: #666;
    font-size: 85%;
    font-weight: bold;
    border-style: solid;
    border-color: #bababa;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
}

.handyInfoBoxItem{
    padding-top:0px;
    padding: 7px 0px 8px 0px;
}

.handyInfoBoxIcon{
    text-align: center;
    width: 32%;
    float:left;
}


/* IE Hack */
.handyInfoBoxText{
    float:left;
    width: 65%;
    text-align: left;
    font-size: 70%;
    word-wrap: break-word;
}

.handyInfoBoxItem > .handyInfoBoxText{
    font-size: 80%;
}

.handyInfoBoxItemFooter{
    clear:left;
    font-size:1px;
    height: 0px;
}

.handyInfoBoxFooter{
    background:url(../images/page_container/handy_info_footer_bkg.gif) no-repeat;
    height: 12px;
    clear:left;
    margin-left:auto;
    margin-right:auto;
    width: 172px;
    margin-bottom: 20px;
}






/************************************************************/
/*********************** Login Panel ************************/
/************************************************************/


#loginPanel {
width: 150px;
text-align: left;
margin-top: 10px;
padding: 0px;
background-color: #dbdbdb;
}

#loginPanel p {
color:#000;
font-size: 75%;
line-height: 125%;
text-align: left;
margin: 10px 0px 0px 0px;
padding: 0px;
}

#loginPanel p a:link {
color:#000000;
text-decoration: none;
border-bottom: none;
}

#loginPanel p a:visited {
color:#000;
text-decoration: none;
border-bottom: none;
}

#loginPanel p a:hover {
color:#ff6600;
text-decoration: none;
}

#loginPanel p a:visited:hover {
color:#ff6600;
text-decoration: none;
}

#loginPanel>form {
    padding: 0px;
padding-left: 10px;
    margin: 0px;
}

.loginField {
    width: 140px;
}

.loginLabel {
    font-size: 80%;
    display: block;
    padding-bottom: 10px;
}


#loginPanel input {
    /* Ignore in IE5 Mac \ */
    font-size: 95%;
}





/************************************************************/
/****************** Article and Content Layouts *************/
/************************************************************/

#content.conference img{
	margin-bottom:20px;
}

.storyContainer{
    margin-top:50px;
    width:98%;
    border-bottom: 1px dotted #eee;
    padding-bottom: 12px;
    height: auto;
    min-height: 90px;
}

.storyImage{
    float:left;
    width:30%;
    text-align: center;
    clear: none;
    height: auto;
}

img.media_set.display_size {
	margin:0 0 10px 0;
}

.storyText{
    float:left;
    width: 68%;
    height: auto;
}

.storyText h2 {
    margin-top: 0px;
    margin-bottom: 0.3em;
    /*color: #69c;*/
    font-size: 95%;
}

.storyText p {
    margin: 0em 0em 0.4em 0em;
    /*color: #4c7398;*/
    font-size: 87%;
}

.storyText p:first-child {
    padding-top: 0px;
}



.iconStoryContainer{
width:98%;
padding-top: 15px;
padding-bottom: 8px;
border-bottom: 1px dotted #ddd;
clear:left;
}

.iconStoryImage{
float:left;
width:70px;
text-align:left;
overflow:hidden;
}

.iconStoryText{
float:left;
width: 80%;
}

.iconStoryText p {
margin-top: 0px;
padding-top: 0px;
font-size: 85%;
line-height: 150%;
text-align: left;
}



.miniIconContainer {

}

.miniIconItemText {
    width: 85%;
    float: left;
    text-align: left;
    background: url(../images/mini_icon_container/text_bkg.gif) repeat-y;
    background-position: right;
    font-family: arial, helvetica, sans-serif;
    font-size: 0.7em;
    height: 2.7em;
}

.miniIconItemIcon {
    width: 10%;
    float: left;
    text-align: left;
    background: url(../images/mini_icon_container/icon_bkg.gif) repeat-y;
    height: 2.7em;
    font-size: 0.7em;
}

.miniIconContainerHeaderFirst {
    width: 20%;
    background-color: #f00;
    float: left;
    height: 10px;
    background: url(../images/mini_icon_container/header_left.gif) no-repeat;
    font-size: 0px;
}

.miniIconContainerHeaderMiddle {
    width: 55%;
    background-color: #0f0;
    float: left;
    height: 10px;
    background: url(../images/mini_icon_container/header_centre.gif) repeat-x;
    font-size: 0px;
}

.miniIconContainerHeaderLast {
    width: 20%;
    background-color: #00f;
    float: left;
    height: 10px;
    background: url(../images/mini_icon_container/header_right.gif) no-repeat;
    background-position: top right;
    font-size: 0px;
}

.miniIconContainerFooterFirst {
    width: 20%;
    background-color: #f00;
    float: left;
    height: 10px;
    background: url(../images/mini_icon_container/footer_left.gif) no-repeat;
}

.miniIconContainerFooterMiddle {
    width: 55%;
    background-color: #0f0;
    float: left;
    height: 10px;
    background: url(../images/mini_icon_container/footer_centre.gif) repeat-x;
}

.miniIconContainerFooterLast {
    width: 20%;
    background-color: #00f;
    float: left;
    height: 10px;
    background: url(../images/mini_icon_container/footer_right.gif) no-repeat;
    background-position: top right;
}


.miniIconContainer .clear {
    clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}


.collectionContainer {
    width: 500px;
    height: 120px;
	border: 1px dashed #aaaaaa;
	overflow: auto;
    margin: 10px auto;
    text-align: left;
}

.collectionObjectOdd {
	background-color: #dddddd;
    font-family: arial, helvetica, sans-serif;
    font-size: 85%;
    padding: 5px;
    font-weight: bold;
    overflow: hidden;
}

.collectionObjectEven {
	background-color: #eeeeee;
    font-family: arial, helvetica, sans-serif;
    font-size: 85%;
    padding: 5px;
    font-weight: bold;
    overflow: hidden;
}





/************************************************************/
/******************** Forms & Data Entry ********************/
/************************************************************/



div.standardFormRow {
    clear: both;
    padding-top: 10px;
}

div.standardFormRow span.label {
    float: left;
    width: 100px;
    text-align: right;
    vertical-align: bottom;
    font-size: 75%;
    clear: both;
    padding: 5px 5px 0px 0px;

}

form.standardForm.loyalty div.standardFormRow span.label{
	font-weight:bold;
	color:#1A1A1A;

}

div.standardFormRow span.standardFormEntry {
    float: right;
    width: 335px;
    text-align: left;
    font-size: 80%;
}



form.standardForm {
    width: 450px;
    background-color: #eee;
    border: 1px dotted #333;
    padding: 5px;
    margin: 0px auto;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 14px;
    margin-bottom: 14px;
}

form.standardForm.loyalty {
    width: 450px;
    background-color: #ffffff;
    border: 1px dotted #333;
    padding:5px 5px 30px 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 14px;
    margin-bottom:30px;
	font-weight:bold;
}

form.standardForm h2 {
    clear: both;
    margin: 24px 0px 10px 10px;
    font-size: 85%;
}

form.standardForm h2:first-child {
    padding-top: 4px;
    color: #f00;
}

form.standardForm #HTMLCommentWarningMessage {
	display: none;
}


/************************************************************/
/***************** Description Formatting *******************/
/************************************************************/

.descriptionSpecifier {
    width: 500px;
	border: 1px dotted #aaaaaa;
    text-align: left;
    padding: 5px 0px;
}

.descriptionSpecifier select {
    font-size: 85%;
}

.descriptionActionButton {
width: 30px;
height: 25px;
vertical-align: middle;
margin-right: 30px;
padding-left: 10px;
}

.onwardArrow {
    vertical-align: middle;
}



/************************************************************/
/******************** Text Formatting ***********************/
/************************************************************/

h1 {
    font-size:150%;
    /*font-weight: normal;*/
    color: #6699cc;
    text-align:left;
    border-bottom: 1px dotted #bababa;
    margin: 0px auto 20px auto;
}

h2 {
    font-size:115%;
    color: #666;
    text-align:left;
    border-bottom: dotted 1px #6699CC;
    margin-top: 4em;
    margin-bottom: 1.5em;
}

.storyContainer h2 {
    border-bottom: none;
}

#content h2 {
	clear:left;
}



.publishedItemList .storyContainer h2 {
    color: #f60;
}

h3{
    font-size: 100%;
    color: #333;
    text-align:left;
    margin-top: 2em;
    margin-bottom: 0.75em;
}

h4{
    font-size: 90%;
    color: #666;
    text-align:left;
    margin-top: 2em;
    margin-bottom: 0.75em;
}



#content.press h4 {
	font-weight:200;
	font-size:90%;
}

#noFeaturesPageContent #content.press p {
	margin-right:70px;
}

#content.conference h2 {
	/*background-color:#eaebeb;*/
	color:#6699cc;
	margin:0 100px 20px 0;
	padding:0;
	font-size:120%;
	line-height:1.4em;
	border:none;
	/*border-bottom: 1px dotted #bababa;*/
}

#content.conference h3 {
	/*background-color:#eaebeb;*/
	color:#6699cc;
	margin:0;
	padding:0;
	font-size:120%;
	line-height:1.4em;
	border:none;
	/*border-bottom: 1px dotted #bababa;*/
}

#content.conference ul{
	padding:0;
	margin:0;
	list-style:none;
	width:500px;
	font-size:110%;
}

#content.conference p {
	font-size:100%;
	width:620px;
}

#content.conference ul p{
	width:500px;
}

p {
    font-size: 85%;
    text-align: justify;
    line-height: 110%;
    padding: 0px;
}


blockquote {
    padding-left: 70px;
    margin-left: 0px;
	min-height: 45px;
	text-align: left;
	background-image: url(/interface/images/icons/quote_small.gif);
	background-repeat: no-repeat;
    background-position: left top;
	clear:left;
}

* html body blockquote {
	height: 45px;
	/* min height for IE */
}

blockquote p {
	text-align: left;
}


#content p {
    margin: 0em 0em 1em 0em;
    font-size: 85%;
    line-height: 140%;
    /*color: #f00;*/
}

/*
#content ol, #content ul, #content ul.plain {
	font-family: arial, helvetica, sans-serif;
    font-size: 85%;
	text-align:left;
    line-height: 120%;
}*/

#content ul li, #content ol li, #content dl dd, #content dl dt {
	font-family: arial, helvetica, sans-serif;
    font-size: 85%;
	text-align:left;
    line-height: 140%;
    padding-bottom: 10px;
}

#content dl dt {
	font-weight: bold;
    padding-bottom: 0px;
}

#content dl dd {
	font-style: italic;
}

#content ul, ul {
    text-align:left;
}


ul.plain {
    line-height: 150%;
	text-align:left;
	list-style: none;
}

li {
    line-height: 150%;
    text-align:left;
}

ul.wrapping > li, ol.wrapping > li {
    float: left;
    width: 45%;
}

ul.wrapping, ol.wrapping {
    margin-bottom: 30px;
}

.caption {
	font-size: 40%;
	font-style: italic;
	line-height: 0px;
	color: #666666;
	margin: 0px;
	padding: 0px;
}

h1.sideTitle {
	
	color:#5d617d;
	margin:0;
	padding:10px 10px 10px 10px;
	font-size:120%;
	font-weight:bold;
	border:none;
}






/************************************************************/
/******************** Link Formatting ***********************/
/************************************************************/


a {
	color: #5d617d;
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
}

a:hover {
	color: #ff6600;
}

img a {
    border: 0px solid #fff;
}

.clickable {
	cursor: pointer;
}

.unclickable {
	cursor: default;
}

#content.press a {

	border-bottom: 1px solid #fff;

}



/************************************************************/
/************************* Calendar *************************/
/************************************************************/

.whatsOnFilterBar {
	width: 95%;
	/*border: 1px #dcdcdc dotted;*/
	margin: 15px 0px 15px 0px;
	color: #000000;
}

.filterContainer {
	text-align: center;
    font-size:80%;
}

.filterContainer select {
    font-size:120%;
}

.whatsOn, .carPark {
	color: #000000;
	width: 95%;
	padding: 0px;
	border: 1px dashed #aaaaaa;
	margin-bottom: 25px;
}

.whatsOnCertificate, .whatsOnSubtitled {
    font-size: 75%;
    color: #fff;
    background-color: #aaa;
    padding: 0px 2px 0px 2px;
}

.interestingExhibit {
    font-size: 100%;
	font-weight: bold;
    color: #6699cc;
}

.interestingExhibit a {
    color: #6699cc;
}

.interestingExhibit a:hover, .interestingExhibit a:visited:hover {
	color: #ff6600;
}

.oddRow {
	background-color: #dddddd;
}

.evenRow {
	background-color: #eeeeee;
}

.dateColumn {
    width: 12%;
	border-left: 0px dashed #aaaaaa;
    font-size: 85%;
}

.calendar_marker {
	border:1px solid #aaa;
	border-right:none;
}

.weekendDay {
    color: #f00;
    font-size: 100%;
}

.cinemaColumn, .otherColumn {
    font-size: 85%;
	border-left: 1px dashed #aaa;
    width: 22%;
    line-height: 150%;
}

th {
	font-family: arial, helvetica, sans-serif;
    font-size: 75%;
}

.whatsOnTableInfoCell {
    width: 45%;
    float: left;
}

.whatsOnTableInfoCell p {
    font-family: arial, helvetica, sans-serif;
    font-size: 75%;
}


#calendarOptions {
    margin-bottom: 30px;
    /*border: 1px solid #f00;*/
    height: auto;
}

#calendarOptionsFooter {
    clear:left;
}

#calendarOptions h2 {
    color: #f60;
	border: none;
	margin-top: 20px;
    margin-bottom: 3px;
    padding-left: 5px;
}

#calendarOptions ul {
    list-style: none;
    width: 95%;
    background:url(../images/calendar/calendar_options_bkg.jpg) no-repeat top right;
    padding: 0px;
    margin: 0px;
    height: 30px;
    margin-top: 0px;
}

#calendarOptions li {
    border-left: 1px solid #ccc;
    padding: 0px;
    margin: 0px;
    padding-top: 8px;
    padding-bottom: 15px;
    padding-left: 5px;
    width: 32%;
    float: left;   
}

#calendarOptions li:first-child {
    border-left: none;  
}

#calendarOptions li#pdfOption {
    border-left: none;  
}


#calendarOptions li h3, #calendarOptions li p {
    padding: 0px;
    margin: 0px;    
    margin-bottom: 10px;
    font-weight: normal;
}

#calendarOptions dt {
    /*border: 1px dotted #0f0;*/
    display: inline;
    width: auto;
    font-size: 95%;
    font-weight: bold;
    float: left;
    clear: left;
}



#calendarOptions dd {
    /*border: 1px dotted #f00;*/
    display: inline;
    width: auto;
    font-size: 90%;
    margin-left: 5px;
    float: left;
}






/************************************************************/
/********************** Exhibit Elements ********************/
/************************************************************/

.screeningInfoContainer {
    padding-bottom: 20px;
}

.screeningInfoDate {
    float: left;
    width: 30%;
}

.screeningInfoDate p {
    font-size: 85%;
}

.screeningInfoFilmDetails {
    padding-top: 10px;
    float: left;
    text-align: right;
    width: 65%;
}



/************************************************************/
/************************** Home Page ***********************/
/************************************************************/


.posterImage {
    height: 415px;
    margin: 0px;
    margin-right: -15px;
    margin-top: 0px;
    padding: 15px;
    text-align: right;
    background: url(../../content/images/poster.jpg) no-repeat;
    background-position: right;
}

.posterImage a {
    color: #ff6600;
    text-decoration: none;
}

.posterImage a:hover {
    color: #fff;
}

.posterImage a:hover:visited {
    color: #fff;
}

.homeWhatsOn {
    padding-top: 15px;
    width: 180px;
    float: left;
    color: #fff;
}


.homeMessage {
    padding-top: 15px;
    width: 180px;
    float: left;
	clear:left;
    color: #fff;
    font-family: arial, helvetica;

}

.homeMessageIcon {
    width: 50px;
    text-align: left;
    float: left;
}

.homeMessageText {
    width: 110px;
    text-align: left;
    float: left;
	font-size: 1em;
    line-height: 1.3em;
}


p#fundersInfo {
    font-size: 85%;
    margin-top: 60px;
    text-align: center;
    line-height: 180%;
}

p#fundersInfoSession {
    font-size: 80%;
    line-height: 120%;
    text-align: center;
}



/************************************************************/
/************************ Location Map **********************/
/************************************************************/
#mapInteractive {
    margin-bottom: 30px;
    width: 500px;
    height: 400px;
}

#mapGraphic {
    display: none;
}

.mapToolbarItem {
    padding-right: 20px;
    font-size: 90%;
}

.mapToolbarItem a {
    text-decoration: none;
    border: none;
}

.carParkLabel, .carParkData {
    font-size: 85%;
	border-left: 0px dashed #aaa;
    width: 50%;
    line-height: 150%
}




/************************************************************/
/******************* Microformat Support ********************/
/************************************************************/

.vCardExtras, .vEventExtras {
	display:none;
}
li .tel .type, p .tel .type {display:none;}
li .tel .value {font-size:85%;}

.handyInfoBoxText span {
	font-size:100%;
	font-size:inherit;
}

.vevent abbr {
	border:0
}

/************************************************************/
/************************ Staff Feeds ***********************/
/************************************************************/

#feedCollectionContainer {
    width: 500px;
    /*height: 400px;
    border: 1px dotted #ddd;
    overflow: auto;
    text-align: center;*/
}


.feedContainer {
    width: 480px;
    background: url(../images/feed_container/container_bkg.gif) bottom left repeat-y;
    margin-bottom: 30px;
}

.feedContainer h2 {
    margin: 0px;
    background-image: url(../images/feed_container/title_bkg.jpg);
    background-repeat: no-repeat;
    padding-left: 10px;
    padding-top: 3px;
    color: #f60;
    font-size: 90%;
    padding-bottom: 0px;
    border: none;
}

.feedContainer ul {
    background: url(../images/feed_container/toolbar_bkg.gif) top left no-repeat;
    padding: 5px 0px 10px 10px;
    margin:  0px 0px 0px 0px;
}

.feedContainer ul li{
    display: inline;
    padding-right: 40px;
}

.feedContainer p {
    /*display: none;*/
    font-size: 70%;
    margin: 35px;
    padding: 0px 8px 8px 10px;
}

.feedContainer a {
    border: none;
}



/************************************************************/
/********************* Online Ticketing *********************/
/************************************************************/



#promoBadge {
	width:100px;
	height:100px;
	position:absolute;
	z-index:100;
	margin-left:500px;
	margin-top:-20px;
}
#promoBadge a {
	border:none;
}
#pageContainer {
	text-align:left;
}

img {
     behavior: url("/interface/javascript/iepngfix.htc");
}

a.bookTickets:hover, 
a.bookTickets:visited:hover,
table.buyTickets a:hover, 
table.buyTickets a:visited:hover {
	color:#6c0;
}


.buyTickets.buttton {
	-webkit-border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	background-color: #8db13d;
	width:auto;
	text-align:center;
	color:#fff;
	font-weight: bold;
	padding: 0.2em 1em;
	text-decoration: none;
}

.buyTickets.buttton:hover {
	color:#dbe3bd;
}

.buyTickets th,
.eventsList th {
    font-size: 85%;
	font-weight: normal;
	color: #666;
}



/************************************************************/
/****************** Exhibit Lists Ticketing *****************/
/************************************************************/

.exhibitsList {
	font-size:120%;
	list-style:none;
	padding-left:0px;
	margin-top:0px;
	padding-top:0px;
	margin-left:0;
	width:95%;
}

.exhibitsList li {
	margin-left:0px;
	margin-top:0px;
	padding-top:0px;
	float:left;
	width:100%;
	margin-bottom:2em;
}

.exhibitsList.compact li img {
	float:left;
}

#content .exhibitsList.compact li h3, 
#content .exhibitsList.compact li p,
#content .exhibitsList.compact li table {
	left:0;
	width:auto;
	margin-left:70px;
}

#content .exhibitsList.compact li table {
	margin-bottom: 0px;
}

#content .exhibitsList.compact li h3 {
	color:#f60;
	margin-bottom:0px;
	margin-top:0px;
}

.disclosure {
	padding-left:16px;
	background: url(../images/feed_container/disclosure_closed.gif) left center no-repeat;
	cursor: pointer;
}

.disclosure.open {
	background: url(../images/feed_container/disclosure_open.gif) left center no-repeat;
}



/************************************************************/
/********************** Exhibit Banner **********************/
/************************************************************/

.footer_banner {
	padding-top:2.5em;
	margin-bottom:1.5em;
	opacity:0.85;
	text-align: center;
}

.footer_banner img {display:inline;float:none;}
.footer_banner a {border:none;}

/*******************Loyalty********************************/

.fielddescription {
	margin-top:5px;
}

h2.noSpace {
	margin-top:20px;
}

/************************************************************/
/********************** Conference **********************/
/************************************************************/

#rotator {
	width: 640px;
	height:300px;
	background-color:transparent;
	position: relative;
	float:left;
	margin:0 0 0 0;
}

#welcome {
	float: left;
	display: inline;
	width: 640px;
	margin:20px 0 0 0;
}

#conference_banner {
	
	margin:0 0 20px 0;
}

#rotator.hidden {
	display:none;
}

#conference_banner.hidden {
	display:none;
}

#rotator.visible {
	display:inline;
}

img.inline {
	float:left;
}

p.indent {
	margin:0;
	padding:0;
	margin-left:35px;
	
}

.clearing {
	clear:both;
}

#content.conference #roomSpecs img { 
	padding:0 10px 0 0;
	margin:0;
	
}

#content.conference #roomSpecs { 
	padding:0 0 0 0;
	margin:0 0 0 40px;
	
}

#content.conference h2.noSpace {
	padding:0;
	margin:0 0 10px 0;
	line-height:1.8em;
}

#content.conference #roomSpecs p { 
	padding:0 0 0 36px;
	margin:0 0 10px 0;
	
}

#content.conference .storyContainer{
    margin:30px 0 0 20px;
    width:620px;
   border:none;
    padding-bottom: 12px;
    /*height: auto;*/
    /*min-height: 90px;*/
}

#content.conference .storyText, #content.conference .storyText ul{
    width:420px;
    /*border: 1px dotted red;*/
    
}

#content.conference .storyText h2{
    border:none;
	color: #1a1a1a;
    
}

#content.conference .storyText hr{
    width:420px;
	margin:0;
	padding:0;
    /*border: 1px dotted red;*/
    
}

#content.conference .storyText p{
    
    width:420px;
    /*border: 1px dotted red;*/
    
}


#content.conference p.bigQuote {
	width:550px;
	font-size:140%;
	font-family:georgia,times;
	margin:0 30px 0 0;
	/*border:solid red 1px;*/
	
}

#content.conference blockquote{
	margin:0 0 10px 0;

}

#content.conference p.bigQuoteCitation {
	
	padding:0  0 10px 70px;
	margin:0;
	text-align:left;
	
}


ul.bulleted {
	list-style-type:disc;
}

#ConfSpecs a{
	color: #6699cc;
	
	
}

/***********Young people************/

#content.young #subForm {
	background:#e5f1f9;
	padding:20px;
	border:1px solid #cccccc;
	
	
}

#content.young #subForm ol {
	list-style:none;
	margin:0;
	padding:0;
}

#content.young #subForm li {
	clear:both;
	margin:0;
	padding:0 0 30px 0;
	/*border:1px solid red;*/
	line-height:2em;
	
}

#content.young #subForm input {
	float:right;
	margin:0 20px 0 0;
	width:300px;
	}
	
#content.young #subForm label {
		float:left;
		font-size:1.4em;
		font-weight:bold;
		color:#df0959;
		}
		
#content.young #subForm #button {
			float:right;
			margin:0 40px 0 0;
			width:100px;
			}
			
			
			#content.young h1 {
									
									color:#df0959;
									}


			
			
#content.young p {
						font-size:100%;
						}

