﻿/* -------------------------------------------------------------- */
/* ---------------- ListView Admin Grid Style ------------------- */
/* -------------------------------------------------------------- */

.listview-gridstyle
{
}

.listview-gridstyle 
{
    background: #808DB7 none repeat scroll 0%;
    border-collapse: collapse;
    width: 100%;
}

.listview-gridstyle 
{
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    width: 100%; /*margin-top: 2px;*/
}

.listview-gridstyle th
{
    background: #828282 none repeat scroll 0%;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC; /*color: #F7F6F3;*/
    color: White;
    font-family: Arial,Helvetica;
    font-size: 12px;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    line-height: 100%;
    padding: 6px 4px;
    text-align: center;
}

.listview-gridstyle th a:link
{
    color: White;
    text-decoration: underline;
    font-weight: bold;
    font-size: 12px;
}

.listview-gridstyle table.listviewinnertable tr td
{
    border-right: 1px solid #DDDDDD;
    color: #333333;
    font-family: Arial,Verdana,Helvetica,Tahoma,Verdana,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 95%;
    padding: 2px 10px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.listview-gridstyle table.listviewinnertable tr td td
{
    border: medium none;
    padding: 0;
    line-height: inherit;
    text-align: left;
    vertical-align: inherit;
    white-space: inherit;
    font: inherit;
}

.listview-gridstyle tr.evenrow td
{
    background: White none repeat scroll 0%;
}

.listview-gridstyle tr.oddrow td
{
    background: #F7F6F3 none repeat scroll 0%;
}
