﻿/* DEFAULTS
----------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    font-size: 10pt;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
}
html, body, form {
    height: 100%;
}
body {
    background: #eee;
    font-size: 10pt;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #333;
}

a:link, a:visited {
    color: #03f;
    text-decoration: none;
}

a:hover {
    color: #03f;
    text-decoration: underline;
}

a:active {
    color: #03f;
}

a img {
    border: 0 none;
}

p {
    margin: 10px 0;
}

hr { 
    background: transparent;
    border: none;
    border-bottom: solid 1px #ccc;
    margin: 10px 0; 
}

input[type="submit"], input[type="button"], button { background: url("../images/button-bg.gif") center center no-repeat #333; border: 1px solid #444; margin-bottom: 3px; color: #fff; height: 22px; padding: 0 10px 0 10px; cursor: pointer; }
/******************/
/* Ajax Progress: */
/******************/
.progress-background { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 1000%; overflow: hidden; z-index: 10; background-color: #333; opacity: .5; -moz-opacity: .5; -webkit-opacity: .5; filter: alpha(opacity=50); }
.progress-foreground {
    position: absolute;
    display: block;
    top: 20px;
    left: 20px;
    width: auto;
    height: 35px;
    z-index: 11;
}
.progress-container {
    background: #ddd;
    border: solid 5px #aaa;
    border-radius: 10px;
    padding: 0 5px;
}
.progress-text {
    display: none;
    font-size: 8pt;
    padding-left: 5px;
    white-space: nowrap;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #333;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 2em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.8em;
    font-weight: 600;
}

h3 {
    font-size: 1.6em;
}

h4 {
    font-size: 1.4em;
}

h5, h6 {
    font-size: 1.2em;
}

/* 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;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    height: 100%;
}

.header {
    min-height: 100px;
    background: #333;
    border-bottom: solid 10px #7ce;
}

.header-content, .main, .footer {
    width: 960px;
    margin: 0 auto;
}

/*
.header h1 {
    font-weight: 600;
    font-variant: small-caps;
    padding: 0px 0px 0px 20px;
    color: #eee;
    border: none;
    font-size: 2.4em;
}
*/
.header .logo {
    display: block;
   /* width: 139px;
    height: 52px;*/
    margin: 2px 0 0 0;
    text-decoration: none;
}

.main-content {
    padding: 20px;
    min-height: 420px;
    background: #fff;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    margin: 0px auto;
    background: #fff;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #000;
    width: 100%;
}

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: #333;
        border: solid 1px #666;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-weight: 600;
        color: #dde4ec;
        display: block;
        line-height: 1.35em;
        padding: 4px 20px;
        text-decoration: none;
        white-space: nowrap;
        margin-right: 5px;
    }

div.menu ul li a:hover {
    background-color: #666;
    color: #f90;
    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 {
    padding-bottom: 10px; 
}

fieldset.register table { 
    width: 600px;
}

fieldset.register table td { 
    width: 50%;
    padding: 5px;
    vertical-align: bottom;
}

fieldset.login {
    width: 375px;
}

fieldset.login table { 
    width: 100%;
}

fieldset.login table td { 
    padding: 5px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label {
    display: block;
}

fieldset label {
    margin-bottom: 5px;
}

fieldset label.inline {
    display: inline;
}

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntrySmall,
input.textEntry {
    width: 250px;
    border: 1px solid #ccc;
    padding: 1px 3px;
    font: inherit;
}

input.textEntrySmall {
    width: 125px;
}

input.passwordEntrySmall,
input.passwordEntry {
    width: 250px;
    border: 1px solid #ccc;
    padding: 1px 3px;
    font: inherit;
}

input.passwordEntrySmall {
    width: 125px;
}

select.dropdown {
    border: 1px solid #ccc;
    font: inherit;
}

.buttons {
    text-align: right;
}

#MainContent_RegisterUser td table td {
    padding: 5px;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.separator {
    padding: 0 5px;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: auto;
    padding-top: 5px;
}

.loginDisplay {
    font-size: 1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: #eee;
}

.loginDisplay a:link {
    color: #7ce;
}

.loginDisplay a:visited {
    color: #7ce;
}

.loginDisplay a:hover {
    color: #7ce;
}

.failureNotification {
    color: #f00;
}

.failureNotification ul {
    margin-left: 15px;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; /*padding-left: 10px;*/ }
.btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.428571429; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; border: 1px solid transparent; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }
.btn { border-width: 0; padding: 7px 14px; font-size: 14px; outline: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; -webkit-text-shadow: none; -moz-text-shadow: none; text-shadow: none; }
.btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; }
.btn.blue { color: #fff; text-shadow: none; background-color: #4d90fe; }
.btn-group .btn { margin: 0 10px 10px 0; }
.btn-group > .btn:first-child { margin-left: 0; }
