/* This is the new stylesheet - *** only include styles which are added for the conference section *** */

/* Important note: 
All of the pages currently call in the document header via an include, and in order to avoid adding unnecessary markup 
the *.conference* class has been added to the parent table cell and so must be added to all classes below

When the site is updated this will be removed and will avoid the need for any significant re-work.
*/

.conference a img {border:none;}
.conference ul.steps li {display:inline;}

.conference form fieldset {border:none; margin:0px 0px 15px 10px; padding:0px;}
.conference form legend {font-weight:bold; color:#039; margin:0px 0px 5px 0px; padding:0px;}
.conference form legend .confname{font-weight:bold; color:#999;}
.conference form label span {float:left; width:150px; margin-left:10px;}
.conference form label span.wide {width:320px;}
.conference form p {margin-top:0px; margin-left:10px;}
.conference form br {clear:both;}
.conference form .highlight {background-color:#F0EFFD;}
.conference form table {font-size:90%; text-align:center; width:100%; margin-bottom:10px;}
.conference form table th {background-color:#ADABEC; color:#fff; padding:2px 4px;}
.conference form table th.narrow {width:70px;}
.conference form table th.option {background-color:#FF812D; width:110px;}
.conference form table td {border:1px solid #C3CCD3;}
.conference form textarea {font-family:Arial, Helvetica, sans-serif;}
.conference form textarea.wide {width:250px;}
.conference form .submit {text-align:center; margin-top:10px;}

.conference h2 {color:#039; font-size:130%;}
.conference h3 {color:#039; font-size:110%;}
.conference h3 .confname{font-weight:bold; color:#999;}

.conference .warning {color:red; font-weight:bold;}

