/*START REDEFINES*/
a {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

select, input, textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

input.button {
	font-size: 11px;
}

td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
}
/*END REDEFINES*/


/*START CLASSES*/
.focusInput {
	background-color: #FCF9D1;
}

.blurInput {
		background-color: #FFFFFF;
}

.header {
	font-weight: bold;
	background-color: #E1E1E1;
	border: 1px solid #CCCCCC;
}

.eventName {
	font-weight: bold;
	font-size: 26px;
}

.driversHeading {
	font-weight: bold;
	font-size: 18px;
	color: #990000;
}

.text {
	background-color: #F7F7F7;
	border: 1px solid #E1E1E1;
}

.textPass {
	text-align: center;
	font-size: 11px;
}

.SpreadsheetHeaders {
	background-color: #E1E1E1;
	border: 1px solid #CCCCCC;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 11px;
}

.SpreadsheetText {
	background-color: #F1F1F1;
	border: 1px solid #E1E1E1;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
}

.SpreadsheetTextLighter {
	background-color: #F7F7F7;
	border: 1px solid #E1E1E1;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
}

.stats {
	background-color: #F7F7F7;
	border: 1px solid #E1E1E1;
	font-size: 10px;
}

.footer {
	font-size: 11px;
}

.divider {
	font-size: 10px;
	color: #CCCCCC;
}

.top {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
/*END CLASSES*/
