﻿.GridView tr {
  cursor: pointer; }

.GridView th {
  padding-right: 25px;
  border-style: none;
  padding: 3px; }

td {
  border-style: none;
  padding: 3px; }

.GridView .selectetableRow {
  cursor: pointer; }
  .GridView .selectetableRow:hover {
    background-color: #EEEEEE; }

select:disabled {
  background-color: #ebebe4; }
