﻿.COPYRIGHT
{
	font-size: 8pt;
	font-family: arial;
	text-align:center;
	vertical-align:bottom;
}

html {
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

.alert-text {
    color: red !important;
}

.required-field::after {
    content: " *";
    color: red;
}

/*Navigation Menu*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 20px 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

    ul#menu li a {
        background: none;
        color: #999;
        text-decoration: none;
    }

    ul#menu li a:hover {
        color: #333;
        text-decoration: none;
    }

/*Search Style*/
.Search {

}

.Search-Left {
    float: left;
    width: 34%;
    border-right: 1px solid gray;
}

.Search-Right {
    float: right;
    width: 64%;
}

.Search-End {
    clear: both;
}

/*Wrapper Style*/
.Wrapper {
    position: relative;
    height: 100%;
    width: 100%;
}

.Wrapper-Content {
    height:100%; 
    width: 100%;
    position: absolute;
}

.Wrapper-Loading {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    margin-top: 15%;
    display: block;
    text-align: center;
}
