﻿/* New table prototype style */
table.Prototype, #content table.EditPrototype
{
	margin-bottom: 1.846em;
}
table.Prototype table td, #content table.EditPrototype table td
{
	margin: 0;
	padding: 0;
	border: none;
}
table.Prototype td
{
	border: 0.077em solid #999;
	padding: 0.308em 0.583em;
	height: 1.538em;
}
table.Prototype td.CaptionCell, table.EditPrototype td.CaptionCell
{
	vertical-align: top;
	color: #353535;
	background-color: #eee;
	font-weight: bold;
	border-right: none;
	1width: 13em;
}
table.Prototype td.ValidatorCell, table.EditPrototype td.ValidatorCell
{
	color: black;
	vertical-align: top;
	background-color: #eee;
	border-left: none;
	border-right: none;
	/* display: none; */
}
table.Prototype td.AspValidatorCell, table.EditPrototype td.AspValidatorCell 
{
	color: Red;
	border: none;
	/* display: none; */
}
table.Prototype td.ValueCell, table.EditPrototype td.ValueCell
{
	vertical-align: middle;
}
table.Prototype td.BlankSpace, table.EditPrototype td.BlankSpace
{
	1display: none;
	/* if you want space uncomment the code below and comment the display property */
	border: none;
	1border-left: 2px red solid;
	1border-right: 3px green solid;
	1border-top: 4px purple solid;
	1border-bottom: 3px yellow solid;
}
table.EditPrototype td
{
	border: 0.077em solid #999;
	height:  1.538em;
	padding: 0.23em 0.583em;
}
table.Prototype td.GroupDivider, table.EditPrototype td.GroupDivider
{
	border: none;
	height: 2.16em;
}
