h1, h2, h3, h4 {
 	color: #a1041f;
 	margin-top: 0;
}

form div {
	margin-bottom: 1em;
}
form div.error-message {
	color: #900;
	font-weight: bold;
}
form div label {
	display: block;
	clear: both;
}
form div.radio label { display: inline; }
table {
	border-spacing: 0;
	margin-bottom: 1em;
}
table th, table td {
	text-align: left;
	padding: 3px;
	vertical-align: top;
}
table td.actions {
	text-align: right;
}
table tr.odd td {
	background: #E4E4E4;
}
a { 
	color: #a1041f;
	text-decoration: underline;	
}
a:hover {
	text-decoration: none;
}
ol { list-style-type: upper-alpha; }
ol li ol { list-style-type: decimal; }

#sessionTable {border: 2px solid #000; border-right: 0;}
#sessionTable td, #sessionTable th {border-right:2px solid #000;}
#sessionTable td {border-top: 2px solid #000;}
#sessionTable th.date {background: #00F;color: #FFF;font-size: 200%;line-height:1em;font-weight:bold;}
#sessionTable th.rooms {border-right: 2px solid #000;background: #D9D9D9;}


#sessionTable tr.sessions td {border-bottom: 1px solid #E0D1CC;border-right: 1px solid #E0D1CC;}
#sessionTable tr.sessions td span.title a {text-decoration: none;font-weight: bold;}
#sessionTable tr.sessions td span.title a:hover {text-decoration: underline;}
#sessionTable tr.sessions td.time {text-align: right;background: #E1DFDF;}

#speakerProfile #photo {width: 150px;float: left;clear: left;}
#speakerProfile #photo img {border: 2px solid #FFF;}
#speakerProfile #biography li {margin-bottom: .5em;}

div.speaker {clear: both;margin-bottom: 1em;}
div.speaker div.speakerPhoto {float: left;width: 150px;clear: left;}
div.speakerPhoto {margin-right: 1em;}
