﻿.bgTop
{
    width: 100%;
    background-color: #000000;      /*@fhBlack : #000000;*/
    height:50px;                    /*@logoBlockHeight:67px;*/
}

.bgTop::after {
        content:' ';
        display:block;
        clear:both;
    }

.txtTitle {
    font-family: Arial;
    font-size: 12px;
    color: #e0e0e0;
    text-shadow: 2px 2px 3px #000;
}

.supportTitle {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: red;
}

.bgContent {
    border: solid 1px #0E2A5C;
    margin: 6px;
    background-color: #F3F3F3;
}

.bgContent h2 {
    color: #065AB7;
    font: 12px Arial;
    padding: 9px 7px 10px 7px;
    margin: 0px;
}

.logo {
    float: left;
    width: 400px;
    margin-left: 20px;
    height: 30px;
}

.logo-image {
    display: block;
    float: left;
    background: url('../Styles/img/logo_128_128.png');
    background-size: cover;
    height: 62px;
    width: 62px;
}

.logo-text {
    display: block;
    float: left;
    color: #ffffff;             /*@fhWhite : #ffffff;*/
    height: 30px;
    font-size: 29px;
    margin-top: 10px;
    font-weight:bold;
}

.logo-capital-letter {
    color: #e91c24;             /*@fhRed : #ffffff;*/
}

.rightTriangle {
    float: right;
    background: url('/Styles/img/top_right_triangle.gif');
    height: 55px;
    width: 7px;
}

.loginBox {
    float: right;
    line-height: 50px;          /*@logoBlockHeight:67px;*/
    text-align: right;
    margin-right: 10px;
    height: 50px;               /*@logoBlockHeight:67px;*/
}

.supportBox {
    float: left;
    line-height: 55px;
    text-align: right;
    margin-right: 10px;
    height: 55px;
}

.buttonSize {
    min-width: 55px;
    height: 25px;
    padding: 0 5px;    
}

.slanting-lines-background {
    background-color: #ffffff;              /*@fhWhite*/
    background-size: 5px 5px;
    background-repeat:repeat;
    background-image: url(../Styles/img/slanting_lines_stripe.gif);
}

.splitter-top {
    height: 13px;                           /*@splitterTopHeight*/
    width: 100%;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}

.splitter-bottom {
    height: 39px;
    width: 100%;
    background-color: #cccccc;              /*@fhMediumGrey*/
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
}