body.editor
{
    font-size: 8pt;
    margin: 5px;
    font-family: verdana, arial;
    background-color:#ffffff;
}
form.editor
{
    font-size: 8pt;
    margin: 0px;
    font-family: verdana, arial;
}
table.editor
{
    font-size: 8pt;
    font-family: verdana, arial
}
input.editor
{
    font-size: 8pt;
    font-family: verdana, arial
}
textarea.editor
{
    font-size: 8pt;
    font-family: verdana, arial
}
h1.editor
{
    font-weight: normal;
    font-size: 10pt;
    color: #666666;
    font-family: verdana, arial;
    text-align: left;
    margin:0px 0px 0px 0px;
}
h2.editor
{
    font-weight: normal;
    font-size: 10pt;
    color: #666666;
    font-family: verdana, arial;
    text-align: left;
    margin:0px 0px 0px 0px;
}
h3.editor
{
    font-weight: normal;
    font-size: 8pt;
    color: #666666;
    font-family: verdana, arial;
    text-align: left;
    margin:0px 0px 0px 0px;
}
a.editor
{
    color: #0000ff;
    text-decoration: none;
}
a:hover.editor
{
    color: #ff0000;
    text-decoration: none;
}
table.data { margin:0px 0px 0px 0px; width:100%; border:solid 1px #999999; font-size:8pt; } 
table.report { margin:0px 0px 0px 0px; border:solid 1px #999999; font-size:8pt; } 
td.header { background: url("../../App_Editor/images/grid-hd.gif") repeat-x 0 100%; color: #000; border-width:0; font-weight:bold; } 
td.data { background: url("../../App_Editor/images/grid-bkg.gif"); border-bottom: 0px solid #bdb2bf; color: #000; cursor: default; } 
.gvHeaderRow { background: url("../../App_Editor/images/grid-hd.gif") repeat-x 0 100%; color: #000; border-width:0; font-weight:bold; } 
.gvDataRow { background: url("../../App_Editor/images/grid-bkg.gif"); color: #000; cursor: default; } 
.xtrasTitle { background-color:#cccccc; color: #000; font-weight:bold; } 
.xtrasText { color: #000; cursor: default; } 
