﻿
#pageHeader
{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    background-image: url("App_themes/images/top-strip.png");
}
#colContainer
{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}
#pageFooter
{
    border: 1px solid #00793A;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    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;
    width: 100%;
    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;
}
.background-repeat
{
    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;
}
.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;
}
.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 #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;
}
