﻿body
{
    font-size: small;
    font-family: Verdana, Arial;
    margin: 0px;
}

a:link {  color: blue;}
a:active {  color: blue;}
a:visited {  color: blue;}
a:hover {  color: red;}

.Header
{
    font-size: 18pt;
    color: #EBDC87;
    background-image: url(../images/admin_header.png);
}

.Header2
{
    font-size: small;
    font-family: Verdana, Arial;
    background-color: #E5E7D8;
    border-bottom: black 1px solid;
}

.OrderDetailHeader
{
    background-image: url(../RadControls/Grid/Skins/3D/Img/headerBg.gif);
    font-weight: bold;
    vertical-align: top;
    height: 26px;
}

.TableTemplate
{
   background-color: #ecebe4;
   border-left: solid 1px #B4B3A6;
	border-right: solid 1px #B4B3A6;
	border-top: 1px solid #cccaba;
	border-bottom: 1px solid #c2b12e;
}

.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;
}
