/*Stylesheet for stats pages*/
body {
	background-color : #FFC;
	color : Black;
}
table {
	border : double Teal;
	text-align: right;
}

thead, tfoot {color: black; background: yellow; text-align:center;}

/* alignments within columns needs different workarounds for IE and Gecko */
/* Gecko needs each column separately specified using sibling connector */
/* right*/
col.rht {text-align: right; }
/* centre */
	table#tablethreads td:first-child+td+td,
col.cen {text-align: center;}
/* left */
	table#tablethreads td:first-child+td+td+td+td+td+td,
col.lft {text-align: left;}


caption{
	font-size : x-large;
	font-weight: bold;
}

tbody.st1 {background: #cfc;}
tbody.st2 {background: #cff;}
tbody.st3 {background: #f9c;}
tbody.st4 {background: #c9f;}
tbody.st5 {background: #fcc;}
tbody.st6 {background: #ccf;}

table.layout, table.layout3 {
	border: none;
	vertical-align: top;
}

table.layout3 td {width:38%; }
table.layout3 td:first-child {width:20%; }
table.layout3 td td {width:auto; }

ul.top{
	left : 1%;
	top : 1%;
	position : absolute;
	background-color : Maroon;
	color : White;
}
.menu li {
	display : inline;
}
li.ext {
	background-color : Silver;
	color : Blue;
}
li.int {
	background-color : Teal;
	color : Yellow;
}