﻿

/*     
    File original name: Main_Lang_en.css
    --------------------------------------
    Left to right 
    For English Language  only   (and it's font size)

 */



body {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 21px;
}



.ContentTitle {
    font-size: large;
    margin: 15px 0 10px 0;
    color: #1753AC;
}

.ContentTitle2 {
    font-size: x-large;
    font-weight: 500;
    margin: 20px 0 20px 0;
    color: #1753AC;
}


.ContentTitle_NewItemsVert {
    font-size: small;
    margin: 3px 0 5px 0;
    color: #1753AC;
    font-weight: bold;
}

.ContentSubTitle1 {
    font-size: medium;
    font-weight: bold;
    margin: 25px 0 10px 0;
    color: #578ee0;
}


.ContentSubTitle2 {
    font-size: medium;
    font-weight: bold;
    margin-bottom: 15px;
    color: #578ee0;
}



/* --------- Master Message --------------- */

.MasterMsg {
    font-family: Arial, "MS Sans Serif", "Geneva", sans-serif;
    font-size: 15px;
    text-align: center;
    color: #222222;
    text-shadow: white 0.07em 0.07em 0.15em;
}


.MasterMsg2 {
    font-family: Arial, "MS Sans Serif", "Geneva", sans-serif;
    font-size: 15px;
    text-align: center;
    color: white;
    text-shadow: black 0.07em 0.07em 0.15em;
}


.MasterMsgTop {
    background: url('/images/MasterMessage/bgTop.jpg') repeat-x transparent;
    height: 7px;
}


.MasterMsgBody {
    background: url('/images/MasterMessage/bgBody.jpg') repeat transparent;
}


.MasterMsgBottom {
    background: url('/images/MasterMessage/bgBottom.jpg') repeat-x transparent;
    height: 7px;
}


.MasterMsgTable {
}

    .MasterMsgTable td.MasterMsgCell {
        padding-right: 10px;
    }

/* ------------------------ */





/* ----------.Tip of the Day-------------- */

.TipOfTheDay {
    font-family: Arial, "MS Sans Serif", "Geneva", sans-serif;
    margin: 10px 10px 10px 0;
    position: relative;
    z-index: 10;
}

    .TipOfTheDay .ShowIcon {
        padding: 2px 3px 3px 5px;
        background: URL('/Images/TipDayBG.jpg') repeat #EBEBEB;
        border: 1px solid #898989;
        font-size: 15px;
        cursor: pointer;
        color: #726C2C;
        text-shadow: 0px 1px 0px #ECE26E;
    }

        .TipOfTheDay .ShowIcon:hover {
            color: #296BB5;
            box-shadow: 0px 0px 3px 0px #777777;
            -moz-box-shadow: 0px 0px 3px 0px #777777;
            -webkit-box-shadow: 0px 0px 3px 0px #777777;
        }

    .TipOfTheDay .ShowTxt {
        font-size: 15px;
        cursor: pointer;
        color: gray;
    }

        .TipOfTheDay .ShowTxt:hover {
            color: #296BB5;
        }


    .TipOfTheDay .Tip {
        padding: 5px 10px 5px 10px;
        background: URL('/Images/TipDayBG.jpg') repeat #EBEBEB;
        border: 1px solid #898989;
        box-shadow: 1px 1px 3px 0px #777777;
        -moz-box-shadow: 1px 1px 3px 0px #777777;
        -webkit-box-shadow: 1px 1px 3px 0px #777777;
    }

        .TipOfTheDay .Tip .TipTitle {
            font-size: 16px;
            color: #01364F;
            text-shadow: 0px 0px 8px rgba(255, 255, 255, 1);
        }


        .TipOfTheDay .Tip .TipText {
            font-size: 14px;
            color: #222222;
            margin: 3px 15px 0 0;
        }


        .TipOfTheDay .Tip .Close {
            color: #726C2C;
            font-size: 25px;
            font-weight: normal;
            text-shadow: 0px 1px 0px #ECE26E;
            float: right;
            cursor: pointer;
        }

            .TipOfTheDay .Tip .Close:hover {
                color: #CC0000;
            }


.TipHidden {
    visibility: hidden;
    position: absolute;
}

/* ------------------------ */



.TAR {
    text-align: right;
}




.PageTitle1 {
    font-size: x-large;
    font-weight: 500;
    margin-bottom: 20px;
    color: #1753AC;
}
