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

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

table {
	border-collapse:collapse;
	background-color:#022B59;
	color: #90B0D2;
	word-spacing: -1px;
	width: 610px;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial;
	font-size: 11px;
}

caption {
	padding: 10px 0 19px 0;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial;
	word-spacing: -3px;
	letter-spacing: -3px;
	color: #022B59;
	background-color: transparent;
	margin-bottom: -23px;
	line-height: 63px;
}

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

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

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

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

thead th, tfoot th, tfoot td {
	background-color: #996600;
	background-repeat:repeat-y;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	font-family:"Trebuchet MS", Helvetica, Verdana, Arial;
	font-size: 13px;
	letter-spacing: -1px;
	word-spacing: 2px;
	color: #ffffff;
}

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:#90B0D2;
}

.odd {}

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