.CenterPosition {
    display: block;
    border: thick solid #eef3f6;
    position: fixed;
    width: 20%;
    background-color: #EFF3FB;
    text-align: center;
    top: 50%;
    left: 40%;
}

#pageHeader {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-repeat: no-repeat;
}

#colContainer {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#pageFooter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-decoration: none;
    height: 80px;
    color: #990000;
    font-family: Calibri;
    font-size: medium;
    background-color: #E9E9E9;
    vertical-align: middle;
}

#pageMenu {
    float: left;
    width: 175px;
}

#title {
    color: #00793A;
    font-weight: bold;
    font-size: 15px;
    font-family: Verdana;
    text-align: center;
}

.modalBackground {
    background-color: #CCCCFF;
    filter: alpha(opacity=10);
}

.invisible {
    position: absolute;
    top: -1000px;
}

.promptclass {
    color: White;
    font-weight: bold;
    background-color: Green;
    text-align: center;
    border: solid 1px green;
}

#pageContent {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.btn.btn-default {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.GridViewStyle {
    font-family: Arial,Sans-Serif;
    font-size: smaller;
    table-layout: auto;
    border-collapse: collapse;
    border: black 1px solid;
    margin-right: 0px;
    text-align: center;
    padding: 5px 5px 5px 5px;
}
    .GridViewStyle td {padding:10px;
    }
    .GridViewStyle th {padding:10px;
    }
   
.HeaderStyle {
    background-image: url(images/buttonblue.gif);
    background-position: center;
    background-repeat: repeat;
    background-color: #eef3f6;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}

.PagerStyle {
    /*background-image: url(images/buttonblue.gif);*/
    background-position: center;
    background-repeat: repeat-x;
    background-color: #eef3f6;
    color: #FFFFFF;
}

.AlternateRowStyle {
    background-color: #eef3f6;
}

.selectedRowStyle {
    background-color: SILVER;
}

.StaticMenuStyle {
    background-color: #00793A;
}

.StaticMenuItemStyle {
    font-size: 0.7em;
    color: #FFFFFF;
    padding: 2px 5px 2px 5px;
    text-align: left;
}

.StaticHoverStyle {
    background-color: #00793A;
    color: White;
}

.DynamicMenuStyle {
    border-color: #00793A;
    border-style: Solid;
    border-width: 1px;
    background-color: #EAEAEA !important;
}

.DynamicMenuItemStyle {
    font-size: 0.7em;
    color: #00793A;
    padding: 2px 5px 2px 5px;
    text-align: left;
}

.DynamicHoverStyle {
    background-color: #00793A;
    color: White;
}

.ButtonStyle {
    color: #FFFFFF;
    text-decoration: none;
    background-image: url( 'Images/buttonGreen.gif' );
    background-position: center;
    background-repeat: repeat-x;
    background-color: #00793A;
    font-weight: bold;
    font-size: .8em;
}

.LabelTitle {
    color: black;
    font-family: Verdana;
    font-size: 1em;
    font-weight: bold;
}

.LabelStyle {
    text-align: center;
    font-family: Verdana;
    font-size: .9em;
    color: black;
    font-weight: bold;
    margin-bottom: 0px;
}

.ErrorLabelStyle {
    color: #FF0000;
}

.TextboxStyle {
    text-align: left;
    border-width: 1px;
    border-style: solid;
    width: 175px;
    font-size: .7em;
}

.HideStyle {
    visibility: hidden;
}

.WaterMark {
    background-color: Lime;
    color: Navy;
}

#marqueecontainer {
    position: relative;
    width: 175px;
    height: 200px;
    background-color: white;
    overflow: hidden;
    padding: 0px;
    padding-left: 0px;
}

.LoginStyle {
    border: 1px solid #00793A;
    background-color: #EAEAEA;
}

.empTextboxstyle {
    text-align: left;
    border-width: 1px;
    border-style: solid;
    width: 100px;
    font-size: 0.7em;
}

.PrintStyle {
}
