﻿A.Link
{
    font-family: Arial, Helvetica, sans-serif;
    color: Blue;
    text-decoration: none;
    width: 100%;
    display: block;
    font-size: 14px;
}

A.Link:hover
{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    width: 100%;
    display: block;
    color: Red;
    font-size: 14px;
}
A.Login
{
    font-family: Arial, Helvetica, sans-serif;
    color: Blue;
    text-decoration: none;
    width: 100%;
    display: block;
    font-size: 12px;
}

A.Login:hover
{
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    width: 100%;
    display: block;
    color: Red;
    font-size: 12px;
}
A.button, .button:visited, .button:active
 {
    /* width: 140px;                                    Make these the size of the image
    height: 18px;*/
    color: #336699;                                     /*Color of text*/
    display: inline-block;                           /*Required*/
    /*margin-left: 5px;                                Spacing so buttons can...*/
    /* margin-right: 5px;                               simply be side-by-side*/
    text-align: Left;                              /*Alignment of text*/
    /*padding-top:5px;                                 Push text down like v-align:center*/
    text-decoration:none;                            /*Do not show link underline*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: Bold;
    } 
A.button:hover
 {
    /* width: 140px;                                    Make these the size of the image
    height: 18px;*/
    color: #4e4e4e;                                     /*Color of text*/
    display: inline-block;                           /*Required*/
    /* margin-left: 5px;                                Spacing so buttons can...*/
    /*margin-right: 5px;                               simply be side-by-side*/
    text-align: Left;                              /*Alignment of text*/
    /*padding-top:5px;                                Push text down like v-align:center*/
    text-decoration:Underline; 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: Bold;
                               /*Do not show link underline*/
} 

.Font11BoldDark
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: #325f89;
}
.Font11BoldDarkListBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: #325f89;
    border-right: 0px;
    border-top: 0px; 
    border-left:0px; 
    border-bottom: 0px; 
    background-color: transparent;
}

.Font12Dark
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #325f89;
}
.Font11BoldDarkRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: RED;
}

.Font18BoldMedium
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    color: #325f89;
}
.Font18BoldMediumRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    color: RED;
}

.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1;
}

.modalBox
{
    z-index: 9999;
    display: none;
    background-color: WHITE;
    border-width: 2px;
    border-style: solid;
    border-color: Blue;
    padding: 3px;
}
.modalBoxRED
{
    z-index: 9999;
    display: none;
    background-color: WHITE;
    border-width: 2px;
    border-style: solid;
    border-color: RED;
    padding: 3px;
}

.modalBoxRed
{
    background-color: #f5f5f5;
    border-width: 3px;
    border-style: solid;
    border-color: RED;
    padding: 3px;
}

.ButtonInvisible
{
    background-color: transparent;
    border-style: none;
}


.LandingPageText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    text-decoration: none;
}
.LandingPageLabel
{
    color: #325f89;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    float: Left;
}
.LandingPageMemberLabel
{
    color: #325f89;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    vertical-align: middle;
    padding-right: 10px;
}
.paddingright25
{
     padding-right: 25px;
    }
.footerCopyright
{
    font-weight: normal;
    font-size: xx-small;
    color: #000000;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.RegistrationFormTextBox
{
border:solid 1px #325F89;
Font-Size:12;
}                          

.EmailFormTextBox
{
border:solid 1px #325F89;
Font-Size:12;
}






























/*Style for submit buttons

--  This is now in the skin file.
.submitBtn
{
    background-image: url(images/MBNBBtnV2.gif);
    background-color:White;
    border: none none white;
    color: White;
    background-repeat: no-repeat;
    padding: 0 5px;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    width: 68px;
    height: 27px;
    padding-bottom: 3px;
}
.submitBtnBig
{
    background-image: url(images/MBNBBtnV2Big.gif);
    border: medium none !important;
    color: White;
    background-repeat: no-repeat;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    width: 150px;
    height: 27px;
    padding-bottom: 3px;
}

.submitBtnDis
{
    background-image: url(../../App_Themes/Theme_Blue/images/MBNBBtnV2Dis.gif);
    border: medium none !important;
    color: White;
    background-repeat: no-repeat;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    width: 68px;
    height: 27px;
    padding-bottom: 3px;
}

.submitBtnBigDis
{
    background-image: url(../../App_Themes/Theme_Blue/images/MBNBBtnV2Big_D.gif);
    border: medium none !important;
    color: White;
    background-repeat: no-repeat;
    padding: 0 5px;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    width: 150px;
    height: 27px;
    padding-bottom: 3px;
}
*/
