@CHARSET "UTF-8";

div.motorracingleague_notice {
	width:100%;
	height:3em;
	margin-bottom:1em;
}

.motorracingleague_info {
	text-align:center;
	font-weight:bold;
	background-color:#ffffe0;
	border-color: #e6db55;
}

.motorracingleague_error {
	text-align:center;
	font-weight:bold;
	background-color:#ffebe8;
	border-color: #c00;
}

.motorracingleague_entry_table td {
	text-align: left;
}

table.motorracingleague {
	text-align: left;
	border: 0;
	border-collapse: collapse;
	width: 100%;
	margin: 1em auto 1.5em auto;
}
table.motorracingleague th {
	padding: 1px 4px;
	margin: 0;
	border-bottom: 1px solid;
	}
table.motorracingleague td {
	vertical-align: top;
	padding: 1px 4px;
	border: 0;
	margin: 0;
	border-bottom: 1px solid #f1f1f1;
	white-space:nowrap;
	}
table.motorracingleague caption {
	font-weight: bold;
}

.motorracingleague_results {
	font-size:smaller;
}

div.motorracingleague-results {
	overflow: auto;
}

table.motorracingleague_results th.motorracingleague_player {
	text-align: left;
}

table.motorracingleague_results th, table.motorracingleague_results td, 
	table.motorracingleague_double_ups td.extra_points, table.motorracingleague_double_ups th.extra_points {
	text-align: right;
}

.motorracingleague_clock {
	font-weight: bold;
}

.motorracingleague-form table td {
	padding: 2px 10px 2px;
}

.motorracingleague-form table th {
	padding: 6px 10px 2px;
}

.motorracingleague-form table tr {
	line-height: 1em;
}

table.motorracingleague_stats {
	table-layout: fixed;
}

.motorracingleague_doubled.motorracingleague_left:after {
	content:'*';
}
.motorracingleague_doubled.motorracingleague_right:before {
	content:'*';
}
