.DataGrid
{
	font-size: 10px;
	margin: 0px auto;
}
.DataGridHeader
{
	background: Transparent url('Images/header_datagrid.png') repeat-x scroll left top;
	font-weight: bold;
	height: 20px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
}
.DataGridHeaderCell
{
	border: none;
	padding: 2px 5px;
}
.DataGridItemCell
{
	border: none;
	padding: 2px 5px;
}
.DataGridItemOptionsCell
{
	border: none;
	padding: 2px 5px;
	white-space: nowrap;
}
.DataGridRowMouseOver
{
	background-color: #DDDDDD;
}
.DataGridList
{
	margin: 0 auto;
	width: 90%;
}
.DataGridList .DataGrid
{
	width: 100%;
}
.DataGridImageButton
{
	cursor: pointer;
}

.DataEntryForm, .DataEntryForm input, .DataEntryForm label, .DataEntryForm textarea, .DataEntryForm select, .DataEntryForm label
{
	font-size: 12px;
	font-family: Segoe UI, Arial, Sans-serif;
}
.DataEntryForm input, label, select
{
	vertical-align: middle;
}
.DataEntryForm label
{
	font-weight: bold;
}
.DataEntryForm legend
{
	font-size: 12px;
	font-family: Segoe UI, Verdana, Arial, Tahoma, Microsoft Sans Serif;
}
.DataEntryForm table
{
	font-size: 12px;
}
.DataEntryForm .LabelCell
{
	padding: 1px 5px 1px 1px;
	vertical-align: top;
}
.DataEntryForm .Label
{
	font-weight: bold;
}
.DataEntryForm .FieldCell
{
	padding: 1px;
}
.DataEntryForm .Requirement
{
	color: #FF0000;
	padding-left: 2px;
}
.DataEntryForm .Warning
{
	color: #FF0000;
	padding-left: 2px;
}
.DataEntryForm .ButtonCell
{
	text-align: right;
	padding: 1px;
}
.DataEntryForm .ShortControl
{
	width: 150px;
}
.DataEntryForm .ShortMediumControl
{
	width: 200px;
}
.DataEntryForm .MediumControl
{
	width: 250px;
}
.DataEntryForm .LongControl
{
	width: 400px;
}
.DataEntryForm .IncludeExcludeListBox
{
	width: 200px;
	height: 130px;
	overflow: auto;
}

.Section
{
	margin-bottom: 10px;
	padding: 2px;
}
.Section .Title
{
	color: #93A445;
	font-size: 12pt;
	font-weight: bold;
}

.DataEntryForm .FileImportSelectionPanel
{
	height: 200px;
	overflow: auto;
}
.DataEntryForm .FileImportSelectionPanel .TitleTextBox
{
	width: 200px;
}