table
{
	border-collapse: collapse;
}

td
{
	padding: 0;
	margin: 0;
}

thead td
{
	padding: 2px 5px;
	background-color: #AD9982;
	border-bottom: 1px solid #BBBBBB;
}

thead td div
{
	white-space: nowrap;
	color: white;
}

table.List
{
	background-color: #F6F0EA;
	border: 1px solid #BBBBBB;
	margin-bottom: 8px;
	width: 100%;
}

table.List td
{
	vertical-align: top;
	padding: 3px 5px;
	border-bottom: 1px solid #DDDDDD;
}

table.List td.Name
{
	width: 200px;
	font-weight: bold;
}

table.Search
{
	margin-bottom: 15px;
}

table.Search td
{
	padding-right: 5px;
}
