
/*----------------------------------------
  | Grid class tanımları 
  ---------------------------------------- */

div.GridGen
{
  font-family: Tahoma, Arial, Verdana;
  font-style: normal;
  font-weight: normal;
  font-size: 8pt;
  color: Black;
  /* background-color: Silver; */
}

div.GridGenToolbar
{
  width: 100%;
  height: 16px;
  text-align: left;
  /* background-color: white; */
  border: none;
}
div.GridGenToolbar img 
{
  padding-right:5px;  
  float:left;
}

span.GridGenRecordCount
{
  display:inline-block;
}

table.GridGenHeaderTable
{
  border-right:solid 1px silver;
  border-top:solid 1px silver;  
}

table.GridGenHeaderTable tr.GridGenHeaderGroup
{
  background-color: #E5E6E7;  
  height: 20px;
  border-right:solid 1px silver;
  color:#808080;
}

table.GridGenHeaderTable tr.GridGenHeaderGroup th
{
  padding-left:2px;
  padding-right:2px;
  border-left:solid 1px silver;
}

table.GridGenHeaderTable tr.GridGenHeaderGroup div
{
  overflow: hidden;
  text-align: center;  
}

table.GridGenHeaderTable tr.GridGenHeaderRow
{
  height: 20px;
  color:Black;
  background-image: url('buttons/free.gif');
  background-repeat:repeat-x;
  background-position: 0px 0px;  
  border-right:solid 1px silver;  
}

table.GridGenHeaderTable tr.GridGenHeaderRow th
{
  padding-left:2px;
  padding-right:2px;
  border-left:solid 1px silver;
 }

table.GridGenHeaderTable tr.GridGenHeaderRow th div
{
  color: white;
  overflow: hidden;
  text-align: center;  
}

table.GridGenHeaderTable tr.GridGenHeaderRow th div nobr
{
  cursor:pointer
}

div.GridGenHdr td
{
  font-weight: normal;
  font-size: 9pt;
  color: White;
  font-style: normal;
}

div.GridGenBdy
{
/*  Background:#ffffc0; */
  overflow:auto;
  width:100%;  
}

table.GridGenBodyTable tr td
{
  border-bottom:solid 1px silver;
}

table.GridGenBodyTable tr td
{
  cursor:default;
  border-left:solid 1px silver;
  padding-left:2px;
  padding-right:2px;
}


table.GridGenBodyTable 
{
  border-right:solid 1px silver;
  border-bottom:solid 1px silver;  
}

table.GridGenBodyTable tr td div
{
  overflow:hidden;
}

tr.GridGenDefaultRow 
{
  background-color:White;
  color:black;  
  border-right:solid 1px silver;
}

tr.GridGenAlteredRow 
{
  background-color: #E5E6E7;
  color:black;  
  border-right:solid 1px silver;
}

tr.GridGenSelectedRow
{
 background-color:Black;
 color:White;
 border-right:solid 1px silver;
}

