/*Generic margin*/
* {
	padding: 0;
	margin: 0;
	}

/*Generic Body*/
body
{
 margin: 0px;
 /*background-color: #bcc1c6 - OLD*/
 background-color: #ffffff;
 color: #666;
 font: normal 100% verdana,arial,tahoma,serif; 
 padding-bottom: 0px;
}

#LandingHeader
{
 width: 100%;
 height: 110px;
 text-align: center; 
 background-color: #000000;
}

/*Generic p*/
p
{
 padding-bottom: 15px;
}

/*Generic link*/
a
{
 text-decoration: none;
 /*color: #ed1a3b; - OLD */
 color: #FF282E;
 /*background-color: #dfedf4; - OLD */
 background-color: #ffffff;
}

a img
{
 border: 0px;
}

/*Generic  table*/
table, 
table td, 
table th
{
 border-style: none;
 border-width: 0px;
 border-spacing: 0px;
 border-collapse: collapse;
 padding: 0px;
 vertical-align: top;
}

table.Grid
{
 /*border: 1px solid #DFEDF4; - OLD */
 border: 0px solid #b0a79a;
 border-spacing: 0px;
 border-collapse: collapse;
 margin: 0 20px 20px 0;
 width: 480px;
}

table.Grid th
{
	text-align: left;
	padding: 5px;
	/*border: 0px solid #DFEDF4; - OLD */
	border: 0px solid #b0a79a;
	/*background-color: #B8C9D2; - OLD d9ccb8;*/
	background-color: #b0a79a; 
	color: #fff;
}

table.Grid td
{
	padding: 5px;
	/*border: 1px solid #DFEDF4; - OLD */
	border: 1px solid #b0a79a;
	/*background-color: #F5FAFC; - OLD*/
	background-color: #f8eee0;
}

table.Grid td.Image
{
	padding: 10px 10px 8px 5px;
	/*background-color: #F5FAFC; - OLD */
	background-color: #f8eee0;
	/*border: 0px solid #DFEDF4; - OLD */
	border: 0px solid #b0a79a;
}


table.Grid td a
{
	background: transparent;
	color: #666;
}

table.Grid tr.Enhanced td
{
	background-color: #fff;
	font-weight: bold;
}


/*Generic  subscript*/
sub
{
 font-size: 10px;
 vertical-align: bottom;
 margin-top: 5px;
}

/*Generic  superscript*/
sup
{
 font-size: 10px;
 font-family: tahoma,verdana,times,serif,arial;
 vertical-align: top;
}

/*Generic  horizantal line*/
hr
{
 width: 100%;
 color: #75A3E9;
 background-color: #fff;
 height: 1px;
 border: 0px;
 margin-bottom: 12px;
}

/*Generic  list*/
ul, 
ul li 
{
 margin: 0px;
 padding: 0px;
 list-style-type: none;
}

/* Main Container*/
#Master
{
 margin-top: 0px;
 width: 510px;
 margin-left: 0px;	
 /*background-color: #dfedf4; - OLD */
 background-color: #fff;
 color: #666;
}

/* Header Container*/
#Header
{
 height: 172px;
 /*border-bottom: 1px solid #dfedf4; - OLD */
 border-bottom: 1px solid #3D3D3D;
 /*background-color: #94a3ac; - OLD */
 background-color: #3D3D3D;
 color: #fff;
}

/* Page Logo */
h1
{
 width: 225px;
 height: 154px;
 background-color: #2e2e2e;
 color: #666;
 float: left;
 text-align: center;
}

h1 a
{
 background-color: #2e2e2e;
 color: #666;
}

h1 img
{
 padding: 0px 0px 0px 0px;
}

h1 img.ShowDate
{
 padding: 10px 0px 0px 0px;
}

/* Page Caption */
h2
{
 font-size: 15px;
 color: #3d3d3d;
 /*background-color: #dfedf4; - OLD*/
 background-color: #ffffff; 
 font-weight: bold;
 height: 25px;
}

/* Top Banner */
#BannerTop
{
 width: 545px;
 height: auto;
 float: right;
 padding: 22px 0px 20px 0px;
/*background-color: #dfedf4; - OLD*/
 background-color: #636363; 
 color: #666;
 text-align: center;
}

/* Show times */
#ShowTime
{
 width: 237px;
 height: 56px;
 /*border-right: 1px solid #bac8d0; - OLD*/
 border-right: 1px solid #8D9190;
 float: left;
 padding: 10px 0px 0px 40px;
}

#ShowTime img
{
 margin: 18px 0px 0px 39px;
}

#ShowTime h2
{
 color: #ACACAC;
 /*background-color: #94a3ac; - OLD */
 background-color: #3D3D3D;
 font-size: .9em;
 font-weight: bold;
}

#ShowTime p
{
 color: #ACACAC;
 padding-bottom: 0px;
 font-size: .6em;
 font-weight: bold;
 /*background-image: url(../Image/Generic/SeparatorShowTime.gif);*/
 /*background-repeat: no-repeat;*/
 /*background-position: 119px 2px;*/ 
}

#ShowTime p span.Day
{
 width: 115px; 
 display: block;
 float: left;
 text-align: right;
}

#ShowTime p span.Single
{
 width: 100px; 
 padding-right: 15px;
}


#ShowTime p span.Timing
{
 padding-right: 10px;
 display: block;
 text-align: right;
}

/* Top Navigation */
#Navigation0
{
 width: 260px;
 height: 33px;
 float: right;
 font-size: 9px;
 /*border-bottom: 1px solid #bac8d0; - OLD*/
 border-bottom: 1px solid #8D9190;
 padding-left: 7px;
}

#Navigation0 li
{
 float: left;
 padding-top: 10px;
}

#Navigation0 li a
{
 /*border-right: 1px solid #bac8d0; - OLD*/
 border-right: 1px solid #8D9190;
 padding: 0px 7px 1px 5px;
 display: block;
 float: left; 
 color: #fff;
 /*background-color: #94a3ac; - OLD */
 background-color: #3D3D3D;
}

#Navigation0 li.LastChild a, 
#Navigation0 li:Last-Child a
{
 border-right: 0px;
}

#Navigation0 li a img
{
 float: left;
 margin-top: 4px;
 margin-bottom: -1px;
}

/* Search Form */
#Search
{
 float: right;
 font-size: 55%;
 padding: 7px 63px 0px 0px;
}

#Search input.SearchField
{
 width: 110px;
 margin: 0px 7px 0px 7px;
 font-family: tahoma,verdana,times,serif,arial; 
 font-size: 10px
}

#SearchButton
{
 margin-bottom: -1px;
}

/* Container for left and copy panes */
#Content
{
 width: 770px;
 /*background-color: #dfedf4;- OLD */
 background-color: #ffffff;
	color: #666;
}

/* Left Pane */
#LeftPane
{
	float: left;
	position: absolute;
	width: 225px;
	padding-bottom: 0px;
	/*background-color: #dfedf4; - OLD*/
	/*background-color: #ebe1d2;*/
	background-color: #ffffff;
	padding-right: 10px;
	border-right: 1px solid #bcc3be;
	color: #666;
	display: inline;
}

/* Main Navigation */

#Navigation1
{
	width: 100%;
	height: 30px;
	/*background-color: #00496e; - OLD*/
	background-color: #2e2e2e;
	color: #2e2e2e;
}

#Navigation1 ul
{
	float: right;
	font-size: 9px;
	font-weight: bold;
}

#Navigation1 li
{
	float: left;   
	height: 30px;
}

#Navigation1 li.FirstChild,
#Navigation1 li:First-Child
{
 padding-left: 7px;
 background-image: url(../Image/Menu/NewBackground_en_gb.gif);
 background-repeat: no-repeat; 
 background-position: bottom left;  
}

#Navigation1 li.FirstChild a,
#Navigation1 li:First-Child a
{
 padding: 9px 10px 0px 13px; 
}

#Navigation1 li a
{
 /*background-color: #00496e; - OLD */
 background-color: #2e2e2e;
 color: #fff;
 padding: 9px 10px 0px 10px;
 height: 21px;
 display: block;
 float: left;
 background-image: url(../Image/Menu/NewBackground_en_gb.gif);
 background-repeat: no-repeat; 
 background-position: bottom right;
}

#Navigation1 li a:hover
{
 /* background-color: #ff9900; - OLD */
 background-color: #525252;
 color: #fff;
}

#Navigation1 li.Highlighted a
{
 /* background-color: #ff9900; - OLD */
 background-color: #525252;
 color: #fff;
}

/* Face Masks in Left Pane */
#MaskLeft
{
 text-align: right;
 padding: 9px 0px 10px 0px;
}

/* Small Ads in Left Pane */
#SmallAds
{
 text-align: right;
 padding: 9px 0px 20px 0px;
}

p#LogoAds
{
 text-align: center;
 padding: 10px 0px 10px 0px;
}

/* Side Navigation */
#Navigation2
{
 width: 203px;
 font-size: 70%;
 font-weight: bold;
 padding: 12px 0px 0px 18px;
}
 
#Navigation2 li
{
 display: block;
 width: 200px;
 padding: 0px 0px 4px 0px;
 background-image: url(../Image/Generic/Dots.gif);
 background-repeat: repeat-x; 
 background-position: bottom;
}

#Navigation2 li ul
{
 padding: 4px 0px 2px 0px;
}

#Navigation2 li li:Last-Child,
#Navigation2 li li.LastChild
{
 background-image: none;
}

#Navigation2 li li a
{
 display: block;
 width: 165px;
 padding: 2px 0px 0px 35px;
 background-image: url(../Image/Generic/ArrowGrey_en_gb.gif);
 background-repeat: no-repeat;
 background-position: 20px 7px;
 color: #00496e;
 /*xbackground-color: #dfedf4; - OLD COMMENTED*/
 background-color: #ffffff;
 font-weight: normal;
}

#Navigation2 li a
{
 display: block;
 width: 180px;
 padding: 2px 0px 0px 20px;
 background-image: url(../Image/Generic/Arrow_en_gb.gif);
 background-repeat: no-repeat;
 background-position: 2px 7px; 
}

#Navigation2 li.Highlighted a
{
 /*background-color: #dfedf4; - OLD*/
 /*xbackground-color: #d9ccb8; - OLD COMMENTED */
 /*color: #ff9900; - OLD */
 color: #999999;
}

/* Book Space Now */
#BookSpace
{
 padding-bottom: 10px;
 margin-bottom: 10px;
 /*border-bottom: 1px solid #b2ccd9; - OLD */
 border-bottom: 1px solid #bcc3be;
}

#BookSpaceMain
{
 padding: 6px 0px 6px 15px;
 /*background-color: #ed1a3b; - OLD */
 background-color: #636363;
 color: #fff;
 background-image: url(../Image/Menu/NewBackground_en_gb.gif);
 background-repeat: no-repeat; 
 background-position: bottom right;   
 font-weight: bold;
 margin-bottom: 5px; 
}

#BookSpaceMain a
{
 /*background-color: #ed1a3b; - OLD */
 background-color: #636363;
 color: #fff;
}

/* Send to friend link */
#Send2Friend
{
 padding: 6px 0px 6px 15px;
 /*background-color: #ed1a3b; - OLD */
 /*background-color: #aa014c;*/
 background-color: #3D3D3D;
 color: #fff;
 background-image: url(../Image/Menu/NewBackground_en_gb.gif);
 background-repeat: no-repeat; 
 background-position: bottom right;   
 font-size: 60%;
 font-weight: bold;
}


#TicketingAgent,
#GoldSponsor,
#PromotionPartner,
#Send2FriendMain
{ 
 padding: 6px 0px 6px 0px;
 /*background-color: #ed1a3b; - OLD */
 /*background-color: #aa014c;*/
 background-color: #3D3D3D;
 color: #fff;
 background-image: url(../Image/Menu/NewBackground_en_gb.gif);
 background-repeat: no-repeat; 
 background-position: bottom right;   
 font-weight: bold;
 margin-bottom: 5px; 
}

#GoldSponsor
{
 margin-top: 5px;
 margin-bottom: 0px; 
}

#TicketingAgent,
#GoldSponsor,
#PromotionPartner
{
 text-align: center;
 font-size: 11px; 
}

#Send2FriendMain a,
#Send2Friend a
{
 /*background-color: #ed1a3b; - OLD */
 /*background-color: #aa014c;*/
 background-color: #3D3D3D;
 color: #FF282E;
 font-size: 11px;
 padding: 5px;
}

div.SocialGroup
{
	margin: 5px 0 10px 0;
	text-align: left;
	display: block;
	width: 203px;
	height: 43px;
}

div.SocialGroup a.CenterImage
{
	display: block;	
	text-align: center;
	margin: 0;	
	float: none;
}


div.SocialGroup a
{
	margin: 10px 15px 0 0;
	float: right;
	font-size: 11px;
}

div.SocialGroup a:hover
{
	color: #6bd8f9;
}

/* Copy pane */
#Copy
{
	width: 505px;
	padding: 0px;
	font-size: 70%;
	color: #666;
	/*background-color: #dfedf4; - OLD*/
	background-color: #fff;
	line-height: 15px;
	min-height: 950px;
	height: auto !important;
	height: 845px;
}

#CopyHome
{
	width: 505px;
	padding: 20px 0px 0px 265px;
	font-size: 70%;
	color: #666;
	/*background-color: #dfedf4; - OLD */
	background-color: #fff;
	line-height: 15px;
	min-height: 1015px; /* was 765 then 898px then 955px*/
	height: auto !important;
	height: 1015px;
}

/* Copy p */
#Copy p, 
#CopyHome p
{
 width: 470px;
}

#Copy strong, 
#CopyHome strong
{
 /*color: #3399cc; - OLD */
 /*background-color: #dfedf4; - OLD*/
 color: #FF282E;
 background-color: #ffffff;
 font-size: 110%;
}

/* Image inside Copy */
#Copy img.Left
{
 float: left;
 margin-right: 5px;
 margin-bottom: 5px;
}

#Copy img.Right
{
 float: right;
 margin-left: 5px;
 margin-bottom: 5px;
}

#Copy p.Center
{
 text-align: center;
}

/* Copy Generic List */
#Copy ul
{
 width: 470px;
}

#Copy ul li
{
 background-image: url(../Image/Generic/Bullet_en_gb.gif);
 background-repeat: no-repeat;
 background-position: 2px 5px;
 padding-left: 10px; 
 padding-bottom: 3px;
}

/* Crumbs */
#Crumbs
{
 font-size: 85%;
 color: #999;
 /*background-color: #dfedf4; - OLD*/ 
 background-color: #ebe1d2;
}

#Crumbs a
{
 color: #666;
 /*background-color: #dfedf4; - OLD */ 
 background-color: #ffffff;
}

/* Top Button */
#Copy p#Top
{
 width: 505px;
 width: 100%;
 text-align: right;
 padding-top: 50px;
 font-size: 80%;
 /*color: #ed1a3b; - OLD */
 color: #aa014c;
 /*background-color: #dfedf4; - OLD */
 background-color: #ffffff;
}

#Top img
{
 margin-bottom: -6px;
}

/* Sponsors Images */
#Sponsors
{
 display: block;
 clear: both;
 width: 755px;
 xheight: 97px;
 height: 110px;
 background-color: #fff;
 border-top: 2px solid #2e2e2e;
 font-weight: bold;
 font-size: 60%;
	padding-left: 0px;
	margin-top: 220px;
	color: #999;
}

#Sponsors li.Organised span,
#Sponsors li.Venue span
{
	display: block;
	clear: both;
	margin-top: 5px;
	padding-left: 40px;
	position: relative;
	margin-bottom: 0px;
	bottom: 0px;
}

#Sponsors li.Organised a,
#Sponsors li.Venue a
#Sponsors li.StrategicPartner a
{
	background-image: url(../Image/Generic/Separator.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px; 
}

#Sponsors li.Organised img,
#Sponsors li.Venue img
{
	padding: 10px 15px 0px 15px;
}

#Sponsors li.AssociatedEvents,
#Sponsors li.Venue
{
  background-image: url(../Image/Generic/Separator.gif);
 background-repeat: no-repeat;
 background-position: 0px 33px;
}

#Sponsors li.AssociatedEvents,
#Sponsors li
{
	float: left;
}

#Sponsors li.GamingSponsor span,
#Sponsors li.PromotionPartner span,
#Sponsors li.AssociatedEvents span,
#Sponsors li.StrategicPartner span
{
 color: #999;
	display: block;
	clear:both;
	margin-top:5px;
	position: relative;
	margin-bottom: 0px;
	bottom: 0px;
	text-align: center;
}

#Sponsors li.AssociatedEventLogo img
{
	vertical-align: middle;
	padding: 15px 0px 30px 0px;
}

#Sponsors li.PromotionPartner a,
#Sponsors li.GamingSponsor a
{
	background-image: url(../Image/Generic/Separator.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px; 
}
#Sponsors li.StrategicPartner img
{
	padding: 10px 10px;
	background-image: url(../Image/Generic/Separator.gif);
	background-repeat: no-repeat;
}
#Sponsors li.GamingSponsor img
{
	padding: 0px 10px;
}

#Sponsors li.PromotionPartner img
{
	padding: 20px 0px 20px 10px;
	background-image: url(../Image/Generic/Separator.gif);
	background-repeat: no-repeat;
	background-position: 0px 15px; 
}

li.ConferenceLogo
{
	width: 90px;
}

li.ConferenceLogo img
{	
	vertical-align: middle;	
}

#AssociatedEvent img 
{
 margin: 15px 15px 0px 15px;
 padding-left: 15px;  
 float: left;
 vertical-align:middle;
}


/* Footer */
#Footer
{
 width: 740px;
 height: 30px;
 padding: 0px 15px 0px 15px; 
 color: #999;
 /*background-color: #00ccff; - OLD */
 background-color: #000000;
}

/* Footer Navigation */
#Navigation3
{
 width: 250px;
 color: #999;
 /*background-color: #dfedf4; - OLD */
 background-color: #000000;
 font-size: 60%;
 float: left;
 height: 30px;
}

#Navigation3 li
{
 float: left;
 padding: 9px 0px 9px 0px;
}

#Navigation3 li a
{
 padding: 0px 8px 0px 8px;
 border-right: 1px solid #fff;
 color: #fff;
 /*background-color: #dfedf4; -OLD */
 background-color: #000000;
 float: left;
}

/* Footer CopyRights and Privacy links */
#Footer p
{
 float: left;
 font-size: 60%;
 color: #fff;
 /*background-color: #dfedf4; - OLD */
 background-color: #000000;
 padding: 9px 10px 9px 0px;
 width: 480px;
 text-align: right;
}

#Footer p a
{
 padding: 0px 7px 0px 0px;
 color: #fff;
 /*background-color: #dfedf4; - OLD */
 background-color: #000000;
}

/* Facts & Figures and Post Show Report block */
.Review
{
 width: 210px;
 font-size: 55%;
 margin: 20px 0px 0px 15px;
 /*border-bottom: 1px solid #b2ccd9; - OLD */
 border-bottom: 1px solid #bcc3be;
}

h3
{
 height: 25px;
 clear: both;
}

.Review p
{
	padding-bottom: 5px;
}

.Review p img,
.Review p a img
{
 margin-right: 10px;
}

.Review a 
{
 font-size: 110%;
 font-weight: bold;
}

.Review a.Normal
{
	color: #666;
	font-weight: normal;
}

.Review a img
{
 margin: 0px 0px -1px 5px;
}

.Review p img.PdfLeft
{
 margin: 7px 20px 0px 12px;
 float: left;
}

.Review p img.GraphLeft
{
 float: left;
}

/* Useful links */

#UsefulLinks
{
 width: 203px;
 margin: 20px 0px 21px 18px;
 font-size: 10px;
 font-weight: bold;
}
 
#UsefulLinks li
{
 display: block;
 width: 200px;
 border-bottom: 1px solid #f2f8fb;
}

#UsefulLinks li.LastChild,
#UsefulLinks li:Last-Child
{
 border-bottom: 0px;
}

#UsefulLinks li a
{
 display: block;
 width: 187px;
 padding: 3px 0px 3px 20px;
 background-image: url(../Image/Generic/ArrowGrey_en_gb.gif);
 background-repeat: no-repeat;
 background-position: 2px 7px;
 /*background-color: #dfedf4; - OLD  */
 background-color: #ebe1d2;
 color: #666; 
}

/* Homepage Animation */
#ShowCase
{
 width: 770px;
 height: 200px;
 overflow: hidden;
}

/* Latest News */
#LatestNews
{
 padding-bottom: 0px;
}

#LatestNews a
{
 color: #333;
 background-color: #dae2e7;
 float: left;
 background-image: url(../Image/Generic/TickerBackground_en_gb.gif);
 background-repeat: no-repeat; 
 background-position: 0px 2px; 
 height:25px;
 font-size: 80%; 
 padding: 10px 0px 0px 10px;
 display: block;
 width: 397px;
}

#LatestNews span a
{
 float: left;
 width: auto;
 height: 24px;
 padding: 11px 3px 0px 10px;
 color: #fff;
 /*background-color: #ed1a3b; - OLD */
 background-color: #aa014c;
 font-weight: bold;
 font-size: 85%; 
 background-image: url(../Image/Menu/NewBackground_en_gb.gif);
 background-repeat: no-repeat; 
 background-position: bottom right; 
}

#LatestNews span a img
{
 padding-right: 8px;
}


/* Photo Gallery Slide */

.PhotoGallery
{
 padding-top : 20px;
}

#PhotoGallerySlide
{
 width: 468px;
 height: 35px;
 margin-bottom: 20px;
}

#PhotoGallerySlide img#Preview
{
 border-right: 1px solid #fff;
 float: left;
}

#PhotoGallerySlide span a
{
 display: block;
 width: 45px;
 height: 24px;
 float: left;
 padding: 11px 3px 0px 10px;
 color: #fff;
 /*background-color: #ed1a3b; - OLD */
 background-color: #aa014c;
 font-weight: bold;
 font-size: 80%;
 background-image: url(../Image/Menu/NewBackground_en_gb.gif);
 background-repeat: no-repeat; 
 background-position: bottom right; 
}

#PhotoGallerySlide span a img
{
 padding-right: 8px;
}

/*Auxiliary styles*/

div#Copy td,
div#Copy caption
{
	font-size: 11px;
}

div#Copy label.Caption
{
	padding-top: 10px;
	color: #3399CC;
	font-weight: bold;
}

/*Table1 Class */
div#Copy table.Table1
{
	width: 465px;
	margin: 0 0 20px 0;
	border-collapse: collapse;
}

div#Copy table.Table1 caption
{
	padding: 10px 0 3px 0;
	text-align: left;
	font-weight: bold;
	color: #3399CC;
}

div#Copy table.Table1 td a
{
  /*color: #ed1a3b; - OLD */
  color: #aa014c;
	/*background: #F5FAFC; - OLD */ 
	background: #f8eee0;
}

div#Copy table.Table1 td
{
	padding: 3px 4px 4px 9px;
	/*border: #DFEDF4 solid 1px; - OLD */
	border: #d9ccb8 solid 1px;
	color: #666666;
	/*background: #F5FAFC; - OLD */
	background: #f8eee0;
}

div#Copy table.Table1 td.Header
{
	font-weight: bold;
	color: #FFFFFF;
	/*background: #B8C9D2; - OLD */
	background: #d9ccb8;
}

/*List1 Class*/
div#Copy ul.List1
{
	margin: 0 0 20px 0;
}

/*List2 Class*/
div#Copy ul.List2 li
{
	padding: 0 0 0 14px;
	background: url(../Image/Generic/ArrowGrey_en_gb.gif) 0px 6px no-repeat;
}

div#Copy ul.List2
{
	margin: 0 0 20px 0;
}

/*DetailList1 Class*/
div#Copy ul.DetailList1
{
	margin: 0 40px 0 0;
	padding: 0;
	list-style: none;
 width: 465px;
}

div#Copy ul.DetailList1 li
{
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: #F5FAFC solid 1px;
	background-image: none;
}

div#Copy ul.DetailList1 li.FirstChild,
div#Copy ul.DetailList1 li:first-child
{
	border-top: 0;
}

div#Copy ul.DetailList1 li strong a
{
	font-size: 11px;
	color: #3399CC;
}

div#Copy ul.DetailList1 li em
{
	display: block;
}

div#Copy ul.DetailList1 li em a
{
	color: #3399CC;
	font-size: .9em;
	font-style: normal;
}

div#Copy ul.DetailList1 li p
{
	width: 465px;
	padding: 7px 0 0 0;
	margin: 0;
}

div#Copy ul.DetailList1 li p a
{
	color: #666666;
}

/*Table Based Form*/
div#Copy form.Form1
{
	width: 465px;
	margin: 20px 0 20px 0;
	padding: 0;
}

div#Copy form.Form1 table
{
	margin: 0;
}

div#Copy form.Form1 table caption
{
	padding: 0 0 10px 0;
	text-align: left;
	font-weight: bold;
	color: #3399CC;
}

div#Copy form.Form1 td
{
	padding: 4px 8px 4px 0;
}

div#Copy form.Form1 col.Col1,
div#Copy form.Form1 col.Col3
{
	width: 160px;
}

div#Copy form.Form1 col.Col3
{
	/*color: #ED1A3B; - OLD */
	color: #aa014c;
	font-size: .9em;
}

.Error
{
	/*color: #ED1A3B; - OLD */
	color: #aa014c;
	font-size: .9em;
}

.FullNumber td
{
 color: #666;
}

div#Copy form.Form1 input
{
	border-width: 1px;
}

div#Copy form.Form1 td.ControlSet input
{
	clear: both;
	margin: 0 4px 0 0;
	padding: 0;
	/*background: #DFEDF4; - OLD */
	background: #fff;
}

div#Copy form.Form1 td.ControlSet label
{
	width: 140px;
	height: 2em;
	padding-top: 0px !important;
	margin: 0;
	padding: 2px 0 0 0;
}

div#Copy form.Form1 input,
div#Copy form.Form1 select,
div#Copy form.Form1 option,
div#Copy form.Form1 textarea
{
	padding: 1px 0 1px 4px;
	font-family: arial;
	font-size: 11px;
	color: #666;
	border-width: 1px;
}

div#Copy form.Form1 input.BoxInput1
{
	width: 125px;
	background: #F5FAFC;
}

div#Copy form.Form1 select.BoxInput1
{
	width: 132px;
	background: #F5FAFC;
}


div#Copy form.Form1 input.BoxInput2,
div#Copy form.Form1 select.BoxInput2
{
	width: 59px;
	background: #F5FAFC;
}

div#Copy form.Form1 textarea
{
	overflow: auto;
	width: 165px;
	height: 75px;
	background: #F5FAFC;
}

div#Copy form.Form1 select
{
	padding: 0 0 0 4px;
}

div#Copy form.Form1 input.Button1
{
	width: 70px;
	padding: 1px 0;
	margin: 6px 15px 10px 0;
	color: #FFF;
	font-weight: bold;
	/*background: #00496E url(../Image/Menu/NewBackground_en_gb.gif) right bottom no-repeat; - OLD */
	background: #3D3D3D url(../Image/Menu/NewBackground_en_gb.gif) right bottom no-repeat;
	border-width: 0;
	cursor: pointer;
}

div#Copy form.Form1 label.Blocked
{
	display: inline;
}

div#Copy form.Form1 label em
{
	/*color: #ED1A3B; - OLD */
	color: #aa014c;
}

div#Copy form.Form1 strong
{
	/*color: #ED1A3B; - OLD */
	color: #666;
}

/*Non-Table Based Form
form.Form2 fieldset
{
	width: 465px;
	padding: 10px 0px;
	border: 0;
}

form.Form2 fieldset input,
form.Form2 fieldset select,
form.Form2 fieldset option,
form.Form2 fieldset textarea
{
	padding: 1px 1px 1px 3px;
	color: #666;
	font-size: 11px;
	font-family: arial;
	border-width: 1px;
	background: #F5FAFC;
}

form.Form2 ol
{
	margin: 0;
}

form.Form2 ol li
{
	clear: both;
	float: left;
	display: block;
	width: 465px;
	padding: 2px 0 8px 0;
	list-style: none;
}

form.Form2 ol li label
{
	float: left;
	display: block;
	width: 145px;
}

form.Form2 ol li label em
{
	color: #ED1A3B;
}

form.Form2 ol li input,
form.Form2 ol li select
{
	float: left;
	display: block;
	width: 165px;
}

form.Form2 fieldset fieldset
{
	float: left;
	display: block;
	width: auto;
	margin: 0;
	padding: 0;
}

form.Form2 ol li fieldset label.Option
{
	float: none;
	display: block;
	width: 100%;
	height: 1.8em;
}

form.Form2 ol li fieldset input
{
	width: auto;
	margin: 0 2px 0 0;
	background-color: #DFEDF4;
}

form.Form2 ol li textarea
{
	overflow: auto;
	width: 165px;
	height: 75px;
}

form.Form2 input.Button1
{
	width: 75px;
	padding: 1px 0;
	margin: 6px 20px 10px 0;
	color: #FFF;
	font-weight: bold;
	background: #00496E;
	border-width: 0;
}*/

/*Photo Gallery*/

div#PhotoGallery
{
	display: block;
	width: 470px;
	margin: 10px 0 20px 0;
}

div#PhotoGallery p
{
	float: left;
	display: block;
	width: 50%;
	margin: 0;
	padding: 0;
}

div#PhotoGallery .AlignRight
{
	text-align: right;
}

div#Copy div#PhotoGallery p select,
div#Copy div#PhotoGallery p select option
{
	width: auto;
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: .9em;
	border-width: 1px;
}

div#Copy div#PhotoGallery p select option
{
	padding: 0 3px;
}

div#PhotoGallery ul#Thumbnail
{
	float: left;
	padding: 10px 0px 10px 1px;
	margin: 10px 0 10px 0;
	list-style: none;
	/*border-top: #00496E solid 1px; - OLD */
	/*border-bottom: #00496E solid 1px; - OLD */
	border-top: #b0a79a solid 1px;
	border-bottom: #b0a79a solid 1px;
	/*background: #FFFEF8; - OLD */
	background: #ebe1d2;
}

div#PhotoGallery ul#Thumbnail li
{
	float: left;
	display: inline;
	margin: 3px;
	padding: 0;
	background-image: none;
}

div#PhotoGallery ul#Thumbnail li img,
div#PhotoGallery ul#Thumbnail li a
{
	display: block;
}

div#PhotoGallery div#Canvas img
{
	clear: both;
	display: block;
}

div#PhotoGallery label#ImageDesc
{
	display: block;
	text-align: center;
	padding: 8px;
	margin: 0;
	/*border-bottom: #00496E solid 1px; - OLD */
	border-bottom: #b0a79a solid 1px; 
	/*background: #FFFEF8; - OLD */
	background: #ebe1d2;
}

ul.Sitemap
{
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 0;
	width: 240px; 
	height: 600px;
}

div#Copy ul.Sitemap li
{
 	padding: 2px 0 2px 0;
 	margin: 0;
	background: none;
}

ul.Sitemap li a
{
	color: #3399CC;
	font-weight: bold;
}

ul.Sitemap ul,
ul.Sitemap ul ul
{
	margin: 0;
 	padding: 5px 0 5px 0;
}

div#Copy ul.Sitemap ul li
{
	padding: 0 0 0 14px;
	background: url(../Image/Generic/ArrowGrey_en_gb.gif) 0px 6px no-repeat;
}

ul.Sitemap ul li a
{
	color: #666;
	font-weight: normal;
}

/*Stand Costs*/
#Copy table.StandCost
{
	margin-bottom: 5px;
	margin-right: 10px;
}

#Copy table.StandCost tr td ul.StandCostList
{
	margin-top: 5px;
	margin-bottom: 0px;
}

#Copy table.StandCost tr td ul.StandCostList li
{
	font-size: 11px;
	padding-bottom: 2px;
}

#Copy table.StandCost tr td,
#Copy table.StandCost tr th
{
	text-align: left;
	border: 0px;
	padding : 8px 0px 0px 0px; 
	font-size: 0.9em;
	vertical-align: top;
}

#Copy table.StandCost tr td.ImageCol
{
	width: 120px;
  vertical-align:middle;
}

#Copy ul.ServiceList li
{
	padding-top: 0px;
	padding-bottom: 5px;
	margin: 0px;
}

p.Red
{
	/*color: red; - */
	color: #aa014c;
	font-weight: bold;
}

div#Copy ul.FactList
{
	margin: 0 0 20px 0;
}

div#Copy ul.FactList li
{
	padding-bottom: 10px;
}

h4.GetUpdates
{
	margin-bottom: 10px;
}

#GetUpdates
{
	font-size: 12px;	
	text-align: left;
	padding-bottom: 10px;	
}

#GetUpdates input
{	
	font-size: 10px;	
	border: 1px solid;
	border-color: #999999 #CCCCCC #CCCCCC #999999;
}

#GetUpdates input.ImageButton
{
	border: none;
	padding-left: 2px;
	vertical-align: middle;
}

#ShowCaseVideo
{
	text-align:center;
}	
	
p.GoldSponsorMain,
p.Ticketing
{
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	text-align: center;
}