/* $Id: viewgrid.css 25 2007-07-24 03:33:10Z unicinfo $
   Copyright (c) 2004 Kurt M. Brown, x2ii.info.
   This file is subject to the terms and conditions of the GNU General Public
   License. See the file COPYING for more details.
*/

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

grid.viewgrid {
    margin: 4px;
    border-left: 2px solid #cccccc;
    border-right: 2px solid #cccccc;
    border-top: 2px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-color: white;
}
grid.viewgrid > rows > vbox.title {
    background-color: #f0ffe0;
    border-bottom: 1px solid #cccccc;
    font-weight: bold;
    text-align: center;
}
grid.viewgrid > rows > row {
    border-bottom: 1px solid #cccccc;
    white-space: nowrap;
    -moz-box-align: center;
}
grid.viewgrid > rows > row.header {
    font-size: 85%;
    white-space: pre;
    text-align: center;
}
grid.viewgrid > rows > row.odd {
    background-color: #ffffe0;
}
grid.viewgrid > rows > row .right {
    text-align: right;
}
grid.viewgrid > rows > row description {
    padding-top: 2px;
    height: 100%;
    width: 100%;
}
button[imageName=none] {
}
button[imageName=sort-asc] {
    list-style-image: url(sort-asc.gif);
}
button[imageName=sort-dsc] {
    list-style-image: url(sort-dsc.gif);
}

