


/* Classes */
.Error
{
    color: Red;
}
.ErrorUp
{
    color: Red;
    position: relative;
    top: -10px;
}
.DisplayNone
{
    display: none;
}
.DisplayBlock
{
    display: block;
}
.ListRow
{
    border-bottom: solid 1px Gray;
}
.NoTextDecoration
{
    text-decoration: none;
}
.Headline
{
    color: #0099CC;
    font-family: Trebuchet MS, Tahoma;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    background-image: url(../Images/HeadlineBackground.gif);
    background-repeat: repeat-x;
    vertical-align: middle;
}
.UnderHeadline
{
    padding-left: 8px;
    padding-top: 5px;
    padding-right: 10px;
}
.SubHeadline
{
    color: Black;
    font-family: Trebuchet MS, Tahoma;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-decoration: none;
}
.Normal, .NormalWhite, .NormalRight, .NormalGray, input
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
.NormalWhite
{
    color: White;
}
.NormalRight
{
    text-align: right;
}
.NormalGray
{
    color: Gray;
}
.Bold
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
}
.BoldWhite, .BoldWhiteTrans
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: White;
}
.BoldWhiteTrans
{
    background-image: url(../Images/Trans.png);
}
.Preamble
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #0099CC;
    text-decoration: none;
}
.DataGridHeader
{
    background-color: #0099CC;
    color: White;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 10px;
}
.DataGridItem
{
    color: Black;
    font-weight: normal;
    font-family: Tahoma;
    font-size: 10px;
    line-height: normal;
}
.DataGridAlternatingItem
{
    color: Black;
    font-weight: normal;
    font-family: Tahoma;
    font-size: 10px;
    background-color: #E5E5E5;
    line-height: normal;
}
.DataGridPager
{
    background-color: Gray;
    color: White;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 10px;
    text-align: center;
}
.DataGridFooter
{
    font-family: Tahoma;
    font-size: 11px;
    text-decoration: none;
    background-color: #0099CC;
    color: White;
    font-weight: bold;
}
/* Tag specific */
body
{
    font-family: Tahoma;
    font-size: 11px;
    background-color: White;
    margin: 0px 0px 0px 0px;
}
img
{
    border: none;
}
td
{
    vertical-align: top;
}
hr
{
    height: 1px;
    border: dashed 1px #0099CC;
}

a:link, a:hover, a:visited, a:active
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: Black;
}
a:link.BoldWhite, a:hover.BoldWhite, a:visited.BoldWhite, a:active.BoldWhite
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    color: White;
}

/* ID specific */
#Master
{
    border: none;
}
#Content
{
    text-align: left;
    padding: 10px 20px 0px 30px;
    border: none;
}
#tdTop
{
    background-image: url(../Images/Top.jpg);
    background-repeat: no-repeat;
    height: 125px;
}
#tdMenu
{
    background-image: url(../Images/BackgroundMenu.jpg);
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
}
.pnlLoggedInAs
{
    text-align: left;
    border: none;
    position: relative;
    left: 100px;
}
#pnlTopCart
{
    text-align: left;
    border: none;
    position: relative;
    left: 140px;
}
#Bottom
{
    background-image: url(../Images/Bottom.jpg);
    height: 60px;
}
#tblMaster
{
    background-image: url(../Images/Background.jpg);
}
