/* GLOBAL */

* {
	margin:0;
	padding:0;
}

.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}

.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

A {
	color:#f3bd48;
	/*font-weight:normal;*/
	text-decoration:none;
	outline:none;
}

EM { font-style: italic; }

a:hover {
	color:#f3bd48;
	/*font-weight:normal;*/
	text-decoration:underline;
}

A IMG {
	border: 0;
}

BODY {
	height:100%;
	background: #8996A0 url('../images/dvd2012/body-bg.png') repeat-x center top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#333;
}

IMG.block {
	display:block;
}

#camo {
	background: transparent url('../images/dvd2012/body-camo-bg.png') no-repeat left top;
	width: 1902px;
	height: 677px;
	position: absolute;
	top: 213px;
	left: 50%;
	margin-left: -951px;
	z-index: 1;
}

h1 {
	font-size:2.0em;
	font-weight:700;
	color:#f3bd48;
	margin:0 0 15px 0;
}

INPUT {
	border:0;
}

p {
	/* font-size:1.3em; /* RM - 20100401 */
	line-height:17px;
	margin: 0 0 15px;
	color: #EEE;
}

strong {
	font-weight:700;
}

.left {
	float:left;
}

.right {
	float:right;
}

#container {
	width:996px;
	margin:0 auto;
	font-size: 1.2em;
	z-index: 5;
	position: relative;
}

#header {
	width: 960px;
	margin: 0 auto;
	height: 197px;
}

#loginbar {
	overflow: hidden;
	padding: 7px 0 0;
	height: 33px;
}
	#loginbar * {
		vertical-align: middle;
	}
	#loginbar .text-input {
		padding: 4px 10px;
		border-radius: 9px;
		color: #6b737a;
		margin-right: 5px;
	}
	#loginbar IMG {
		margin-right: 15px;
	}
	#loginbar FORM { 
		float: right;
	}

#infobar {
	text-align: center;
}

#datebar 
{
    position:relative;
	height:47px;
}

#header #logos {
	margin: 21px 0 36px;
	overflow: hidden;
}

/* CYAN INFO BAR */

#infoBar {
	position:relative;
	height:47px;
	/*background:transparent url('../images/NewLayout/info-bg.jpg') repeat-x;*/
}

#infoBar ul li 
{
    list-style:none;
    float:left;
    color:Gray;
    font-size:16px;
    line-height:47px;
    vertical-align:middle;
    margin:0px 14px 0px 14px;
}

#infoBar ul li a 
{
    text-decoration:none;
    color:Gray;
    font-size:12px;
    line-height:47px;
    vertical-align:middle;
    margin:0px 25px 0px 25px;
    text-transform:uppercase;
    font-weight:bold;
}

#infoBar ul li a:hover
{
    color:#005e91;
}

/* EXHIBITOR LOGIN */

#exhibitorLogin {
	position:absolute;
	top:9px;
	right:0px;
}

#exhibitorLogin a 
{
    position:relative;
    top:-5px;
}

#exhibitorLogin SPAN {
	float:left;
	font-size:1.4em;
	color:#ffffff;
	font-weight:100;
	padding:5px 7px 0 0;
	text-transform:uppercase;
}

#exhibitorLogin INPUT {
	float:left;
	width:207px;
	/* height:22px; /* RM - 20100401 */
	padding: 6px 0 5px 6px;
	margin:0 7px 0 0;
	background:transparent url('../images/NewLayout/input-box.jpg') no-repeat;
	color:#005e91;
	font-size:1.1em;
}

#exhibitorLogin INPUT:focus {
	/*background:transparent url('../images/login-box-on.gif') no-repeat;*/
}

#exhibitorLogin #forgotpassword 
{
    line-height:8px;
}

#exhibitorLogin #forgotpassword a
{
    color:#ffffff;
}

.loginBtn {
	width:96px !important;
	height:30px !important;
	border:none !important;
	cursor:pointer;
	background:transparent url('../images/NewLayout/login-header-btn.jpg') no-repeat !important;
}

.loginBtn:hover {
	background-position:0 -27px;
}

#infoBar #phone {
	height:25px;
	margin:0 0 0 35px;
	padding:13px 0 0 45px;
	font-size:1.8em;
	color:#FFF;
	/*background:transparent url('../images/telephone.gif') no-repeat 0 10px;*/
}

#backtoHome
{
	margin-top:15px;
}
#backtoHome img {margin-top:15px;}

#infoBar #phone SPAN{
	color:#005e91;
	font-weight:700;
}

#body {
	background: #b5b9bd url('../images/dvd2012/body-bg.gif') repeat-y top left;
}
.section-header {
	margin: 0 0 1px;
}
#content {
	background: transparent url('../images/dvd2012/content-bg.gif') no-repeat top left;
	padding-top: 15px;
	overflow: hidden;
	margin-bottom: 15px;
}

#content .middle {
	/* background:transparent url('../images/NewLayout/content-mid.png') repeat-y; */
	padding: 0 18px 15px;
	overflow: hidden;
}

.supplier #content .middle {
	padding: 0 33px 15px;
}

.supplier UL {
	color: #F3BD48;
	margin: 0 0 0 20px;
}
.supplier LI {
	list-style-type: disc;
	line-height: 1.3em;
}

#content .bottom {
	/* height:142px; */
	padding: 165px 33px 40px;
	background:transparent url('../images/NewLayout/content-bot-new.png') no-repeat;
	text-align:right;
	font-size:1.1em;
	line-height:16px;
	color:#FFF;
}

#content .bottom span 
{
    font-weight:bold; 
    margin: 0 auto; 
    color: Black; 
    width: 600px; 
    display: block; 
    text-align: center; 
    /* margin-top: -80px; 
    margin-bottom:35px; */
}

#content .bottom A {
	color:#FFF;
}

#content .bottom .rss {
	height: 16px;
	margin: 8px 0 0 0;
	padding: 0 0 0 23px;
	background: transparent url('../images/rss.gif') no-repeat;
}

#footer {
	background-color: #b5b9bd;
	margin: 0 17px;
	padding: 15px 0 15px;
	text-align: center;
	font: 13px arial;
	color: #535b61;
}
	#footer .bar {
		height: 5px;
		font-size: 2px;
	}
	#footer .top-bar {
		background-color: #6b737a;
		margin: 0 0 15px;
	}
	#footer .bottom-bar {
		background-color: #535b61;
		margin: 15px 0 0;
	}

.outerCol {
	margin: 0 15px;
	width: 190px;
}

.innerCol {
	width: 510px;
	margin: 0 5px;
}

.innerCol IMG {
	margin:0 0 15px 0;
}

.innerCol UL {
                margin:20px 0 0 15px;
}

.innerCol LI {
                /* font-size:1.3em; /* RM - 20100401 */
                line-height:1.3em;
                margin:0 0 10px 0;
                list-style-image:url('../images/bullet.gif');
				color: #EEE;
}


.navBackground {
	background:transparent url('../images/NewLayout/nav.gif') repeat-y;
}

.nav {
	margin: 0 0 15px 0;
	font-size: 0.8em;
}

.nav li {
	width:190px;
	position:relative;
	margin: 0 0 1px;
}

.nav li a {
	display: block;
	color: #CCC;
	font: bold 1.4em arial;
	background-color: #6b737a;
	padding: 10px 25px 9px 23px;
	line-height: 16px;
}
.nav li.large a, li a.large { height:30px !important;}
.nav li.menuindent a { /* background:transparent url('../images/NewLayout/menu-left-top.jpg') no-repeat; */ }

.nav li a:hover {
	text-decoration: none;
	color: #ffcc33;
}

/* RM - 20100331
.lastChild { height:20px !important; background:transparent url('../images/nav-btm-off.png') no-repeat !important; }
.lastChild:hover { height:20px !important; background:transparent url('../images/nav-btm-on.png') no-repeat !important; }
.lastChild.large { padding-top:3px; padding-bottom:10px; }
*/

#mod-footer {
	text-align: center;
}

.firstChild.large
{
	height:20px !important;
	padding-top:5px;
	padding-bottom:6px;
}
#search {
	height:75px;
	background:transparent url('../images/NewLayout/menu-left-top.jpg') no-repeat;
}

#search .searchBox {
	width:120px;
	height:26px;
	border:0;
	margin: 22px 0 0 15px;
	background:transparent url('../images/NewLayout/search-box.jpg') no-repeat;
	font-size:1.2em;
	color:#333;
	padding: 0 0 0 5px;
}

#search .searchBtn 
{
    margin: 22px 0 0 0;
}

#search .searchBox:focus {
	background:transparent url('../images/NewLayout/search-box.jpg') no-repeat;
}
#registration-cta {
	margin-bottom: 15px;
}
.videos {
	background-color: #353c41;
	padding: 10px 0 10px 10px;
	margin: 0 0 15px 0;
}

.adverts {
	background-color: #353c41;
	padding: 10px 0 10px 10px;
	margin: 0 0 15px 0;
}

.adverts .adBottom {
	height:25px;
	margin-left:-10px;
	background:transparent url('../images/NewLayout/advert-bot.jpg') no-repeat bottom;
}

.adContainer {
	width: 155px;
	height: 100px;
	margin: 0 10px 10px 0px;
	border: 7px solid #b9cf96;
}

.video {
	margin:0 0 15px 0;
}

#pressReleases .top {
	height:44px;
	margin:25px 0 0 0;
	background:transparent url('../images/dvd2012/header-press-releases.gif') no-repeat;
}

#pressReleases .top .more {
	margin: 14px 20px 0 0;
}

#pressReleases .top .more A {
	text-decoration: underline;
	color: #CCC;
}

#pressReleases .middle {
	padding: 15px 15px 10px;
	background-color: #6b737a;
}

#pressReleases .middle .date {
	color: #f3bd48;
	margin:0 0 2px;
	font: bold 1.2em arial !important;
}

#pressReleases .middle .title {
	font-size:1.6em;
	font-weight:700;
	color:#005e91;
	margin:0 0 15px 0;
}


#pressReleases .leftCol {
	width: 222px;
	padding: 0 17px 0 0;	
}

#pressReleases .rightCol {
	width: 222px;
	padding: 0 0 0 17px;
}

#pressReleases A.rssBtn {
	display: inline-block;
	width: 470px;
	height: 32px;
	margin: 10px 0 0 0;
	background: transparent url('../images/dvd2012/subscribe-to-news-rss-cta.gif') no-repeat;
}

#pressReleases A.rssBtn SPAN {
	display:none;
}

.newsItem
{
	padding-bottom:10px;
	border-bottom: dashed 1px #999;
	margin-bottom:10px;
}

.landingoptions
{
	margin-top: 10px;
}
.landingoptions a
{
	padding: 0 10px;
	float:left;
}

.mod {
	margin:20px 0 0 0;
}

/* LANDING PAGE BUTTONS */

#landingButtons {
	margin: 0 0 15px 15px;
	overflow: hidden;
}

.landingBtn {
	display: block;
    float: left;
    height: 118px;
    width: 300px;
}

.landingBtn SPAN {
	display:none;
}

.exhibitorBtn {
	background:transparent url('../images/dvd2012/entry-button-exhibitor.gif') no-repeat;
	margin-right: 15px;
}
.exhibitorBtn:hover { background-position: 0 -118px; }
.visitorBtn {
	background:transparent url('../images/dvd2012/entry-button-visitor-soon.gif') no-repeat;
	margin-right: 15px;
	cursor: default;
}
.mediaBtn {
	background:transparent url('../images/dvd2012/entry-button-media-soon.gif') no-repeat;
	cursor: default;
}

/*
.visitorBtn {
	background:transparent url('../images/dvd2012/entry-button-visitor.gif') no-repeat;
	margin-right: 15px;
}
.visitorBtn:hover { background-position: 0 -118px; }
.mediaBtn {
	background:transparent url('../images/dvd2012/entry-button-media.gif') no-repeat;
}
.mediaBtn:hover { background-position: 0 -118px; }
*/

.lastAd { margin-bottom:0px; }

/* OUTLOOK BUTTON */

#outlook {
	width:190px;
	height:60px;
	display:block;
	background:transparent url('../images/outlook.gif') no-repeat;
}
#outlook:hover {
	background-position:0 -60px;
}

#outlook SPAN {
	display:none;
}
.date 
{
	color:#f3bd48;
	font-size:1.2em;
	margin:0 0 5px;
	font-weight: bold;
}
.title
{
	color:#ccc;
	font-size:1.6em;
	font-weight:700;
	margin:0 0 5px;
}
.title a
{
	color:#ccc;
	font-weight:700;
	margin:0 0 15px;
}

.readMore 
{
	margin-top:10px;
	width:109px;
	height:27px;
	display:block;
	background:transparent url('../images/readmore-btn.gif') no-repeat;
}
.readMore:hover {
	background-position:0 -27px;
}

.readMore SPAN {
	display:none;
}

.relevance
{
	padding-top:8px;
	display:block;
}

.nav li:hover .menuchild,
.nav li a:hover .menuchild,
.menuchild li:hover .menuchild,
.menuchild li a:hover .menuchild
{
	visibility: visible;
}
.menuchild
{
	position:absolute;
	left:190px;
	padding: 0 0 0 1px;
	top:0px;
	visibility:hidden;
}
.menugrandchild
{
	position:absolute;
	left:200px;
	top:0px;
	visibility:hidden;
}


/*Form Layouts*/

fieldset {  
	border: 1px dashed #747c83; 
	float: left;    
	clear: left;    
	width: 100%;    
	margin: 0 0 20px 0; 
	padding: 10px 0 15px; 
} 
fieldset ol {  
	padding: 0 1em 0;  
	list-style: none;  
}
fieldset p, fieldset table
{
	padding: 0.5em 1em 0.5em 1em;  
}
fieldset li {
	margin:0 0 12px 0 !important;
	list-style-image:none !important; 
}  
fieldset.submit {  
	border-style: none;  
}

fieldset input, fieldset .dropdown 
{
	border: solid 1px #aeaeae;
	/* height:27px; /* RM - 20100401 */
	width:300px;
	font-size:1.5em;
	font-weight:normal;
	padding:3px 10px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

fieldset textarea 
{
	font-family:Arial;
	font-weight:700;
	border: solid 1px #aeaeae;
	width:300px;
	height:100px;
	font-size:1.1em;
	font-weight:normal;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
legend  
{
	font-weight: bold;
	color:#eee;
	line-height:17px;
	margin: 0 0 5px 15px;
	padding: 4px 5px 0;
	background:#535b61;
}

label {    
	float:left;    
	width:10em;    
	margin-right: 10px;
	margin-top: 7px;    
	text-align:right;
	line-height:16px;
}

label SPAN {  
	font-size:0.8em;
	line-height:12px;
	font-style:italic;
}

label.noMargin {    
	margin-top:0;    
}

input.checkbox { 
	width: 13px; 
	height: 13px; 
}
.submit
{
	display: inline-block;
	float: none;       
	border:1px solid #aeaeae;
	padding: 3px 15px;
	font-size: 1.1em;
	background: transparent url(../images/bg-button.gif) repeat-x top left; 
	color: #333;
	text-shadow: 1px 1px 1px #FFFFFF;
	width: auto;
}

/* Table Layout */
/* table { font-size:1.3em; } /* RM - 20100401 */
th { padding:0.5em; font-weight:bold; }
td { padding:0.5em; } 

/*Form Selectors*/
.categoryoption
{
	float: left;
	padding: 0 15px;
}
.categoryoption select
{
	height: 150px;
	width: 220px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.categoryoption p { font-weight:bold;padding-bottom:0;}
.categoryoption a { display:block;font-size:1.3em; padding:1em;}
label.error  
{
	color:Red;
	display:block;
	float:none;
	margin-left:145px;
	text-align:left;
	width:300px;
}
.small { width:50px;}
.mid {width:240px;}
thead tr td { font-weight:bold;}

.left p { margin-bottom: 2px;/* padding: 0 1em; */ }
.clear { clear:both}
.adminsame { width:50px; height:16px;margin-bottom:10px;}
.samelabel {
	/* font-size:1.3em; /* RM - 20100401 */
	line-height:16px;
	margin-right:0.8em;
	margin-left:30px;
	margin-top:0.7em;
	text-align:right;
	width:10em;
	margin-bottom:10px;
}

.confirms .error { margin-left: 0; }

/* table styling */
table.dashboard   
{
	width: 100%;
	border-top: solid 1px #aeaeae;
	border-left: solid 1px #aeaeae;

}
table.dashboard img { margin: 0; }

table.dashboard th  
{
	color: #005e91;
    font-size:1.2em;
    background-color:#ededed;
    border-right: solid 1px #aeaeae;
    border-bottom: solid 1px #aeaeae;
    padding:9px;
	text-shadow:1px 1px 1px #FFFFFF;
}
table.dashboard tr.completed { background-color: #fafff8;}
table.dashboard tr.incomplete { background-color: #fef8f8;}
table.dashboard td  
{
	border-right: solid 1px #aeaeae;
    border-bottom: solid 1px #aeaeae;
    padding: 0;
    vertical-align: middle;
    padding: 8px;
}

.confirms .error { margin-left: 0; }
ol.confirms li { padding-left: 20px; text-indent: -20px; }
.red { color: #F00; padding: 0 !important; }
.editor SPAN { margin-left: 5px; }
FIELDSET .left { width: 200px; }
.left-margin { margin-left: 20px; }
.align-center { text-align: center; }
.no-padding { padding: 0 !important; }

SPAN.title {
	font-size:1.4em;
	font-weight: bold;
	color:#005e91;
	margin-bottom: 10px;
	display: block;
}
.statusarea { margin: 10px 0 0; }
#fader { height:250px; }
#fader span {
	background:none repeat scroll 0 0 #D5D7D8;
	opacity: 0.7;
	bottom:23px;
	left:2px;
	position:absolute;
	text-align:center;
	width:186px;
	padding: 10px 0;
	font-weight:bold;
	font-size:15px;
}
.no-space {margin:0 !important;}
.borders { border:1px solid;}
h2 { font-size:16px; font-weight:bold; color: #EEE; }

div.preslistitem { position:relative; clear:both; }
div.preslistitem a.thumb { float:left; margin-right:10px; }
div.preslistitem h3 { font-size:18px; font-weight:bold; padding-top:10px; }
div.preslistitem p { font-size:14px; margin-top:5px; }

.supplier H2 { margin-bottom: 35px; }
.supplier #exhibitor-list P.supplier-title { margin: 0; }
.supplier #exhibitor-list P { margin: 0 0 30px; }
.supplier #exhibitor-list UL { margin-bottom: 30px; }
.supplier #status-form { margin: 0 0 30px; }
.supplier #status-form SPAN { 
	color: #EEE; 
	margin-right: 10px;
}
.supplier #status-form SELECT, .supplier #status-form INPUT { padding: 3px; }
.supplier TD { color: #EEE; }
.supplier .nameboard-input {
	width: 20px;
	border: 1px solid #CCC;
	padding: 3px;
}
