﻿html, body {
    height: 100%;
    width: 100%;
    border: 0px;
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    color: black;
}

.NoSelect {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#ViewPortPerimeter.desktop .ContainerOuter {
    background-image: url(banner.png);
    background-position: bottom;
    background-repeat: repeat-x;
}

#ViewPortPerimeter.desktop .PageHeaderBorder {
    background-color: #d1dbe0;
}

.PageHeaderBorder {
    white-space: nowrap;
}

h1 {
    color: black;
    font-size: 2em;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

h2 {
    color: black;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

h3 {
    color: black;
    font-size: 1.25em;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
}

a,
a:link,
a:active
a:visited {
    color: black;
    text-decoration: none;
}

    a:hover {
        position: relative;
        color: black;
        text-decoration: none;
    }

file,
checkbox,
input,
radiobutton,
select,
textarea {
    border-width: 1px;
    border-style: solid;
    border-left-color: #ccc;
    border-top-color: #ccc;
    border-bottom-color: gray;
    border-right-color: gray;
    padding: 4px 1px 4px 1px;
    font-family: Courier New, Courier, Fixed, monospace;
    font-size: small;
}


.HTMLRootSubMenuBeginMenuCloserSpecific,
.HRSMBMCS {
    background-color: #F5F5F5;
    border-bottom-color: gray;
    border-left-color: white;
    border-right-color: gray;
    border-width: 1px;
    border-style: solid;
    border-top-color: white;
    border-width: 2px;
    height: 100%;
    margin: 0px;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    top: 0px;
    width: 317px;
    z-index: 9989;
}

.HTMLRootSubMenuClosedSpecific,
.HRSMCS {
    height: 0px;
    left: 0px;
    display: none;
    border-style: none;
    border-width: 0px;
    margin: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    z-index: 9989;
}

/* BUTTON STYLES */

.Button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-top-color: lightgray;
    border-left-color: lightgray;
    border-bottom-color: black;
    border-right-color: black;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    font-weight: bold;
    white-space: nowrap;
    min-width: 70px;
    padding: 4px 4px 4px 4px;
    background-color: /*@dialog-background-color:begin*/ #d9d9d9 /*@dialog-background-color:end*/;
}

.ButtonDisabled {
    display: inline-block;
    text-align: center;
    color: Gray;
    text-decoration: none;
    border-top-color: lightgray;
    border-left-color: lightgray;
    border-bottom-color: gray;
    border-right-color: gray;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    border-style: solid;
    font-weight: bold;
    white-space: nowrap;
    min-width: 70px;
    padding: 4px 4px 4px 4px;
    background-color: /*@dialog-background-color:begin*/ #d9d9d9 /*@dialog-background-color:end*/;
}
