.grid_Table
{
	table-layout:fixed;
	border-width: 0;
	padding: 0;
}
.grid_HeaderRow
{
	FONT-FAMILY: Verdana, Geneva, "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	border-right: buttonshadow 2px solid;
	padding-right: 5px;
	border-top: buttonhighlight 2px solid;
	padding-left: 5px;
	padding-bottom: 2px;
	border-left: buttonhighlight 2px solid;
	padding-top: 2px;
	border-bottom: buttonshadow 2px solid;
	height: 25px;
	background-color: buttonface;
}
.grid_OuterDiv
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	overflow: auto;
	text-align: left;
}
.grid_OuterDivNoBorder
{
	overflow: auto;
	text-align: left;
}
.grid_DataRowOdd
{
	FONT-FAMILY: Verdana, Geneva, "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	border-right: buttonface 1px solid;
	border-top: buttonface 1px solid;
	border-left: buttonface 1px solid;
	border-bottom: buttonface 1px solid;
	overflow: hidden;
	margin: 2px;
	height: 21px;
}
.grid_DataRowEven
{
	FONT-FAMILY: Verdana, Geneva, "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	border-right: buttonface 1px solid;
	border-top: buttonface 1px solid;
	margin: 2px;
	overflow: hidden;
	border-left: buttonface 1px solid;
	border-bottom: buttonface 1px solid;
	height: 21px;
	/*background-color: buttonface;*/
}
.grid_DataRowOddInput
{
	FONT-FAMILY: Verdana, Geneva, "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	border-right: buttonface 1px solid;
	padding-right: 0px;
	border-top: buttonface 1px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	overflow: hidden;
	border-left: buttonface 1px solid;
	padding-top: 0px;
	border-bottom: buttonface 1px solid;
}
.grid_DataRowEvenInput
{
	FONT-FAMILY: Verdana, Geneva, "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	border-right: buttonface 1px solid;
	padding-right: 0px;
	border-top: buttonface 1px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	overflow: hidden;
	border-left: buttonface 1px solid;
	padding-top: 0px;
	border-bottom: buttonface 1px solid;
	/*background-color: buttonface;*/
}
.grid_TextInput
{
	FONT-FAMILY: Verdana, Geneva, "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	border-right: 0px;
	padding-right: 0px;
	border-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: 0px;
	width: 100%;
	padding-top: 0px;
	border-bottom: 0px;
	background-color: transparent;
}
.grid_AddRow
{
	FONT-FAMILY: Verdana, Geneva, "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
	border-right: buttonface 1px solid;
	border-top: buttonface 1px solid;
	border-left: buttonface 1px solid;
	border-bottom: buttonface 1px solid;
	margin: 2px;
	height: 22px;
}
