.item
{
	background-position: left bottom;
	font-size: 8pt;
	background-image: url(/Images/latagridLine.png);
	margin: 0px;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial;
	height: 20px;
	background-color: #ffffff;
}
.alter
{
	background-position: left bottom;
	font-size: 8pt;
	background-image: url(/Images/latagridLine.png);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial;
	height: 20px;
	background-color: #fff7e7;
}
.head
{
	background-position: left bottom;
	font-weight: bold;
	font-size: 8pt;
	height: 20px;
	background-image: url(/Images/latagridLine.png);
	background-repeat: repeat-x;
	font-family: Tahoma, Arial;
	background-color: #e3d7c8;
}
.Datagrid
{
	border-right: #cc9966 1px solid;
	border-top: #cc9966 1px solid;
	border-left: #cc9966 1px solid;
	width: 100%;
	border-bottom: #cc9966 1px;
	border-collapse: collapse;
}
