﻿/* FormView Control Item Template Style */
 .FormView table
{
	margin-bottom: 1.23em;
	margin-left: 0.462em;
}

 table.Item th,  table.Item td
{
	border: 0.154em solid #FBFBFB;
	line-height: 1.23em;
	vertical-align: middle;
	padding: 0 0.385em;
}


 table.Item th,  table.Item td.CaptionCell
{
	font-weight: normal;
	width: 10em;
	color: #364A24;
	background-color: #FBFBFB;
}


 table.Item td,  table.Item td.ValueCell
{
	width: 10em;
	color: #364A24;
	background-color: #F4F9F0;
	vertical-align: middle;
}

 table.Item td.ValidatorCell 
{
	background-color: #FBFBFB;
}

 table.Item select,  table.EditItem select
{
	width: 11em;
}
 table.Item .checkbox input,  table.EditItem .checkbox input
{
	width: auto;
	height: 1.23em;
	vertical-align: middle;
	border-style: none;
}

/* FormView Control Edit Item Template Style */
 table.EditItem .checkbox td
{
	text-align: left;
}

 table.EditItem input
{
	width: 11em;
	padding-left: 0.2em;
	height: 1.2em;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	border: 0.0909em solid #a5acb2;
}

 table.EditItem td,  table.EditItem th
{
	text-align: left;
	font-weight: normal;
	border: 0.077em solid #FBFBFB;
	line-height: 0.923em;
	padding: 0 0.385em;
}
 table.EditItem th,  table.EditItem td.CaptionCell
{
	width: 10em;
	color: #364A24;
	background-color: #FBFBFB;
}
 table.EditItem td,  table.EditItem td.ValueCell
{
	width: 10em;
	color: #364A24;
	background-color: #F4F9F0;
	vertical-align: middle;	
}

 table.EditItem td,  table.EditItem td.ValueCellLocked
{
	width: 10em;
	color: #364A24;
	background-color: #F4F9F0;
	vertical-align: middle;	
}

 table.EditItem td.ValidatorCell 
{
	font-weight: normal;
	color: Red ;
	background-color:#FBFBFB;
}


