BODY
{
}
.DefaultPageStyle
{
    color: black;
    background-color: #000063;
    text-align: center;
}
.ErrorLabel
{
    font-size: small;
    color: red;
    font-family: Arial, Verdana;
    font-weight: bold;
}
.MediumErrorLabel
{
    font-size: medium;
    color: red;
    font-family: Arial, Verdana;
    font-weight: bold;
}
.LargeErrorLabel
{
    font-size: large;
    color: red;
    font-family: Arial, Verdana;
    font-weight: bold;
}
.RequiredFieldLabel
{
    font-size: small;
    color: red;
    font-family: Arial, Verdana;
    font-weight: bold;
}
.DefaultLabel
{
    font-size: small;
    color: black;
    font-family: Arial, Verdana;
}
.MediumLabel
{
    font-size: medium;
    color: black;
    font-family: Arial, Verdana;
}
.HeadingLabel
{
    font-size: medium;
    color: black;
    font-family: Arial, Verdana;
    font-weight: bold;
    text-align: left;
}

.SessionTableHeader
{
    font-size: small;
    font-weight: bold;
    color: white;
    font-family: Arial, Verdana;
    background-color: #b22222;
}
.TableRedRightBottomBorder
{
    border-right: firebrick thin solid;
    border-bottom: firebrick thin solid;
}

.TableStyle
{
    border-right: firebrick thin solid;
    border-top: firebrick thin solid;
    border-left: firebrick thin solid;
    border-bottom: firebrick thin solid;
    width: 600px;
    background-color: white;
}
.PaddedCell
{
    font-size: small;
    color: black;
    font-family: Arial, Verdana;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}