﻿body
{
    margin: 0px;
    padding: 0px;
    font-family: Tahoma,Verdana;
    font-size: 12px;
    color: #FDE8C9;
}
.titleSection
{
    background: url(popup_Title.gif) repeat-x;
    color: #FFFFFF;
    background-color: #11AAFF;
    padding: 5px;
    font-weight: bold;
    font-size: larger;
}

.genericBand
{
    background-color: #491500;
    color: #FDE8C9;
    padding: 3px;
}
.sideSection
{
    background: url(popup_side_bg_left.gif) no-repeat right top;
    padding-right: 5px;
    width: 230px;
}
.content
{
    padding: 5px;
    background-color: #FDE8C9;
}
.headerText2
{
    font-size: 14px;
    font-weight: bold;
}
.spacer10
{
    height: 10px;
    display: block;
}

.blockText
{
    display: block;
}
.labelText
{
    font-weight: bold;
}

.thumbBox
{
    width: 112px;
    border: 1px solid #e2e2e2;
    color: #09F;
    text-align: center;
    vertical-align: top;
    padding-top: 1px;
    cursor: pointer;
}
.thumbBox a
{
    text-decoration: none;
    color: #09F;
}
.thumbBox img
{
    border-width: 0px;
    border-color: #e2e2e2;
}


.dataItem
{
    background-color: #F7F6F3;
    color: #333333;
}

.dataAlternateItem
{
    background-color: White;
    color: #284775;
}

.infoBox
{
    border: 1px solid green;
    padding: 3px;
    background-color: Yellow;
}

.anchorButton
{
    height: 150px;
    border: 1px;
    background-color: Gray;
    font-family: Trebuchet MS,Arial;
    font-size: 12px;
    color: Black;
    text-decoration: none;
    padding: 5px;
}
