﻿/* Model popup extender*/
TR.updated TD
        {
            background-color: yellow;
        }
        .modalBackground
        {
            background-color: White;
            filter: alpha(opacity=70);
            opacity: 0.7;
        }
        .detail
        {
            font-family: lucida grande,arial,helvetica,sans-serif;
            font-size: 11px;
            background-color: #fff;
            border: solid 2px #000;
            padding: 4px;
        }
        .detailblue
        {
            font-family: lucida grande,arial,helvetica,sans-serif;
            font-size: 11px;
            background-color: #A6CAF0;
            border: solid 2px #000;
            padding: 4px;
        }
        
        .detail .footer
        {
            text-align: right;
            padding: 8px;
        }
        /* table style */.detailgrid
        {
            border: solid 1px #ad9e87;
        }
        .detailgridblue
        {
            border: solid 1px #ad9e87;
        }
        /* cell styles */
        .detailgrid td
        {
            cursor: default;
            height: 20px;
            color: #000;
            padding: 2px 8px;
            border-right-style: solid;
            border-right-width: 1px;
            border-right-color: #f2e8da;
            border-bottom-style: solid;
            border-bottom-width: 1px;
            border-bottom-color: #f2e8da;
        }

