/* List */
table.List
{
	border						:	none;
	border-collapse				:	collapse;
	width						:	100%;
}
td.ListHeader
{
	border					:	solid 1px #b7c3cc;
	font-weight				:	bold;
	background-color			:	#d6e1e8;
	padding-top				:	2px;
	padding-bottom			:	2px;
	padding-left				:	8px;
	padding-right				:	8px;
	white-space				:	nowrap;
}
td.ListHeaderNoBorder
{
	font-weight				:	bold;
	background-color			:	#ddccdd;
	padding-top				:	2px;
	padding-bottom			:	2px;
	padding-left				:	8px;
	padding-right				:	8px;
	white-space				:	nowrap;
}
td.ListName
{
	border					:	solid 1px #dddddd;
	font-weight				:	bold;
	background-color			:	#eeeeee;
	padding-top				:	2px;
	padding-bottom			:	2px;
	padding-left				:	8px;
	padding-right				:	8px;
	white-space				:	nowrap;
}
td.ListNameStripe0
{
	border					:	solid 1px #dddddd;
	font-weight				:	bold;
	background-color			:	#f2f5f8;
	padding-top				:	2px;
	padding-bottom			:	2px;
	padding-left				:	8px;
	padding-right				:	8px;
	white-space				:	nowrap;
}
td.ListNameStripe1
{
	border					:	solid 1px #dddddd;
	font-weight				:	bold;
	background-color			:	#e2eaf0;
	padding-top				:	2px;
	padding-bottom			:	2px;
	padding-left				:	8px;
	padding-right				:	8px;
	white-space				:	nowrap;
}
td.ListContent
{
	border					:	solid 1px #dddddd;
	background-color			:	#ffffff;
	padding-top				:	2px;
	padding-bottom			:	2px;
	padding-left				:	8px;
	padding-right				:	8px;
}
td.ListStripe0
{
	border					:	solid 1px #dddddd;
	background-color			:	#ffffff;
	padding-top				:	2px;
	padding-bottom			:	2px;
	padding-left				:	8px;
	padding-right				:	8px;
}
td.ListStripe1
{
	border					:	solid 1px #dddddd;
	background-color			:	#f2f5f8;
	padding-top				:	2px;
	padding-bottom			:	2px;
	padding-left				:	8px;
	padding-right				:	8px;
}
td.ListStripeNoBorder0
{
	background-color			:	#ffffff;
	padding-top				:	2px;
	padding-bottom			:	2px;
	padding-left				:	8px;
	padding-right				:	8px;
}
td.ListStripeNoBorder1
{
	background-color			:	#eeeeee;
	padding-top				:	2px;
	padding-bottom			:	2px;
	padding-left				:	8px;
	padding-right				:	8px;
}
td.ListError
{
	border					:	solid 1px #dddddd;
	background-color			:	#ffeeee;
	padding-top				:	2px;
	padding-bottom			:	2px;
	padding-left				:	8px;
	padding-right				:	8px;
}

