﻿body {
    background-color: #364557;
    font-family: Trebuchet MS, Sans-Serif;
    font-size: 1.0em;
    line-height: 2em;
}

input {
    padding: 5px;
}

a {
    font-weight: normal;
    text-decoration: none;
    color: #364557;
}

a:hover {
    font-weight: bolder;
}

a.visited {
    color: #005753;
}

h1 {
    font-size: 1.5em;
    line-height: 1em;
    color: #353535;
}

h2 {
    font-size: 1.2em;
    padding-top: 5px;
    line-height: 1em;
    color: #353535;
}

h3 {
    font-size: 1em;
    padding-top: 2px;
    line-height: 1em;
    color: #353535;
}

p {
    max-width: 500px;
    /*font-size: 1.2em;*/
    /*font-family: Times New Roman;*/
}

.header {
    font-family: Verdana;
    font-size: 20px;
    color: #900;
    font-weight: lighter;
}

td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

img {
    border: none;
}

/* General classes */

.key {
    float: left;
    font-weight: bold;
    width: 30%;
    padding: 5px;
    color: #56AFB8;
}

.value {
    clear: right;
    padding: 5px;
}

/* Class objects */

.fadebg {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-color: #ffffff;
    zoom: 1;
    z-index: 1;
}

.copyright {
    color: #fff;
}

.lbTab {
    /*border: 2px solid #353535;*/
    padding: 8px;
    padding-bottom: 3px;
    color: White;
}

.lbTab:hover {
    background-color: #56AFB8;
}

.lbTab a {
    color: White;
    border-bottom: 2px dashed white;
}

/* Main divs */

.logo_div {
    position: absolute;
    /*left: 70px ;*/
    top: 20px;
    z-index: 200;
    cursor: pointer;
}

.logo_div img {
    width: 200px;
}

.tabs_div {
    right: 0px;
    left: 0px;
    text-align: right;
    z-index: -1;
    height: 123px;
    padding-right: 30px;
    padding-top: 95px;
}

#top_div {
    padding-right: 10px;
    padding-bottom: 2px;
    position: absolute;
    text-align: left;
    color: #fff;
    top: 0px;
    right: 0px;
    left: 0px;
    height: 121px;
    border-bottom: 2px solid #996cac;
}

#content_div {
    position: absolute;
    top: 125px;
    left: 0px;
    right: 0px;
    bottom: 70px;
    background-color: #fff;
    overflow: auto;
    /*border: 2px solid #353535;*/
    /*border: 10px solid rgb(25, 25, 35);*/
    border-bottom: none;
    z-index: 0;
    padding: 20px;
    padding-top: 30px;
}

#bottom_div {
    background-color: #364557;
    padding: 10px;
    position: absolute;
    text-align: center;
    color: #000;
    bottom: 0px;
    right: 0px;
    left: 0px;
    height: 48px;
    /*border: 10px solid rgb(25, 25, 35);*/
    border-top: none;
    /*margin-top: 10px;*/
    line-height: normal;
    /*border: 1px solid white;*/
}

/* Custom controls */

.login_div {
    display: none;
    position: absolute;
    z-index: 100;
    padding: 20px;
    /*background-color: #fff;*/
    /*border: 2px solid #353535;*/
    width: 200px;
    left: 50%;
    margin-left: -100px;
    top: 30%;
    margin-top: -100px;
    text-align: center;
    color: #fff;
    /*height: 20px;*/
}

.login_div a {
    color: #56AFB8;
}

input[type="text"], input[type="password"] {
    width: 200px;
    color: #000;
    border: 2px solid #000;
}

input[type="submit"] {
    width: 228px;
    margin-top: 20px;
    background-color: #996CAC;
    color: #fff;
    font-weight: bold;
    border: 0;
    border-radius: 20px;
    padding: 8px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #6a5faa;
    color: #fff;
}

.login_div {
    position: absolute;
    margin-top: 10px;
    margin-right: 10px;
    position: absolute;
    text-align: right;
    right: 0px;
    font-weight: bold;
    cursor: pointer;
    vertical-align: middle;
    padding-top: 1px;
}

.pnlLogout {
    position: absolute;
    right: 10px;
    top: 10px;
}

.pnlLogout span {
    padding: 7px;
    cursor: pointer;
    background: #364557;
}

.pnlLogout span:hover {
    /*
    background-color: #353535;
    border: 2px solid #fff;
    */
}

.btnLogout {
    width: 100px;
    vertical-align: middle;
    margin-left: 20px;
}

#error_div {
    display: none;
    position: absolute;
    width: 300px;
    height: 300px;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
    z-index: 999;
    border: 2px solid black;
    background-color: white;
    padding: 10px;
    padding-top: 5px;
}

#error_close {
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: right;
}

#error_close input {
    width: 100px;
}

/* BUTTON */

.button {
    -moz-border-radius: 5px;
    background-color: #fff;
    color: #000;
    padding: 5px;
    padding-left: 8px;
    padding-right: 8px;
    margin-right: -6px;
    margin-left: 6px;
    white-space: nowrap;
}

.button:hover {
    text-decoration: none;
    background-color: #eee ;
    color: #000;
}

.right {
    text-align: right;
}

.contactForm {
    width: 450px;
}

.contactForm div {
    /*float: left;*/
    min-width: 200px;
    padding: 5px;
    white-space: nowrap;
}

.contactForm div input {
    width: 90%;
}

.contactForm div textarea {
    width: 400px;
    height: 200px;
}

.width40px {
    width: 40px;
}

.width60px {
    width: 60px;
}

.width90 {
    width: 90%;
}

.contactlink {
    position: absolute;
    left: 5px;
    top: 12px;
}

.contactlink a {
    color: Black;
}

.contactlink a:hover {
    color: #fff;
}

.contactlink:hover {
    background-color: #666666;
}

.shareInfo {
    width: 100%;
}

.shareInfo tr th {
    text-align: left;
    border-bottom: 2px dashed #701b18;
    font-weight: bolder;
}

.contactlink {
    background: transparent;
}

.contactlink:hover {
    background: transparent;
}

.contactlink a {
    color: #fff;
}
