﻿body {
    background-color: rgb(239, 236, 233);
}

a {
    text-decoration: underline;
}

.TopLeftCorner {
    background: url(../Elements/TopLeftCorner.jpg) no-repeat;
}

.BottomRainbow {
    background: url(../Elements/BottomRainbow.jpg) 0% 100% no-repeat;
}

/* Login classes */
.logInBodyTable {
    background: #D3CAC3;
    height: 223px;
    width: 960px;
    border: 0;
    padding: 0;
    border-spacing: 2;
    border-collapse: collapse;
}

.logInControlTable {
    background: #D3CAC3;
    font-size: 11pt;
    border: 0;
    width: 340px;
    font-family: Georgia;
}

.logInControlTable td {
    color: Black;
    border: 0;
}

.logInControlTable td input[type="text"] {
    font-size: 10pt;
    width: 220px;
    height: 16px;
    font-size: 9pt;
    font-family: Verdana;
}

.logInControlTable td input[type="password"] {
    font-size: 10pt;
    width: 220px;
    height: 16px;
    font-size: 9pt;
    font-family: Verdana;
}

#logInMessage {
    font-weight: bold;
    font-size: 14pt;
    border: 0;
    color: #002C5F;
}

.logInInfo {
    color: #665546;
    font-family: Sans-Serif;
    font-size: 12pt;
}

.logInInfoTitle {
    color: #e57200;
    font-weight: bold;
    font-size: 20pt;
    font-family: Georgia;
}

.lnkLoginLink {
    color: #e57200;
    font-style: italic;
    font-family: Verdana;
    font-size: 9pt;
    font-weight: bold;
}

#lnkLearnMore {
    color: #002C5F;
    font-family: Verdana;
    font-size: 9pt;
    font-weight: bold;
}



.errorTable {
    width: 961px;
}

.logInControlTable {
    margin-left: 20px;
    margin-right: auto;

}

.logInControlTable .logInControlTable {
    margin-left: 0;
}

.loginLabel, .loginInfoLabel {
   font: 14px Tahoma, Geneva, sans-serif;
}
