﻿body {
    color: #333333;
}

input[type=text], input[type=password], textarea, #logincaptchatextbox {
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #333333;
}

select, select option {
    color: #333333;
}

fieldset {
    border: 1px solid #333333;
}

a, a:active {
    color: #3399cc;
}

    a:hover {
        color: #3399ff;
    }

#topbar {
    color: #ffffff;
    border: 1px solid #333333;
    border-bottom: 0px;
    background-color: #000000;
    /*
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/assets/covers/1.jpg?cache=10_18_2023_1);
    */
}

#navtip {
    color: #ffffff;
}

#pageloading {
    background-color: #ffffff;
}

#logowrapper {
    background-color: #333333;
}

#title {
    color: #333333;
    background-color: #ffffff;
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
}

#title_bak {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/assets/covers/1.jpg?cache=10_18_2023_1);
}

/*border needed to match header border size*/
#title #titlewrapper {

}

#followbutton {
    color: #ffffff;
    background-color: #333333;
}

#content {
    border: solid 1px #ffffff;
    border-top: 0px;
    background-color: #ffffff;
}

#content #contentwrapper {

}

#footer {
    color: #ffffff !important;
}

    #footer a {
        color: #ffffff !important;
    }

#pop {
    background-color: #ffffff;
}

    #pop #poptitle_wrapper {
        background-color: #000000;
        /*
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url(/assets/covers/1.jpg?cache=10_18_2023_1);
        */
    }

        #pop #poptitle_wrapper #poptitle_topbar div {
            background-color: #ffffff;
        }

#cover {
    background: url(/assets/transbgs/transbg_black_70.png);
    background-repeat: repeat;
}

.submenu tr td div {
    background-color: #ffffff;
}

.mainlink_bak {
    color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/assets/covers/1.jpg?cache=10_18_2023_1);
}

.mainlink {
    border: 1px solid #333333;
}

    .mainlink:hover {
        /*background-color: #3399ff;*/
    }

.button_bak {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/assets/covers/1.jpg?cache=10_18_2023_1);
}

.button {
    border: 1px solid #333333;
}

/*
    .button:hover {
        background-color: #3399ff;
    }
*/

.submitbutton {
    color: #ffffff;
    background-color: #333333;
    /*
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(/assets/covers/1.jpg?cache=10_18_2023_1);
    */
}

#captchawrapper {
    border: solid 1px #cccccc;
    background-color: #f7f7f7; /*Matches section title bgcolor*/
}

    #captchawrapper input[type=text] {
        border-top: 1px solid #cccccc;
    }
