﻿body
{
    background: #b5cee2;
    color: #685742;
    font-family: Arial; /*, Helvetica, sans-serif;*/
    font-size: 14px;
    margin: 0;
    min-height: 100%;
    width: 100%;
}

.menu_unlogged{
    /*background: url(../images/new/menubar_background.png) rgba(222, 233, 242, 0.50) repeat-x;*/
    background: rgba(222, 233, 242, 0.50) repeat-x;
    padding-top:15px;
    display:inline-block;
    margin:auto;
    width:77%;
}

.logo_unlogged
{
    background: url(../images/new/logos/sam_large_logo.png) rgba(238, 244, 248, 0.40) no-repeat right;
    float: left;
    height: 118px;
    width: 11%;
    background-size: 80%;
}

.logo_unlogged a {display: block;    height: 120px;}

.loginSection_unlogged {
    background: rgba(222, 233, 242, 0.50);
    float: right;
    width: 12%;
    height: 118px;
}

.menu_logged{
    /*background: url(../images/new/menubar_background.png) rgba(222, 233, 242, 0.90) repeat-x;*/
    background: rgba(222, 233, 242, 0.90) repeat-x;
    padding-top:15px;
    display:inline-block;
    margin:auto;
    width:75%;
}

.logo_logged
{
    background: url(../images/new/logos/sam_small_logo.png) rgba(222, 233, 242, 0.90) no-repeat right ;
    float: left;
    height: 90px;
    width: 13%;
    background-size: 90%;
}

.loginSection_logged {
    background: rgba(222, 233, 242, 0.90);
    float: right;
    width: 12%;
    height: 90px;
}

.mid-content
{
    background-color: #eef4f8;
    width: 100%;
    min-height:570px;
}
