﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #b6b7bc;
    color: #696969;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: .80em;
    margin: 0px;
    padding: 0px;
}

a:link, a:visited { color: #034af3; }

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active { color: #034af3; }

p {
    line-height: 1.6em;
    margin-bottom: 10px;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    color: #666666;
    font-size: 1.5em;
    font-variant: small-caps;
    font-weight: 200;
    margin-bottom: 0px;
    text-transform: none;
}

h1 {
    font-size: 1.6em;
    margin-bottom: 0px;
    padding-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; }


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    background-color: #fff;
    border: 1px solid #496077;
    margin: 20px auto 0px auto;
    width: 960px;
}

.header {
    background: #4b6c9e;
    height: 85px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    position: relative;
    top: 0px;
    width: 100%;
}

.header h1 {
    border: none;
    color: #f9f9f9;
    font-size: 2em;
    font-weight: 700;
    line-height: 2em;
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

.main {
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    padding: 0px 12px;
}

.leftCol {
    margin: 12px 8px 8px 8px;
    min-height: 200px;
    padding: 6px 0px;
    width: 200px;
}

.footer {
    color: #4e5766;
    line-height: normal;
    margin: 0px auto;
    padding: 8px 0px 0px 0px;
    text-align: center;
}

.submit {
    background: transparent;
    border-bottom: 1px solid #00F;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    color: #00F;
    display: inline;
    margin: 0;
    padding: 0;
}

.text-important {
    color: darkblue;
    font-size: 1.1em;
    font-weight: 600;
}

*:first-child + html .submit { /* hack needed for IE 7 */
    border-bottom: 0;
    text-decoration: underline;
}

* html .submit { /* hack needed for IE 5/6 */
    border-bottom: 0;
    text-decoration: underline;
}

/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #3a4f63;
    height: 38px;
    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: #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;
}

div.form { background-color: #3a4f63; }


/* NOTIFICATIONS   
----------------------------------------------------------*/
.notifications-list {
    padding: 0 0 10px 0;
}

.notification {
    border-radius: 3px;
    display: block;
    width: 100%;
    padding: 12px;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
    font-size: 1.3em;
    color: crimson;
    font-weight: bold;
}

.notification-debug, .notification-trace {
    color: #505050;
}

.notification-debug {
    background-color: #E0FFE0;
}

.notification-info {
    background-color: #c5ddf4;
}

.notification-warning {
    background-color: #fdfdaa;
}

.notification-error, .notification-critical {
    background-color: lightcoral;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ccc;
    margin: 1em 0px;
    padding: 1em;
}

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 {
    border: 1px solid #ccc;
    width: 320px;
}

input.passwordEntry {
    border: 1px solid #ccc;
    width: 320px;
}

div.accountInfo { width: 42%; }

/* MISC  
----------------------------------------------------------*/

.clear { clear: both; }

.title {
    display: block;
    float: left;
    text-align: left;
    width: 429px;
}

.loginDisplay {
    color: White;
    display: block;
    font-size: 1.1em;
    padding: 10px;
    text-align: right;
}

.loginDisplay a:link { color: white; }

.loginDisplay a:visited { color: white; }

.loginDisplay a:hover { color: white; }

.failureNotification {
    color: Red;
    font-size: 1.2em;
}

.bold { font-weight: bold; }

.submitButton {
    padding-right: 10px;
    text-align: right;
}

.naviButton {
    height: 22px;
    width: 70px;
}

.naviExtra {
    float: right;
}

.naviDropDown {
    height: 22px;
    width: 200px;
}


.image-preview {
    float: left;
    margin: 10px;
    width: 210px;
}

.image-preview .image {
    height: 175px;
    margin-bottom: 8px;
    text-align: center;
}

.image-preview img {
    border: 3px solid;
    border-radius: 10px;
    max-height: 175px;
    max-width: 150px;
}

.image-preview textarea {
    background-color: lightgray;
    border: none;
    height: 5em;
    margin: 1px;
    padding: 2px;
    resize: none;
    width: 100%;
}

.image-preview .good {
    color: mediumseagreen;
    font-weight: bold;
}

.fill-horizontal { width: 100%; }

input.fill-horizontal { -moz-box-sizing: border-box; }

.scroll-view {
    max-height: 350px;
    overflow: auto;
}

.submembers-in-member th {
    text-align: left;
}

.submembers-in-member td input, .submembers-in-member td textarea {
    box-sizing: border-box;
    width: 100%;
    resize: vertical;
}

table, th, td {
    border: 1px solid gray;
    border-collapse: collapse;
}

.hidden {
    display: none;
}