﻿    #debugDiv, #debugDiv * {
        color: #b2b2b2; text-align: center;
    }

html, body {
    background-color: #191919;
    color: #868686;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

h1, h2, h3, h4, a, a:link, a:active, a:visited {
    color: #F5F5F5;
    font-weight: normal;
}

h1, h2, h3, h4 {
    margin-top: 0;
    margin-bottom: 0;
}

h2 {
    font-size: 3em;
    margin-top: 0.75em;
    text-transform: lowercase;
}

.fltRight {
    float: right;
}

.clrBoth {
    clear: both;
}

div.title {
    text-align: center;
}

p.links {
    margin-top: 0.5em;
}

form p {
    position: relative;
    height: 2em;
    padding: 0;
}

    form p label, form p input[type=text], form p input[type=password] {
        position: absolute;
    }

    form p label {
        padding: 0.25em 0.5em;
        bottom: 0;
    }

div.navPanel {
    border: solid 1px #191919;
}

input[type=text], input[type=password] {
    background-color: #191919;
    border: solid 1px #868686;
    color: white;
    padding: 0.5em 0;
}

input[type=button], input[type=submit] {
    background-color: #868686;
    color: 191919;
    border: 0 none;
    padding: 1em 0;
    display: block;
}

input {
    width: 100%;
    margin: 0;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
    display: block;
    margin-top: 8px;
    text-align: center;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    color: #f00;
}

    .validation-summary-errors ul {
        list-style-type: none;
        margin: 1em 0;
        padding: 0;
    }

        .validation-summary-errors ul li {
            list-style-type: none;
            padding: 0;
            margin: 0;
        }

.validation-summary-valid {
    display: none;
}

#loginPanel {
    display: none;
}

#registerPanel {
    display: none;
}

ul#homeNavigation {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    ul#homeNavigation li {
        border-bottom: solid 1px #868686;
    }

        ul#homeNavigation li:first-child {
            border-top: solid 1px #868686;
        }

    ul#homeNavigation a {
        display: block;
        padding: 1em 0;
        font-size: 1.5em;
        text-decoration: none;
        cursor: pointer;
    }
    #currentUserDiv {
        text-align: center;
        font-weight: 10px;
        color: white;
    }
