﻿
table, td {
	border: 1px ridge #84785e;
	border-collapse: collapse;
  font: 100% "Verdana", Arial, Helvetica, sans-serif;

	padding: 4px;

}

table {
	border: 1px ridge #84785e;
}

td: hover {
	color: #AF4403;
	}

thead th {
  background-color:#AF4403;
  border: 0;
  color: #ffffff;  
  padding: .5em;
}

tbody th {
  border-top: 1px solid #84785e;
  font-weight: normal;
	padding-left: .5em;
}

tbody tr td {
	padding: .5em;
}

tfoot td, tfoot th {
  background-color: #a24116;
  border-left: none;
  border-top: 1px solid #84785e;
  color: #ffffff;
  padding: .5em;
}

caption {
	text-align: left;
	font-size: 100%;
	padding: .5em;
	color: #000;
}

/* ----- Changes odd row to fffce1 */

tr.odd {
	background-color: #fffce1;
	color: #101011;
}

/* ----- Changes row color to a24116 for those browsers that support tr:hover */

tr:hover, tr.odd:hover {
	background-color: #2E4B59;
	color: #ffffff;
}

/* ----- Changes link color to 101011 */

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

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

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

/* ----- Changes link color to white for those browsers that support the tr:hover */

tr:hover a:link, tr.odd:hover a:link {
	color: #ffffff;
}

tr:hover a:visited, tr.odd:hover a:visited {
	color: #ffffff;
}

