.grid-view-loading
{
    background:url(loading.gif) no-repeat;
}

.grid-view
{
    padding: 15px 0;
}

.grid-view table.items
{
    background: white;
    border-collapse: separate;
    width: 100%;
}

.grid-view table.items th, .grid-view table.items td
{
    font-size: 12px;
    color: #999999;
    font-weight: 700;
    border-right: 10px white solid;
    padding: 3px;
}

.grid-view table.items th
{
    font-size: 12px;
    height: 30px;
    vertical-align: middle;
    background: transparent;
    text-align: center;
}

.grid-view table.items th a
{
    color: #999999;
    font-weight: bold;
    text-decoration: none;
}

.grid-view table.items th a:hover
{
    color: #999999;
}

.grid-view table.items th a.asc
{
    background:url(up.gif) right center no-repeat;
    padding-right: 10px;
}

.grid-view table.items th a.desc
{
    background:url(down.gif) right center no-repeat;
    padding-right: 10px;
}

.grid-view table.items tr.even
{
    background: #FFF;
}

.grid-view table.items tr.odd
{
    background: #F5F5F5;
}

/*.grid-view table.items tr.selected
{
    background: #E8FFF3;
}*/

.grid-view table.items tbody tr:hover td
{
    /*cursor: pointer;*/
    /*color: #1F7B43;*/
}

.grid-view table.items tbody tr td a {
    display: block;
    width: 100%;
/*    height: 18px;
    padding-top: 6px;*/
    color: #999999;
    text-decoration: none;
}
.grid-view table.items tbody tr td a:hover {
    color: #1F7B43;
}

.grid-view table.items thead tr:hover
{
    background: transparent;
}

.grid-view .link-column img
{
    border: 0;
}

.grid-view .button-column
{
    text-align: center;
    width: 60px;
}

.grid-view .button-column img
{
    border: 0;
}

.grid-view .checkbox-column
{
    width: 15px;
}

.grid-view .summary
{
    margin: 0 0 5px 0;
    text-align: right;
}

.grid-view .pager
{
    margin: 5px 0 0 0;
    text-align: right;
}

.grid-view .empty
{
    font-style: italic;
}

.grid-view .filters input,
.grid-view .filters select
{
    width: 100%;
    border: 1px solid #ccc;
}