/* divs specific to the conference */
.conference {
	padding-bottom: 30px;
	border-bottom: dotted 1px #CCCCCC;
}

p.title_5 {
	font-size: 17px;
	font-weight: bold;
	font-variant: small-caps;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 0;
}

.conference_address {
	text-align: center;
	padding: 15px 10px 5px 10px;	
	font-size: 13px;
	line-height: 18px; 
}

p.conference_map {
	text-align: center;
}

#conference_registration_table {
	width: 750px;
	margin-top: 10px;
	margin-left: 10px;
}

img.prof_email {
	vertical-align: bottom;
}

#conference_agenda {
	text-align: center;
	padding: 5px 5px 20px 5px;
}

.conference_event {
	text-align: center;
}

/* different cells for the conference agenda table */
td.conference_day {
	padding: 5px 5px 5px 5px;
	background: #004487;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
/* ------------------------ TIMEBOX CELLS --------------- */
td.breaks_l {
	width: 40px;
	padding: 5px 2px 5px 2px;
	background: #96b1ce;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

td.conf_col1_l {
	width: 40px;
	padding: 8px 2px 8px 2px;
	background: #f4f7fb;
}

td.conf_col2_l {
	width: 40px;
	padding: 8px 2px 8px 2px;
	background: #d9e3ed;
}

/* -------------------------------------------------------- */
/* ------------- NORMAL CELLS ----------------------------- */
td.breaks {
	width: 400px;
	padding: 5px 2px 5px 2px;
	background: #96b1ce;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

td.conf_col1 {
	padding: 8px 2px 8px 2px;
	background: #f4f7fb;
	width: 200px;
}

td.conf_col2 {
	padding: 8px 2px 8px 2px;
	background: #d9e3ed;
	width: 200px;
}

/* -------------------------------------------------------- */
/* ------------- EXTRA WIDE CELLS ------------------------- */
td.conf_col1_xw {
	padding: 8px 2px 8px 2px;
	background: #f4f7fb;
	width: 400px;
}

td.conf_col2_xw {
	padding: 8px 2px 8px 2px;
	background: #d9e3ed;
	width: 400px;
}
/* -------------------------------------------------------- */
p.track_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

p.talk_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

p.presenter_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.conference_body {
	background: transparent url(conference_files/logo.gif) top left no-repeat;
	margin: 40px 10px 10px 10px;
}

/* photos of people participating in any events */
img.conference_presenter_photo {
	float: right;
	margin: 20px 20px 20px 20px;
	border: solid 1px #cccccc;
}

a.agenda_link {
	text-decoration: none;
	color: #444444;
}

a.agenda_link:hover {
	text-decoration: underline;
}