@charset "UTF-8";

/* CSS Document */

.table_elim {/*This is the table for elimination runs*/
	border: none;
	color: #FFF;
	background-color: #000;
}

.table_qual {/*This is the table for qualifying runs*/
	border: none;
	color: #FFF;
	background-color: #000;
}

.table_points {/*This is the table for the points*/
	border: none;
	color: #FFF;
	background-color: #000;
}

.title {/*This is the text that is the title - name of series and the date*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
}

.subtitle {/*This is for the title of each table e.i. Finals, Round 1, etc.*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	color: #c0c0c0;
	background-color: #000;
}

.break {/*This is the spaceing between the title and the tables*/
	height: 16px;
}

.break_grey {/*This is the spacing between the column names and the rest of the table*/
	background-color: #202020;
	height: 4px;
}

.line_grey {/*This is the tiny grey line between the entries in the table*/
	background-color: #202020;
	height: 2px;
}

.line_lightgrey {/*This is sometimes used at the end of the page*/
	background-color: #333333;
	height: 6px;
}

.line_blacktall {/*This is used for spacing*/
	background-color: #000000;
	height: 6px;
}

.line_blackmedium {/*This is used for spacing*/
	background-color: #000000;
	height: 4px;
}

.line_black {/*This is the black spacing surrounding the tiny grey line between the entries of the table*/
	background-color: #000000;
	height: 1px;
}

.cat {/*This is for the column names of each table*/
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #b0b0b0;	/*	#808080;	*/
	height: 16px;
}

.data {/*This is for the data that appears in the table*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-small;
	color: #ffffff;
	height: 16px;
}

.data_won {/*This is for the green text the denotes the winner of a round in the table*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-small;
	color: #009933;
	height: 16px;
}

.data_lost {/*This is for the grey text that denotes the loser of a round in the table*/
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-small;
	color: #c0c0c0;
	height: 16px;
}

.footer {/*This is for the footer at the end of the page*/
	background-color: #333333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-small;
	color: #FFF;
}
