/* set all margins and pagging */
* {
margin: 0px;
padding: 0px;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #dceefc;
	color: #000;
	font-size: .8em;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
}

a {
color: #006;
}

a:active {
color: #006;
}

a:hover {
color: #666;
}

table {
font-size:100%;
}

/* set all heading to same*/
h1, h2, h3, h4, h5, h6 {
display:block;
font-weight: bold;
color: #1c1565;
font-size: 110%;
}

/* specific heading settings */
h1 {
font-size: 180%;
}

h2 {
font-size: 140%;
}

h3 {
font-size: 120%;
color: #44b6f5;
}

ul, ol {margin: 0px 0px 10px 30px;}

p {margin: 0px 0px 8px 0px;}

/* define main page areas */
/* ====================== */
#container {
position: relative;
width: 900px;
margin: 0px auto 20px auto;
background: #dceefc url('../images/green-350.gif') 720px 40px repeat-y;
text-align: left;
}

#skiplinks {
position: absolute;
left: -1000px;
}


#header {
position: relative;
background: #fff url('../images/header-back-02.jpg') 182px -22px no-repeat; 
height: 135px;
border: 1px solid #1c1565;
}

#headerleft {
width: 180px;
height: 135px;
}

#headerbanner {
color: #1c1565;
position: absolute;
top: 0px;
left: 200px;
width: 700px;
font-size: 160%;
font-weight: bold;
text-align: center;
line-height: 1.2;
}
#headerbanner span {
display: block;
font-size: 70%;
color: #1880BD;
}

#logo {
margin: 5px 0px 0px 7px;
border: 0px;
}


#bluebar {
position: relative;
height: 25px;
background: #1c1565;
border: 1px solid #1c1565;
overflow: hidden;
margin: 0px 0px 0px 0px;
}
#bluebar ul {
margin: 3px 0px 0px 10px;
list-style-type: none;
}

#bluebar ul li{
float: left;
color: #fff;
font-size: 90%;
font-weight: bold;
margin: 0px 5px 0px 5px;
background: url('../images/red-dot-8.gif') 0px 4px no-repeat;
padding: 0px 0px 0px 20px;
}
#bluebar ul li.first {
background-image: none;
}
#whitebar {
position: relative;
height: 5px;
background: #dceefc;
}

#mainbody {
position: relative;
width: 898px;
overflow: auto;
background: url('../images/green-350.gif') -170px 0px repeat-y;
border: 1px solid #1c1565;
}

#content {
position: relative;
margin: 20px 196px 0px 196px;
}

#menuleft {
float: left;
width: 180px;
}


#menuright {
float: right;
width: 180px;
overflow: auto;
}

/*
#menuright img { float:right; display: block;}
*/

.font1 {font-family: arial;}
.font2 {font-family: tahoma;}
.font3 {font-family: "century gothic";}
.font4 {font-family: verdana;}


#footer {
text-align: center;
margin: 30px 0px 0px 0px;
}

/* ======================================== */
/* menus as ul list so set-up look and feel */
/* ======================================== */
#navparent {
list-style-type: none;
margin: 20px 0px 10px 20px;
}

#navparent li {
margin-bottom: 3px;
/* background: url('../images/button.gif'); */
width: 140px;
height: 30px;
}
#navparent a {
display: block;
font-size: 90%;
line-height: 1;
padding: 7px 3px 3px 10px;
color: #dceefc;
font-weight: bold;
background: #1c1565;
height: 18px;
border: 1px solid #1c1565;
}
#navparent a.thispage {
color: #1c1565;
background: #dceefc;
}
#navparent a:link {
text-decoration: none;
}

#navparent a:visited {
text-decoration: none;
}

#navparent a:active {
text-decoration: underline;
}

#navparent a:hover {
text-decoration: underline;
}

/* ======================================== */
/*   LEFT side boxes                        */

.bluebox {
position: relative;
width: 125px;
overflow: visible;
margin: 20px 0px 20px 20px;
background: #1c1565 ;
color: #fff;
padding: 5px 5px 10px 10px;
}
.bluebox h2 {
font-size: 110%;
font-weight: bold;
color: #fff;
margin: 0px;
}
.bluebox a {
color: #71bf44;
display: block;
text-align: center;
text-decoration: none;
}

.bluebox ul {
margin: 0px 0px 10px 15px;
padding: 0px;
}

.bluebox ul li {
margin: 0px;
padding: 0px;
line-height: 1.2;
font-size: 90%;
font-weight: bold;

}
/* ======================================== */
.greybox {
position: relative;
width: 125px;
overflow: visible;
margin: 20px 0px 20px 20px;
background: #dceefc url('../images/box-grey-mid.gif') ;
padding: 5px 5px 10px 10px;
font-size: 90%;
}
.greybox h2 {
font-size: 90%;
font-weight: bold;
margin: 0px;
}
.greybox a {
color: #71bf44;
display: block;
text-align: center;
text-decoration: none;
}

.greybox ul {
margin: 0px 0px 10px 15px;
padding: 0px;
}

.greybox ul li {
margin: 0px;
padding: 0px;
line-height: 1.2;
font-size: 90%;
font-weight: bold;

}
/* ======================================== */
/* ======================================== */
.greyboxright {
position: relative;
width: 140px;
margin: 20px 0px 20px 20px;
background: #fff ;
text-align: center;
display: block;
float: none;
}

.greyboxright .boxhead {
padding: 0px 5px 0px 10px;
background: #dceefc ;
font-size: 90%;
font-weight: bold;
margin: 0px;
text-align: center;
display: block;
height: 20px;
color: #1c1565;
}
.greyboxright .boxtext {
display: block;
padding: 0px 10px 0px 10px;
font-size: 90%;
font-weight: bold;
margin: 0px;
text-align: center;
}
/*
.greyboxright .boximg {
position: relative;
padding: 0px;
width: 140px;
}
*/
.greyboxright  img {
margin: 5px 0px 10px 0px;
display: inline;
border: 0px;
}

#boxnomargin {
margin: 0px 0px 0px 0px;
padding: 0px;
}
/* ======================================== */

.boxtop {
position: absolute;
top: 0px;
left: 0px;
}
.boxbottom {
position: absolute;
bottom: 0px;
left: 0px;
}

.large {
font-size: 130%;
/* text-transform: uppercase; */
color: #fff;
display: inline;
font-weight: bold;
text-align: center;
}

.bluebox .largest a{
font-size: 120%;
text-transform: uppercase;
color: #f00;
display: block;
font-weight: bold;
text-align: left;
line-height: 1;
}


/* ======================================== */
/*         FLOOR PLAN                       */
/* ======================================== */
#floorplan {
position: relative;
width: 480px;
height: 530px;
font-size: 80%;
}

#floorplan a {
position: absolute;
display: block;
cursor: pointer;
border: 1px solid #000;
text-align: center;
background:  #dceefc;
vertical-align: middle;
text-decoration: none;
}

#floorplan span {
position: relative;
top: 30%;
display: block;
cursor: pointer;
text-align: center;
}

#floorplan a.standb {
background:  #1c1565;
color: #fff;
}

#floorplan span.stand {
color: #000;
}


/* ======================================== */
/* ======================================== */
.bold {
font-weight: bold;
}

.red {
color: #f00;
}

.centre {
text-align: center;
}

.smaller {
font-size: 90%;
}

.smallerstill {
font-size: 80%;
}


.imagefr {
float: right;
margin: 0px 0px 10px 20px;
}

.imagefl {
float: right;
margin: 0px 20px 10px 0px;
}


form {
display:inline;
} 
input, textarea, select {
border: 1px solid #1c1565;
}

label {
font-weight: normal;
cursor: pointer;
}

.radio {
border: 0px;
}

.radio2 {
border: 0px;
margin: 0px 0px 0px 20px;
}

.marginleft50 {
margin: 0px 0px 0px 50px;
}


button {
cursor: pointer;
color: #000000;
font-size: 90%;
font-weight: bold;
border: 1px solid #1c1565;
background: #eee;
}

.mandatory {
color: #f00;
}

div.ptable {
overflow: auto;
width: 600px;
position: relative;
background: #cccccc;
border: 1px solid #1c1565;
color: #000000;
padding: 2px;
}

div.prow {
overflow: auto;
width: 100%;
margin: 0px 0px 0px 0px;
}

div.prow span.coll {
float: left;
width: 150px;
text-align: left;
} 

div.prow span.colr {
float: right;
width: 430px;
text-align: left;
}

.largertext {
font-size: 130%;
}
.redtext {
color: #f00;
}

/* ================================ */
/*  START OF WIDGET TEXT FORMATTING
/* ================================ */

.widgetem {font-style: italic;}
.widgetstrong {font-weight: bold;}
.widgetleft {text-align: left;}
.widgetright {text-align: right;}
.widgetcentre {text-align: center;}
.widgetjustify {text-align: justify;}
.widgetexternal {/* formatting for external link */}


/* ================================ */
/*  END OF WIDGET TEXT FORMATTING   */
/* ================================ */

.lhcolumn {
width: 247px;
margin: 0px 0px 0px 0px;
}

.rhcolumn {
width: 247px;
float: right;
margin: 0px 0px 0px 0px;
}


.uploadedimgr {
float: right;
margin: 0px 0px 10px 20px;
display: inline;
}

.uploadedimgl {
float: left;
margin: 0px 20px 10px 0px;
display: inline;
}

.uploadedimgc {
text-align: center;
display: block;
margin: 5px 0px 5px 0px;
}

.uploadedimgi {
text-align: left;
display: block;
margin: 0px 0px 0px 0px;
padding: 0px;
}


/* =================== */
/* segment templates   */
/* =================== */

.segmenttpl1 {
position: relative;
margin: 0px;
padding: 0px;
}

/*
.segment {
margin: 10px 0px 10px 0px;
padding: 0px;
position: relative;
width: 100%;
overflow: auto;
}
*/
.segmentimgonly {
display: inline;
float: left;
margin: 0px 0px 0px 0px;
text-align: center;
padding: 0px;
}

.segmentimgonly p {
margin: 0px;
padding: 0px;
display: inline;
}


/* =================== */
/* =================== */

/* =================== */
/*      PMBWS FORM     */
/* =================== */

.validation_options {
	position: absolute;
	left: -1000px;
}

form#pmbws 		{
position: relative;
display: block;
width: 450px;
overflow: auto;
border: 1px solid #1c1565; 
background: #eee;
margin: 0px 0px 0px 10px; 
}

form#pmbws p		{
	margin-bottom		: .1em;  /* NB value of this in forms css is currently set at 1em */
	margin-left		: 5px;
}

form#pmbws p label {
	width			: 10em; /* NB value of this in forms css is currently set at 9.5em */
	display			: block;
	float			: left;
	cursor			: pointer;
	clear			: left;
	font-weight		: bold;
}
form#pmbws p input {
	width			: 15em; /* NB value of this in forms css is currently set at 9.5em */
}
form#pmbws p textarea {
	width			: 15em; /* NB value of this in forms css is currently set at 9.5em */
}

form#pmbws #submit 	{
	cursor			: pointer;
	width			: 12em;
	margin			: 0em 0em 1em 10em;
	line-height: 1;
}

form#pmbws p input.width2 {
width: 2em;
}

form#pmbws p input.checkTerms{
width: 2em;
border: 0px;
}

form#pmbws p input.width10, form#pmbws p input.requiredPcode {
width: 10em;

}

form#pmbws p input.radio{
width: 2em;
border: 0px;
}


form#pmbws p.seminarchecks {
clear: left;
margin: 8px 0px 0px 0px;
padding: 0px;
line-height: 1;
}

form#pmbws p.seminarchecks input  {
display: block;
float: left;
width: 14px;
height: 14px;
margin: 0px 0px 0px 10px;
padding: 0px;
border: 0px ;
}

form#pmbws p.seminarchecks label {
display: block;
float: left;
width: 400px;;
margin: 0px 0px 0px 8px;
clear: none;
}
form#pmbws  span.seminarspeaker {
display: block;
clear: left;
margin: 0px 0px 0px 35px;
font-style: italic;
width: 28em;
}
/*
*/

/* ------ error messages -------- */

form#pmbws p span.errorMsg {
	position		: relative;
	display			: block;
/*	float			: left; */
	clear			: left;
	margin-left		: 10em;
	color			: #FF0000;
	font-size		: 100%;
	width			: 20em;
}


/* ------ validation option buttons -------- */

form#pmbws fieldset.validation_options {
	position		: absolute; 
	/*right			: 440px;  */ 
	bottom			: 0.5em;
	width			: 50%; 
	border			: 1px solid #006699;
	padding			: 0.3em;
}

/* ------ error/OK messages -------- */


.contactmessage {
font-weight: bold; 
color: #a00;
}

#downloads {
width: 500px;
position: relative;
border: 1px solid #d37c17;
overflow: auto;
border-collapse: collapse;
}

#downloads td{
border: 1px solid #d37c17;
vertical-align: top;
padding: 1px;
}

.downloadhead {
background: #ffe3c1;
}

.download300 {
float: left;
display: block;
width: 300px;
border: 1px solid #060;
}
.download200 {
float: left;
display: block;
width: 200px;
border: 1px solid #060;
}
.download100r {
float: left;
display: block;
width: 100px;
text-align: right;
border: 1px solid #060;
}


div.seminarsptable {
	padding: 2px 0px 3px 0px;
	position: relative;
	background: #fff;
	overflow: auto;
	font-size: 90%;
	}

div.seminarsptable_row {
	width: 470px;
	position: relative;
	padding: 0px 10px 0px 10px;
	margin: 2px 0px 0px 0px;
	overflow:auto;
	border-bottom: 1px solid #006;
	}

div.seminarsptable_row span.coll {
	float: left;
	width: 60px;
	text-align: left;
	margin-right: 3px;
	}

div.seminarsptable_row span.colr {
	float: right;
	width: 400px;
	text-align: left;
	}
div.seminarsptable h2 {
font-size: 90%;
}

div.seminarsptable h3 {
font-size: 95%;
}


div.seminarsptable h3 span {
color: #000;
font-weight: bold;
margin: 0px 0px 0px 10px;
}

.togglelink {
/* float: right; */
font-weight: bold;
font-size: 100%;
color: #006;
margin: 0px 10px 0px 0px;
text-decoration: none;
}

/*
.seminartitle {
float: left;
width: 300px;
font-weight: bold;
font-size: 120%;
color: #44871e;
}
*/

.seminarimgr {
float: right;
margin: 0px 0px 10px 5px;
display: inline;
}

.seminarimgl {
float: left;
margin: 5px 5px 10px 0px;
display: inline;
}

.seminarimgc {
text-align: center;
display: block;
margin: 5px 0px 5px 0px;
}

.seminarimgi {
text-align: center;
display: block;
margin: 5px 0px 5px 0px;
}


.toggle2 p, .toggle2 h3 {
clear: left;

margin: 0px 0px 5px 0px;
}

/* Auto generated by Apps Builder - an MBWS toolset */
/* exhibitors table css  */
/* Change width values to suit */

div.form_exhibitors {
	width: 480px;
	border: 1px solid #008484;
	padding: 2px 0px 3px 2px;
	position: relative;
	left: 0px;
	background: #B6CFDA;
	overflow: auto;
	}

div.form_exhibitors_row {
	padding: 0px 0px 0px 0px;
	margin: 2px 0px 0px 0px;
	overflow:auto;
	width: 100%;
	}

div.form_exhibitors_row span.coll {
	float: left;
	width: 120px;
	text-align: left;
	}

div.form_exhibitors_row span.colr {
	float: right;
	width: 350px;
	text-align: left;
	}


#twitterbutton {
margin: 0px 0px 30px 20px;
border: 0px;
}


.tooltip
{
  width: 200px;
  height: 40px;
  padding: 5px 5px 5px 5px;
  font-size: 100%;
  background: #1c1565;
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
}

