﻿body {
    margin: 0px;
    padding: 0px;
    font-size: 14pt;
   /*
       Moved to themes folders
       color: #333333;
   */
    background-color: #ffffff;
    font-family: 'Alice', 'Open Sans', sans-serif, Helvetica, Arial;
    /*Fix to keep the font size correct when screen is rotated*/
    -webkit-text-size-adjust: none;
}

input[type=text], input[type=password], textarea, #logincaptchatextbox {
    padding: 8px;
    font-size: 14pt;
    width: 200px;
    font-family: 'Alice', 'Open Sans', sans-serif, Helvetica, Arial;
    /*
        Moved to theme folders
        color: #333333;
        background-color: #ffffff;
        border: 1px solid #333333;
    */
}

input[type=radio] {
    width: 20px;
    height: 20px;
}

select, select option {
    padding: 4px;
    font-size: 14pt;
    font-family: 'Alice', 'Open Sans', sans-serif, Helvetica, Arial;
    /*
        Moved to theme folders
        color: #333333;
    */
}

table, table tr, table tr td {
    padding: 0px;
    border-collapse: collapse;
}

fieldset {
    /*
        Moved to themes folders
        border: 1px solid #333333;
    */
}

ol, ul {
    margin: 0px;
    padding: 0px;
    margin-left: 16px;
}

    ol li, ul li {
        margin: 8px;
        padding: 0px;
        margin-left: 0px;
    }

a, a:active {
    /*
        Moved to theme folders
        color: #3399cc;
    */
}

    a:hover {
        /*
            Moved to theme folders
            color: #3399ff;
        */
    }

blockquote {
    margin: 0px;
    padding: 0px;
    margin-left: 25px;
    margin-right: 25px;
    border-left: 1px solid #333333;
}

#portal {
    left: 0px;
    /*top position matches the padding of the top bar*/
    top: 25px;
    z-index: 2;
    visibility: hidden;
    position: absolute;
}

#portalwrapper {
    /*
        Not in use but if used, set in theme folders
        background-color: #ffffff;
        border-bottom: 1px solid #333333;
    */
}

#topbar {
    left: 0px;
    top: 25px;
    z-index: 3;
    width: 100%;
    position: absolute;
    font-size: 16pt;
    visibility: hidden;
    padding-left: 0px;
    padding-right: 0px;
    /*
        Moved to theme folders
        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);
    */
}

#topbarwrapper {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
}

#navtip {
    left: 0px;
    top: 25px;
    visibility: hidden;
    padding-top: 0px;
    position: absolute;
    display: inline-block;
    /*
        Moved to theme folders
        color: #ffffff;
    */
}

#pageloading {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px
    /*
        Moved to theme folders
        background-color: #ffffff
    */
}

#backlinks {
    font-size: 14pt;
    font-weight: normal !important;
}

#title {
    padding: 16px;
    padding-bottom: 0px;
    /*
        Moved to theme folders
        background-repeat: no-repeat;
        background-image: url(../assets/covers/1.jpg?cache=10_18_2023_1);
        background-size: cover;
        background-position: center center;
    */
}

    #title #titlewrapper {
        font-size: 16pt;
        font-weight: bold;
        /*
            padding: 16px;
            Moved to theme folders
            color: #ffffff;
        */
    }

#followbutton {
    padding: 4px;
    cursor: pointer;
    min-width: 80px;
    margin-top: 5px;
    display: inline-block;
}

#content {
    /*
        Moved to theme folders
        background-color: #ffffff;
    */
}

    #content #contentwrapper {
        padding: 16px;
    }

#contentiframe {
    width 100%;
    border: 0px;
    margin: 0px;
    padding: 0px;
    display: block;
    background: none !important;
}

#footer {
    padding: 16px;
    text-align: center;
    margin-bottom: 16px;
    /*
        Moved to theme folders
        color: #ffffff !important;
    */
}

    #footer a {
        /*
            Moved to theme folders
            color: #ffffff !important;
        */
    }

#pop {
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 11;
    visibility: hidden;
    /*
        Moved to theme folders
        background-color: #ffffff
    */
}

    #pop #poptitle_wrapper {
        /*
            Moved to theme folders
            background-repeat: no-repeat;
            background-image: url(../assets/covers/1.jpg?cache=10_18_2023_1);
            background-size: cover;
            background-position: center center;
        */
    }

        #pop #poptitle_wrapper #poptitle_topbar {
            cursor: pointer;
            text-align: center;
            /*different padding to prevent excess spacing above the tab*/
            padding-top: 8px;
            padding-bottom: 14px;
            vertical-align: middle;
        }

            #pop #poptitle_wrapper #poptitle_topbar div {
                height: 2px;
                width: 25px;
                height: 3px;
                display: inline-block;
                /*
                    Moved to theme folders
                    background-color: #ffffff;
                */
            }

#popiframe {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    overflow: scroll;
}

#cover {
    top: 0px;
    left: 0px;
    z-index: 10;
    position: fixed;
    visibility: hidden;
    /*
        Moved to theme folders
        background: url(/assets/transbgs/transbg_black_70.png);
        background-repeat: repeat;
    */
}

#wallpaper {
    left: 0px;
    top: 0px;
    z-index: 1;
    position: fixed;
    visibility: hidden;
}

#ajaxresponse {
    visibility: hidden;
    max-height: 25px;
    overflow: hidden;
}

/*CSS to make embedded youtube videos autosize to all screen sizes.*/
.ytcontainer {
    height: 0;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}

    .ytcontainer iframe {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        position: absolute;
    }

.submenu {
    width: 25px;
    cursor: pointer;
    display: inline-table;
    vertical-align: text-top;
}

    .submenu tr td div {
        height: 2px;
        overflow: hidden;
        border-radius: 1px;
        margin-bottom: 4px;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        /*
            Moved to theme folders
            background-color: #ffffff;
        */
    }

.mainlink {
    padding: 8px;
    padding-left: 0px;
    cursor: pointer;
    text-align: center;
    /*
        Moved to theme folders
        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:hover {
        /*
            Moved to theme folders
            background-color: #3399ff;
        */
    }

    .mainlink table {
        display: inline-table;
    }

.button {
    padding: 8px;
    cursor: pointer;
    text-align: center;
    /*
        Moved to theme folders
        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:hover {
        /*
            Moved to theme folders
            background-color: #3399ff;
        */
    }

.submitbutton {
    padding: 8px;
    cursor: pointer;
    min-width: 80px;
    text-align: center;
    display: inline-block;
    /*
        Moved to theme folders
        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);
    */
}

/*
    .submitbutton:hover {
        background-color: #3399ff;
    }
*/

#captchawrapper {
    width: 248px; /*matches text boxes styling width - 2px*/
    text-align: center;
    display: inline-block;
    /*
        Moved to theme folders
        background-color: #f7f7f7; /*Matches section title bgcolor
        border: solid 1px #cccccc;
    */
}

    #captchawrapper input[type=text] {
        border: 0px;
        width: 93% !important;
        /*
            Moved to theme folders
            border-top: 1px solid #cccccc;
        */
    }

    #captchawrapper #captchaimage {
        width: 100%;
        height: 35px;
        display: block;
    }

.rounded {
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

    /*
    block to prevent extra spacing below image
    ensure all images using this style has a set width and height
    or the image will span the entire page
*/
    .rounded img {
        display: block;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }

.icon {
    margin-top: 2px;
    width: 13px !important;
    height: 13px !important;
    vertical-align: text-top;
    display: inline-block;
}

.borderradiustop {
    border-top-left-radius: 10px;
    -webkit-border-radius-topleft: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    -webkit-border-radius-topright: 10px;
    -moz-border-radius-topright: 10px;
}

.borderradiusbottom {
    border-bottom-left-radius: 10px;
    -webkit-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-radius-bottomright: 10px;
    -moz-border-radius-bottomright: 10px;
}

.borderradiustopleft {
    border-top-left-radius: 10px;
    -webkit-border-radius-topleft: 10px;
    -moz-border-radius-topleft: 10px;
}

.borderradiusbottomleft {
    border-bottom-left-radius: 10px;
    -webkit-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomleft: 10px;
}

.borderradiustopright {
    border-top-right-radius: 10px;
    -webkit-border-radius-topright: 10px;
    -moz-border-radius-topright: 10px;
}

.borderradiusbottomright {
    border-bottom-right-radius: 10px;
    -webkit-border-radius-bottomright: 10px;
    -moz-border-radius-bottomright: 10px;
}

.borderradiusall {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.shadow {
    box-shadow: 3px 3px 10px -3px #333333;
    -webkit-box-shadow: 3px 3px 10px -3px #333333;
    -moz-box-shadow: 3px 3px 10px -3px #333333;
}