#topbar {
	padding: 0px;
	margin: 10px 40px 0 40px;
	border-bottom: 2px solid #0099FF;
}

#riderbox {
	background:url(/images/old/riders/rider-line-bottom.gif) repeat-x bottom;
	margin-left:40px;
	margin-right:40px;
}

#riderbox td.greyed a {
	color : Black;
	font-size : .8em;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#riderbox td.greyed a:visited{
	color : Black;
}
#riderbox td.greyed a:hover{
	color : #0099ff;
}

#riderbox td.selected a {
	color : #0099ff;
	font-size : .8em;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#riderbox td.selected a:visited{
	color : #0099ff;
}

#riderbox table.riders{
	vertical-align:bottom;
	padding:0px;
	margin:0px;
}

#riderbox td.selected tr.top td.left {
	height:11px;
	width:12px;
	background:url(/images/old/riders/rider-sel-topleft.gif) no-repeat right;
}

#riderbox td.selected tr.top td.center {
	height:11px;
	background:url(/images/old/riders/rider-sel-top.gif) repeat-x;
}

#riderbox td.selected tr.top td.right {
	height:11px;
	width:12px;
	background:url(/images/old/riders/rider-sel-topright.gif) no-repeat left;
}

#riderbox td.selected tr.middle td.left {
	width:12px;
	background:url(/images/old/riders/rider-sel-left.gif) repeat-y right;
}

#riderbox td.selected tr.middle td.center {
	background:#ffffff;
}

#riderbox td.selected tr.middle td.right {
	width:12px;
	background:url(/images/old/riders/rider-sel-right.gif) repeat-y left;
}

#riderbox td.selected tr.bottom td.left {
	height:13px;
	width:12px;
	background:url(/images/old/riders/rider-sel-botleft.gif) no-repeat top right;
}
#riderbox td.selected tr.bottom td.center {
	background:#ffffff
}

#riderbox td.selected tr.bottom td.right {
	height:13px;
	width:12px;
	background:url(/images/old/riders/rider-sel-botright.gif) no-repeat top left;
}

#riderbox td.greyed tr.top td.left {
	height:11px;
	width:12px;
	background:url(/images/old/riders/rider-gray-topleft.gif) no-repeat right;
}

#riderbox td.greyed tr.top td.center {
	height:11px;
	background:url(/images/old/riders/rider-gray-top.gif) repeat-x;
}

#riderbox td.greyed tr.top td.right {
	height:11px;
	width:12px;
	background:url(/images/old/riders/rider-gray-topright.gif) no-repeat left;
}

#riderbox td.greyed tr.middle td.left {
	width:12px;
	background:url(/images/old/riders/rider-gray-left.gif) repeat-y right;
}

#riderbox td.greyed tr.middle td.center {
	background:#e0e0e0;
}

#riderbox td.greyed tr.middle td.right {
	width:12px;
	background:url(/images/old/riders/rider-gray-right.gif) repeat-y left;
}

#riderbox td.greyed tr.bottom td.left {
	height:13px;
	width:12px;
	background:url(/images/old/riders/rider-gray-botleft.gif) no-repeat top right;
}
#riderbox td.greyed tr.bottom td.center {
	height:13px;
	background:url(/images/old/riders/rider-gray-bottom.gif) repeat-x;
}

#riderbox td.greyed tr.bottom td.right {
	height:13px;
	width:12px;
	background:url(/images/old/riders/rider-gray-botright.gif) no-repeat top left;
}

