﻿body {
    font-family: Arial, sans-serif;
}
.page_banner {
    display: block;
    max-width: 100%;
}
    .page_banner .banner_image {
        width: 100%;
    }
.page_title {
    background-color: #444444;
    color: white;
    border-top: solid 5px #F8981D;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 4px;
}
.page_LoggedIn {
    background-color: #444444;
    color: white;
    text-align: center;
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
}
.button_offset_up {
    margin-top: -40px;
    padding-right: 20px;
}
.page_footer {
    background-color: #444444;
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 8pt;
    font-style: italic;
}
.concrete {
    background-image: url("../images/Concrete_Texture.jpg");
}
.menu-content {
    padding-top: 20px;
    padding-bottom: 20px;
}
.section-title {
    margin-top: -8px; /*reduce the size of the header background*/
    margin-bottom: -8px;
    font-size: 12pt;
    font-weight: bold;
    color: #F8981D;
}
.menu-panel {
    padding-left: 20px;
    padding-right: 20px;
}
.menu-link {
    background: linear-gradient(to right, #B5B5B5, #E5E5E5, #B5B5B5);
    padding-top: 8px;
    padding-bottom: 8px;
    color: black;
    margin-bottom: 6px;
    border: 1px solid;
    border-radius: 6px;
    width: 100%;
    font-weight: bold;
}
    .menu-link:hover {
        background-color: white;
        color: #F8981D;
        cursor: pointer;
    }
.panel-welcome-content {
    min-height: 60px;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}
.menubar {
    text-align: center;
    padding: 0px;
    padding-top: 12px;
}
.panel-min-body {
    min-height: 600px;
}

