﻿@media print {
    .pagebreak {
        page-break-inside: avoid;
    }
}

#pageHeader {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /*head_start*/background-image: url('images/banner.jpg'); /*head_end*/
    height: 90px;
}

#colContainer {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#pageFooter {
    border: 1px solid #00793A;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #000066;
    color: #FFFFFF;
    text-decoration: none;
    font-size: small;
}

#pageMenu {
    float: left;
    width: 175px;
}

#title {
    color: #000066;
    font-weight: bold;
    font-size: 15px;
    font-family: Arial;
    text-align: center;
}

#pageContent {
    margin-left: auto;
    text-align: left;
}

.CenterPosition {
    display: block;
    border: thick solid #009933;
    position: fixed;
    width: 20%;
    background-color: #EFF3FB;
    text-align: center;
    top: 50%;
    left: 40%;
}

.GridViewStyle {
    font-family: Arial,Sans-Serif;
    font-size: 0.7em;
    table-layout: auto;
    border-collapse: collapse;
    border: #000066 5px solid;
    margin-right: 0px;
    text-align: left;
}

.HeaderStyle {
    background-image: url(images/buttonGreen.gif);
    background-position: center;
    background-repeat: repeat-x;
    background-color: #000066;
    padding: 5px;
    color: #FFFFFF;
    text-align: center;
}

.PagerStyle {
    background-image: url(images/buttonGreen.gif);
    background-position: center;
    background-repeat: repeat-x;
    background-color: #000066;
    padding: 5px;
    color: #FFFFFF;
}

.AlternateRowStyle {
    background-color: #EAEAEA;
}

.selectedRowStyle {
    background-color: SILVER;
}

.StaticMenuStyle {
    background-color: #EAEAEA;
}

.StaticMenuItemStyle {
    font-size: 0.7em;
    color: #000066;
    padding: 2px 5px 2px 5px;
    text-align: left;
}

.StaticHoverStyle {
    background-color: #000066;
    color: White;
}

.DynamicMenuStyle {
    border-color: #00793A;
    border-style: Solid;
    border-width: 1px;
    background-color: #EAEAEA;
}

.DynamicMenuItemStyle {
    font-size: 0.7em;
    color: #000066;
    padding: 2px 5px 2px 5px;
    text-align: left;
}

.DynamicHoverStyle {
    background-color: #000066;
    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;
}

    .ButtonStyle:disabled {
        color: #ccc5c5;
        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: #000066;
    font-family: Verdana;
    font-size: 1em;
    font-weight: bold;
}

.LabelStyle {
    text-align: left;
    font-family: Verdana;
    font-size: .7em;
    color: #000066;
    font-weight: bold;
    margin-bottom: 0px;
}

.ErrorLabelStyle {
    color: red;
}

.TextboxStyleold {
    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 #000066;
    background-color: #EAEAEA;
}

.empTextboxstyle {
    text-align: left;
    border-width: 1px;
    border-style: solid;
    width: 100px;
    font-size: 0.7em;
}

.modalBackground {
    background-color: #CCCCFF;
    filter: alpha(opacity=40);
}

.invisible {
    position: absolute;
    top: -1000px;
}
