﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #949494;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

.popupBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    /*background-color: #CCCCCC;*/
}

a:link, a:visited {
    color: #034af3;
    text-decoration: none;
}

a:hover {
    color: #1d60ff;
    text-decoration: underline;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}

td {
    padding: 0px 2px 0px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #626262;
    width: 100%;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #808080;
    width: 100%;
    padding-bottom: 2px;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    /*width: 42%;*/
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

label.error {
    color: Red;
    padding-left: 0.5em;
}

.errorMessage {
    color: Red;
    padding-left: 0.5em;
    font-style: italic;
}

.sucessfullMessage {
    color: Green;
    padding-left: 0.5em;
    font-style: italic;
}

.subtype {
    padding-left: 10px;
}

.hideSkiplink a {
    color: #FFFFFF;
    border: 1px;
}

.submenu {
    background-color: #808080;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 5px;
}

.mainmenu {
    padding-left: 10px;
    padding-bottom: 5px;
}

.whitelinks a {
    color: White;
    font-size: medium;
}

.popupContainer {
    background-color: White;
    padding: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
}

input[type="button"], [type="submit"] {
    /* FF3.6+ */
    /* Chrome,Safari4+ */
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    /* W3C */
    border-left: 1px solid rgb(143, 155, 179);
    border-right: 1px solid rgb(143, 155, 179);
    border-top: 1px solid rgb(163, 177, 204);
    border-bottom: 1px solid rgb(102, 111, 128);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.5) inset, 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    color: rgb(41, 44, 51);
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
    line-height: 2em;
    overflow: hidden;
    padding: 0px 1em;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5);
    height: 25px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

    input[type="button"], [type="submit"]:hover, .uvStyle-button:focus {
        background: -moz-linear-gradient(0% 100% 90deg, rgb(32, 107, 203), rgb(62, 158, 229)) repeat scroll 0% 0% transparent;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(57,149,224,1)), color-stop(50%,rgba(44,128,214,1)), color-stop(50%,rgba(44,128,214,1)), color-stop(100%,rgba(32,107,203,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(57,149,224,1) 0%,rgba(44,128,214,1) 50%,rgba(44,128,214,1) 50%,rgba(32,107,203,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(57,149,224,1) 0%,rgba(44,128,214,1) 50%,rgba(44,128,214,1) 50%,rgba(32,107,203,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(57,149,224,1) 0%,rgba(44,128,214,1) 50%,rgba(44,128,214,1) 50%,rgba(32,107,203,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(57,149,224,1) 0%,rgba(44,128,214,1) 50%,rgba(44,128,214,1) 50%,rgba(32,107,203,1) 100%); /* W3C */
        border-width: 1px;
        border-style: solid;
        border-color: rgb(42, 115, 166) rgb(22, 88, 153) rgb(7, 66, 143);
        box-shadow: 0px 1px 0px 0px rgb(98, 177, 233) inset;
        color: rgb(255, 255, 255);
        cursor: pointer;
        text-decoration: none;
        text-shadow: 0px -1px 1px rgb(29, 98, 171);
    }

