html, body {
height: 100%;
}
body {
	padding: 0;
	margin: 0;
	background-color: White;
	font-family: Arial, Sans-Serif;
	font-size: 0.8em;
}
.noscript
{
	color: #fff;
	font-weight: bold;
	background-color: #393784;
	padding: 5px;
	margin-bottom: 5px;
}
img
{
	border: 0px;
}
form {
	height: 100%;
}
#container {
	min-height: 100%;
	width: 833px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	background-image: url(/images/Conference/pageback.gif) ;
	background-repeat:repeat-y;
	min-height:100%;
}
* html #container 
{
	height: 100%;
}
.console
{
	position: absolute;
	top: 20;
	right: 0;
	width: 175px;
}
#pageinner
{
	margin-left:1px;
	margin-right:1px;
	vertical-align:top;
}
#registerlink a
{
	color: White;
	text-decoration: underline;
}
#registerlink a:hover
{
	color: #cccccc;
	text-decoration: underline;
}
#psflink
{
	float: right;
	margin-right: 5px;
	margin-top: 68px;	
}
#headertop
{
	width:831px;
	height:86px;
	background-image: url(/images/Conference/headertop.gif) ;
	background-repeat:no-repeat;
}
#header
{
	width: 831px;
	height: 210px;	
	background-image: url(/images/Conference/header.jpg) ;
	background-repeat:no-repeat;
	text-align:right;
}
#header #venue
{
	float:right;
	margin-top:195px;
	margin-right: 10px;
	font-weight: bold;
	color: #009fa2;
	background-color: orange;
}
#maincontenthome
{
	width: 831px;
	height: 432px;	
	background-image: url(/images/Conference/homeback.jpg) ;
	background-repeat:no-repeat;
}
#maincontenthome #venue
{
	color: White;
	font-size: 1.3em;
	padding-top:7px;
	float:right;
	padding-right: 85px;
}
#maincontenthome #register
{
	color: White;
	font-size: 1.3em;
	padding-top:7px;
	float:left;
	padding-left: 10px;
}
#panelcontent
{
	float:left;
	width:700px;
	height:250px;
	margin-top:45px;
	margin-left:50px;
	font-size: 1.3em;
	line-height: 1.4em;
	color: White;
}
#panelcontent #conftitle
{
	font-size: 1.2em;
	font-weight: bold;
}
.registerlink
{
	color: White;
	text-decoration: underline;
}
.registerlink:hover
{
	color: #ddd;
	text-decoration: underline;
}
#registerlinktemp
{
	float: left;
	width: 120px;
	height: 40px;	
	margin-left: 450px;
	margin-top: 140px;
	cursor: pointer;
}
#maincontent
{
	padding-left: 40px;	
	padding-right: 40px;	
	border-top: solid 1px #1f3887;
}
#maincontent h1
{
	color: #5a4ba6;
}
#maincontent h2
{
	color: #5a4ba6;
	border-bottom: solid 1px #009fa2;
	font-size: 1.6em;
}
#maincontent h3
{
	color: #5a4ba6;
	margin-bottom: 0;
}
#maincontent .formleft
{
	float:left;
	width: 50%;
	background-color: Yellow;
}
#maincontent .formright
{
	float:right;
	width: 50%;
	background-color: Green;
	text-align: right;
}
#maincontent .textbox
{
	border: solid 1px #009fa2;
	padding: 2px;
}
#maincontent .textbox_focus
{
	border: solid 1px #5a4ba6;
	padding: 2px;
	background-color: #f8f1fc;
}
.mandatory
{
	color: Red;
	font-size: 1.7em;
	font-weight:bold;	
}
.errorsummarymessage
{
	color: #f00;	
	border: solid 2px #fcc;
	background-color: #fee;
	margin-top: 4px;
	padding: 10px;
	padding-left: 40px;
	background-image: url(/images/new/formerror.gif) ;
	background-repeat:no-repeat;
	background-position: 5px 5px;
}
.errormessage
{
	color: #f00;	
}
#maincontent .errorfield
{
	border: solid 2px #f00;
}
.formbuttonpanel
{
	border-top: solid 1px #009fa2;
	padding-top: 10px;
}
.formbutton
{
	color: #5a4ba6;
	font-weight: bold;
	font-size: 1.2em;
}
.table
{
	width:740px;
}
.table a
{
	color: #009fa2;
	text-decoration: none;
}
.table a:hover
{
	color: #009fa2;
	text-decoration: underline;
}
.table td,th
{
	padding: 3px;
}
.smalltext
{
	font-size: 0.8em;	
}
.rowheading
{
	vertical-align: top;
	/*white-space:nowrap;*/
}
.rowheading th
{
	text-align: left;
	vertical-align: bottom;
	border-bottom: solid 1px #009fa2;
	font-weight:normal;
}
.rowdata
{
	cursor: pointer;	
}
.rowdata:hover
{
	cursor: pointer;	
	background-color: #eeeeee;
}
.rowdata td
{
	border-bottom: solid 1px #eeeeee;
	vertical-align:top;
}
.rowdata .col1
{
	vertical-align:top;
	background-color:#eceaf6;
}
.fullybooked
{
	font-weight: bold;
	color: #d00;
}
.rownormalhide
{
	display:none;
}
.rownormalshow
{
	display:table-row;
}
.rownormalshow td
{
	border-bottom: solid 1px #eeeeee;
	vertical-align:top;
}
.rownormalshow .close
{
	float: right;
	margin-right: 22px;	
	cursor: pointer;	
}
.rownormalshow .col1
{ 
	background-color:#d1caef;
}
.rowdata_focus
{
	cursor: pointer;	
	background-color: Yellow;	
}
.rowheading
{
	font-weight:bold;	
}
.headermenu
{
	padding-right: 8px;
	border-bottom: solid 1px #fff;
	font-size: 1.3em;
	padding: 4px;
}
.headermenu ul
{
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 1px;
}
.headermenu ul li
{
	float: left;
	display: inline;
	text-decoration: none;
	background-image: url(/images/Conference/menusep.gif) ;
	padding-left: 10px;
	padding-right: 10px;
	background-repeat:no-repeat;
	background-position: center right;
}
.headermenu ul li a
{
	color: White;
	text-decoration: none;
}
.headermenu ul li a:hover
{
	color: White;
	text-decoration: underline;
}



