﻿body {
}

.fontspan {
    font-family: Arial, Verdana;
    font-weight: bold;
    font-size: 16px;
}

.CommandLink {
    background-color: #ffffff;
    color: blue;
    font-weight: bold;
    text-decoration: underline;
    cursor: hand;
}

.hrtag {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}

.tblDefault {
    border-collapse: separate;
    border-spacing: 2px;
    margin: 0 auto;
}

.btnLogin {
    -webkit-appearance: push-button;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    color: buttontext;
    background-color: buttonface;
    box-sizing: border-box;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}
