﻿body {
}

#topContent {
    background-color: #BDBDBD;
    height: auto;
    font-family: Arial;
    width: 1340px;
    vertical-align: top;
}

#mainContent {
    background-color: #E6E6E6;
    max-height: inherit;
    min-height: 500px;
    font-family: Arial;
    width: 1340px;
    vertical-align: top;
}

#footerContent {
    background-color: #BDBDBD;
    text-align: center;
    height: 25px;
    font-family: Arial;
    width: 1340px;
}

.ModalBackground {
    background-color: Grey;
    filter: alpha(opacity=90);
    opacity: 0.8;
}

.ModalPopup {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 300px;
    height: 200px;
}

.ModalPopupModel {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 300px;
    height: 250px;
}

.MenuStyle {
    font-family: Arial;
    font-size: larger;
}

.MenuStyle a.static.highlighted
{
    color:Red !important;
}

.MenuStyle a.static.selected
{
    color:Blue !important;
}

.NormalButton {
    background-color: lightgray;
    border-color: black;
    border-style: ridge;
    font-family: Arial;
    font-weight: bold;
}

.SpecialButton {
    background-color: CornflowerBlue;
    border-color: black;
    border-style: ridge;
    font-family: Arial;
    font-weight: bold;
}

.grdHeader {
    font-weight: bold;
    background-color: #A9A9A9;
    font-size: small;
    font-family: Times New Roman;
}

.grdHeaderAbsolute {
    font-weight: bold;
    background-color: #A9A9A9;
    font-size: small;
    font-family: Times New Roman;
    position: absolute;
    height: 20px;
    top:110px;
}

.grdRow {
    font-size: small;
    font-family: Times New Roman;
}

.grdAlternateRow {
    font-size: small;
    font-family: Times New Roman;
}
