/* tables */
table#results, table#userResults {
	margin:10px 0pt 10px;
	width: 100%;
	text-align: left;
}
table#results thead tr th, table#results tfoot tr th, table#userResults thead tr th, table#userResults tfoot tr th {
	background-color: #cccccc;
	padding: 4px;
}
table#results thead tr .header, table#userResults thead tr .header {
	background-image: url(http://beta.modifiedcars.ie/images/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table#results tbody td, table#userResults tbody td {
	padding: 4px;
}
table#results tbody td a:link, table#userResults tbody td a:link {
	font-weight: bold;
	color: #C02126;
}
table#results tbody td a:visited, table#userResults tbody td a:visited {
	color: #000000;
}
table#results tbody tr.odd td, table#userResults tbody tr.odd td {
	background-color:#efefef;
}
table#results thead tr .headerSortUp, table#userResults thead tr .headerSortUp {
	background-image: url(http://beta.modifiedcars.ie/images/tablesorter/asc.gif);
}
table#results thead tr .headerSortDown, table#userResults thead tr .headerSortDown {
	background-image: url(http://beta.modifiedcars.ie/images/tablesorter/desc.gif);
}
table#results thead tr .headerSortDown, table#results thead tr .headerSortUp, table#userResults thead tr .headerSortDown, table#results thead tr .headerSortUp {
background-color: #C02126;
color: #FFF;
border: 1px solid #C02126;
}
