.gridheaderstyle {
	background-color: #f5f5dc;
	border: solid 1px black;
	font-weight: bold;
	text-align: center;
}

.griditemstyle {
	background-color: white; /*#7fff7f;*/
	border: solid 1px black;
	font-weight: bold;
	text-align: left;
	/*line-height: 25px;
	font-size: 14px;*/
}

.gridselectedstyle {
	background-color: white; /*#FFFFCC*/
	border: solid 1px black;
	font-weight: bold;
	text-align: left;
	/*line-height: 25px;
	font-size: 14px;*/
}