﻿
#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: 100px;
}

.MenuStyle {
    font-family: Arial;
    font-size: larger;
}

.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;
}

.grdRow {
    font-size: small;
    font-family: Times New Roman;
}

.grdAlternateRow {
    font-size: small;
    font-family: Times New Roman;
}

.modalBackground {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.5;
}

.modalPopup {
    background-color: #E6E6E6;
    border-width: 2px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 800px;
    height: 400px;
}

.padding {
    padding-top: 20px;
}

.modalBackground1 {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.5;
}

.modalPopup1 {
    background-color: #E6E6E6;
    border-width: 2px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 1200px;
    height: 400px;
}

input:read-only {
    cursor: not-allowed;
}

.fixed_header tbody {
    display: block;
    overflow: auto;
    height: 200px;
    width: 100%;
}

.fixed_header thead tr {
    display: block;
}

.buttonStyl {
    color: black;
    /*background-color: cornflowerblue;*/
    border-color: black;
    border-style: ridge;
    font-weight: bold;
    display: inline-block;
    cursor: pointer
}

.issueBtn {
    color: black;
    background-color: cornflowerblue;
    border-color: black;
    border-style: ridge;
    font-weight: bold;
    display: inline-block;
    cursor:pointer;
}
