/**
 * Stylesheet
 * 
 * @author Ian Haycox - ian.haycox@gmail.com
 * @version $Id: style.css 311 2011-08-22 11:05:20Z 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: 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: #606060;
}
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 td img {
	display:inline;
}


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;
}

td.numeric {
	text-align:right;
}

.team_mate {
	background-color: #FF8;
}

#msr_default_points input.del, #msr_default_user_points input.del {
	background: url('del.png') no-repeat;
	text-indent: -100px;
	cursor:pointer;
	width:16px;
	height:16px;
	border:none;
	
}

table.tablesorter thead tr .header {
	background-image: url('bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url('asc.gif');
}

table.tablesorter thead tr .headerSortDown {
	background-image: url('desc.gif');
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    padding-right: 16px;
}

table.tablesorter tbody td {
    padding-right: 16px;
}

.msr_pos {
	font-weight: bold;
}

.msr_position {
	text-align:center;
	background-color: #CFCFFF;
}

.msr_pole {
	font-weight:bold;
}

.msr_points {
	background-color: #DFFFDF;
}

.msr_retired {
	background-color: #EFCFFF;
}

.msr_unclassified {
	background-color: white;
}

.msr_total {
	font-weight: bold;
	text-align:right;
}

table.msr_season_driver_results td, table.msr_season_team_results td,
	table.msr_season_driver_results th, table.msr_season_team_results th {
	padding:1px;
	font-size:smaller;
}

