/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.8em;
	line-height: 140%;
}

/* Text styles */

.small{
font-size: 85%;
}

.sub{
font-weight: bold;
}

a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: underline;
	color: #CCCCCC;
}

h1 {color: #EF8D0D;
		font-weight: normal;
		font-size: 170%;
		line-height: 120%;
		padding: 0px;
		margin: 0px 0px 0px 0px;
}

/* Nav */

#navcontainer { 
width: 140px; 
float: left;
margin-top: 0px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navcontainer a
{
display: block;
padding: 5px;
width: 140px;
background-color: #edf3f3;
border-bottom: 1px solid #fff;
}

#navcontainer a:link, #navlist a:visited
{
color: #277c73;
text-decoration: none;
}

#navcontainer a:hover
{
color: #976366;
text-decoration: none;
}

/* Exhib Sub Nav */
ul#subnavlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#subnavlist li
{
display: inline;
list-style-type: none;
}

#subnavlist a { padding: 3px 10px; }

#subnavlist a:link, #subnavlist a:visited
{
color: #fff;
background-color: #BBB;
text-decoration: none;
}

#subnavlist a:hover, #subnavlist li a#active
{
color: #fff;
background-color: #666;
text-decoration: none;
}

/* Programme Table */

.table {
 width: 100%;
 /*border: 1px solid #f00;*/
}
.table .th {
 background-color: #edf3f3;
 border-top: 1px dotted #999;
}
.table .thintro {
 background-color: #CFE3E3;
 border-top: 1px dotted #999;
}
.table .tr {
 background-color: #fff;
 border-top: 1px dotted #999;
}
.table .td1 {
 float: left;
 width: 11%;
 padding-left: 2%;
 padding-top: 4px;
 padding-bottom: 4px;
}
.table .day {
 float: left;
 width: 98%;
 color:#FFFFFF;
 background-color: #EF8D0D;
 padding-left: 2%;
 padding-top: 4px;
 padding-bottom: 4px;
}
.table .td2 {
 float: left;
 width: 85%;
 padding-left: 2%;
 padding-top: 4px;
 padding-bottom: 4px;
}
.table .td {
 float: left;
 width: 85%;
 padding-left: 2%;
 padding-top: 4px;
 padding-bottom: 4px;
}

.table .tdleft {
 float: left;
 width: 41%;
 padding-left: 2%;
 padding-top: 4px;
 padding-bottom: 4px;
}

.table .tdright {
 float: left;
 width: 41%;
 padding-left: 2%;
 padding-top: 4px;
 padding-bottom: 4px;
}


/* Sponsors Table */

.spontable {
 width: 100%;
 /*border: 1px solid #f00;*/
}
.spontable .tr {
 background-color: #fff;
 border-top: 1px dotted #003;
}
.spontable .td1 {
 float: left;
 width: 23%;
 padding-left: 2%;
 padding-top: 5px;
 padding-bottom: 5px;
}
.spontable .td {
 float: left;
 width: 73%;
 padding-left: 2%;
 padding-top: 5px;
 padding-bottom: 5px;
}

.spontable .tdlogo {
	float: left;
	width: 28%;
	padding-left: 2%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.spontable .tdcontact {
 float: right;
 width: 65%;
 padding-left: 2%;
 padding-top: 5px;
 padding-bottom: 5px;
}


/* Div tags */

.clear {
	clear: both;
	line-height: 0px;
}

#header {
	width: 800px;
	height: 230px;
	background-image: url(../images/wsmc_banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 0px;
}

#content {
	margin-top: 30px;
	margin-left:  0px;
	margin-right: 0px;
	width: 620px;
	float: right;
}
#footer {
	margin-top: 30px;
	margin-left:  0px;
	margin-right: 0px;
	width: 620px;
	float: right;
}

#pic {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#pichome {
	float: right;
	width: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#news {
	float: right;
	width: 278px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #edf3f3;
	border: dashed #AAAAAA 1px;
	padding: 10px 10px 10px 10px;
}
#wrapper {
	position:relative; /* needed for footer positioning*/
	width: 800px;
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

