/* CSS Document */

/* MAIN
---------------------------------------------*/


html, body {
	margin:0;
	padding:0;
	font-size: small;
	}

.footer {
	background-color:#333333;
	padding:5px 10px 5px 0px;
	margin:0;
	font-size:0.7em;
	color:#FFFFFF;
	}




/* NAVIGATION
----------------------------------------------------------------*/

#navigation li {
	margin: 0;
	padding: 0;
	background-color: #333333;
	border-bottom: 1px solid #808080;
	}

#navigation a {
	display: block;
	width:104px;
	margin: 0;
	padding: 4px 8px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	}

#navigation a:active, #nav a:visited {
	text-decoration: none;
	}

#navigation a:hover {
	background-color: #006464;
	text-decoration: none;
	}

ul#navigation {
	list-style: none;
	width: 120px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #808080;
	font-size: 1em;
	}

* html ul#navigation {
	width: 104px;
	}




/* LAYOUT
----------------------------------------------------------------*/

#mainTable table {
padding: 1em  3em 1em 1.5em;
}

form,fieldset,input, textarea { 
	margin: 0; 
	padding: 0;
	}

fieldset {
	border: 1px solid #781351;
	margin-left: 1em;
	padding: 0;
	width: 35em;
	}

.blocktxt {
	margin-left:2em;
	}


legend {
	color: #fff;
	float: left;
	background: #ffa20c;
	border: .077em solid #781351;
	padding: 2px 6px;
	margin: 1em;
	}

label	{
	width: 12em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
	}

input, textarea, select {
	color: #003399;
	background: #fee3ad;
	border: .077em solid #781351;
	margin-bottom: .5em;
	}

input	{
	width: 15em;
	}

* html input {
	width:15.154em;
	}

input:focus, select:focus, textarea:focus {
	background:#C8CBCC;
	color:#000000;
	}

#Poster, #Oral {
	background: #fff;
	padding:0;
	margin-bottom: 0.25em;
	margin-top:.25em;
	align:left;
	width: 1em;
	border:0;
	}

#nwLabel {
	display: inline;
	border:1px #000 solid;
	width: 5em;
	}



.colspan {background:#C0C0FF;}

.even {background:#EEEEEE;}

a {text-decoration:none;}

.skiplink {display:none;}

.lastupdated {color:white;}

#blu {background-color:#333333;}



/* OTHER
----------------------------------------------------------------*/

#countButton, #submitButton {
	float:left;
	background: #fff;
	width: 11.5em;
	margin-right: 0.5em;
	margin-left: 3em;
	text-align: centre;
	display: inline;
	}
	
.mustComplete {
	color: #FF0000;
	font-size: small;
	vertical-align: top;
	}

br	{ clear: both; }



/* PROGRAMME PAGE
----------------------------------------------------------------*/

.progdate {
	font-size:1.1em;
	font-weight:bold;
	color:#2A3FAA;
	margin:15px 0px 5px 0px;
	}
.author	{
	font-weight:bold;
	padding-left:10px;
	}
.abstnum {
	color:#00A7A7;
	margin-right:5px;
	}
.header2 {
	font-family:Trebuchet MS1, Helvetica, sans-serif;
	color:#888888;
	font-size:2em;
	text-transform:uppercase;
	}
.header3 {
	font-family:Trebuchet MS1, Helvetica, sans-serif;
	font-size:1.1em;
	font-weight:bold;
	}
.blusesh {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#6f99C5;
	font-weight:bolder;
	}
.redbox {
	border-style:solid;
	border-width:2px;
	border-color:#800000;
	margin:20px 90px 30px 10px;
	padding:5px; 
	}



/* End of file */

