	body
	{
		margin: 0px 0px 20px 0px;
		text-align: center;
		background-color: #000000;
	}
/*
*
* MAIN LAYOUT
*
*/
	#Layout-Background
	{
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		font-family: calibri, Sans, helvetica, sans, tahoma, verdana, arial;
		background-image: url(images/Background-Layout1.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		z-index: 0;
	}

	#Layout
	{
		position: relative;
		width: 880px;
		background-color: #ffffff;
		margin: 0px auto;
		font-family: calibri, Sans, helvetica, sans, tahoma, verdana, arial;
		z-index: 1;
	}

	#Layout-Main
	{
		overflow: hidden;
		text-align: left;
	}
/*
*
* TOP
*
*/
	#Header
	{
		position: relative;
		width: 880px;
		height: 100px;
		margin: 0px auto;
		font-family: calibri, helvetica, sans, tahoma, verdana, arial;
		font-size: 12px;
		text-align: left;
		z-index: 2;
	}

	#Header-LogoLink
	{
		position: absolute;
		width: 300px;
		height: 70px;
		top: 15px;
		left: 10px;
		cursor: pointer;
	}

	#MobilePhone
	{
		position: absolute;
		width: 30px;
		height: 35px;
		top: 5px;
		left: 705px;
		background-image: url(images/Icon-MobilePhone.png);
		background-repeat: no-repeat;
	}

	#Layout-Top-Content
	{
		position: absolute;
		width: 138px;
		left: 742px;
		color: #cccccc;
		/* font-size: 13px; */
		font-weight: bold;
		font-family: Arial,Helvectica, sans-serif;
	}

	#Layout-Top-Content strong
	{
		color: #faa81d;
	}

	#Layout-Top-Content a
	{
		display: block;
		margin-bottom: 4px;
		color: #cccccc;
		text-decoration: none;
	}

	#Layout-Top-Content a:hover
	{
		color: #ffffff;
	}
/*
*
* TOP MENU
*
*/
	#Layout-MenuTop
	{
		position: relative;
		width: 878px;
		height: 115px;
		background-image: url(images/Background-Layout-MenuTop.gif);
		background-repeat: repeat-x;
		/* background-color: #353535; */
		margin: 1px;
	}

	#Layout-MenuTop-MainLinks
	{
		position: relative;
		top: 1px;
		/*left: 120px;*/
		margin: auto;
		width: 770px;
		height: 25px;
		font-size: 11px;
		color: #cccccc;
		text-align: center;
	}

	#Layout-MenuTop-MainLinks a
	{
		font-size: 13px;
		line-height: 0.5;
		color: #ffcc00;
		white-space: nowrap;
	}

	#Layout-MenuTop-MainLinks a:hover
	{
		color: #ffffff;
	}

	#MenuTop-CinemaLinks
	{
		position: absolute;
		top: 28px;
		left: 10px;
		width: 860px;
		height: 60px;
		background-image: url(images/MenuTop-CinemaLinks1.png);
		background-repeat: no-repeat;
		text-align: center;
	}

	#MenuTop-MembersLinks
	{
		position: absolute;
		top: 88px;
		left: 10px;
		width: 860px;
		height: 25px;
		text-align: right;
	}

	#MenuTop-MembersLinks a
	{
		font-size: 14px;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		margin: 0px 10px 0px 0px;
	}

	#MenuTop-MembersLinks a:hover
	{
		color: #ffcc00;
	}

	#MembersLinks-StaticLinks
	{
		position: absolute;
		top: 0px;
		left: 0px;
		margin: 0px;
	}

	#MembersLinks-LoginForm
	{
		position: absolute;
		top: 0px;
		left: 400px;
		width: 450px;
		margin: 0px;
	}

	#MenuTop-MemberLoginForm
	{
		margin-left: auto; 
		font-family: arial,helvectica, sans-serif;
		font-size: 14px;
		margin-right: 10px;
		width: 100%;
		color: white;
		font-weight: bold;
	}

	.MemberLoginFormInput
	{
		width: 120px;
	}

/*
*
* CINEMA LINKS
*
*/
	.CinemaLinks
	{
		display: block;
		position: absolute;
		top: 13px;
		width: 130px;
		height: 34px;
		font-size: 16px;
		text-transform: uppercase;
		line-height: 0.9;
		margin: 2px;
		font-family: Arial,Helvectica, sans-serif;
	}

	.CinemaLinks a
	{
		display: block;
		width: 130px;
		height: 34px;
		text-decoration: none;
		color: #222222;
	}

	.CinemaLinks a:visited
	{
		color: #222222;
	}

	.CinemaLinks a:hover
	{
		color: #ffffff;
	}

	#CinemaLinks-Balmoral
	{
		left: 60px;
	}

	#CinemaLinks-Hawthorne
	{
		left: 285px;
	}

	#CinemaLinks-SouthBank
	{
		left: 505px;
	}

	#CinemaLinks-VictoriaPoint
	{
		left: 725px;
	}

/*
*
* MAIN CONTENT
*
*/
	#Layout-ContentMain
	{
		position: relative;
		width: 878px;
		margin: 0px 1px 0px 1px;
		background-color: #ffffff;
		overflow: auto;
	}

	#ContentMain
	{
		position: relative;
		width: 840px;
		margin: 14px 19px 14px 19px;
	}

/*
*
* CONTENT
*
*/
	#ContentMain-Content
	{
		position: relative;
		width: 840px;
		margin: 15px 0px 0px 0px;
		text-align: left;
	}

	.ContentTable
	{
		width: 840px;
	}

	.ContentTable td
	{
		vertical-align: top;
	}
	
	.now-showing td
	{
		padding: 5px;
	}

	#Content-MainNav
	{
		position: relative;
		width: 200px;
		margin: 5px 0px 0px 10px;
		float: right;
	}

/*
*
* MOVIE SESSION TIMES TABLE
*
*/

	.PageContent-MovieHeading
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 630px;
		min-height: 116px;
		margin: 15px 0px 0px 0px;
		background-color: #faa81d;
		border-style: solid;
		border-width: 0px 0px 1px 0px;
		border-color: #fbbf58;
	}

	.PageContent-MovieHeading h2
	{
		font-size: 19px;
		color: #ffffff;
		margin: 0px;
	}

	.MovieSessionsTableDetails
	{
		display: block;
		position: relative;
		top: 4px;
		left: 190px;
		width: 435px;
	}

	.SessionTimesTable
	{
		width: 630px;
		background-color: #ff9933;
	}

	.SessionTimesTable-Dates
	{
		background-color: #ffc25b;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}

	.SessionTimesTable-Times
	{
		background-color: #ffffff;
		font-size: 14px;
		text-align: center;
	}

	.SessionTimesTable-Times td
	{
		background-image: url(images/Background-SessionTimesCell.gif);
		background-repeat: repeat-x;
		background-color: #f0f0f0;
		padding: 2px 0px 2px 0px;
	}

	.SessionTimesTable-Times td a
	{
		color: #0000FF;
	}

	.MovieSessionsTableImage
	{
		position:absolute; 
		top: 4px; 
		left: 6px;
		border: 1px solid #353535;
		width: 175px;
		height: 107px;
	}

/*
*
* Info Table
*
*/
/*
	.InfoTable-Head
	{
		position: relative;
		top: 0px;
		left: 0px;
		width: 630px;
		height: 110px;
		margin: 15px 0px 0px 0px;
		background-color: #faa81d;
		border-style: solid;
		border-width: 0px 0px 1px 0px;
		border-color: #fbbf58;
	}

	.InfoTable-HeadImage
	{
		border: 1px solid #353535;
		width: 175px;
		height: 100px;
		margin: 0px auto;
	}

	.InfoTable-HeadDetails
	{
		display: block;
		position: relative;
		top: 4px;
		left: 190px;
	}
*/
	.InfoTable
	{
		width: 630px;
		background-color: #ff9933;
		font-size: 14px;
		margin-top: 10px;
	}

	.InfoTable h2
	{
		font-size: 19px;
		color: #ff9933;
		margin: 0px;
	}

	.InfoTable-HeadingRow
	{
		background-color: #ffc25b;
		font-size: 14px;
		/* font-weight: bold;
		text-align: center; */
	}

	.InfoTable-HeadingRow h2
	{
		color: #ffffff;
		text-align: center;
	}

	.InfoTable-SubheadingRow
	{
		background-color: #ffcc99;
		font-size: 14px;
		font-weight: bold;
	}

	.InfoTable-SubmitRow
	{
		background-color: #ffc25b;
		font-size: 14px;
		font-weight: bold;
	}

	.InfoTable-ErrorRow
	{
		background-color: #f79898;
	}
	.InfoTable-Row1
	{
		background-color: #ffffff;
	}

	.InfoTable-Row2
	{
		background-color: #f0f0f0;
	}

	.InfoTable td a
	{
		/*color: #0000FF;*/
	}

/*
*
* MAIN NAV
*
*/	
	.MainNav-Link
	{
		position: relative;
		width: 200px;
		border-style: dashed;
		border-width: 0px 0px 1px 0px;
		border-color: #cccccc;
		margin: 0px 0px 5px 0px;
	}

	.MainNav-Link .MainNav-MenuItem, .MainNav-Link .MainNav-MenuItem-Expand
	{
		display: block;
		position: relative;
		top: 1px;
		left: 0px;
		height: 22px;
		margin: 0px 0px 2px 0px;
		padding-left: 30px;
		font-size: 14px;
		font-weight: bold;
		color: #666666;
		text-decoration: none;
		background-image: url(images/LinkArrow_Large.gif);
		background-position: center left;
		background-repeat: no-repeat;
		cursor: pointer;
	}

	.MainNav-Link .MainNav-MenuItem-Expand
	{
		background-image: url(images/LinkPlus.gif);
		text-decoration: none;
	}

	.SubMenuItems
	{
		display: none;
		position: relative;
		left: 40px;
		width: 160px;
		margin: 0px 0px 2px 0px;
	}

	.MainNav-SubMenuItem
	{
		color: #faa81d;
		font-weight: bold;
		text-decoration: none;
		font-size: 12px;
	}

	.MainNav-SubMenuItem:hover
	{
		color: #666666;
	}

	.MainNavAltColour
	{
		color: #faa81d;
	}

	.MainNav-SubMenuItem:visited
	{
		color: #faa81d;
	}

	.MainNav-SubMenuItem:visited:hover
	{
		color: #666666;
	}
/*
*
* SPEACH BUBBLE
*
*/
	#SpeachBubble-Main
	{
		display: none;
		position: absolute;
		top: 30px;
		left: 395px;
		width: 460px;
		height: 430px;
		background-image: url(images/SpeachBubble2.png);
		background-repeat: no-repeat;
		text-align: left;
		z-index: 100;
	}
	
	#SpeachBubble-Header
	{
		position: relative;
		top: 25px;
		left: 118px;
		width: 298px;
		height: 25px;
		margin: 0px;
		background-color: #f0f0f0;
		border-style: dotted;
		border-width: 0px 0px 1px 0px;
		border-color: #333333;
	}

	#SpeachBubble-Content
	{
		position: absolute;
		top: 51px;
		left: 128px;
		width: 288px;
		height: 340px;
		font-family: calibri, helvetica, sans, tahoma, verdana, arial;
		font-size: 12px;
		overflow: auto;
	}

	#SpeachBubble-Content a
	{
		font-weight: bold;
		font-size: 12px;
	}

	.SpeachBubble-Movie
	{
		display: block;
		width: 250px;
		margin: 7px 0px 7px 10px;
	}

/*
*
* Trailers
*
*/
	#TrailerBubble-Main
	{
		/*
		display: none;
		position: absolute;
		top: 172px;
		left: 40px;
		width: 590px;
		height: 370px;
		background-image: url(images/TrailerBubble2.png);
		background-repeat: no-repeat;
		text-align: left;
		z-index: 100;
		*/
	}
	
	#TrailerBubble-Header
	{
		position: relative;
		top: 34px;
		left: 45px;
		width: 501px;
		height: 25px;
		margin: 0px;
		background-color: #f0f0f0;
		border-style: dotted;
		border-width: 0px 0px 1px 0px;
		border-color: #333333;
	}

	#TrailerBubble-Trailer
	{
		position: absolute;
		top: 64px;
		left: 55px;
		width: 480px;
		height: 246px;
	}

	.TrailerTable
	{
		width: 220px;
	}

	.TrailerTable td
	{
		vertical-align: middle;
		font-size: 25px;
	}
	

	.TrailerTable td a
	{
		color: #666666;
		text-decoration: none;
	}

	.TrailerTable td span.AltColor
	{
		color: #faa81d;
	}

/*
*
* FOOTER
*
*/
	#Layout-Footer
	{
		position: relative;
		width: 880px;
		height: 75px;
		background-color: #333333;
		text-align: left;
	}

	#Footer
	{
		position: absolute;
		top: 15px;
		width: 880px;
		background-color: #494949;
		font-size: 12px;
		color: #a7a9ab;
		padding: 15px 0px 15px 0px;
		text-align: right;
	}

/*
*
* DEFAULT FORMATTING
*
*/

	h1.ContentHeading
	{
		border-color: #ffc25b;
		border-style: dashed;
		border-width: 0px 0px 1px 0px;
		color: #ffc25b;
		font-family: verdana,arial,helvetica;
		font-size: 24px;
		margin: 0px 0px 10px 0px;
		text-transform: uppercase;
	}

	
	h2.ContentHeading
	{
		border-color: #ffc25b;
		border-style: dashed;
		border-width: 0px 0px 1px 0px;
		color: #ffc25b;
		font-family: verdana,arial,helvetica;
		font-size: 22px;
		margin: 0px;
		text-transform: uppercase;
	}

	h3.ContentHeading
	{
		border-color: #ffc25b;
		border-style: dashed;
		border-width: 0px 0px 1px 0px;
		color: #ffc25b;
		font-family: verdana,arial,helvetica;
		font-size: 20px;
		margin: 0px;
		text-transform: uppercase;
	}
	

	img
	{
		border: 0px;
	}

	a
	{
	}

	a:hover
	{
	}

	a:visited
	{
		color: #0000ff;
	}

	.defaultInput
	{
		width: 175px;
	}

	.error
	{
		color: red;
	}

	.pageMessage
	{
		position: relative;
		width: 600px;
		background-color: #bdcfed;
		border: 2px solid #71a0ed;
		margin: 10px 0px 10px 0px;
		padding: 0px 0px 0px 10px;
		text-align: left;
	}

	h5
	{
		color: #faa81d;
		font-family: verdana,arial,helvetica;
		font-size: 14px;
		margin: 0px;
	}

/*
*
* MISCELANEOUS
*
*/

	.movieimage_small
	{
		border: 1px solid #353535;
	}

/*
*
* PAGING
*
*/

	a.pagingLink
	{
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	}

	a.pagingLink:hover
	{
		color: #FFFFFF;
	}

	a.pagingLink:visited
	{
		color: #000000;
	}

	.pagingCurrentPage
	{
		color: #FFFFFF;
		border-top: 2px solid #FFFFFF;
	}

	/*
	*	New Session Times Style - Added: 05/07/2009
	*/

	.SessionTimesTableByCineplex
		{
			width: 630px;
			background-color: #ff9933;
		}

		.SessionTimesTableByCineplex-Weeks
		{
			background-color: #FF9933;
			font-size: 15px;
			font-weight: bold;
			text-align: left;
			padding: 2px 0px 2px 4px;
			color: #333333;
		}

		.SessionTimesTableByCineplex-Dates
		{
			background-color: #ffc25b;
			font-size: 15px;
			font-weight: bold;
			text-align: left;
			padding: 2px 0px 2px 4px;
			color: #333333;
		}

		.SessionTimesTableByCineplex-Sessions
		{
			background-image: url(images/Background-SessionTimesCell.gif);
			background-repeat: repeat-x;
			background-color: #f0f0f0;
			padding: 4px 0px 4px 0px;
			font-size: 14px;
			text-align: center;
		}

		.SessionTimesTableByCineplex-Sessions a
		{
			color: #0033ff;
		}

		.SessionTimesTableByCineplex-MovieHeading
		{
			position: relative;
			
			width: 630px;
			/*height: 127px;*/
			margin: 0px 0px 0px 0px;
			background-color: #faa81d;
			border-style: solid;
			border-width: 0px 0px 0px 0px;
			border-color: #fbbf58;
		}

		.SessionTimesTableByCineplex-MovieImage
		{
			position:absolute; 
			top: 4px; 
			left: 4px;
			border: 1px solid #353535;
			width: 175px;
			height: 107px;
		}

		.SessionTimesTableByCineplex-MovieDetails
		{
			display: block;
			position: relative;
			top: 4px;
			left: 190px;
			width: 435px;
		}

		.SessionTimesTableByCineplex-MovieDetails h2
		{
			
			margin:0 0 14px 0;
		}
