@CHARSET "ISO-8859-1";

#recordsTable
{
	margin: 0 auto;
	width: 97%;
}

#recordsTable .recordsRow
{
}

#recordsTable .recordsHeader
{
	font-weight: bold;
}
	
#recordsTable .recordsName
{
	float: left;
	width: 35%;
	vertical-align: middle;
}
	
#recordsTable .recordsValue
{
	float: left;
	text-align: center;
	width: 15%;
	vertical-align: middle;
}
	
#recordsTable .recordsAthlete
{
	float: right;
	width: 35%;
	vertical-align: middle;
}
	
#recordsTable .recordsDate
{
	float: right;
	text-align: center;
	width: 15%;
	vertical-align: middle;
}

.clear
{
	clear: both;
}
