﻿

.gridview
{
   
    border-radius: 3px;
    
}

.gridview td, .gridview th
{
    padding: 1px 5px;
    border: 1px solid #ddd;
    }
    
    .gridview th
    {
        font-weight:bold;
       text-align:left;
        
        }
        
       
 .gridview td
    {
       
        white-space:nowrap;
        }
     
 
  .gridview.wrap td
    {
      
        white-space:normal!important;

        }   

.gridview tr:nth-child(odd)
{
    background: #f8f8f8;
}

.gridview tr:nth-child(even)
{
    background: #fff;
}


.gridview th
{
    
    background-image: linear-gradient(#FFF2D8 60%, #f9ead1 100%);
    background-color: #FFF2D8;
    border-bottom: solid 1px #ccc;
    vertical-align:top;
}

.gridview.full th
{
    width:100%;
}

.gridview > tbody > tr:not(:first-child):hover
{
    background-color: #e5eef5!important;
}

.gridview2
{
    
}



.gridview2 > tbody > th, .gridview2 > tbody > tr
{
    padding: 0px;
    margin: 0px;
}



.gridview2 > tbody > tr:not(:first-child):hover
{
    background-color: #f2f2f2!important;
}



.gridview2 > tbody > tr > th
{
    font-weight:bold;
    border-bottom: 1px dotted #ccc;
    text-align:left;
    
}
.gridview2 > tbody > tr > td
{
    border-bottom: 1px dotted #ccc;
}


.gridview2 > tbody > tr.odd
{
    background-color: #f9f9f9;
}

.gridview2 > tbody > tr.even
{
    background-color: #fff;
}


/*Helpers*/

    .gridview2 .size-P100
    {
        width:100%;
    }

