﻿.Grid
{
  border:1px solid #80cd3b;
  border-bottom:none;
}

.GridHeader
{
  border:1px solid #80cd3b;
  background: #87cf45;
  background: -moz-linear-gradient(top,  #87cf45 0%, #79c139 100%);
  background: -webkit-linear-gradient(top,  #87cf45 0%,#79c139 100%);
  background: linear-gradient(to bottom,  #87cf45 0%,#79c139 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87cf45', endColorstr='#79c139',GradientType=0 );

  overflow:hidden;
  
  color:white;
  font-weight:bold;
  border-bottom:1px solid #80cd3b;
  border-bottom:none;  
}

.GridRow
{
  border-bottom:1px solid #80cd3b;
  overflow:hidden;
  clear:both;
  line-height:30px;
}

.Grid > div.GridRow:not(:first-child):hover, .GridContent > .GridRow:hover
{
   background-color: #F6DA97;
   cursor:pointer;
 }

.GridRow div
{
  padding:3px;
  float:left;
  width:100px;
  overflow:hidden;
}

.GridRowOdd
{
  background-color:#f2faeb;
}

.GridRowEven
{
  background-color:#fbfdf8;
}

.GridRow > div > input
{
  width:95%;
}

.GridRow > div > textarea
{
  width:95%;
}

.GridRow > div > select
{
  width:95%;
}


