/*
 Rider Display
*/
table.rider {
	width: 515px;
	float: left;
	margin-right: 20px;
	font-size: 14px;
}

table.rider tbody th {
	text-align: left;
	background-color: #a7a8a9;
	color: #FFF;
}
table.riderDets {
	background-color: #e7e8e9;
	padding: 10px;
}
table.riderrace th {
	padding: 8px;
}
table.riderrace tfoot th {
	background-color: #fff;
	color: #d58032;
	font-weight: normal;
	padding: 0;
	text-align: right;
}	
div#racingphotos {
    height: 70px;
    border-bottom: 1px dashed #a7a7a8;
    padding : 10px 0px;
    overflow-x: scroll;
    width:380px;
}
div#racingphotos img {
    padding-right:2px;
    cursor: pointer
}
div.racephotoheader {
    font-size: 12px;
    /*clear: both;*/
    padding-top : 3px;
    width: 350px
}
div.racephotocontainer {
    white-space: nowrap;
}
