﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

html, body, form {
    min-width: 1200px;
    height: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #404040;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 22px;
}

hr {
    border: none;
    border-top: solid 1px #e8e8e8;
    margin: 30px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
}

a:link, a:visited, a:hover, a:active {
    color: #404040;
    text-decoration: underline;
}

input[type="text"], input[type="password"], textarea, select, .tbFake {
    padding: 7px 6px 7px 6px;
    font-size: 12px;
    color: #3c3c3c;
    border: solid 1px #e7e7e7;
    background-color: #f3f3f3;
    width: 100%;
}

select {
    padding: 6px 6px 6px 6px;
}

input[type="button"], input[type="submit"], a.btn:link, a.btn:active, a.btn:visited {
    background-image: url(../images/btn-background.jpg);
    background-image: url(../images/body-bg-black.jpg);
    background-repeat: repeat;
    background-position: left top;
    color: #fff;
    border: solid 1px #000;
    font-size: 12px;
    padding: 5px 8px 5px 8px;
    text-decoration: none;
    margin-left: 0px;
    white-space: nowrap;
}

    input[type="button"]:hover, input[type="submit"]:hover, a.btn:hover {
        background-position: left bottom;
        cursor: pointer;
        background-image: none;
        background-color: #3a3a3a;
        text-decoration: none;
    }

    input[type="button"].green, input[type="submit"].green, a.btn.green:link, a.btn.green:active, a.btn.green:visited {
        background-image: url(../images/body-bg-green.jpg);
        background-position: 400px bottom;
        border: solid 1px #00310e;
    }

    input[type="button"].red, input[type="submit"].red, a.btn.red:link, a.btn.red:active, a.btn.red:visited {
        background-image: url(../images/body-bg-red.jpg);
        background-position: 400px bottom;
        border: solid 1px #3d0000;
    }

    input[type="button"].small, input[type="submit"].small, a.btn.small:link, a.btn.small:active, a.btn.small:visited {
        font-size: 11px;
        font-weight: normal;
        padding: 3px 6px 3px 6px;
    }

.highlight input[type="text"], .highlight input[type="password"], .highlight textarea, .highlight .tbFake, .highlight select {
    background-color: #fff;
}

.wrapper {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 15px 0px 15px;
}

.divField {
    margin-bottom: 10px;
}

#divTopBar {
    padding: 15px 15px 15px 15px;
    background-color: #000;
    font-size: 15px;
    text-transform: uppercase;
    background-image: url(../images/body-bg-black.jpg);
    background-repeat: repeat;
    background-position: left top;
    color: #dddddd;
}

#divContentWrapper {
    margin-top: 30px;
    margin-bottom: 30px;
}

#divFooter {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}

    #divFooter a {
        text-decoration: none;
        color: #404040;
    }

#divLogin {
    margin-top: 40px;
}

    #divLogin h1 {
        font-size: 32px;
        text-transform: uppercase;
    }

    #divLogin input[type="text"],
    #divLogin input[type="password"] {
        padding: 14px 12px 14px 12px;
        font-size: 24px;
        text-align: center;
        width: 500px;
    }

    #divLogin input[type="button"],
    #divLogin input[type="submit"] {
        font-size: 18px;
        padding: 8px 12px 8px 12px;
    }
