﻿.font_Default {
    /*font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;*/
    color: #000055;
    font-size: 1.0rem;
    font-weight: normal;
}
.font_Default_Medium {
    font-size: 0.9rem;
}
.font_Default_DialogHeader {
    font-size: 1rem;
    font-weight: bold;
}

.font_Default_Clickable {
    padding: 2px;
    border: 1px solid gray;
    background-color: ivory;
    cursor: pointer;
    margin-left: 1px;
    font-size: 0.7rem;
}
.font_Default_Clickable:hover {
    background-color: cadetblue;
}
.font_DialogHeader
{
    font-size: 1.3rem;
}
.font_Bold {
    font-weight: bold;
}
.DefaultHeaderRow_font_titleHasImage {
    font-size: small;
}

.font_Title1 {
    font-size: 1.6rem;
    font-weight: bold;
}

.DefaultHeaderRow_font_title2 {
    font-size: 1.3em;
    font-weight: bold;
}

.font_Default_09 {
    font-size: 0.9rem;
}
.font_Default_07 {
    font-size: 0.7rem;
}
.font_Default_06 {
    font-size: 0.6rem;
}

.font_Default_Small {
    font-size: small;
}

.font_Default_Italic {
    font-style: italic;
}
.HyperlinkColor {
    color: blue;
}
.font_Default_Hyperlink {
    color: blue;
    text-decoration: none;
    cursor: pointer;
}

.font_Default_Hyperlink:hover {
    text-decoration: underline;
}

.font_Default_Underline {
    text-decoration: underline;
}

.font_Error {
    color: red;
}

.font_Note {
    color: blue;
    font-weight: bold;
}

.font_Default_Link {
    color: blue;
    text-decoration: none;
    cursor: pointer;
}

    .font_Default_Link:hover {
        text-decoration: underline;
    }

.font_Default_Large {
    font-size: large;
}
.error
{
    color: red;
}
.hlMainMenu {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.0rem;
    color: darkslateblue;
    cursor: pointer;
    display: inline-block;
    width: fit-content;
    height: 20px;
    text-align: center;
    border-bottom: 2px solid #EEEEEE;
    padding: 6px 5px 0px 5px;
    margin-right: 1px;
    text-decoration: none;
    background-color: #EEEEEE;
}
.hlMainMenu:hover {
    background-color: azure;
    color: dodgerblue;
    border-bottom: 2px solid dodgerblue;
}

.hlMainMenuWithSub {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.0rem;
    color: darkslateblue;
    cursor: pointer;
    display: inline-block;
    width: fit-content;
    height: 20px;
    text-align: center;
    border-bottom: 2px solid #EEEEEE;
    border-left: 2px solid #EEEEEE;
    padding: 6px 5px 0px 5px;
    margin-right: 1px;
    text-decoration: none;
    background-color: #EEEEEE;
}
.hlMainMenuWithSub:hover {
    background-color: azure;
    color: dodgerblue;
    border-bottom: 2px solid dodgerblue;
    border-left: 2px solid dodgerblue;
}

.hlMainMenuSubMenu {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.0rem;
    color: gray;
    cursor: pointer;
    display: inline-block;
    width: 120px;
    height: 20px;
    text-align: left;
    border-left: 2px solid #EEEEEE;
    border-bottom: 2px solid #EEEEEE;
    padding: 6px 5px 0px 5px;
    margin-right: 1px;
    text-decoration: none;
    background-color: #EEEEEE;
}
.hlMainMenuSubMenu:hover {
    background-color: azure;
    color: dodgerblue;
    border-bottom: 2px solid dodgerblue;
}