﻿input.filterBox
{
	font-size: 11px;
	width: 150px;
}
input.filterBox:focus
{
	background-color: #ffffee;
}


#editKey { line-height: 19px; }
#editType { line-height: 19px; }
#createValueBoolean { display: none; }
#editValueBoolean { display: none; }

.gvRow { background-color: #fff; color: #333; }
.gvAltRow { background-color: #e7f0f7; color: #333; }

.gvRow:hover{ background-color: #FFECEC; color: #333;   }
.gvAltRow:hover{ background-color: #FFECEC; color: #333; }
