﻿* {
    margin: 0;
    padding: 0;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.anchorAsButton {
    display: inline-block;
    width: auto;
    height: 14px;
    background: #4E9CAF;
    padding: 8px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
}
/*
body {
    font: 80%/1.4 Arial, Helvetica, sans-serif;
    background-image: url(images/bg_blue.jpg);
    background-repeat: repeat-x;
    background-color: #000031;
}

#menu-holder {
    width: 990px;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    z-index: 9999999;
    background-image: url(images/menu-bg.png);
    background-repeat: repeat;
    height: 34px;
    margin: 0 auto;
    background-color: Gray;
}

.content-wrapper {
    width: 990px;
    height: auto;
    border-left: 1px solid #b1b1b1;
    border-right: 1px solid #b1b1b1;
    margin: 0 auto;
    padding: 0px 5px 0px 5px;
    background-color: White;
}

#main-content {
    width: 990px;
    height: auto;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #ffffff;
    padding: 4px 0px 0px 0px;
}

.centeredContent {
    width: 85%;
    margin: 0 auto;
}

.copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    padding: 5px 0px 5px 0px;
}

a img {
    border: none;
}*/

h1 {
    color: #8e1518;
    margin: .50em 0 .60em 0;
    font-size: 2em;
    line-height: 0px;
}

h2 {
    color: #15395c;
    margin: .50em 0 .60em 0;
    font-size: 1.5em;
    line-height: 1.3;
}

h3 {
    color: #222;
    margin: .50em 0 .60em 0;
    font-size: 1.3em;
    line-height: 1.3;
}

h4 {
    margin: .50em 0 .60em 0;
    font-size: 1.2em;
    line-height: 1.3;
}

h5 {
    margin: .50em 0 .60em 0;
    font-size: 1.1em;
    line-height: 1.3;
}

h6 {
    margin: .50em 0 .60em 0;
    font-size: 1em;
    line-height: 1.3;
}

p {
    padding: 0;
}

/* Account
----------------------------------------------------------*/
#helpForm {
    width: 75%;
    margin: 0 auto;
}

#registerForm {
    width: 75%;
    margin: 0 auto;
}

#manageForm {
    width: 75%;
    margin: 0 auto;
}

#login {
    display: block;
    font-size: .85em;
    margin: 8px 0px 0px 0px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin-left: 0px;
            color: white;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }

/* login page */
#loginForm {
    width: 75%;
    margin: 0 auto;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea, select {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

/*input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 8px;
    width: auto;
}

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}*/
/*
table.radioWithProperWrap input {
    float: left;
}

table.radioWithProperWrap label {
    margin-left: auto;
    display: block;
}*/

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}
