﻿/* Master */
body {
    font-family: 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
    background-color: #F0F0F0;
}

#logInDiv {
    display: block;
    text-align: right;
    margin: 10px;
    color: #000;
}

#logo {
    /*margin-left: 20px;*/
    margin-top: 10px;
    margin-bottom: -30px;
}

#pageDiv {
    /*border-color: #C0C0C0;
    border-width: 1px;*/
    margin-top: -10px;
    /*margin-left: 40px;
    margin-right: 40px;*/
    /*border-top-style: inherit;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;*/
    background-color: #FFFFFF;
}

/* Menu */
#menuDiv {
}

ul#menu {
    background-color: lightgray;
    position: relative;
    /*margin: 0;*/
    text-align: center;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: black;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: black;
}

ul#menu li a:hover {
    background-color: gray;
    text-decoration: none;
    color: white;
}

ul#menu li a:active {
    background-color: #CCCCCC;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

/* Header */
#pageHeaderDiv {
    background-color: white;
}

#headerContentDiv {
    margin-left: 0px;
    margin-right: 0px;
    /*margin-right: 10px;
    margin-left: 10px;
    margin-top: -10px;
    margin-bottom: 0px;*/
}

h1 {
    margin-bottom: -10px;
    color: #333333;
    font-weight: lighter;
}

h2 {
    margin-bottom: -10px;
    color: #333333;
    font-weight: lighter;
}

h3 {
    margin-bottom: -10px;
    color: #333333;
    font-weight: lighter;
}

h4 {
    margin-bottom: -10px;
    color: #333333;
    font-weight: lighter;
}

/* Content */
#contentDiv {
    /*margin-left: 30px;
    margin-right: 30px;*/
    margin-left: 0px;
    margin-right: 0px;
}

td {
    vertical-align: top;
}

/* Footer */
#footerDiv {
    text-align: center;
    margin: 10px;
    font-size: small;
}

.shadow-boxes {
    /*background-color:red ;*/
    border: 0.06em solid #8DC63F;
    box-shadow: 3px 3px 12px #888888 !important;
}

.squeeze {
    padding: 2px !important;
    margin-bottom: 0px !important;
}

.modal-dialog-fullscreen {
    width: 98% !important;
    height: 98%;
}

.button-multi-row-margins {
    margin-bottom:5px !important;
}

.MessageFromDB {
    white-space: pre;
}