/* $Id: editgrid.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.w3.org/1999/xhtml");

table.editgrid {
    margin: 4px;
    border-collapse: collapse;
    border: 2px solid #cccccc;
    background-color: white;
}
table.editgrid th {
    border: 1px solid #cccccc;
    padding: 1px 2px 1px 2px;
    font-size: 85%;
    white-space: pre;
}
table.editgrid td {
    border: 1px solid #cccccc;
    padding: 1px 2px 1px 2px;
    white-space: nowrap;
}
table.editgrid td.right {
    text-align: right;
}

table.editgrid tr.title-normal td {
    font-weight: bold;
    background-color: #f0ffe0;
}
table.editgrid tr.header-normal td {
}
table.editgrid tr.data td[active=true] {
    outline: 1px solid #8080ff;
}
table.editgrid tr.data[active=true] td:first-child {
    background-color: #e4e4ff;
}
table.editgrid tr.data td[changed=true] {
    background-color: #ffffb0;
}
table.editgrid tr.first td:first-child {
    font-weight: bold;
}

