﻿table.List
{
	width: 100%;
}

th.List
{
	color: #FFFFFF;
	background-color: #C75931;
}

tr.List
{
	background-color: #EEEEEE;
}

tr.ListRowOver
{
	background-color: #F8E9AB;
}

a.List
{
	text-decoration: none;
	color: #000000;
}
a.List:hover
{
	text-decoration: none;
}

div.List
{
	font-weight: bold;
}

em.List
{
	color: #666666;
	font-weight: normal;
	font-size: 10px;
}

img.List
{
	border: 1px solid #000000;
}
