/*Stylesheet for stats pages*/
body {
	background-color : #FFb;
	color : Black;
}
table {
	border : double Teal;
	text-align: right;
	margin-top: 1px;
	margin-bottom: auto;
}

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;
}

#tableauth3 caption{
	font-size : 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;}
tbody.st7  {background: #cf9;}
tbody.st8  {background: #9ff;}
tbody.st9  {background: #f99;}
tbody.st10 {background: #99f;}
tbody.st11 {background: #fc9;}
tbody.st12 {background: #9cf;}
tbody.st13 {background: #ffc;}
tbody.st14 {background: #fcf;}
tbody.st15 {background: #f9f;}
tbody.st16 {background: #cc9;}
tbody.st17 {background: #c9c;}
tbody.st18 {background: #c99;}
tbody.st19 {background: #9fc;}
tbody.st20 {background: #9f9;}
tbody.st21 {background: #9cc;}
tbody.st22 {background: #9c9;}
tbody.st23 {background: #99c;}
tbody.st24 {background: #ff8;}

table.layout { 
	border: none;
	vertical-align: top;
	text-align: left;
}
table.layout3 {
	border: none;
	vertical-align: top;
	width: 100%;
}
table.layout3 td{vertical-align: bottom;}
table.layout  td{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 {border: Maroon 1pt solid;}
.menu li {display: inline;}

.menu li ul {display: none;}
.menu li:hover ul {
  display: block;
	left : 9em;
	top : 2em;
	position : absolute;
	background-color : #fcc;
}

.menu li:hover ul li {display: list-item;}
.menu li ul li:hover {display: list-item; background-color: yellow;}

.invisible {display:none;}