/* results for exhibitors */

body.results-exhibitors .layoutBlock table {
	border:1px solid #CACACA;
	background-color:#f2f9ff;
	margin:10px 0 0 10px;
	width:95%
}
body.results-exhibitors .layoutBlock table h2 {
	font-size:13px;
	color:#037dca;
}
body.results-exhibitors .layoutBlock table h3 {
	font-size:12px;
	color:#616161
}

/* results for visitors */

body.results-visitors .layoutBlock table {
	border:1px solid #CACACA;
	background-color:#fff2f1;
	margin:10px 0 0 10px;
	width:95%
}
body.results-visitors .layoutBlock table h2 {
	font-size:13px;
	color:#cc0000;
}
body.results-visitors .layoutBlock table h3 {
	font-size:12px;
	color:#616161
}

/* support for exhibitors */
body.support .unmanagedContent ol {
	font-style:italic;
	font-size:20px;
	font-weight:bold;
	padding-left:30px;
	vertical-align:top;
}
body.support .unmanagedContent ol li {
	border-bottom:1px dotted #dedede;
	padding-bottom:10px;
	margin-bottom:10px;
	vertical-align:top;
	clear:both;
	vertical-align:top;
}
body.support .unmanagedContent ol li h2 {
	font-size:14px;
	font-style:normal;
	margin-left:0;
	vertical-align:baseline;
	line-height:120%;
}

body.support .unmanagedContent ol li img{
	margin-top:-20px}

body.support .unmanagedContent ol li p {
	margin-left:0;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	color:#393939;
	height:90px;
}
/* schedule*/
body.schedule .unmanagedContent table {
	background-color:#ebebeb;
	padding:8px 8px 8px 20px;
}
body.schedule .unmanagedContent table h2 {
	color:#393939;
	font-size:13px;
}
body.schedule .unmanagedContent p img {
	display:block;
	margin:0 auto;
	padding-right:50px;
}
body.schedule .unmanagedContent table.first {
	border:none;
	border-left:#014698 5px solid;
}
body.schedule .unmanagedContent table.second {
	border:none;
	border-left:#014698 5px solid;
}
body.schedule .unmanagedContent table.third {
	border:none;
	border-left:#014698 5px solid;
}
body.schedule .unmanagedContent table.fourth {
	border:none;
	border-left:#FFC703 5px solid;
}
body.schedule .unmanagedContent table.fifth {
	border:none;
	border-left:#E62202 5px solid;
}
body.schedule .unmanagedContent table th, .unmanagedContent table td {
	border:none
}

/* no global navigation*/
body.hidenavi #topNavigation{
 display:none;
}

body.hidenavi p#strapLine {
 line-height:100%;
 padding-top:10px;}
 
body.hidenavi #header {
 height:160px;}
 
/* various tables*/
.unmanagedContent table.hotel th { background-color: #ebebeb; font-size:14px; font-weight:bold; text-align:center; border:1px solid #999999;}
.unmanagedContent table.hotel td { border:1px solid #999999; text-align:left;}
.unmanagedContent table.hotel th, table.hotel td { padding:10px;}
.unmanagedContent table.hotel td.large { font-size:14px; font-weight:bold; text-align:center;}
.unmanagedContent table.hotel td.large span.red { color:#cc0000;}