/**
 * Stylesheet
 * 
 * @author Ian Haycox - ian.haycox@gmail.com
 * @version $Id: style.css 116 2010-02-15 08:48:05Z ian $
 * @package	 Motor-Sport-Results
 * @copyright Copyright 2009
 *
 */

@CHARSET "UTF-8";

.motor-sport-results-form fieldset {
	margin-top:1em;
	padding-bottom:1em;
	border: thin solid black;
	width:70%;
}

.motor-sport-results-form legend {
	margin-left:1em;
}

.motor-sport-results-submit {
	padding:0.5em 0;
}

.motor-sport-results-form table td {
	padding: 2px 10px 2px;
}

table.motor-sport-results td img {
	display:inline;
}

.motor-sport-results-form table th {
	padding: 6px 10px 2px;
}

.motor-sport-results-form table tr {
	line-height: 1em;
}

table.motor-sport-results {
	text-align: left;
	border: 1px solid #800;
	border-collapse: collapse;
	margin: 1px;
	background:#111111;
	margin-left: auto;
	margin-right: auto;
}
table.motor-sport-results th {
	padding: 1px 0.5em 1px 4px;
	color: #bbb;
	margin:0;
	border: 1px solid #800;
	background: #333333;
}
table.motor-sport-results td a {
	color:#999;
}
table.motor-sport-results th a {
	color:#999;
}
table.motor-sport-results td {
	vertical-align: top;
	padding: 1px 0.5em 1px 4px;
	margin: 0;
	border: 1px solid #800;
	color: #999;
}

table.motor-sport-results td img {
	display:inline;
}


table.motor-sport-results caption {
	font-weight: bold;
	background:#000000;
	border: 0;
	color: #b00;
/*	white-space: nowrap; */
}

.flag {
	float: left;
	margin: 0.3em; 
	padding: 0.3em; 
	font-size: 10px;
}

div.motor-sport-results-shortcode {
	background:white;
}

table.motor-sport-results-shortcode th {
	padding-right:3em;
}


.motor-sport-results-error {
	color:red;
	font-weight: bold;
}
