﻿.LoginSection {
    float: left;
}

    .LoginSection a:link {
        font-family: 'Open Sans';
        color: white;
        text-decoration: none;
        text-align: center;
        vertical-align: central;
        padding-top: 8px;
    }

    .LoginSection a:visited {
        font-family: 'Open Sans';
        color: white;
        text-decoration: none;
        text-align: center;
        vertical-align: central;
        padding-top: 8px;
    }


.LoginButton {
    font-family: 'Open Sans';
    background-color: #17c1f3;
    color: white;
    height: 30px;
    padding: 0px;
    text-align: center;
    vertical-align: central;
    margin: 0px;
}

    .LoginButton a:link {
        font-family: 'Open Sans';
        color: white;
    }

    .LoginButton a:visited {
        font-family: 'Open Sans';
        color: white;
    }


.SignupButton {
    font-family: 'Open Sans';
    background-color: #00638e;
    color: white;
    height: 30px;
    text-align: center;
    vertical-align: central;
    margin: 0px;
}


.HelpLink a {
    font-family: 'Open Sans';
    color: #00638e;
    margin-top: 6px;
}

.LogoutButton {
    font-family: 'Open Sans';
    background-color: #00638e;
    color: white;
    height: 30px;
    text-align: center;
    vertical-align: central;
    margin: 0px;
}

.LoginTable {
    width: 220px;
    font-family: 'Open Sans';
    padding: 0px;
    margin: 0px;
}

    .LoginTable td {
        font-family: 'Open Sans';
        text-align: center;
        vertical-align: middle;
        height: 32px;
    }

.login tr {
}
