/*********************************************************************
 ***
 ***  Downloads
 ***
 *********************************************************************/

.downloadtable
{
	width: 100%;
	border-spacing: 2px;
	border: 1px solid #930904;
	empty-cells: show;
}

.downloadtable td,
.downloadtable th
{
	text-align: left;
	vertical-align: top;
	height: 25px;
	border: 0px;
	font: normal 12px/20px Arial, sans-serif;
	padding: 5px 10px 5px 10px;
}

.downloadtable th,
.downloadtable th a
{
	font: normal 12px/20px Arial, sans-serif;
	color: white;
	background-color: #1d6a2c;
}

.downloadtable th a
{
	font-weight: bold;
}
.downloadtable a
{
	font-weight: bold;
	color: #930904;
}

.downloadtable a.download
{
	font-weight: bold;
	color: #cc0506;
}

.downloadtable tr.odd
{
	background-color: #c0c0c0;
}

.downloadtable tr.even
{
	background-color: #ebebeb;
}

