.grid-normal
{
	border-collapse: collapse;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

.form-grid
{
	border: 1px;
	border-collapse: collapse;
	border: 1px solid #000000;
	border-width: 1px;
	width: 500px;
}

.grid-row-normal
{
	background-color: transaparent;
	cursor: hand;
	font-family: Verdana;
	font-size: 8pt;
	height:22px;
}

.grid-row-selected
{
	background-color: #dddddd;
	cursor: hand;
	font-family: Verdana;
	font-size: 8pt;
	height:22px;
}

.grid-row-header
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana;
	height: 20px;
	background-color: #9999FF;
	cursor: hand;
}

.form-caption
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana;
	height: 20px;
	background-color: #d6dae5;
	cursor: hand;
	width: 100px;
}

.form-input
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana;
	height: 20px;
	background-color: #d6dae5;
	cursor: hand;
	width: 300px;
}

