Body
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	font-size: 10px;
	color: #000000;
	font-family: Arial;
}
.Content
{
	font-size: 12px;
}
.Error
{
	font-size: 12px;
	color: #ff0000;
}
.RestrictiveDirection
{
	color: #ff0000;
	font-weight: normal;
	font-size: 10px;
}
.SortIndicator
{
	font-size: 8px;
	color: #ffffff
}
.Button_Disabled,
.NavigationButton_Disabled
{
	border: #a9a9a9 1px outset;
	height: 20px;
	background-color: #e6e6e6;
	font-size: 12px;
	color: #9f9f9f;
	text-align: center;
}
.Button_Enabled,
.NavigationButton_Enabled
{
	border: #000000 1px outset;
	height: 20px;
	background-color: #b6b6b6;
	font-size: 12px;
	color: #000000;
	text-align: center;
}
.Button_Highlight,
.NavigationButton_Highlight
{
	border: #000000 1px outset;
	height: 20px;
	background-color: #a2a2a2;
	font-size: 12px;
	color: #000000;
	text-align: center;
	cursor: pointer;
}
.FormHeader
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: right;
	vertical-align: top;
}
.FormItem
{
	font-size: 11px;
	color: #000000;
	text-align: left;
	vertical-align: top;
}
.ListHeader
{
	background-color: #b6b6b6;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: top;
}
.ListHeader_Highlight
{
	background-color: #a2a2a2;
	font-weight: bold;
	font-size: 13px;
	vertical-align: top;
	color: #000000;
	text-align: Left;
	cursor: pointer;
}
.ListItem
{
	background-color: #e6e6e6;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
.ListItem_Selected
{
	background-color: #b6b6b6;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}
.ListItem_Highlight
{
	background-color: #cacaca;
	font-size: 12px;
	vertical-align: top;
	text-align: Left;
	cursor: pointer;
}
Table
{
	margin: 5px;
	padding: 5px;
}