html,body {
	margin:0px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	/*	font-family:Verdana;*/
	background-color: #FDFDFD;
	background-repeat: repeat-x;
	background-image: url(../images/background.png);
	color: #666;
}
body {
	font-size:81.25%;
	line-height: 1.6em;
}

a:link {
	color: #005da8;
	text-decoration: none;
}
a:visited {
	color: #005da8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.hiddenPic {display:none;}

#container {
	margin:0 auto;
	margin-bottom:0px;
	padding:0px;
	width:900px;
	border:0px solid #CCC;
	position:relative;
}

#header {
	width: 900px;
	height: 210px;
	background-image: url(../images/sb20banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 10px;
	padding-right: 0px;
}

.message {
	font-size:85%;
	line-height:95%;
	}
.boxtop {
	font-weight:bold;
	background-image:url(../images/boxtop.png);
	background-repeat: repeat-x;
	margin:0px;
	padding:3px 0px 5px 0px;
	color:#FFFFFF;
}
	
.white {
	color:#FFFFFF;
	}
	
.blue {
	color:#005da8;
	}
	
.grey {
	color:#333333;
	}
	
.indent { padding: 0px 10px 0px 10px;
}
	

#content {
	border:0px solid #000;
	margin:10px 0px 0px 0px;
	padding-left: 0px;
	float: left;
	width: 590px;
}

#contentcenter {
	border:0px solid #000;
	margin:10px 0px 0px 0px;
	padding-left: 0px;
	float: left;
	width: 500px;
}

#contentleft {
	border:0px solid #000;
	margin:10px 20px 10px 0px;
	padding-right: 0px;
	float: left;
	width: 180px;
}
#contentright {
	border:0px solid #000;
	margin:10px 0px 10px 0px;
	padding-right: 0px;
	float: right;
	width: 180px;
}
#forum {
	border:1px solid #005da8;
	padding:10px 10px 10px 10px;
	width: 480px;
	background-color:#e1eff4;
}
.box1 {
	border:1px solid #ccc;
	margin:0px 0px 10px 0px;
	float: right;
	width: 180px;
	background-color:#FFFFFF;
}

#piccontainer {
position:relative;
padding: 10px 10px 0px 10px;
}
#piccontainer p {
position:absolute;
top:0;
left:0;
line-height:1.5;
padding: 20px 10px 0px 10px;
margin: 0;
}
#piccontainer p strong {
background-image:url(../images/tint.png);
color:#FFFFFF;
padding: 2px 0;
}

h1 {
	font-size:200%;
	margin:0em 0em 0.2em;
	color:#111;
	letter-spacing: -1px;
	line-height: 1.2em;
}
h2 {
	font-size:115%;
	margin:0.5em 0em 0.5em;
	font-weight:normal;
	color:#000;
}
h3 {
	font-size:380%;
	margin:0em 0em 0em;
	font-weight:bold;
	color:#000;
	line-height: 85%;
	letter-spacing: -3px;
}
/* Nav */

#nav {
	width: 900px;
	height: 35px;
	background-image:url(../images/navbg.png);
	background-repeat: repeat-x;
	padding-top: 5px;
}

#navlist {
	padding:5px 0px 0px;
	margin:0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 25px;
padding-left: 25px;
/*letter-spacing: -1px;*/
}
#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navlist a:hover
{
color: #009DE8;
text-decoration: none;
}
#navlist a#current {
	color: #009DE8;
	text-decoration: none;
}

/* Exhibition Table */

.tablex {
 width: 500px;
 /*border-left: 1px solid #CCC;
 border-right: 1px solid #CCC;
 border-bottom: 1px solid #CCC;*/
 /*background-image:url(../images/exhibtablelines.gif);*/
 background-repeat: repeat-y;
}
.tablex .th {
 background-color: #EEE;
 border-top: 1px solid #CCC;
 /*background-image:url(../images/exhibtablelines.gif);*/
 background-repeat: repeat-y;
}
.tablex .tr {
 border-top: 1px solid #CCC;
}
.tablex .td {
 float: left;
 width: 8%;
 padding-left: 1%;
 padding-top: 5px;
 padding-bottom: 5px;
}
.tablex .td1 {
 float: right;
 /*width: 30%;*/
 padding-left: 15px;
 padding-top: 0px;
 padding-bottom: 15px;
 /*border-left: 1px solid #999;*/
}
.tablex .td2 {
 float: right;
 width: 100%;
 padding-left: 0; 
 padding-right: 0;
 padding-top: 5px;
 padding-bottom: 5px;
 /*border-left: 1px solid #999;*/
}

/* Programme Table */

.table {
 width: 100%;
 border-left: 1px solid #999;
 border-right: 1px solid #999;
 border-bottom: 1px solid #999;
}
.table .th {
 background-color: #EEE;
 border-top: 1px solid #999;
 background-image:url(../images/lines.gif);
 background-repeat: repeat-y;
}
.table .th1 {
 background-color: #EEE;
 border-top: 1px solid #999;
 background-image:url(../images/line.gif);
 background-repeat: repeat-y;
}
.table .tr {
 background-color: #fff;
 border-top: 1px solid #999;
 background-image:url(../images/lines.gif);
 background-repeat: repeat-y;
}
.table .tr1 {
 background-color: #fff;
 border-top: 1px solid #999;
 background-image:url(../images/line.gif);
 background-repeat: repeat-y;
}
.table .td1 {
 float: left;
 width: 16%;
 padding-left: 1%;
 padding-top: 5px;
 padding-bottom: 5px;
}
.table .td2 {
 float: left;
 width: 80%;
 padding-left: 2%;
 padding-top: 5px;
 padding-bottom: 5px;
/* border-left: 1px solid #999;*/
}
.table .td {
 float: left;
 width: 39%;
 padding-left: 2%;
 padding-top: 5px;
 padding-bottom: 5px;
/* border-left: 1px solid #999;*/
}


/* Speakers Table */

.tablesp {
 width: 100%;
 /*border: 1px solid #f00;*/
}
.tablesp .tr {
 margin: 0px 0px 30px 0px;
 /*background-color: #fff;*/
 /*border-top: 1px dotted #003;*/
 /*border-top: 1px solid #CCC;*/
}
.tablesp .td1 {
 float: left;
 width: 50%;
 padding-left: 0px;
 padding-top: 0px;
 padding-bottom: 0px;
}
.tablesp .tdlogo {
 float: left;
/* width: 200px;*/
 padding: 0px 15px 15px 0px;
}
.tablesp .tdtext {
 float: left;
 width: 100%;
 padding-top: 5px;
 padding-bottom: 5px;
}
.tablesp .td {
 float: left;
 width: 48%;
 padding-left: 2%;
 padding-top: 0px;
 padding-bottom: 0px;
}

.tablesp .tdcontact {
 float: right;
 width: 65%;
 padding-left: 2%;
 padding-top: 5px;
 padding-bottom: 5px;
}

/* Event specific styles */
#checking_text, #fee_paragraph, #error_paragraph {
  display:none;
}
#error_paragraph {
  color:#FF0000;
}
#fee_holder {
  font-weight:bold;
}


/* Form */

.boxes {
	background-color: #EEE;
	width: 300px;
	border: #999999 solid 1px;
}
.boxesmall {
	background-color: #EEE;
	width: 158px;
	border: #999999 solid 1px;
}
.tick {
	background-color: #EEE;
	border: #999999 solid 1px;
}


fieldset {
border:0 none;
margin-left:4px;
margin-right:2px;
padding:2px 0 0 2px;
}

#footerleft {
	background-image:url(../images/boxbg.png);
	background-repeat: repeat-x;
	border:1px solid #ccc;
	margin:0px 0px 10px 0px;
	float: left;
	width: 250px;
	height:240px;
}
#footercentre {
	background-image:url(../images/boxbg.png);
	background-repeat: repeat-x;
	border:1px solid #ccc;
	margin:0px 0px 10px 23px;
	float: left;
	width: 250px;
	height:240px;
}
#footerright {
	background-image:url(../images/boxbg.png);
	background-repeat: repeat-x;
	border:1px solid #ccc;
	margin:0px 0px 10px 0px;
	float: right;
	width: 250px;
	height:240px;
}
#boxholder {
	margin:0px 50px 0px 50px;
	padding:0px;
}
#footer {
	width: 900px;
	margin:0px;
	font-size:0.833em;
	line-height: 130%;
	border-top: 2px solid #CCC;
	text-align:left;
	float: left;

}
#interest {
	background-image:url(../images/boxbg.png);
	background-repeat: repeat-x;
	background-color:#DCDBD9;
	border:1px solid #AAA;
	margin:0px 0px 10px 0px;
	float: right;
	width: 270px;
}
#inset {
	margin:0px 10px 10px 10px;
}


#formarea {
	margin:0px;
	border:0px solid #000;
}