/* List */
table.List
{
	border						:	none;
	border-collapse				:	collapse;
	width						:	100%;
}
td.ListHeader
{
	height						:	20px;
	border-collapse				:	collapse;
	border						:	solid 1px #666644;
	font-weight					:	bold;
	white-space					:	nowrap;
	color						:	#eeeedd;
	background-color				:	#660000;
	padding-top					:	0px;
	padding-bottom				:	0px;
	padding-left					:	8px;
	padding-right					:	8px;
}
td.ListName
{
	border						:	solid 1px #666644;
	font-weight					:	bold;
	background-color				:	#ddddbb;
	padding-top					:	2px;
	padding-bottom				:	2px;
	padding-left					:	8px;
	padding-right					:	8px;
	white-space					:	nowrap;
}
td.ListContent
{
	border						:	solid 1px #666644;
	background-color				:	#eeeedd;
	padding-top					:	2px;
	padding-bottom				:	2px;
	padding-left					:	8px;
	padding-right					:	8px;
}
td.ListStripe0
{
	border						:	solid 1px #666644;
	background-color				:	#eeeedd;
	padding-top					:	2px;
	padding-bottom				:	2px;
	padding-left					:	8px;
	padding-right					:	8px;
}
td.ListStripe1
{
	border						:	solid 1px #666644;
	background-color				:	#eef4f7;
	padding-top					:	2px;
	padding-bottom				:	2px;
	padding-left					:	8px;
	padding-right					:	8px;
}
td.ListOnlyBorder
{
	border						:	solid 1px #666644;
}
