﻿body {
    background-color: white;
}

a {
    text-decoration: none;
}

header {
    background: #741E43;
    color: white;
}


.Width20 {
    width: 22%;
    overflow: auto;
}

.ImageLogo {
    padding: 3px;
    border: 1px solid;
    background-color: #741E43;
    max-width: 200px;
    border-style: none;
    margin-top: 10px;
}

.HeaderButton {
    padding: 10px;
    text-align: center;
    width: 140px;
    color: white;
    margin-top: 20px;
    cursor: pointer;
}

.TopLoginButton {
    background-color: #5B1734;
    text-align: center;
    margin-right: 10px;
}

    .TopLoginButton a:link, .TopLoginButton a:visited, .TopLoginButton a:hover, .TopLoginButton a:active {
        color: white;
        text-decoration: none;
    }

.TopRegisterButton {
    background-color: #0F0F0F;
    color: #FFFFFF;
    margin-right: 10px;
}

    .TopRegisterButton a:link, .TopRegisterButton a:visited, .TopRegisterButton a:hover, .TopRegisterButton a:active {
        color: white;
        text-decoration: none;
    }

#blackbanner {
    background-color: #000000;
    color: #BAB5B5;
    text-align: center;
    padding: 25px;
    font-size: 14pt;
}

    #blackbanner b {
        color: #FFFFFF;
    }

#bgcontainer {
    background-image: url(../Images/backpurple.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding-top: 140px;
    padding-bottom: 250px;
    background-color: #5B1734;
}

.TitleText {
    font-size: 48pt;
    color: #FFFFFF;
}

.SubTitleText {
    padding-top: 60px;
    font-size: 26pt;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.SignUpNowBIG {
    padding: 20px;
    background-color: #0F0F0F;
    text-align: center;
    color: #BAB5B5;
    width: 300px;
    margin: 0 auto 80px auto;
}

    .SignUpNowBIG a:link, .SignUpNowBIG a:visited, .SignUpNowBIG a:hover, .SignUpNowBIG a:active {
        color: #BAB5B5;
    }

.SignUpNowBIGP {
    padding: 20px;
    background-color: #731D43;
    text-align: center;
    color: #FFFFFF;
    width: 300px;
    margin: 0 auto 80px auto;
}

    .SignUpNowBIGP a:link, .SignUpNowBIGP a:visited, .SignUpNowBIGP a:hover, .SignUpNowBIGP a:active {
        color: #FFFFFF;
    }

.purplebackground {
    background-color: #731D43;
    text-align: center;
}

.greybackground {
    background-color: #EDEDED;
    text-align: center;
}

.movableImage {
    margin: -220px auto 0 auto;
    padding-bottom: 50px;
    width: 75%;
}

.bigblacktext {
    color: #000000;
    font-size: 20pt;
    margin-top: 30px;
}

.smallblacktext {
    color: #000000;
    font-size: 12pt;
    margin-top: 30px;
}

.floatingD {
    background: url(../Images/diamond.png) no-repeat center;
    padding-top: 25px;
    padding-bottom: 125px;
    text-align: center;
}

.whitebackground {
    background-color: #FFFFFF;
    text-align: center;
}

.bigpurpletext {
    padding-top: 130px;
    padding-bottom: 40px;
    color: #5B1734;
    font-size: 32pt;
}

.floatImage {
    padding: 30px;
}

.floatText {
    color: #5B1734;
    font-size: 16pt;
}

.spacer15 {
    height: 15px;
}

.spacer25 {
    height: 25px;
}

.spacer35 {
    height: 35px;
}

.spacer55 {
    height: 55px;
}

.centered {
    text-align: center;
    margin: 0 auto;
}

.tableRowOdd, .tableRowEven {
    height: 70px;
    text-align: left;
    padding: 10px;
    font-size: 10pt;
}

.tableRowOdd {
    background-color: #ECECEC;
}

.tableRowEven {
    background-color: #E4E4E4;
}

.blackbackground {
    background-color: #000000;
    padding-top: 100px;
    color: #FFFFFF;
    text-align: center;
}

.mediumwhite {
    font-size: 20pt;
    color: white;
    margin: 0;
}

.bigwhite {
    font-size: 100pt;
    color: white;
    margin: 0;
}

.smallwhite {
    font-size: 14pt;
    color: white;
    margin: 5px 15px 15px 15px;
    line-height: 1.6em;
}

.CleanTextBox {
    border: 0;
    border-bottom: 2px solid #5B1734;
    padding-left: 5px;
    color: #FFFFFF;
    background-color: #731D43;
    width: 100%;
    font-size: 14pt;
}

.CleanTextBox2 {
    border: 0;
    border-bottom: 2px solid #5B1734;
    padding-left: 5px;
    color: #FFFFFF;
    background-color: #731D43;
    width: 100%;
    font-size: 14pt;
}

.black {
    color: #000000;
}

.SubmitButton {
    padding: 20px;
    background-color: #5B1734;
    text-align: center;
    width: 200px;
    color: #FFFFFF;
    margin: 20px auto;
}

    .SubmitButton a:link, .SubmitButton a:visited, .SubmitButton a:hover, .SubmitButton a:active {
        color: #FFFFFF;
    }

#LoginBox {
    /*
    background-color: #999999;
    position: absolute;
    margin: 120px auto;*/
    position: absolute;
    width: 380px;
    height: 145px;
    z-index: 15;
    top: 184px;
    left: 52%;
    margin: -100px 0 0 -150px;
    background: #999999;
    display: none;
    border: 2px solid #777777;
    color: white;
}

#TemporaryPassword {
    /*
    background-color: #999999;
    position: absolute;
    margin: 120px auto;*/
    position: absolute;
    width: 420px;
    height: 230px;
    z-index: 15;
    top: 184px;
    left: 52%;
    margin: -100px 0 0 -210px;
    background: #999999;
    border: 2px solid #777777;
    color: white;
}

    #LoginBox a {
        color: white;
    }

.textboxM {
    width: 170px;
    border: 0;
    border-radius: 4px;
    font-size: 12pt;
    padding: 3px;
}

.textboxML {
    width: 270px;
    border: 0;
    border-radius: 4px;
    font-size: 12pt;
    padding: 3px;
}

.SButton {
    position: absolute;
    margin-top: 2px;
    margin-left: 148px;
}

#divForgottenPassword {
    position: absolute;
    width: 420px;
    height: 220px;
    z-index: 15;
    top: 184px;
    left: 52%;
    margin: -100px 0 0 -150px;
    background: #999999;
    display: none;
    border: 2px solid #777777;
    color: white;
}

    #divForgottenPassword a {
        color: white;
    }

::-webkit-input-placeholder { /* Safari, Chrome and Opera */
    color: white;
}

:-moz-placeholder { /* Firefox */
    color: white;
}

:-ms-input-placeholder { /* IE 10+ */
    color: white;
}

::-ms-input-placeholder { /* Edge */
    color: white;
}

:placeholder-shown { /* Default */
    color: white;
}
