﻿table.GenericListsEditor
{
	font-family: Verdana;
	font-size: 8pt;
	width: 100%;
	padding: 0px;
	border-width: 0px;
	border-collapse: collapse;
}

table.GenericListsEditor td.FieldsHeader
{
}

table.GenericListsEditor td.FieldsBody
{
	padding-bottom: 15px;
}

table.GenericListsEditor td.FieldsBody table.RecordsBody
{
	width: 100%;
	padding: 0px;
	border-width: 0px;
	border-collapse: separate;
}

table.GenericListsEditor td.FieldsBody table.RecordsBody tr.FieldRowEdit
{
	height: 20px;
}

table.GenericListsEditor td.FieldsBody table.RecordsBody tr.FieldRowEdit td.FieldName
{
	vertical-align: top;
	width: 30%;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	padding: 3px;
}

table.GenericListsEditor td.FieldsBody table.RecordsBody tr.FieldRowEdit td.FieldName div.RequiredFieldAsterisk
{
	color: #CC0000;
	width: 10px;
	float: right;
	text-align: left;
	white-space: nowrap;
}

table.GenericListsEditor td.FieldsBody table.RecordsBody tr.FieldRowEdit td.FieldName div.RequiredFieldText
{
	float: right;
	white-space: nowrap;
	margin-right: 5px;
}

table.GenericListsEditor td.FieldsBody table.RecordsBody tr.FieldRowEdit td.FieldName div.FieldText
{
	white-space: nowrap;
	margin-right: 5px;
}

table.GenericListsEditor td.FieldsBody table.RecordsBody tr.FieldRowEdit td.FieldValue
{
	vertical-align: top;
	background-color: #EBF3FF;
	padding: 3px;
	text-align: left;
}

table.GenericListsEditor td.FieldsBody table.RecordsBody tr.FieldRowEdit td.FieldValue .TextBox
{
	border-color: #7F9DB9;
	border-style: solid;
	border-width: 1px;
	max-height: 250px;
	width: 99%;
}

table.GenericListsEditor td.FieldsBody table.RecordsBody tr.FieldRowEdit td.FieldValue .PostalCode1
{
	border-color: #7F9DB9;
	border-style: solid;
	border-width: 1px;
	max-height: 250px;
	width: 40px;
}

table.GenericListsEditor td.FieldsBody table.RecordsBody tr.FieldRowEdit td.FieldValue .PostalCode2
{
	border-color: #7F9DB9;
	border-style: solid;
	border-width: 1px;
	max-height: 250px;
	width: 30px;
}

table.GenericListsEditor td.FieldsBody table.RecordsBody tr.FieldRowEdit td.FieldValue .ComboBox
{
	border-color: #7F9DB9;
	border-style: solid;
	border-width: 1px;
	max-height: 30px;
	max-width: 100%;
	width: 40%;
}

table.GenericListsEditor td.FieldsBody table.RecordsBody tr.FieldRowEdit td.FieldValue .CheckBox
{
}

table.GenericListsEditor td.FieldsBody table.RecordsBody tr.FieldRowEdit td.FieldValue .Radio
{
}

table.GenericListsEditor td.FieldsBody table.RecordsBody tr.FieldRowEdit td.FieldValue div.DateTimeEditor
{
	width: 100px;
}

table.GenericListsEditor td.FieldsBody table.RecordsBody tr.FieldRowEdit td.FieldValue div.DateTimeContainer
{
	display: block;
}

table.GenericListsEditor td.FieldsBody table.RecordsBody tr.FieldRowEdit td.FieldValue div.DateEditor
{
	width: 100px;
	display: inline;
	float: left;
	margin-right: 15px;
}

table.GenericListsEditor td.FieldsBody table.RecordsBody tr.FieldRowEdit td.FieldValue div.HourEditor
{
	width: 45px;
	display: inline;
	float: left;
}

table.GenericListsEditor td.FieldsBody table.RecordsBody tr.FieldRowEdit td.FieldValue div.MinuteEditor
{
	width: 45px;
	display: inline;
	margin-left: 5px;
	float: left;
}

table.GenericListsEditor td.FieldsBody table.RecordsBody tr.FieldRowEdit td.FieldValue img.EditImage
{
	max-width: 100%;
	max-height: 400px;
	padding-bottom: 1px;
}

table.GenericListsEditor td.FieldsBody table.RecordsBody tr.FieldRowEdit td.FieldValue img.ViewImage
{
	max-width: 100%;
	max-height: 400px;
}

table.GenericListsEditor td.FieldsBody table.RecordsBody tr.FieldRowEdit td.FieldValue span.NoImageText
{
	color: Gray;
}

table.GenericListsEditor td.FieldsBody table.RecordsBody tr.FieldRowEdit td.FieldValue input.FileUpload,
table.GenericListsEditor td.FieldsBody table.RecordsBody tr.FieldRowEdit td.FieldValue input.ImageFileUpload
{
	width: 100%;
	max-height: 250px;
}

table.GenericListsEditor td.FieldsBody table.RecordsBody tr.FieldRowEdit div.RequiredFieldErrorText
{
	white-space: nowrap;
	padding: 2px 2px 2px 2px;
	font-size: 8pt;
	display: block;
	float: none;
	width: 100%;
}

table.GenericListsEditor td.FieldsBody table.RecordsBody tr.FieldRowView
{
	height: 20px;
}

table.GenericListsEditor td.FieldsBody table.RecordsBody tr.FieldRowView td.FieldName
{
	vertical-align: top;
	width: 25%;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	padding: 3px;
}

table.GenericListsEditor td.FieldsBody table.RecordsBody tr.FieldRowView td.FieldName span.FieldText
{
	white-space: nowrap;
	margin-right: 5px;
}

table.GenericListsEditor td.FieldsBody table.RecordsBody tr.FieldRowView td.FieldValue
{
	vertical-align: top;
	background-color: #EBF3FF;
	padding: 3px;
	text-align: left;
}

table.GenericListsEditor td.AttachmentsHeader
{
	text-align: center;
	color: Blue;
	font-size: 10pt;
	font-weight: bold;
	border: solid 1px #C7D8DC;
	height: 20px;
	background-color: #D7E8EC;
}

table.GenericListsEditor td.AttachmentsBody
{
	padding-top: 6px;
}

table.GenericListsEditor td.FieldsBottom
{
	font-size: 8pt;
}

table.GenericListsEditor td.FieldsBottom span.CreatedLabel
{
}

table.GenericListsEditor td.FieldsBottom span.CreatedValue
{
	color: Blue;
}

table.GenericListsEditor td.FieldsBottom span.UpdatedLabel
{
}

table.GenericListsEditor td.FieldsBottom span.UpdatedValue
{
	color: Blue;
}

table.GenericListsEditor td.ActionToolbar
{
	text-align: right;
}
