/* For Administrative View Screens (forms) */
table.AdminDataView 
{
}

table.AdminDataView tr td.FieldLabel
{
	text-align: right;
	vertical-align: top;
	padding: 2px 5px 2px 5px;
	font-weight: normal;
	color: #666;
	font-size: 11px;
	border-top: solid 1px #f9f9f9;
	border-bottom: solid 1px #e0e0e0;
}

table.AdminDataView tr td.FieldData
{
	vertical-align: top;
	border-left: solid 1px #e0e0e0;
	border-top: solid 1px #f9f9f9;
	border-bottom: solid 1px #e0e0e0;
	padding: 1px 2px 1px 5px;
	font-weight: normal;
	color: #333;
	font-size: 12px;
}


table.AdminDataView tr td.SearchLabel
{
	text-align: right;
	vertical-align: top;
	padding: 2px 5px 2px 5px;
	font-weight: normal;
	color: #666;
	font-size: 11px;
	border-top: solid 1px #f9f9f9;
	border-bottom: solid 1px #e0e0e0;
}

table.AdminDataView tr td.SearchField
{
	vertical-align: top;
	border-left: solid 1px #e0e0e0;
	border-top: solid 1px #f9f9f9;
	border-bottom: solid 1px #e0e0e0;
	padding: 1px 2px 1px 5px;
	font-weight: normal;
	color: #333;
	font-size: 12px;
}

table.AdminDataView tr ul
{
	margin:0px;
	padding:0px;
	list-style-type: none;
}

input.SearchField
{
	width: 143px;
	border: solid 1px #ccc;
}
select.SearchDropDown
{
	width: 143px;
	border: solid 1px #ccc;
}

/* For Administrative Edit Screens (forms) */

td.EditLabel 
{
	color: #666;
	vertical-align: top;
	font-size: 11px; 
	text-align:right;
	padding: 2px 5px 2px 2px; 
	background-color: #ffffff;
	border-top: solid 1px #f9f9f9;
	border-bottom: solid 1px #e0e0e0;
}

td.EditLabelAbove 
{
	vertical-align: top;
	font-size: 11px; 
	font-weight: bold;
	padding: 2px; 
	background-color: #ffffff;
}
td.EditField
{
	vertical-align: top;	
	font-size: 11px; 
	padding: 2px 2px 2px 2px; 
	background-color: #ffffff;
	border-left: solid 1px #e0e0e0;
	border-top: solid 1px #f9f9f9;
	border-bottom: solid 1px #e0e0e0;
}

input.NormalInputText, textarea.NormalInputText
{
	font-size: 11px;
	border: 1px inset #ccc; 
	/*border: none; */
	padding: 0px 1px 0px 0px; 
	width: 300px;
}

td.EditField input.LargeInputText, textarea.LargeInputText
{
	font-size: 10px;
	border: 1px inset #999999; 
	padding: 0px 1px 0px 0px; 
	width: 500px;
}

td.EditField select.ParamDropDown
{
	width: 300px;
	border: solid 1px #ccc;
}


/* For Administrative Listing Screens (i.e., multiple records: */
table.AdminListing
{
	border: solid 1px #999;
	background-color: #fff;
}

table.AdminListing tr td
{
	padding: 1px 3px 1px 1px;
	font-size: 11px;
}

table.AdminListing tr.ListRow td
{
	border-bottom: solid 1px #eee;
}

table.AdminListing tr.ListRowDeleted td
{
	color: #ccc;
}

table.AdminListing tr td.ColHead
{
	font-size: 10px;
	font-weight: bold;
	padding: 2px 5px 2px 2px;
	border-bottom: solid 1px #e6e6e6;
	background-color: #f9f9f9;
	vertical-align:bottom;
}

table.AdminListing tr td.Divider
{
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	/*border-bottom: solid 1px #ccc;*/
	background-color: #F3F6FB;
}

table.AdminListing tr td.DataCTR
{
	padding:2px;
	vertical-align: top;
	text-align: center;
}

table.AdminListing tr td.DataLeft
{
	padding:2px;
	vertical-align: top;
	text-align: left;
}

table.AdminListing tr td.DataRight
{
	padding:2px;
	vertical-align: top;
	text-align: right;
}

input.SaveButton
{
	background:url(/img/icon/disk.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
	background-color: #eee;
	border: outset 1px #ccc;
	width: 60px;
	padding: 2px 2px 2px 20px;
	text-align: left;
	cursor: pointer;
}

input.CancelButton
{
	background:url(/img/icon/cross.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	background-color: #eee;
	border: outset 1px #ccc;
	width: 70px;
	padding: 2px 2px 2px 20px;
	text-align: left;
	cursor: pointer;
}

input.SearchButton
{
	background:url(/img/icon/zoom.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	background-color: #eee;
	border: outset 1px #ccc;
	width: 70px;
	padding: 2px 2px 2px 20px;
	text-align: left;
	cursor: pointer;
}

input.ResetButton
{
	background:url(/img/icon/lightning.gif);
	background-repeat: no-repeat;
	background-position: 2px 1px;
	background-color: #eee;
	border: outset 1px #ccc;
	width: 70px;
	padding: 2px 2px 2px 20px;
	text-align: left;
	cursor: pointer;
}

ul.ValidationErrors 
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.ValidationErrors li.title
{
	background: url(/img/icon/exclamation.gif) no-repeat 0px 0px;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 2px 2px 20px;
}
ul.ValidationErrors li.error
{
	background: url(/img/icon/bullet_error.gif) no-repeat 0px 0px;
	font-size: 11px;
	margin-left: 18px;
	padding: 2px 2px 2px 20px;
}