/* subscriber.css - subscriber pages */
/*
 * Sub-Menu and Tags specific to the Subscriber Pages
 * NOTE: styles_ie6.css has IE-6 specific settings for some of these tags
 *
 */
.SubMenuBarTable tr
{
    color: #B7C8D2;
    background-color: #073E67;
}
.SubMenuBarTable td
{
    color: #B7C8D2;
    text-align: center;
    padding: 8px 8px 6px 8px;
    margin: 0 0 0 0;
}
.SubMenuBarTable a, .SubMenuBarTable a:visited
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 10pt;
    font-weight: bold;
    color: #D0DEE7;
    text-decoration: none;
}
.SubMenuBarTable a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

#tab-menu
{
    padding-left: 0;
    margin-left: 0;
}

#tab-menu ul
{
    padding: 0;
    margin: 0;
}
#tab-menu li
{
    font-size: 0.8em;
    list-style-type: none;
    padding: 0 0.5em;
}


#tab-menu ul li
{
    background: url( ../zssStandards/images/tab_background.png ) top left repeat-x;
    border: 1px solid black;
    color: black;
    cursor: default;
    float: left;
    margin: 0 0em 0 0;
    padding: 0em 0em;
    text-align: center;
}

#tab-menu ul li:hover
{
    background: url( ../zssStandards/images/tab_background_hover.png ) top left repeat-x;
    color: black;
}

#tab-menu ul li.selected
{
    background: white;
    border-bottom: 1px solid white;
    color: black;
}
#tab-menu a
{
    text-decoration: none;
}

#tab-menu a:hover
{
    border-bottom: 1px solid #568DB6;
}

#tab-body
{
    margin-top: -1px;
    padding-top: 1em;
    padding-bottom: 2em;
    padding-left: 1em;
    padding-right: 1em;
    border: 1px solid black;
}

.Msg
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    COLOR: #CC2222;
    FONT-FAMILY: sans-serif, Verdana, Arial;
    TEXT-ALIGN: center;
    BACKGROUND-COLOR: #D7E4ED;
    BORDER: 1px dashed #073E67;
    PADDING: 5px 20px 5px 20px;
    MARGIN: 0px 20px 10px 20px;
    WIDTH: 600px;
}

td.alert
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    COLOR: #CC2222;
    FONT-FAMILY: sans-serif, Verdana, Arial;
    TEXT-ALIGN: center;
}

.table_group
{
    clear: both;
}

.table_row
{
    clear: none;
    white-space: nowrap;
    margin: 0.5em 0;
    line-height: 1.1em;
}

.table_row label
{
    float: left;
    width: 7em;
    text-align: right;
}

p.Instructions
{
    width: 700px;
}
table.Instructions
{
    width: 700px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
