/* My Account area for Conference Genie.  CSS originally written Oct 08 by Rachel Radford from Datadial. */
input[type="text"], input[type="password"], select, textarea, button, .edit, .delete, .button, #header #back, #extra, #header p, #nav{
	display:none;
}
body, html{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:11pt;
	line-height:1.5;
}
#header #logo{
	display:block;
	text-align:center;
}
h1{
	color:#e67b27;
	font-size:1.2em;
	padding-top:0.5em;
}
h1 img{
	float:right;
	margin:0 0 0.5em 1em;
}
h2, legend{
	color:#e67b27;
	font-size:1.1em;
	padding-top:1em;
	font-weight:bold;
}
h3{
	font-size:1em;
	padding-top:0.6em;
}
li h3{
	font-size:1.1em;
}
fieldset{
	border:none;
	border-bottom:1px solid #DDD;
	padding:1em 0;
}
fieldset div{
	padding-left:1em;
}
label{
	line-height:2;
}
a{
	color:#006dba;
}
.alert, .error{/*alert are blue informative messages*/
	background:url(../images/icon-info.gif) no-repeat left;
	padding-left:20px;
}
.error{/*yellow error messages*/
	background-image:url(../images/icon-error.gif);
	color:#900;
	font-weight:bold;
}
#settings-list{
	padding-top:2em;
}
#settings-list li{
	font-size:0.9em;
}
table{
	width:100%;
	border-bottom:2px solid #eee;
	clear:both;
}
th{
	border-bottom:1px solid #e67b27;
	background:#eee;
	text-align:left;
	vertical-align:text-top;
}
td{
	border-bottom:1px solid #FFF;
}
.centred{/*For columns where the content is short and should be centred*/
	text-align:center;
}
.lefttable th{/*tables where the header cells are on the left instead of across the top.*/
	background:none;
	border-color:#fff;
}
.even td, .even th{/*zebra striping on the table rows.*/
	background:#eee;
}
#roomlist{/*list of rooms that you see when you first log in.*/
	margin:0 2em;
}
#footer{
	clear:both;
	font-size:0.85em;
	padding-top:2em;
}
#footer li{
	float:left;
	padding:0 0.5em 2em 0.5em;
	color:#888;
}
#footer a{
	color:#666;
}