/* BODY */

body
{
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #999999;
	text-align: left;
	vertical-align: center;
}

/* LINKS */

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

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

a:hover
{
	color: #CCCCCC;
	text-decoration: none;
}

a:active
{
	color: #CCCCCC;
	text-decoration: none;
}

/* TABLE */

table
{
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: #666666
}

/* TABLE HEADER/DATA COMMON */

th, td
{
	border: 1px solid black;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

/* TABLE HEADER */

th
{
	background-color: #4F4F4F;
	height: 50px;
}

th.right
{
	text-align: right;
}

th.navi
{
	height: 40px;
}

th.downloadlinkheader
{
	text-align: center;
}

/* TABLE DATA */s

td
{
	height: 30px;
}

td.right
{
	text-align: right;
}

td.downloadlink
{
	text-align: center;
	width: 80px;
}

/* TABLE ROW */

tr.odd
{
	background-color: #393939;
}

tr.even
{
	background-color: #3F3F3F;
}

