/* date-modified : 2009-11-17 */

#speakerbox {
	display: inline-block;
	height: 125px;
	overflow: hidden;
}
#speakerbox .speaker-details {
	line-height: 12px;
	min-height: 36px;
	max-height: 60px;
	width: 420px;
	display: inline-block;
	overflow: hidden;
}
#speakerbox .speaker-name {
	font-weight: bold;
	font-size: 14px;
	color: #888;
}
#speakerbox .speaker-company {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 10px;
}
#speaker_results_panel {
	background: url(http://www.abn.org.au/images/sort_strip_btm.gif) no-repeat;
	clear: both;
	float: left;
	width: 550px;
	display: inline-block;
	margin-bottom: 5px;
}
.pagination, .speaker_pagination, div#pagination_bottom {
	float: right;
	clear: right;
	margin-right: 10px;
	font-size: 12px;
	color: #888;
}
div#pagination_bottom {
	padding-top: 5px;
}
  
.pagination a, div#SpeakerPagination.speaker_pagination a, div#pagination_bottom a {
    text-decoration: none;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	border-right: 1px solid #888;
}
div#SpeakerPagination.speaker_pagination a {
	font-size: 10px;
	line-height: 10px;
	margin-top: 5px;
}
.pagination a:last-child, div#SpeakerPagination.speaker_pagination a:last-child, div#pagination_bottom a:last-child {
	border-right: 0px solid #888;
}

.pagination a, .pagination span, .speaker_pagination a, .speaker_pagination  span, div#pagination_bottom a, div#pagination_bottom span {
    display: block;
    float: left;
    padding: 0 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
}


.pagination .current {
	font-size: 12px;
    color: #888;
}
.speaker_pagination .current  {
	font-size: 10px;
	line-height: 10px;
    color: #888;
	margin-top: 5px;
	border-right: 1px solid #888;
}

.pagination .current.prev, .pagination .current.next, .speaker_pagination .current.prev, .speaker_pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}

		


