﻿/**************************************************/
/* This stylesheet contains styles specific to    */
/* the master page.  All general styles available */
/* on all pages should be put in the global.css   */
/* stylesheet.                                    */
/**************************************************/

/* SECTION: Background images */
.backgroundTop
{
    background-image: url(../images/bg_top.gif);
    background-repeat:repeat-x;
}

.backgroundMid
{
    background-image: url(../images/bg_mid.jpg);
    background-repeat:repeat-x;
}

.backgroundBottom
{
    background-image: url(../images/bg_bott.gif);
    background-repeat:repeat-x;
}

/* SECTION: Borders */
.bottomBlackBorder
{
    border-bottom-color:Black;
    border-bottom-width:1px;
    border-bottom-style:solid;
}

/* SECTION: Cell formatting */
.mnuCells
{
    width:82px;
    height:34px;
}

/* SECTION: Miscellaneous formatting */
.spacers
{
    width:40px;
    height:32px;
}

.belowMenuRow
{
    text-align:center;
    height:2px;
    width:477px;
}

.userMessageNormal
{
    background-color: #ffffff;
    color: #0000ff;
    width:70%;
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    FONT-FAMILY: arial, helvetica, sans-serif;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.userMessageCritical
{
    background-color: #ffffff;
    color: #cc0000;
    width:70%;
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    FONT-FAMILY: arial, helvetica, sans-serif;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 1px;
    padding-bottom: 1px;
}

/* SECTION: Link formatting */
.footerLinks
{
    font-family:helvetica, arial, sans-serif;
    font-size: smaller;
    color:#CC9933;
    text-align:center;
}

.privacyLink
{
    font-family:helvetica, arial, sans-serif;
    font-size: x-small;
    color:#CC9933;
    text-align:center;
}

/* SECTION: specific nodes  */
#logoCell
{
    text-align: right;
    vertical-align:middle;
    height: 98px;
    width: 60%;
}

