body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
	background-color: #333;
}

label {
	display: block;
	font-weight: bold;
	margin-top: 1em;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	color: #FF6600;
}

h1,h2,h3,h4,h5,h6 {
	color: #FFF;
}

li {
	margin-top: 1em;
	margin-bottom: 1em;
}

fieldset {
	margin: 1em 0 1em 0;
	border: 1px solid #333;
}

legend {
	font-weight: bold;
	font-size: 1.25em;
}

.message{
	background: #222;
	color: white;
	padding: 5px;
	font-weight: bold;
	border: #999999 solid 1px;
	margin-bottom: 1em;
}

.error{
	background: #FF0000;
	border: solid #fff 1px;
	padding: 5px;
	margin-bottom: 1em;
	font-weight: bold;
	color: #fff;
}

.explanation {
	font-style: italic;
}

.clearbox {
	clear: both;
}

.row1,
.row1 td
{
	background: #555;
	padding: 2px;
}

.row2,
.row2 td
{
    background: #444;
	padding: 2px;
}

th {
	text-align: left;
}

#content {
	width: 800px;
}

.content {
	padding: 0 1em 3em 1em;
}

table {
	margin-top: 1em;
	margin-bottom: 1em;
}

table.wide {
	width: 800px;
}

#footer {
	height: 2em;
	padding: .5em;
	background: #dddddd;
	position: fixed;
	bottom: 0;
	color: #333;
	width: 100%;
	font-style: italic;
}

/* NAV */

.nav {
	padding: 0;
	margin: 0;
	width: 850px;
	height: 25px;
}

.nav li {
	margin: 0;
	background-repeat: repeat-x;
	text-align: center;
	height: 25px;
	line-height: 25px;
	list-style-type: none;
	float: left;
	width: 160px;
	font-weight: bold;
	background-color:#999;
	
}

.nav li a {
	color: #FFF;
	display:block;
	text-decoration: none;
}

li#login_nav a {
	display: inline;
}

li#login_nav:hover {
	background-color: #999;
}

li#login_nav a:hover {
	color: #FF6600;
}

.nav li:hover {
	background-color: #FF6600;	
}

.nav li.active {
	background-color: #FF6600;
}

#session_days li{
	font-weight: normal;
	background-color:#666;
}

#session_days li:hover {
	background-color: #FF6600;	
}

#session_days li.active{
	background-color: #FF6600;
}

#about_cc {
	width: 200px;
}

#login_nav {
	width: 350px;
	padding-right: 10px;
	font-weight: normal;
	color: #333;
	text-align: right;
}

#login_nav a {
	font-weight: bold
}

#login_nav:hover {
	background-image: none;
}

/* Session */

#schedule {
	margin: 0;
	padding: 0;
}

#schedule li {
	position:relative;
	margin: 1em 0 1em 0;
	list-style-type: none;
	clear: left;
}

.schedule_time {
	position: absolute;
	font-weight: bold;
	left: 0;
}

.schedule_title {
	margin-left: 75px;
	font-weight: bold;
}

.schedule_room {
	margin-left: 75px;
	font-style: italic;
	color: #999;
}

.schedule_detail {
	margin-left: 75px;
}

#session_nav {
	margin: 0;
}

#session_abstract {
	margin: 1em 0 1em 0;
}

#topic_discussion, 
#session_discussion {
	padding: 0;
}

#topic_discussion li,
#session_discussion li {
	list-style-type: none;
	position: relative;
}

.post_timestamp {
	position: absolute;
	font-weight: bold;
	left: 0;	
}

.post_user {
	margin-left: 150px;
	display: block;
}

.post_text {
	margin-left: 150px;
	display: block;
}

#session_presenters {
	padding: 0;
}

#session_presenters li {
	list-style-type: none;
}

.presenter_name {
	display: block;
	font-weight: bold;
}

.presenter_organization {

}



/* ATTENDEE DIRECTORY */

#directory_image_box {
	float: left; 
	margin-right: 1em;
	margin-bottom: 1em;
}

#directory_detail_name {
	font-weight: bold;
	font-size: 16px;
}

#attendee_directory {
	margin: 1em 0 1em 0;
	padding: 0;
}

#attendee_directory li {
	margin: 1em 0 1em 0;
	padding: 0;
	list-style-type: none;
}

#directory_bio {
	margin: 1em 0 1em 0;
	clear: left;
}

.directory_list_name {
	font-weight: bold;
	font-size: 13px;
}

/** ANNOUNCEMENTS */

.announcement_title {
	margin-bottom: 0;
}

.announcement_time {
	font-style: italic;
	color: #999;
}

#header {
	position: relative;	
}

#header_link {
	position: absolute;
	top: 10px;
	left: 10px;
	color: white;
	font-size: 30px;
	font-weight: bold;
}

#attendee_summary {
	margin-top: 30px;
}