.grid-view-loading {
    background: url("loading.gif") no-repeat scroll 0 0 transparent;
}
.grid-view {
    padding: 15px 0;
}
.grid-view table.items {
    border: 1px solid #948963;
    border-collapse: collapse;
    width: 100%;
}
.grid-view table.items th, .grid-view table.items td {
    border: 1px solid #948963;
    font-size: 0.9em;
    padding: 0.3em;
}
.grid-view table.items th {
    background: none repeat scroll 0 0 #D5C595;
    color: #444444;
    text-align: center;
}
.grid-view table.items th a {
    color: #444444;
    font-weight: bold;
    text-decoration: none;
}
.grid-view table.items th a:hover {
    color: #FFFFFF;
}
.grid-view table.items th a.asc {
    background: url("up.gif") no-repeat scroll right center transparent;
    padding-right: 10px;
}
.grid-view table.items th a.desc {
    background: url("down.gif") no-repeat scroll right center transparent;
    padding-right: 10px;
}
.grid-view table.items tr.even {
    background: none repeat scroll 0 0 #D9C999;
}
.grid-view table.items tr.odd {
    background: none repeat scroll 0 0 #FDE7D2;
}
.grid-view table.items tr.selected {
    background: none repeat scroll 0 0 infobackground;
}
.grid-view table.items tr:hover {
    background: none repeat scroll 0 0 #ECFBD4;
}
.grid-view .link-column img {
    border: 0 none;
}
.grid-view .button-column {
    text-align: center;
    width: 60px;
}
.grid-view .button-column img {
    border: 0 none;
}
.grid-view .checkbox-column {
    width: 15px;
}
.grid-view .summary {
    margin: 0 0 5px;
    text-align: right;
}
.grid-view .pager {
    margin: 5px 0 0;
    text-align: right;
}
.grid-view .empty {
    font-style: italic;
}
.grid-view .filters input, .grid-view .filters select {
    background: none repeat scroll 0 0 infobackground;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    width: 100%;
}

