/*Generic margin*/
* {
	padding: 0;
	margin: 0;
	}

/*Generic Body*/
body
{
 background-color: #fff;
 color: #8e8e8e;
	font: normal 100% arial,tahoma,verdana,serif; 
}

/*Generic p*/
p
{
 padding-bottom: 14px;
}

/*Generic link*/
a
{
 text-decoration: none;
 color: #003471;
 background-color: #fff;
}

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;
}

/*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
{
 width: 768px;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding-bottom: 15px;
}

/* Header Container*/
#Header
{
 padding: 15px 9px 0px 9px;
 height: 110px;
}


/* Main Logo */
h1
{
 float: left;
 width: 110px;
 height: 110px;
 color: #269cc2;
 background-color: #fff;
 font-size: 100%; 
}

/* Banner Container*/
#BannerTop
{
 width: 468px;
 height: 60px;
 margin-top: 5px;
 background-color: #ececec;
 color: #c5e2f4;
 float: left;
 display: inline;
 text-align: center;
 font-size: 60%;
}

#BannerSide
{
 margin: 30px 0px 0px 15px; 
}


/* Language Container Items*/
p#Lang
{
 height: 20px;
 padding-bottom: 0px;
 padding-top: 7px;
 text-align: right;
}

/* Top Navigation Items*/
#Navigation0
{
 float: right;
 font-size: 60%;
 height: 19px;
}

#Navigation0 li
{
 display: inline;
 float: left;
 padding: 0px 7px 0px 7px;
 color: #333;
 background-color: #fff;
 background-image: url(../Image/Generic/SeparatorGrey.gif);
 background-repeat: no-repeat; 
 background-position: 0px 3px;
}

#Navigation0 li a
{
 color: #333;
 background-color: #fff;
}

#Navigation0 li.FirstChild, 
#Navigation0 li:First-Child
{
 border-left: 0px;
 background-image: none;
}

#Navigation0 li.LastChild, 
#Navigation0 li:Last-Child
{
 padding: 0px 0px 0px 11px;
}

/* Search Block Elements */
#Header form
{
 float: right;
}

#SearchButton
{
 margin-bottom: -2px;
}

input.SearchField
{
 margin-right: 7px;
 width: 120px;
 background-color: #fff;
 font-family: verdana,tahoma,times,arial,serif;
 font-size: 10px;
 color: #999;
 font-weight: normal;
}

/* Main Navigation*/

#Navigation1
{
 color: #fff;
 background-color: #170c42;
 width: 640px;
 height: 30px;
 float: right;
 margin-top: 14px;
}

/* Drop Down Styles begin*/
#DropDown
{
 padding: 0px 0px 0px 10px;
 height: 30px;
 position: static;
 z-index: 20;
}

#DropDown li
{
 float: left;
 display: inline;
 width: auto;
 height: 30px;
 background-image: url(../Image/Menu/Separator.gif);
 background-repeat: no-repeat; 
 background-position: 0px 10px;
 padding: 0px 8px 0px 10px;
}

#DropDown li a
{
 height: 20px;
 display: inline;
 color: #fff;
 background-color: #170c42;
}

#DropDown li a img
{
 padding: 10px 0px 6px 0px;
}

#DropDown li.FirstChild,
#DropDown li:First-Child
{
 background-image: none;
}

#DropDown li ul
{
 position: absolute;
 display: none;
 margin-top: 30px;
 margin-left: -9px;
 z-index: 99;
 width: 150px;
} 

#DropDown li ul li
{
 display: block;
 height: 22px;
 padding: 0px;
 margin: 0px;
 float: none;
 background-image: none;
}

#DropDown li ul li a
{
 border-top: 1px solid #1F5482;
 font-size: 60%;
 display: block;
 width: 136px;
 color: #fff;
 background-color: #170c42;
 height: 18px;
 padding: 4px 0px 0px 10px;
}

#DropDown li ul li a:hover
{
 color: #269CC2;
 background-color: #170c42;
}

#DropDown li ul li a#Highlighted
{
 color: #269CC2;
 background-color: #170c42;
}

/* Drop Down 2nd level */
#DropDown li ul li a span
{
 position: absolute;
 left: 136px;
 margin-top: -3px;
 padding-right: 10px;
 background-color: transparent;
 font-size: 12px;
}

#DropDown li ul ul
{
 margin-top: 0px;
 margin-left: 145px;
}

#DropDown li ul ul a
{
 border-left: 1px solid #1f5482;
}

#DropDown li ul ul li:Last-Child a,
#DropDown li ul ul li.LastChild a
{
 border-bottom: 1px solid #1f5482;
}

ul#DropDown li:hover ul ul,
ul#DropDown li:hover ul ul ul,
ul#DropDown li:hover ul ul ul ul,
ul#DropDown li:hover ul ul ul ul ul
{
	display: none;
}

ul#DropDown li:hover ul,
ul#DropDown ul li:hover ul,
ul#DropDown ul ul li:hover ul,
ul#DropDown ul ul ul li:hover ul,
ul#DropDown ul ul ul ul li:hover ul
{
	display: block;
}

/* Drop Down Styles end */

/* Inner pages bread crumbs */
#Crumbs
{
 padding-top: 17px;
 height: 14px;
 padding-left: 200px;
 font-size: 60%;
 color: #595959;
 background-color: #fff;
}

/* Inner pages bread crumbs */
#Crumbs a
{
 color: #004A80;
 background-color: #fff;
}

/* ShowDate Image & Design Block */
#Profile
{
 height: 220px;
 padding: 0px 0px 0px 15px;
}

#Profile h1
{
 padding-top: 19px;
}

#Profile p
{
 float: right;
}

/* Added Leftpane to Accomodate Side Banners */
#LeftPane
{
 float: left;
}

/* Inner pages side navigation */
#Navigation2
{
 width: 190px;
}

#Navigation2 li
{
 color: #003471;
 background-color: #fff;
}

#Navigation2 li a
{
 width: 162px;
 display: block;
 font-size: 70%;
 height: 15px;
 border-bottom: 1px solid #dadada;
 padding-left: 14px;
 padding-top: 2px;
 color: #003471;
 background-color: #fff;
}

#Navigation2 li a:hover,
#Navigation2 li li a:hover
{
 color: #DADADA;
}

#Navigation2 li li a
{
 width: 148px;
 display: block;
 height: 15px;
 border-bottom: 1px solid #dadada;
 padding-left: 28px;
 padding-top: 2px;
 color: #269CC2;
 background-color: #fff;
}

#Navigation2 li a#Highlighted
{
 color: #269CC2;
 background-color: #fff;
}

#Navigation2 li li.LastChild,
#Navigation2 li li:last-child
{
 height: 35px;
 border-bottom: 1px solid #dadada;
 width: 91%;
 display: block;
}

#Navigation2 li a img
{
 position: absolute;
 margin-left: 145px;
 margin-top: 6px;
}

/* Inner pages Copy */
#Copy
{
 margin-left: 196px;
 width: 525px;
 font-size: 70%;
 padding-bottom: 40px;
 min-height: 200px;
 height: auto !important;
 height: 200px;
}

/* Main Heading */
h2
{
 margin: 0px;
 padding-bottom: 10px; 
 color: #f7941d;
 background-color: #fff;
 font-family: verdana,tahoma,times,arial,serif; 
 font-size: 16px;
}

/* Main SubHeading */
h3
{
 padding-bottom: 13px;
 color: #269cc2;
 background-color: #fff;
 font-family: tahoma,verdana,times,arial,serif; 
 font-size: 14px;
}

/* Sponsor Logos */
#InnerSponsors,
#Sponsors,
#VenueMember
{
 height: 130px;
 border-top: 1px solid #c9e6f0;
 padding: 20px 20px 0px 10px;
 color: #f7941d;
 background-color: #fff;
 font-size: 60%;
 display: block;
	clear: left;
}

#InnerSponsors li,
#Sponsors li
{
 float: left;
 display: inline;
	text-align: center; 
	padding-left: 55px;
}

#InnerSponsors li
{
	padding-left: 15px;
}

#InnerSponsors li img.DMC,
#Sponsors  li img.DMC
{
	margin-top: 15px;
}

#VenueMember li
{
 float: left;
 display: inline;
 padding: 0px 15px 0px 15px;
 text-align: center;
 width: 155px;
}

/* Footer */
#Footer
{
 height: 20px;
 font-size: 60%;
 padding-top: 7px;
}

#Footer, #Footer a
{
 background-color: #170c42;
 color: #fff;
}

#Footer, #Footer a:hover
{
 color: #269CC2;
}

#Footer p
{
 padding-bottom: 0px;
}

/* Footer Navigation */
#Navigation3
{
 float: left;
 width: 380px;
 padding: 0px 0px 0px 10px;
}

#Navigation3 li
{
 float: left;
 padding: 0px 7px 0px 7px;
 background-image: url(../Image/Generic/SeparatorWhite.gif);
 background-repeat: no-repeat; 
 background-position: 0px 2px;
}

#Navigation3 li.FirstChild ,
#Navigation3 li:First-Child
{
 background-image: none;
}

/* Privacy and Legal links */
#PrivacyLegal
{
	float: left;
	width: 90px;
}

#PrivacyLegal a
{
	padding-left: 5px;
}

#PrivacyLegal a.LastChild
{
	background-image: url(../Image/Generic/SeparatorWhite.gif);
	background-repeat: no-repeat; 
	background-position: 2px 2px;
	padding-left: 7px;
}

/* Copyright line */
#Copyright
{
	color: #FFFFFF;
	float: left;
	background-image: url(../Image/Generic/SeparatorWhite.gif);
	background-repeat: no-repeat; 
	background-position: 0px 2px;
	padding-left: 7px;
}

/* Home Page Flash Block */
#ShowCase
{
 margin-bottom: 10px;
 width: 768px;
 overflow: hidden;
}

/* Home Page Summary visitor and exhibitor Columns */

#Summary
{
 font-size: 70%;
 line-height: 14px; 
 height: 183px;
 width: 768px;
}

#Summary h4
{
 display: inline;
 padding-right: 15px;
}

#Summary p a img, #Review p a img
{
 margin-left: 5px;
}

.Column1
{
 width: 325px;
 padding-left: 9px;
 float: left;
 display: block;
}

.Column2
{
 margin-left: 42px;
 width: 170px;
 float: left;
 padding: 0px 15px 0px 14px;
}

h4
{
 color: #f7941d;
 background-color: #fff;
 height: 25px;
 padding: 7px 0px 0px 0px;
 font-size: 120%;
}

.Column3
{
 width: 165px;
 float: left;
 padding: 0px 0px 0px 14px;
}


/* Home Page photo gallery facts news */
#Review
{
 font-size: 65%;
 line-height: 14px; 
 height: 140px;
 width: 768px;
 color: #737373;
 background-color: #fff;
}

#Review a
{
 font-size: 105%;
}

#Review .Column2
{
 width: 191px;
 padding: 0px 0px 0px 0px; 
 margin-left: 45px;
}

#Review .Column3
{
 padding: 0px 0px 0px 9px;
}

#Review h4
{
 padding: 0px 0px 4px 0px;
}

#Review p
{
 padding-left: 10px;
}

#Review .Column1 p
{
 padding-left: 0px;
}

#Review .Column3 p
{
 padding-left: 9px;
}

#Review .Column3 p span a
{
 font-size: 100%;
}


/* Inside Pages Styles */

/* Generic Download block image icon */
#Copy p.Download img.Icon
{
 padding-right: 9px;
 float: left;
}

/* Tabular Data */
#Copy table
{
 width: 100%;
 text-align: left;
 table-layout: fixed;
}

#Copy table.FreeFlow
{
 table-layout: auto;
}

#Copy table tr td
{
 padding: 3px 5px 2px 0px;
 aborder: 1px solid #dadada;
 text-align: left;
}

#Copy table.NoBorder tr td
{
 padding: 3px 5px 2px 0px;
 border: 0px;
}

#Copy table.NoBorder tr td table
{
    margin: 0 0 0 2px;
}

#Copy table tr th
{
 padding: 7px 7px 7px 9px;
 border: 1px solid #dadada;
 text-align: left;
}

#Copy form
{
 padding-bottom: 20px;
}

/* Generic Form Elements */

#Copy input
{
 awidth: 105px;
 color: #8e8e8e;
 background-color: #fff;
 font-size: 1em;
}


#Copy input.SmallInput,
#Copy .SmallInput input
{
 width : 75px;
}

.Error
{
 color: #ED1A3B;
 font-size: 1em;
 vvertical-align: bottom;
}


#Copy table input
{
    width: 120px;
}

#Copy table input.Checkbox
{
    width: auto;
}

#Copy table input.GetUpdates,
#Copy table select.Text1,
#Copy table input.Text1,
#Copy table input.Text2
{
    width: 150px;
}

#Copy table input.Text3
{
    width: 30px;
}

#Copy table input.Text4
{
    width: 75px;
}

#Copy table input.Text2
{
    width: 105px;
}

#Copy table tr td table
{
 width: 95%;
 margin-left: -10px;
 padding: 0;
}

#Copy table tr td table td.Control
{
 width: 20px;
 padding: 5px 0 0 0;
}

#Copy table tr td table td input
{
 width: 20px;
}

#Copy table select
{
 width : 119px;
 color: #8e8e8e;
}

#Copy .CheckBox input,
#Copy .Radio input
{
 width : 30px;
}

#Copy textarea
{
 width: 325px;
 height: 75px;
 color: #8e8e8e;
 background-color: #fff;
 font-size: 1em;
 font-family: Arial;
}

#Copy .ButtonField input
{
 width: auto;
 color: #fff;
 background-color: #170c42;
 font-weight: bold;
 font-size: 1em;
 padding: 2px 5px 2px 5px;
 margin: 10px 0 0 0;
 border:0;
} 

#Copy .ButtonField input:hover
{
 color: #f7941d;
}

/* Generic Filter Select */
#Copy select 
{
 width: 170px;
 font-family: arial,tahoma,verdana,times,serif;
 font-size: 95%;
 background-color: #fff;
 color: #999;
}

input.Button, img.Button
{
 margin: 0px 0px 0px 5px;
}

#Copy form span
{
 margin-top: 2px;
 position: absolute;
 text-align: right;
 width: 335px;
}

/* Generic List Items in Copy */
#Copy ul
{
 padding-bottom: 15px;
}

#Copy ul li
{
 padding-left: 15px;
 background-image: url(../Image/Generic/Bullet.gif);
 background-repeat: no-repeat; 
 background-position: 0px 5px;
}

/* Image inside Copy */
#Copy img.Left
{
 float: left;
 margin-right: 20px;
 margin-bottom: 5px;
}

#Copy img.Right
{
 float: right;
 margin-left: 5px;
 margin-bottom: 5px;
}

/* Search Results or Listings */

#Copy ul.Listings li
{
 width: 478px;
 padding: 10px 0px 10px 0px;
 background-image: none;
 border-bottom: 1px solid #dadada;
}

#Copy ul.Listings li span
{
 font-weight: bold;
 padding-bottom: 4px;
 display: block;
}

#Copy ul.Listings li a
{
 font-weight: bold;
 padding-bottom: 2px;
}

#Copy form.Paging div
{
 text-align: right;
 font-size: 90%;
}

#Copy form.Paging div select
{
 width: 38px;
}

/* select box for Filters */
#Copy .Filters
{
 margin-top: 30px;
}

#Copy .Filters select 
{
 width: 100px;
 margin-right: 10px;
}

/* Generic Top button */
#Copy p.Top
{
 display: block;
 text-align: right;
}

/* Sitemap */

#Copy ul#Sitemap
{
 display: block;
 height: 500px;
}

#Copy ul#Sitemap li
{
 width: 170px;
 float: left;
 padding: 30px 70px 0px 0px;
 background-image: none;
}

#Copy ul#Sitemap li a
{
 font-weight: bold;
 width: 100%;
 display: block;
 padding-bottom: 2px;
 border-bottom: 1px solid #ddd;
 background-color: #fff;
 color: #004a80;
}

#Copy ul#Sitemap li ul
{
 margin-top: 10px; 
}

#Copy ul#Sitemap li ul li
{
 padding: 0px;
}

#Copy ul#Sitemap li ul li a
{
 border: none;
 font-weight: normal;
 background-color: #fff;
 color: #269cc2; 
}

#Copy ul#Sitemap li ul li ul
{
 margin-top: 0px 
}

#ExpandSitemap
{
 margin-bottom: 80px;
}

#Copy ul#Sitemap li ul li ul li a
{
 background-color: #fff;
 color: #8E8E8E;
 padding-left: 18px;
}

/* StandCost Heading Style */
#Copy .Heading
{
 padding-bottom: 2px;
 padding-top: 15px;
 font-family: verdana,tahoma,times,serif,arial;
}

/* About Sponsors Logo Style */
.SponsorLogo
{
 width: 165px;
 padding-top: 5px;
 padding-bottom: 5px;
 text-align: center;
 float: left;
 margin-right: 20px;
 border: 1px solid #333;
}

/* Photo Gallery */
#Copy ul#Thumbnails
{
 display: block;
 height: 345px;
}

#Copy ul#Thumbnails li
{
 width: 150px;
 text-align: right;
 background-image: none;
 float: left;
 padding: 0px 11px 15px 0px;
}

#Copy p.Enlarge
{
 position: absolute;
 width: 470px;
 padding-left: 0px;
 text-align: right;
 margin-top: -15px;
 display: none;
}

#Copy table.RegConfirmation 
{
 clear: both;
 font-size: 11px; 
}

#Copy table.RegConfirmation tr td
{
 border-width : 0px; 
}

#Copy table.RegConfirmation tr td.HeadCol
{
 width: 140px; 
}

#BarCode
{
 text-align: center;
 margin-top: 5px;
 margin-bottom: 5px;
}

#MailImage
{
 clear: both;
 float: right;
}

tr.Header td
{
 font-weight: bold;
 height: 20px;
}

#Copy table.RegistrationFees tr.Header td.FirstCol
{
 text-align: center;
}

#Copy table.RegistrationFees tr td
{
 border: 1px solid #CCCCCC;
}

#Copy table.RegistrationFees td.FirstCol
{
 width: 180px;
 text-align: left;
}

#Copy table.RegistrationFees tr td
{
 text-align: center;
}

#Copy table input.RadioBox
{
 margin-top: 0px; 
}

/*             Payment Table Styles                       */

#Copy table.Payment
{
	width: auto;	
	border: 0;	
	margin: 5px 0px;	
	padding-top: 5px;		
}

#Copy table.Payment td 
{
	padding: 4px;
	width: auto;
	border: 1px solid #7D7E7F;	
}

#Copy table.Payment td.Bold
{
	font-weight: bold;
}

#Copy fieldset.Button input.Button
{
	width: auto;
	color: #fff;
	font-weight: bold;
	background-color: #F08020;
	border: none;
	margin: 0px 10px 10px 0px;
	padding: 2px 5px 2px 5px;
	font-size: 11px;	
}

div.EnquireForm fieldset.NoDisplay
{
	display: none;
}

div.EnquireForm table.BarCode
{
	width: 60%;
	border: none;
	float: left;
	margin: 10px 0px;	
}

div.EnquireForm table.BarCode tr td
{
	padding: 5px 10px 0px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}

div.EnquireForm p.BarCode
{
	padding-bottom: 0px;
}

div.EnquireForm table.BarCodeConfirmation
{
	width: 90%;
	border: none;
	float: left;
	margin: 2px 0px;
}

div.EnquireForm table.BarCodeConfirmation tr td
{
	padding: 5px 10px 0px 0px;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
}

div.EnquireForm  p.PaymentHeading
{
	font-weight: bold;
	font-size: 14px;
	background: url(../Image/Generic/BorderH.gif) repeat-x 0 0;
	padding: 15px 0 10px 0;
	margin: 5px 0 0 0;
}

div.EnquireForm  h5.PaymentHeading
{
	border: none;
}	

div.EnquireForm h5
{
	color: #f7941d;
	padding-bottom: 10px;
}

#Copy fieldset.Button
{
	border: 0;
}

div.Box
{
	border: 1px solid #7E7F7F; 	
}

div.Box dl dd
{
	padding: 5px;	
}

div.PaymentFields
{
	margin-bottom: 30px;
}

div.BankAccount
{
	padding-top: 0px;
	margin-top: -10px;
}
