.DataInput
{
	width: 50px;
	font: 12px;
	color:#663366;
}

.DataOutput
{
	width: 80px;
	font: 12px;
	color:#888888;
}

.Label
{
	border: none;
	background: transparent;
}

table.GroupBox
{
	border-collapse:collapse;
	width:100%;
	height: 100%;
}

td.HeadLeft
{
	border-top:1px #000000 solid; 
	border-left:1px #000000 solid;
	border-right:0px none;
	border-bottom:0px none;
	height: 8px;
}

td.HeadRight
{
	border-top:1px #000000 solid; 
	border-right:1px #000000 solid;
	border-left:0px none;
	border-bottom:0px none;
	height: 8px;
}

td.HeadMid
{
	height: 16px;
	font-size: 12px;
	vertical-align:middle;
	text-align:center;
	padding-bottom: 0px;
}

td.MainCell
{
	border-left:1px #000000 solid;
	border-right:1px #000000 solid;
	border-bottom:1px #000000 solid;
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-bottom: 12px;		
}