﻿/* classes */
.Error
{
    color: Red;
}
.Bold, .BoldRed
{
    font-weight: bold;
}
.BoldRed
{
    color: #d63647;
}
.SubHeadline, .Headline
{
    color: Black;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.Headline
{
    margin-bottom: 5px;
}
.Normal
{
    font-weight: normal;
    font-family: Verdana;
    font-size: 11px;
}

.DataGridHeader
{
    background-color: #d63647;
    color: White;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 10px;
}
.DataGridItem
{
    color: Black;
    font-weight: normal;
    font-family: Tahoma;
    font-size: 10px;
}
.DataGridAlternatingItem
{
    color: Black;
    font-weight: normal;
    font-family: Tahoma;
    font-size: 10px;
    background-color: #EFEFEF;
}
.DataGridPager, .DataGridFooter
{
    background-color: Gray;
    color: White;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 10px;
    text-align: center;
}

.Preamble
{
    font-weight: bold;
}

.UnderHeadline, .Login1, .Login2
{
    padding-left: 8px;
    padding-top: 5px;
    padding-right: 10px;
}

.Login
{
    border-right: solid 1px gray;
}

.DisplayNone
{
    display: none;
}
.DisplayBlock
{
    display: block;
}
/* tag specific */
body
{
    font-family: Verdana;
    font-size: 11px;
    background-color: White;
}
a:link, a:hover, a:visited, a:active
{
    font-family: Verdana;
    font-size: 11px;
    color: #d63647;
    text-decoration: none;
    font-weight: bold;
}
a:hover
{
    text-decoration: underline;
}
hr
{
    border: solid 1px black;
    height: 1px;
}
/* id specific */
#tblMaster
{
    border-right: solid 5px #d63647;
    width: 770px;
}
img
{
    border: none;
}
td
{
    vertical-align: top;
}
