﻿.OkCssClass
{
    background-image: url(Images/OkButton.png);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 7px;
    text-decoration: none;
    width: 30px;
    height: 23px;
    color: White;
    font-size: 8pt;
}
.VioletCssClass
{
    background-image: url(Images/VioletButton.png);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 11px;
    text-decoration: none;
    width: 117px;
    height: 30px;
    color: White;
    font-size: 14pt;
}
.VioletCssClass:hover
{
    background-image: url(Images/VioletButtonHover.png);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 11px;
    text-decoration: none;
    width: 117px;
    height: 30px;
    color: White;
    font-size: 14pt;
}

.GreenCssClass
{
    background-image: url(Images/GreenButton.png);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 15px;
    text-decoration: none;
    width: 216px;
    height: 46px;
    color: White;
    font-size: 11pt;
}
.GreenCssClass:hover
{
    background-image: url(Images/GreenButtonHover.png);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 15px;
    text-decoration: none;
    width: 216px;
    height: 46px;
    color: White;
    font-size: 11pt;
}
.SmallGreenCssClass
{
    background-image: url(Images/SmallGreenButton.png);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 15px;
    text-decoration: none;
    width: 128px;
    height: 30px;
    color: White;
    font-size: 11pt;
}
.SmallGreenCssClass:hover
{
    background-image: url(Images/SmallGreenButtonHover.png);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 15px;
    text-decoration: none;
    width: 128px;
    height: 30px;
    color: White;
    font-size: 11pt;
}
.PinkLargeCssClass
{
    background-image: url(Images/PinkLargeButton.gif);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 15px;
    text-decoration: none;
    width: 167px;
    height: 62px;
    color: White;
    font-size: 14pt;
}
.PinkLargeCssClass:hover
{
    background-image: url(Images/PinkLargeButtonHover.gif);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 15px;
    text-decoration: none;
    width: 167px;
    height: 62px;
    color: White;
    font-size: 14pt;
}
.PinkMediumCssClass
{
    background-image: url(Images/PinkMediumButton.gif);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 15px;
    text-decoration: none;
    width: 120px;
    height: 30px;
    color: White;
    font-size: 10pt;
}
.PinkMediumCssClass:hover
{
    background-image: url(Images/PinkMediumButtonHover.gif);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 15px;
    text-decoration: none;
    width: 120px;
    height: 30px;
    color: White;
    font-size: 10pt;
}
.PinkSmallCssClass
{
    background-image: url(Images/PinkSmallButton.gif);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 15px;
    text-decoration: none;
    width: 60px;
    height: 30px;
    color: White;
    font-size: 10pt;
}
.PinkSmallCssClass:hover
{
    background-image: url(Images/PinkSmallButtonHover.gif);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 15px;
    text-decoration: none;
    width: 120px;
    height: 30px;
    color: White;
    font-size: 10pt;
}
.PinkMiniCssClass
{
    background-image: url(Images/PinkMiniButton.png);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 6px;
    text-decoration: none;
    width: 55px;
    height: 21px;
    color: White;
    font-size: 5pt;
}
.PinkMiniCssClass:hover
{
    background-image: url(Images/PinkMiniButtonHover.png);
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 6px;
    text-decoration: none;
    width: 55px;
    height: 21px;
    color: White;
    font-size: 5pt;
}



.WhiteLinkCssClass
{
    color: White;
    cursor: hand;
}
.WhiteLinkCssClass:hover
{
    color: White;
    cursor: hand;
}

.MenuTopItemCssClass
{
    background-image: url(Images/MenuTopItemBackGround.png);
    background-repeat: no-repeat;
    text-align: center;
    cursor: hand;
    height: 43px;
    width:105px;
}
.MenuTopItemCssClass:hover
{
    background-image: url(Images/MenuTopItemHoverBackGround.png);
    background-repeat: no-repeat;
    text-align: center;
    cursor: hand;
    height: 49px;
    width:105px;
}
.MenuItemCssClass
{
    font-size: 8pt;
    cursor: hand;
}
.MenuItemCssClass:hover
{
    font-size: 8pt;
    cursor: hand;
    border: solid 1px #b00061;
}
.StaticLinkCssClass
{
    font-size: 8pt;
    cursor: hand;
    color: #c32876;
    text-decoration: none;
}
.StaticLinkCssClass:hover
{
    font-size: 8pt;
    cursor: hand;
    color: White;
    text-decoration: none;
}
.PseudonymLinkCssClass
{
    font-size: 11pt;
    cursor: hand;
    color: #c32876;
    text-decoration: none;
}
.PseudonymLinkCssClass:hover
{
    font-size: 11pt;
    cursor: hand;
    color: White;
    text-decoration: none;
}
.LightPinkAndWhiteCssClass
{
    color: White;
    text-decoration: none;
}
.LightPinkAndWhiteCssClass:hover
{
    color: white;
    text-decoration: none;
}
.StrongPinkAndWhiteHoverMediumCssClass
{
    font-size: 9pt;
    color: #c32876;
    text-decoration: none;
}
.StrongPinkAndWhiteHoverMediumCssClass:visited
{
    font-size: 9pt;
    color: #c32876;
    text-decoration: none;
}
.StrongPinkAndWhiteHoverMediumCssClass:hover
{
    font-size: 9pt;
    color: #ffffff;
    text-decoration: none;
}
.StrongPinkAndWhiteHoverSmallCssClass
{
    font-size: 8pt;
    color: #c32876;
    text-decoration: none;
}
.StrongPinkAndWhiteHoverSmallCssClass:visited
{
    font-size: 8pt;
    color: #c32876;
    text-decoration: none;
}
.StrongPinkAndWhiteHoverSmallCssClass:hover
{
    font-size: 8pt;
    color: #ffffff;
    text-decoration: none;
}
.StrongPinkAndWhiteHoverHelveticaCssClass
{
    font-family: Helvetica;
    font-size: 8pt;
    color: #c32876;
    text-decoration: underline;
}
.StrongPinkAndWhiteHoverHelveticaCssClass:visited
{
    font-family: Helvetica;
    font-size: 8pt;
    color: #c32876;
    text-decoration: underline;
}
.StrongPinkAndWhiteHoverHelveticaCssClass:hover
{
    font-family: Helvetica;
    font-size: 8pt;
    color: #ffffff;
    text-decoration: underline;
}

.WhiteAndStrongPinkHoverSmallCssClass
{
    font-size: 8pt;
    color: #ffffff;
    text-decoration: none;
}
.WhiteAndStrongPinkHoverSmallCssClass:visited
{
    font-size: 8pt;
    color: #ffffff;
    text-decoration: none;
}
.WhiteAndStrongPinkHoverSmallCssClass:hover
{
    font-size: 8pt;
    color: #c32876;
    text-decoration: none;
}

.Link3CssClass
{
    font-size: 10pt;
    color: #c32876;
    text-decoration: underline;
}
.Link3CssClass:visited
{
    font-size: 10pt;
    color: #c32876;
    text-decoration: underline;
}
.Link3CssClass:hover
{
    font-size: 10pt;
    color: #ffffff;
    text-decoration: underline;
}

.Link4CssClass
{
    font-size: 8pt;
    color: #f81693;
    text-decoration: underline;
}
.Link4CssClass:visited
{
    font-size: 8pt;
    color: #f81693;
    text-decoration: underline;
}
.Link4CssClass:hover
{
    font-size: 8pt;
    color: #000000;
    text-decoration: underline;
}

.DisabledCssClass
{
    color:#999999;
    text-decoration: none;
}
.DisabledCssClass:visited
{
    color:#999999;
    text-decoration: none;
}
.DisabledCssClass:hover
{
    color:#999999;
    text-decoration: none;
}

