﻿/*
The following CSS is only connected to the administrative interface data listers and edititng options.
*/

    .selected
    {
        background:#FFFFFF url(/images/opodialogbg.gif) repeat-x 0 0;
        font-weight: bold;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 1px;
        padding-right: 1px;
        border: 1px solid #7B92B5;
        vertical-align: middle 
    }
    
    .selected input[type="checkbox"]
    {
        border: none;
        margin: none;
        width: 12px;
        height: 12px;
        vertical-align: middle
    }
    
    .data
    {
        background:#FFFFFF url(/images/counterdialogbg.gif) repeat-x 0 0;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 2px;
        padding-right: 2px;
        border: 1px solid #888888 
    }
    
    .action
    {
        background:#FFFFFF url(/images/filterdialogbg.gif) repeat-x 0 0;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 2px;
        padding-right: 2px;
        border: 1px solid orange 
    }
    
    .information
    {
        background:#FFFFFF url(/images/infodialogbg.gif) repeat-x 0 0;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 2px;
        padding-right: 2px;
        border: 1px solid green
    }
    
    .warning
    {
        background-color: yellow;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 2px;
        padding-right: 2px;
        border: 1px solid red 
    }
    
    .error
    {
        background-color: red;
        color: White;
        font-weight: bold;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 2px;
        padding-right: 2px;
        border: 1px double red 
    }
