/* List */
table.List
{
	border						:	none;
	border-collapse			:	collapse;
	width						:	100%;
}
td.ListHeader
{
	border-collapse			:	collapse;
	border-top					:	solid 1px #999999;
	border-bottom			:	solid 1px #999999;
	font-weight				:	bold;
	background-color			:	#d8e395;
	padding						:	2px 8px;
	white-space				:	nowrap;
}
td.ListName, td.ListNameRequire
{
	border-top					:	solid 1px #999999;
	border-bottom			:	solid 1px #999999;
	font-weight				:	bold;
	background-color			:	#fafae6;
	padding						:	2px 8px;
	white-space				:	nowrap;
}
td.ListContent
{
	border-top					:	solid 1px #999999;
	border-bottom			:	solid 1px #999999;
	background-color			:	#ffffff;
	padding						:	2px 8px;
}
td.ListStripe0
{
	border-top					:	solid 1px #999999;
	border-bottom				:	solid 1px #999999;
	background-color			:	#ffffff;
	padding						:	2px 8px;
}
td.ListStripe1
{
	border-top					:	solid 1px #999999;
	border-bottom				:	solid 1px #999999;
	background-color			:	#fafae6;
	padding						:	2px 8px;
}
td.ListError
{
	border-top					:	solid 1px #999999;
	border-bottom				:	solid 1px #999999;
	background-color			:	#fafae6;
	padding						:	2px 8px;
}



/* List */
ul, ol
{
	text-indent				:	0em;
	margin					:	0.5em 0em;
	padding					:	0em;
}
ul ul, ol ol
{
	text-indent				:	0em;
	margin					:	0.5em 0em 0.5em 1em;
	padding					:	0em;
}
li
{
	text-indent				:	0em;
	margin					:	0em 0em 0em 2em;
	list-style-position		:	outside;
}
ul.Sub
{
	text-indent				:	0em;
	margin					:	0.5em 0em 0.5em 1em;
	padding					:	0em;
}
p.List
{
	line-height				:	1em;
}
div.ListTitle
{
	font-weight				:	bold;
}

