﻿body, html {
    background: #000000;
    color: #b5b7b5;
}

.divbox {
    background: #222222;
    float: left;
    width: 396px;
    border-radius: 3px;
    border: 1px solid #787878;
    margin-top: 6px;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
}

.divtitlebox {
    background: -webkit-linear-gradient(#484848, #222222); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#484848, #222222); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#484848, #222222); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#484848, #222222); /* Standard syntax */
    float: left;
    width: 1200px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #787878;
}

.ptitlebox {
    margin: 0px; /* removed the default margin of p element*/
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-left: 8px;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
}

.pdivbox {
    margin: 0px; /* removed the default margin of p element*/
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: justify;
}

.ptitledivbox {
    margin: 0px; /* removed the default margin of p element*/
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 5px;
    padding-left: 8px;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
    font-size: 14px;
    background: darkorange;
    color: black;
}

div.mainbody {
    margin-top: 20px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.divboxsize2 {
    background: #222222;
    float: left;
    width: 789px;
    border-radius: 3px;
    border: 1px solid #787878;
    margin-top: 6px;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    overflow-y: visible;
}

a.mylink:link {
    color: #898989;
}

a.mylink:visited {
    color: #686868;
}

a.mylink:hover {
    color: darkorange;
}

a.mylink2:link {
    color: white;
    text-decoration: none;
}

a.mylink2:visited {
    color: #151515;
    text-decoration: none;
}

a.mylink2:hover {
    color: black;
    text-decoration: none;
}

a.mylink3 {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
}

    a.mylink3:link {
        color: #898989;
        text-decoration: none;
    }

    a.mylink3:visited {
        color: #686868;
        text-decoration: none;
    }

    a.mylink3:hover {
        color: darkorange;
        text-decoration: none;
}

    a.mylink4 {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 13px;
    }

    a.mylink4:link {
        color: #898989;
        text-decoration: none;
    }

    a.mylink4:visited {
        color: #686868;
        text-decoration: none;
    }

    a.mylink4:hover {
        color: darkorange;
        text-decoration: none;
}

    a.mylink5 {
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 10px;
    }

    a.mylink5:link {
        color: #EEEEEE;
        text-decoration: none;
    }

    a.mylink5:visited {
        color: #686868;
        text-decoration: none;
    }

    a.mylink5:hover {
        color: darkorange;
        text-decoration: none;
}

.textboxstyle {
    background: #101010;
    color: darkorange;
    border: 1px solid #545454;
    height: 14px;
}

.passboxstyle {
    background: #101010;
    color: darkorange;
    border: 1px solid #545454;
    height: 14px;
    position: relative;
    top: 2px;
}

.buttonstyle {
    background: #101010;
    color: darkorange;
    border: 1px solid #545454;
}

p {
    margin: 0px; /* removed the default margin of p element*/
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: justify;
}
