﻿.click-table
{
	text-align: center;
}
.click-table td
{
	vertical-align: top;
}
.click-table th
{
	border: solid 1px #000000;
	font-weight: bold;
}
.click-table-wrapper
{
	width: 60px;
	background-color: #CCCCCC;
	border: solid 1px #000000;
}
.click-table-wrapper-dirt
{
	width: 90px;
	background-color: #C8AA78;
	border: solid 1px #000000;
}
.click-table-wrapper-grass
{
	width: 90px;
	background-color: #35d11c;
	border: solid 1px #000000;
}
.click-table-wrapper-poly
{
	width: 90px;
	background-color: #eeeeee;
	border: solid 1px #000000;
}
.click-table-wrapper-male 
{
	width: 60px;
	background-color: #3366ff;
	border: solid 1px #000000;
}
.click-table-wrapper-female 
{
	width: 60px;
	background-color: #ff99cc;
	border: solid 1px #000000;
}

.click-table-cell
{
	width: 100%;
	height: 20px;
	display: block;
	border-bottom: solid 1px #000000;
}
.click-table-cell a
{
	height: 100%;
	display: block;
	color: #000000;
	text-decoration: none;
}
.click-table-cell a:hover
{
	background-color: #FFFFFF;
	text-decoration: underline;
}
.hrdb-race-result-wrapper
{
	border-bottom: solid 1px #CCCCCC;
	height: 65px;
}

.hrdb-results-grid-add
{
	border: solid 1px #cccccc;
	background-color: #eeeeee;
	margin: 20px 0px;
}
.hrdb-results-grid-add th
{
	font-weight: bold;
	padding: 3px;
	font-size: 1.3em;
	border-bottom: solid 1px #cccccc;
}

