/**
 * Stylesheet
 * 
 * @author Ian Haycox - ian.haycox@gmail.com
 * @version $Id: style.css 24 2009-11-02 20:10:53Z 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;
}

.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: 0;
	border-collapse: collapse;
	margin: 1px;
	background:#C0C0C0;
}
table.motor-sport-results th {
	padding: 1px 0.5em 1px 4px;
	color:white;
	margin:0;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	background-image: url(bgtable.gif);
}
table.motor-sport-results th a {
	color:white;
}
table.motor-sport-results td {
	vertical-align: top;
	padding: 1px 0.5em 1px 4px;
	border: 0;
	margin: 0;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
}
table.motor-sport-results caption {
	font-weight: bold;
	background:#E0E0E0;
	border-right: 1px solid white;
/*	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;
}
