﻿body {
}

.span {
    color: whitesmoke;
    background-color: #507CD1;
    border: solid;
    border-color: #507CD1;
    border-width: thin;
}

.guidespan {
    color: maroon;
    font-weight: bold;
    font-size:small;
}

.smallspan {
    font-size:small;
}

.largespan {
    font-size:x-large;
}

.subtitlelabel {
    color: whitesmoke;
    background-color: #507CD1;
    border: solid;
    border-color: #507CD1;
    border-width: thin;
    font-weight: 700;
}

.titlelabel {
    color: whitesmoke;
    background-color: #507CD1;
    border: solid;
    border-color: #507CD1;
    border-width: thin;
    font-size:x-large;
}

.pagetitlelabel {
    color: whitesmoke;
    background-color: #507CD1;
    border: solid;
    border-color: #507CD1;
    border-width: thin;
    font-size:large;
}

.errlabel {
    background-color: inherit;
    border-style: none;
    font-size:medium;
}

.textright {
    text-align: right;
    ime-mode: disabled;
}

.textrightdisabled {
    background-color: gainsboro;
    text-align: right;
    ime-mode: disabled;
}

.text_no {
    text-align: right;
    width: 60px;
    ime-mode:disabled;
}

.text_narrow {
    ime-mode:disabled;
}

.text_name {
    ime-mode:active;
}

.gridtextleft {
    border-style: none;
}

.gridtextnarrow {
    border-style: none;
    ime-mode:disabled;
}

.gridtextright {
    border-style: none;
    text-align: right;
    ime-mode: disabled;
}

.gridtextleftreadonly {
    border-style: none;
    background-color: whitesmoke;
}

.gridtextrightreadonly {
    border-style: none;
    background-color: whitesmoke;
    text-align: right;
}

.commandbutton {
    display: block;
    width: 80px;
    height: 25px;
}

.largebutton {
    display: block;
    width: 100px;
    height: 25px;
}

.checkbox {
    color: whitesmoke;
    background-color: #507CD1;
    border: solid;
    border-color: #507CD1;
    border-width: thin;
    vertical-align:central;
}

.float
{
    color: black;
    background-color: white;
    border: solid;
    border-width: 1px;
    position: absolute;
    z-index: 999;
}

.overlay
{
    background-color: black;
    opacity: 0.5;
    position: fixed;
    z-index: 998;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.pagerstyle {
    font-weight: bold;
    font-size:X-large;
}

