﻿body
{
    font-family: Verdana, Arial;
    font-size: small;
    background-color: #DEDEC6;
    margin-top: 0px;
    padding-top: 0px;    
}
a:link {  color: blue;}
a:active {  color: blue;}
a:visited {  color: blue;}
a:hover {  color: red;}

.OrderDetailHeader
{
    background-image: url(../RadControls/Grid/Skins/3D/Img/headerBg.gif);
    font-weight: bold;
    vertical-align: top;
    height: 26px;
}

.OrderDetailRow
{
    background-image: url(../RadControls/Grid/Skins/3D/Img/rowBg.gif);
    font-weight: bold;
}

.OrderDetailFooter
{
    background-image: url(../RadControls/Grid/Skins/3D/Img/footerBg.gif);
    font-weight: bold;
    vertical-align: top;
    height: 20px;
    background-position-y: bottom;
}

.OrderDetail
{
    border-right: #cccc99 1px solid;
    border-top: #cccc99 1px solid;
    border-left: #cccc99 1px solid;
    border-bottom: #cccc99 1px solid;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
