#ThisMain_spnTime, #ThisMain_spnDate {
    font-size: 12px;
    font-family: KatibehDefaultFont;
    font-weight: bold;
    color: black;
    white-space: nowrap;
}

.ProgramTitle {
    background-color: #d9e5f3;
}

    .ProgramTitle #ThisMain_imgLogOut {
        cursor: pointer;
    }

        .ProgramTitle #ThisMain_imgLogOut:hover {
            cursor: pointer;
            background: rgba(207, 221, 233, 1);
            outline: solid;
            outline-color: rgba(164, 190, 212, 1);
            outline-width: 1px;
        }


.MainMenuButton {
    text-align: right;
    margin-right: 7px;
    margin-bottom: 5px;
}

    .MainMenuButton > * {
        cursor: pointer;
        margin-top: 1px;
        height: 20px;
        width: 20px;
    }

        .MainMenuButton > *:hover {
            cursor: pointer;
            background: rgba(207, 221, 233, 1);
            outline: solid;
            outline-color: rgba(164, 190, 212, 1);
            outline-width: 1px;
        }


.MainFooter {
    /*background: url("../../Images/Office2010Blue/Template/HtmlFooterBg.gif") repeat-x;*/
    background-image: linear-gradient(180deg, #d9e5f3,White);
}

.RightFooter {
    /*background: url("../../Images/Office2010Blue/Template/HtmlFooterRight.gif");*/
    background-image: linear-gradient(180deg, #d9e5f3,White);
    text-align: right;
    height: auto;
    width: 100px;
}

.RightFooter_LTR {
    /*background: url("../../Images/Office2010Blue/Template/HtmlFooterLeft.gif");*/
    background-image: linear-gradient(180deg, #d9e5f3,White);
    text-align: right;
    height: auto;
    width: 100px;
}

.LeftFooter {
    /*background: url("../../Images/Office2010Blue/Template/HtmlFooterLeft.gif");*/
    background-image: linear-gradient(180deg, #d9e5f3,White);
    text-align: left;
    height: auto;
    width: 100px;
}

.LeftFooter_LTR {
    /*background: url("../../Images/Office2010Blue/Template/HtmlFooterRight.gif");*/
    background-image: linear-gradient(180deg, #d9e5f3,White);
    text-align: left;
    height: auto;
    width: 100px;
}
