﻿body {
}
/********************** Buttons ****************************/
.button_Sky_blue {
    background: #2e7d32 !important;
    color: #fff;
    border: none;
    cursor: pointer;
    font-family: Arial;
    font-size: 15px;
    padding: 0;
    text-decoration: none;
    padding: 5px 10px;
    line-height: 18px;
    margin: 5px 0px;
}

.navy {
    background: #2e7d32 none repeat scroll 0 0;
    color: #fcfcfe;
    /* float: left;*/
    padding: 2px 0px 5px 0px;
    text-align: center;
    width: 50%;
}

.navysettings {
    background: #2e7d32 none repeat scroll 0 0;
    color: #fcfcfe;
    /* float: left; */
    padding: 2px 0px 5px 0px;
    text-align: center;
    width: 100%;
    margin-left: 0px;
}

.HomeLoginBar {
    width: 98%;
    background-color: #2e7d32;
    /*margin-top:40px;*/
    display: block;
    position: fixed;
    height: 100px;
    margin-left: 5px;
}

.topbar {
    height: 40px;
    margin-left: 20px;
    background-color: #F2F1F1;
    width: 97%;
    margin-right: 10px;
    padding-top: 5px;
}
