﻿/* Link Styles */
/* ----------- */
.LinkSize11ColorBlack
{
    font-size: 11px;
    color: #000000;
    border-bottom: #000000 1px dotted;
    padding-bottom: 1px;
    font-family: Arial;
    text-decoration: none;
}

.LinkSize11ColorBlack:hover
{
    font-size: 11px;
    color: #000000;
    font-family: Arial;
    text-decoration: none;
    border-bottom: #666666 1px solid;
    padding-bottom: 1px;
}

/* Label Styles */
/* ------------ */

.LabelSize11ColorBlack
{
    font-size: 11px;
    color: black;
    padding-bottom: 1px;
    font-family: Arial;
    text-decoration: none;
    line-height: 18px;
}

.LabelSize12ColorGrey
{
    font-size: 12px;
    color: #666666;
    font-family: Tahoma;
    text-decoration: none;
    line-height: 18px;
}

.LabelSize12ColorBlackBold
{
    font-size: 12px;
    color: black;
    padding-bottom: 1px;
    font-family: Arial;
    text-decoration: none;
    font-weight: bold;
}

.LabelSize10ColorBlack
{
    font-size: 10px;
    color: #666666;
    padding-bottom: 1px;
    font-family: Tahoma;
    text-decoration: none;
    font-weight: bold;
    
}

.LanguageChoiceText
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
    background-image: url(/images/layout/LanguageChoiceButton.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 23px;
    height: 30px;
    cursor: pointer;
    text-align: left;
    padding-top: 10px;
}

.LanguageChoiceText:link
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
    background-image: url(/images/layout/LanguageChoiceButton.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 23px;
    height: 30px;
    cursor: pointer;
    text-align: left;
    padding-top: 10px;
}

.LanguageChoiceText:hover
{
    font-family: Tahoma;
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
    background-image: url(/images/layout/LanguageChoiceButton.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    width: 23px;
    height: 30px;
    cursor: pointer;
    text-align: left;
    padding-top: 10px;
}

a
{
    color: #1976a1;
    text-decoration: none;
}