/* -------------------------------------------------------------- 
  
   mini-datasheet.css
   
-------------------------------------------------------------- */
.datasheet #checkersContainer {
	position: absolute;
	top: 42px;
	right: 15px;	
	width: 208px;
	height: 30px;
	overflow: hidden;
}
.datasheet #content {
	width: 747px;
	height: 368px;
	background: url(../images/checker_square_dark.gif) repeat;
}
.datasheet #left {
	float: left;
	width: 520px;
	height: 368px;
	color: #ffffff;
}
.datasheet #left p {				/* Terms & Conditions */
	margin-right: 10px;
	padding-left: 10px;
	color: #cccccc;
}
.datasheet #right {
	float: right;
	width: 224px;
	height: 368px;
	color: #ffffff;
	margin-top: 15px;
}
.datasheet #right h3 {
	color: #ffffff;
	font-size: 1.2em;
	padding: 13px 0 10px 0;
}
.datasheet #right #bodyCopy {
	color: #ffffff;
	width: 200px;
	height: 300px;
	padding: 0 20px 0 0;
}

/* Data Sheet Table
-------------------------------------------------------------- */
.titleBar {
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
	width: 225px;
	padding: 8px 12px 8px 11px;
	/* border */
	border-top: 0;
	border-bottom: 0;
	background-color: #c5c5c5;
	text-transform: uppercase;
}
.datasheet.technical .titleBar {
	font-size: 1.1em;
	float: left;
	display: inline;
}
.end {
	width: 218px;
	border-left: 1px solid #666666;
}
#dataContainer {
	padding-right: 10px;
	width: 500px;
	height: 338px;
	overflow: auto;
}
.datasheet table { 
	margin: 0 0 10px 1px;
	border-collapse: collapse;		/* changes solid 2 line borders to 1 line */
}
.datasheet table th,
.datasheet table td {	
	margin: 0;
	padding: 7px 8px 8px 10px;
	color: #ffffff;
	font-size: 1.1em;
	text-align: left;
	/* border */
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
.datasheet.technical table td,
.datasheet.calendar table td {	
	width: 240px;
}
.datasheet table th {
	color: #000000;
	font-weight: bold;
	background-color: #cccccc;
}
.titleBar.single {
	width: 465px;
}
.datasheet table.single td {
	width: 499px;
}
.datasheet td.image a {				/* equipment */
	position: absolute;	
	right: 7px;
	margin-top: -2px;
}
.titleBar.calendar {				/* calendar */
	width: 467px;
}
.datasheet table.calendar { 
	margin: 0 0 0 1px;
}

/* Round Results
-------------------------------------------------------------- */
.datasheet.round-results #results-header {
	margin: 0 0 0 1px;
}
#results-header th {
	margin: 0;
	text-align: center;
	padding: 7px 0 8px 0;
	background: #424242;
	color: #ffffff;
	width: 59px;
}
#results-header #th-total,
#dataTable td.total {	
	color: #df1c06;
}
.datasheet.round-results #results-header #th-driver,
.datasheet.round-results #dataTable td.driver {
	text-align: left;
	width: 112px;	
	padding-left: 14px;
}

/* Data */
.datasheet.round-results #dataContainer,
.datasheet.total-results #dataContainer {
	height: 306px;
}
.datasheet.round-results #dataTable td {
	text-align: center;
	width: 59px;
	padding: 7px 0 7px 0;
}

/* Total Results
-------------------------------------------------------------- */
.datasheet.total-results .titleBar {
	width: 691px;
}
.datasheet.total-results #results-header {
	margin: 0 0 0 1px;
	width: 713px;
}
.datasheet.total-results #results-header th {
	width: 51px;
}
.datasheet.total-results #results-header #th-driver {
	width: 136px;
	text-align: left;
	padding-left: 6px;
}

/* Data */
.datasheet.total-results #dataContainer {
	width: 724px;
}
.datasheet.total-results #dataTable td {
	text-align: center;
	width: 51px;
	padding: 7px 0 7px 0;
}
.datasheet.total-results #dataTable td.driver {
	width: 136px;	
	text-align: left;
	padding-left: 6px;
}



