﻿

/*  A  */
a, a:visited, a:active, .rnvLink .rnvText 
{
    color: #FF9900;
    text-decoration: none;
    font-weight: bold;
}

a:hover 
{
        text-decoration: underline;
}

a.nav 
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

a.nav:hover, a.nav:active 
{
    color: #666666;
}


body, p, table 
{
    font-family: Tahoma, Sans-Serif;
    font-size: 16px;
    letter-spacing: .11em;
}

/*  C  */
.contentBoxWithTopper 
{
    border: 2px solid #000000;
    border-top: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 10px;
}
.contentTopper 
{
    margin-bottom: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    border-left: 2px solid #000000;
}


/*  D  */



/* E */

.error {
    color: #FF0000;
    font-weight: bold;
    font-size: .8em;
}

/* F */

.filterMenu {
    z-index: 1000000 !important;
}


/* H */
h1, h2, h3 {
    margin-top: 5px;
    font-variant: small-caps;
    /*color:#FF9900;*/
}

    h1 a, h1 a:hover {
        text-decoration: none;
    }

h3, .h3Div {
    padding: 5px;
    background-color: LightGray;
    border-radius: 5px;
}




.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 99998 !important;
    width: 100%;
    height: 100%;
}

.modalBackgroundBlack {
    background-color: #BED0E2;
    background-position: left top;
    background-repeat: no-repeat;
    z-index: 2147483640 !important;
}

.modalBackgroundTop {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 100000 !important;
    width: 100%;
    height: 100%;
}

.modalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: outset;
    border-color: #000000;
    padding: 8px;
    width: 450px;
    border-radius: 7px;
    box-shadow: 7px 7px 7px #000000;
    text-align: left;
    z-index: 99999 !important;
    position:absolute;
}

.modalPopupTop {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: outset;
    border-color: #000000;
    padding: 8px;
    width: 450px;
    border-radius: 7px;
    box-shadow: 7px 7px 7px #000000;
    text-align: left;
    z-index: 100000000 !important;
}


/*  S  */
.siteTitle
{
    font-size:2em;
    font-variant:initial;
    font-variant-caps:titling-caps;
}


/* T */
.TabMultiPage {
    width: 100%;
    background-color: #FFFFFF;
    padding: 5px 10px;
    border: 2px solid #000000;
    border-radius: 10px;
    min-height: 100px;
    margin-bottom:1vh;
    margin-top:0;
    vertical-align:top;
}

.TabStrip, .TabStrip div {
    font-weight: bold;
    margin-left: 10px !important;
    width: 99% !important;
    border-bottom-width: 0px !important;
}

/* W */
.watermarked 
{
    color: #BED0E2
}