﻿body {
    font-size: 15px;
}

.Box {
    border: 1px solid #808080;
    border-radius: 10px;
    height: auto !important;
    width: 90%;
    color: black;
    text-decoration: none;
    padding: 8px 14px 8px 14px;
    margin: auto;
    background-color:white;
}
.Button {
    background-image: none !important;
    font-weight: normal;
    box-shadow: 2px 2px 1px black;
    padding:unset;
}

.LoginButton {
    color: white;
    background-color: green;
}

    .LoginButton:active:focus {
        box-shadow: none;
    }

    .LoginButton.ui-btn-hover-a:hover {
        color: white;
    }

    .LoginButton.ui-btn-up-a:visited {
        color: white;
    }
    .LoginButton .ui-btn-inner {
        color:white !important;
        background-color:green !important;
    }

    .Button:active:focus {
        box-shadow: none;
    }

    .Button.ui-btn-up-a:visited {
        box-shadow: 2px 2px 1px black;
    }
.ui-focus, .ui-btn:focus {
    box-shadow: 2px 2px 1px black;
}

.StartHidden {
    display:none;
}

.aTagNoMarkUp {
    text-decoration:none;
    color:black !important;
    font-weight:normal !important;
}

.ui-body-a {
    text-shadow:none !important;
}
.ui-btn-up-a {
    text-shadow:none !important;
}

.ui-btn-hidden {
    background: none !important;
    /*background-color: #ff4e00 !important;*/
    opacity: 1 !important;
    /*color: white !important;*/
    border-radius: 10px !important;
    font-size: 15px;
    background-image: none;
}

.DisplayNone {
    display:none;
}

.HeaderMargin {
    margin:.5em .5em;
}