/*
Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) 
You are free to:
Share — copy and redistribute the material in any medium or format
Adapt — remix, transform, and build upon the material
for any purpose, even commercially. 
*/
/* 
    Created on : Jan 18, 2020, 11:23:15 PM
    Author     : martin
*/

body {
    margin: 5% auto; 
    margin-top: 0px;
    background-color: #f7f7f7; color: #444444; 
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif; 
    font-size: 16px; line-height: 1.8; 
    max-width: 73%;
}
#centerarea{
    background-color: #f0f0f0;
    padding-left: 3%;
}
.active a{
    text-decoration: overline;
}
code {  /*background: white;*/ }
a {border-bottom: 1px solid #444444; color: #444444; text-decoration: none;}
a:hover {border-bottom: 0;}

.divider{
    border-bottom: #dbdbdb 3px inset;
}

.menu li{
    background-color: #f2f2dc;
    display: inline-block;
    border: 2px solid #f2f2dc;
    border-radius: 4px;
    margin: 2px;
    margin-right: 2%;
    padding-left: 1%;
    padding-right: 6%;
    font-weight: bold;
}
.menu-plain li{
    display: inline-block;
    margin: 2px;
    margin-right: 2%;
    padding-left: 1%;
    padding-right: 2%;
}
.menu li:hover, li.active{
    border: 2px solid white;
/*    background: rgb(247,247,247);
    background: linear-gradient(90deg, rgba(247,247,247,1) 0%, rgba(221,221,195,1) 13%, rgba(237,238,176,1) 33%, rgba(247,247,247,1) 100%);
*/
}
#centerarea{
    display:table;
}
#centerarea>div{
    display: table-cell;
    vertical-align: top;
}
#centerarea + div{
    display: table-cell;
    width:60%;
}
.panel{
    display:block;
    padding-left: 13%;
}
.footer{
    clear:both;
    padding-top: 20%;
}
.float-left{
    float:left;
}
.inline-heading{
    display: inline-block;
    text-align: center;
    width: 50%;
}
.float-right{
    float:right;
}
.float-left-image{
    margin:1em;
    display: inline;
    float:left;
    height: 3em;
}

.big-blue-login{
    font-size: 150%;
}

.email-image{
    height: 2em;
}

.readMessageTable{
    width:100%;
}
