﻿/* table styles */

table#data {
	background-color:white;
	border-collapse: collapse;
	width: 95%;
	height:1.5em;
	line-height:1.5em;
	font-size: 1.0em;
}

.data {
	color: black;
	border-color: black;
	text-align: center;
	background-color: white;
}
.toprow {
	text-align: center;
	border-color: black;
	background-color: #99ccff;
}
.secondrow {
	text-align: left;
	border-color: black;
	background-color: #ffffcc;
}
.bottomrow {
	text-align: center;
	border-color: black;
	border: 1px solid;
}
.caption {
	font-size: 1.0em;
	text-align: left;
	color: black;
	background-color: white;
	border-color: #eeeeee;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

/* ranked data (small table) */ 

table#ranked {
	background-color:white;
	border-collapse: collapse; 
	width: 50%;
	height: 20px;
	line-height: 20px;
	font-weight: normal; 
	font-family: Arial, Helvetica, sans-serif;

}
table#ranked caption {
	text-align: center;
	color: black;
	background-color: white;
	border-color: #eeeeee;
	font-weight: bold;
}
table#ranked .toprow {
	text-align: center;
	border-color: black;
	background-color: #EAEAEA; 	
	font-weight: normal; 
}
table#ranked .th {
	font-weight: normal; 
}

