body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, arial, sans-serif;
	font-size: 12px;
	background: white;
}

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

img {
	border: 0;
}

a {
	text-decoration: none;
	color: blue;
}

a:hover {
	color: #0000aa;
}

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: #D0ECFF;
	padding: 5px;
	font-weight: bold;
	border: #999999 solid 1px;
	margin-bottom: 1em;
}

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

.explanation {
	font-style: italic;
}

.clearbox {
	clear: both;
}

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

.row2,
.row2 td
{
    background: #D9D9D9;
	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: 800px;
	height: 25px;
	background: #dddddd;
}

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

.nav li a {
	color: black;
	text-decoration: none;
}


#about_cc {
	width: 200px;
}

#login_nav {
	width: 340px;
	font-weight: normal;
	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;
	margin-left: 10px;
}

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

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

.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: 100px;
	display: block;
}

.post_text {
	margin-left: 100px;
	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: #666;
}

#header {
	position: relative;	
}

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

#session_header {
	width: 100%;
	margin: 1em 0 0 0;
	border-collapse: collapse;
}

#session_header th {
	font-size: 14pt; 
	font-weight: bold;
	text-align:center;
}

#session_day {
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 10px;
}