﻿.StatusBarError TD
{
    color: White;
    background-color: Red;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    padding: 5px 20px 5px 10px;
}

td.dxgv img
{
    cursor:pointer!important;
}

.export img
{
    cursor:pointer;
}

.export .del
{
    border-left: 1px solid #CCC;
}

.StatusBarInfo TD
{
    color: White;
    background-color: #009933;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    padding: 5px 20px 5px 10px;
}
.StatusBarSuccess TD
{
    color: White;
    background-color: #0099FF;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    padding: 5px 20px 5px 10px;
}
.StatusBarVerbose TD
{
    color: White;
}
.StatusBarWarning TD
{
    color: White;
    background-color: #009933;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
    padding: 5px 20px 5px 10px;
}

#StatusBarTable
{
    width:100%;
}
