﻿@Media screen {
    /* Modal Popup */
    .PromptTextStyle
    {
        background-color:Yellow;
        font-family:Arial, Tahoma;
        font-size:x-small;
        color:Navy;
    }

    /*GridViews */
    .RegGrid { 
        width: 98%; 
        background-color: #fff; 
        margin: 5px 0 10px 0; 
        border: solid 1px #525252; 
        border-collapse:collapse; 
    }
    .RegGrid td { 
        padding: 2px; 
        border: solid 1px #c1c1c1; 
        color: #717171; 
    }
    .RegGrid th { 
        padding: 4px 2px; 
        color: #fff; 
        background-color: #9999CC;
        border-left: solid 1px #525252; 
        font-size: 0.9em; 
    }
    .RegGrid .alt { background-color: #fcfcfc; }

    /*UPC */
    .UPC:focus {
        background-color:Yellow;
    }
}
/*Receipt */
@Media print {
    .RecptTitle {
        font-family:Times New Roman, Arial;
        font-size:medium;
        font-weight:bold;
    }
    .RecptHdr {
        font-family:Times New Roman, Arial;
        font-size:medium;
        font-weight:normal;
    }
    .RecptDetHdr {
        font-family:Times New Roman, Arial;
        font-size:small;
        font-weight:bold;
    }
    .RecptDet {
        font-family:Times New Roman, Arial;
        font-size:small;
        font-weight:normal;
    }
    .RecptDisclaimer {
        font-family:Times New Roman, Arial;
        font-size:x-small;
        font-weight:bold;
    }
}