table#speaker_results {
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 1em;
	margin-left: 5em;
}

#speaker_results caption {
	font-size: large;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
	margin-top: 1.5em;
	margin-left: 5em;
}

#speaker_results th {
	font-size: medium;
	font-weight: bold; 
	text-align: center;
	padding: .5em;
	padding-bottom: 0;
	padding-top: 0;
	background-color: #000000;
	color: #FFF;
	border-left: solid 1px #FFF;
}

#speaker_results th.header-left {
	background-image: url(../images/tableheader_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #000;
}

#speaker_results th.header-right {
	background-image: url(../images/tableheader_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #000;
}

#speaker_results th.footer-row {
	background-image: url(../images/tablefooter_left.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: #000;
	height: 12px;
}

#speaker_results td {
	background-color: #FFF;
	color: #000;
	border: solid 1px #000;
	text-align: center;
	padding-left: .5em;
	padding-right: .5em;
}


#speaker_results td.begin {
	border-left-style: none;
	text-align: left;
	padding-left: .3em;
}

#speaker_results td.end {
	border-right-style: none;
}

#speaker_results td.lft {
	text-align: left;
	padding-left: .5em;
}

#speaker_results td.footer-row {
	background-image: url(../images/tablefooter_right.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #000;
	height: 15px;
	padding: 0;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
}

#speaker_results td.bottom {
	background-color: #FFF;
	color: #000;
	padding: .5em;
	border: none;
	text-align: left;
}
