@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;
	}
table.motorracingleague caption {
	font-weight: bold;
}

.motorracingleague_results {
	font-size:smaller;
}

table.motorracingleague_results td {
	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;
}


