@charset "utf-8";
/* supplement for styles.css */
body {
    background-color: #F0F0F0;
    margin: 0;
}

img {
    border: none;
}

#contentDiv {
    text-align: center;
    width: 850px;
    margin: auto;
    background-color: #FFFFFF;
}

#headerDiv {
    background-color: #5C73FF;
    width: 809px;
    margin: auto;
    margin-bottom: 50px;
}

#logoDiv {
    text-align: left;
    padding-left: 15px;
}

#navLinks {
    background-color: #4965DD;
}

#footerDiv {
    background-color: #5C73FF;
    width: 809px;
    margin: auto;
    margin-top: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}

/* errors page */
#ep_errorsContainer {
    text-align: center;
}

#ep_errorsHeader {
    font-size: 14pt;
    font-weight: bold;
    padding-bottom: 12px;
    color: #BD0D0D;
}

#ep_errorMessage {
}

#ep_errorLink {
    margin-top: 7px;
}

/* error list for forms */
#errorsContainer {
    padding-bottom: 25px;
    text-align: center;
}

#errorsHeader {
    font-size: 14pt;
    font-weight: bold;
    padding-bottom: 12px;
    color: #BD0D0D;
}

.fieldMarking {
    float: left;
    padding-left: 6px;
    margin-top: 8px;
}

#activationForm, #forgotForm, #loginForm, #resetForm {
    width: 400px;
    margin: auto;
}

#activationPrompt, #forgotPrompt, #loginPrompt, #resetPrompt {
    font-size: 11pt;
    font-weight: bold;
    padding-bottom: 20px;
}

#usernameRow, #passwordRow, #confirmPasswordRow, #emailRow, #confirmEmailRow, #optionRow {
    height: 28px;
}

#usernameLabel, #passwordLabel, #confirmPasswordLabel, #emailLabel, #confirmEmailLabel, #unpwPrompt {
    width: 130px;
    text-align: right;
    float: left;
    padding-right: 5px;
    margin-top: 5px;
}

#unpwPrompt {
    margin-top: 7px;
}

#username, #password, #confirmPassword, #email, #confirmEmail {
    float: left;
    width: 200px;
}

#unpwOption {
    float: left;
    padding-left: 14px;
}

#forgotUsername, #forgotPassword {
    margin-top: 6px;
}

#submitButtonRow {
    padding-top: 12px;
}

#forgotCredentialsRow {
    text-align: center;
    margin-top: 5px;
}

#activationSuccessHeader, #emailSuccessHeader, #resetSuccessHeader {
    padding-bottom: 15px;
    font-size: 11pt;
    font-weight: bold;
}

#activationSuccessBody, #resetSuccessBody {
    padding-bottom: 15px;
}

.activationSuccessLink {
}

.loginLink {
}

#waitingMessage {
    padding-top: 35px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
}

#noDecksMessage {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
}

#deckList {
    width: 618px;
    margin: auto;
    text-align: left;
    border: 1px solid #DD4343;
}

#deckListInset {
    /* width: 600px; */
    padding: 8px;
    border: 1px solid #860000;
}

.deckRow_even, .deckRow_odd {
    /* width: 600px; */
    min-height: 85px;
    height: auto !important;
    height: 85px;
}

.deckRow_odd {
    background-color: #FFFFFF;
}

.deckRow_even {
    background-color: #E2F0FB;
}

.deckNameBox {
    /* width: 578px; */
    padding-top: 8px;
    padding-left: 12px;
    padding-right: 10px;
    font-size: 11pt;
    font-weight: bold;
}

.deckDescriptionBox {
    /* width: 560px; */
    padding-top: 5px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 15px;
    font-size: 9pt;
    font-weight: bold;
}

.deckNameBox a, .deckNameBox a:visited {
    color: #0675BD;
}

.deckNameBox a:hover {
    color: #014E7F;
}

.navigationList_top, .navigationList_bottom {
    width: 600px;
    padding-top: 4px;
    padding-bottom: 6px;
    text-align: center;
    background-color: #DD4343;
}

.navigationList_top {
    margin-bottom: 8px;
}

.navigationList_bottom {
    margin-top: 8px;
}

a.navigatorLink {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10pt;
    margin: 0px 5px 0px 5px;
}

a.navigatorLink:visited {
    color: #FFFFFF;
}

a.navigatorLink:hover {
}

#currentPageNumber {
    color: #F6C566;
    font-weight: bold;
    font-size: 12pt;
    margin: 0px 5px 0px 5px;
}
#fcbStatusDiv {
    text-align: right;
    padding-right: 50px;
    padding-bottom: 50px;
    margin-top: -35px;
}

#statusUsername {
    font-weight: bold;
}

#backButtonDiv {
    padding-top: 15px;
    font-size: 12pt;
    font-weight: bold;
}



