﻿.LoginBox {
    display: block;
    height: 215px;
    width: 500px;
    background-image: url('../css/Images/LoginBG.png');
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 10px;
    margin: auto auto auto auto;
}

.LoginBox table{
    margin: auto auto auto auto;
}
.LeftMenuButton
{
    display: block;
    width: 200px;
    height: 32px;
    /*color: #00B2EE;*/
    color: #FFF;
    font-size: larger;
    background-image: url('../css/Images/LeftMenuButton2.png');
    background-repeat: no-repeat;
    font-weight: bold;
    vertical-align: middle;
    text-decoration: none;
    padding-top: 8px;
    margin-top: 10px;
}
.LeftMenuButton:Hover
{
    text-decoration: underline;
    background-image: url('../css/Images/LeftMenuButtonHover2.png');
    color: #DD549F;
}
.CurrentLeftMenuButton
{
    display: block;
    width: 200px;
    height: 32px;
    color: #00B2EE;
    font-size: larger;
    background-image: url('../css/Images/LeftMenuButtonHover2.png');
    background-repeat: no-repeat;
    font-weight: bold;
    vertical-align: middle;
    text-decoration: none;
    padding-top: 8px;
    margin-top: 10px;
    cursor: default;
    text-decoration: underline;
}
.test
{
    color: #3C2F5F; /*60, 47, 95*/
    background-color: #00B0EB; /*0, 176, 235*/
}
.test2
{
    color: #136590; /*19, 101, 144*/
    background-color: #DD549F; /*221, 84, 159*/
}
