/* 
Table Design by Marten Willberg
www.marvmerchants.com 

Expanded by Stephen Johnson for use with Tiny Cave Score Server
filer.case.edu/srj15

To be replaced at Stephen's earliest convenience

------------------------------------- */

body {
	background: #005b9a;
}

table {
	border-collapse:collapse;
	background-color:#022B59;
	font:0.7em Verdana,Arial;
	color: #90B0D2;
	word-spacing: -1px;
	width: 100%;
	margin-bottom: 0.4em;
}

h1 {
	text-align: center;
	font-size: 2em;
	font-weight: normal;
	font-family: Georgia ,"Times New Roman";
	text-transform: capitalize;
	word-spacing: -0.07em;
	letter-spacing: -0.02em;
	color: #022B59;
	background-color: transparent;
	margin-bottom: -1.2em;
	margin-top: 0.3em;
	line-height: 63px;
}

h3 {
	padding: 0 0 0 0;
	text-align: left;
	font-size: 2em;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Georgia ,"Times New Roman";
	text-transform: capitalize;
	word-spacing: -0.07em;
	letter-spacing: -0.07em;
	color: #022B59;
	background-color: transparent;
	margin-bottom: -0.6em;
	margin-top: 1em;
	line-height: 2em;
	border-top: solid 1px #aaa;
}

div.scores {
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	padding-left: 0.6em;
	padding-right: 0.6em;
	padding-top: 0em;
	padding-bottom: 0.6em;
	background-color:#eee;
}

th.name, th.score {
	width: 30%;
}

th.date {
	width: 40%;
}

/* Linkz-------------------------------------------- */

table a {
	color:#ffffff;
	text-decoration:none;
}

table a:link, td.name {
	font-family: Georgia ,"Times New Roman";
	text-transform: uppercase;
	font-weight: normal;
	color: #90C000;
	font-size: 1em;
	word-spacing: 0px;
	letter-spacing: 0px;
}

table a:visited {
	font-weight:normal;
	color:#666;
	text-decoration: line-through;
}

table a:hover {
		color: #C3E858;
}

/* Header Footer-------------------------------------- */
thead  {

	border-bottom: solid 1px #064600;
	border-top: solid 1px #C3E858;
}

thead th, tfoot th, tfoot td {
	background-color: #ad0;
	background-repeat:repeat-y;
	padding: 5px 10px 5px 10px;
	font-weight: normal;
	text-transform: uppercase;
	font-family:Georgia, "Times New Roman";
	font-size: 17px;
	letter-spacing: -1px;
	word-spacing: 2px;
	color: #ffffff;
	text-align: left;
}

tfoot td {
	text-align:right
}

/* Body------------------------------------------ */

tbody th, tbody td {
	border-bottom: solid 1px #254D7A;
	line-height: 12px;
	padding: 5px 10px 5px 10px;
}

tbody th {
	white-space: nowrap;
}

tbody th a {
	color:#fff;
}

.odd {}

tbody tr:hover {
	background:#0C3563; 
}
