﻿#LoginDiv a
{
    color: White;
}

#LoginDiv a:hover
{
    color: red;
}

#LoginDiv
{
    background-color: #4386aa;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 34px;
    color: White;
}

#MainTable td.LeftCommand:hover
{
    background-image: url(images/Pointer.png);
    background-color: #05527c;
}
#MainTable td.LeftCommand:hover a
{
    color: White;
}
#MainTable td.LeftCommand
{
    background-position: 0px 2px;
    background-repeat: no-repeat;
    padding-left: 34px;
    border-top: solid 1px gray;
    height: 27px;
}

#MainTable td.LeftCommand a
{
    color: #05527c;
    font-weight: bold;
    width: 100%;
}

.Footer
{
    background-image: url(images/Footer.png);
    background-repeat: repeat-x;
    height: 15px;
}
.CopyRight
{
    font-size: 10px;
    font-style: italic;
}
#CopyRight3E
{
    background-image: url(/images/Trans1_20.png);
    background-repeat: repeat;
    width: 32px;
    height: 27px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 9999;
    color: #204282;
}
/*
  This is good for regular windows
*/
.Page_Title
{
    color: #009933;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
}
/*
  This is good for pop up windows
*/
.Page_Title2
{
    color: #009933;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 20px;
}
#Container1
{
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}
#InputArea
{
    position: relative;
    left: 0px;
    min-height: 400px;
    border: ridge 2px gray;
    background-color: #E1FFFF;
    padding: 10px;
    text-align: left;
}

/*
  This was from the old pages 
*/
/*
.style1
{
    color: #009933;
    font-weight: bold;
    font-size: small;
}
.style2
{
    font-size: x-large;
    font-weight: bold;
    color: #FF0000;
}
.style3
{
    color: #009933;
}
.style4
{
    color: #FF3300;
    font-size: medium;
}


 Used in FxControls\TopMenu.ascx 
*/




.TopMenuButtons .FirstItem .Button:hover td.BtnLeft
{
    background-image: url(images/OLSButtonLeft3.png);
    background-repeat: no-repeat;
    height: 58px;
    width: 14px;
}


.TopMenuButtons .LastItem .Button:hover td.BtnRight
{
    background-image: url(images/OLSButtonRight3.png);
    background-repeat: no-repeat;
    height: 58px;
    width: 15px;
}


.TopMenuButtons .Button:hover td.BtnLeft,
.TopMenuButtons .Button:hover td.BtnRight,
.TopMenuButtons .Button:hover td.BtnCenter
{
    background-image: url(images/OLSButtonBack3.png);
    background-repeat: repeat-x;
    height: 58px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}

.TopMenuButtons .FirstItem .Button td.BtnLeft
{
    background-image: url(images/OLSButtonLeft.png);
    background-repeat: no-repeat;
    height: 58px;
    width: 14px;
}


.TopMenuButtons .LastItem .Button td.BtnRight
{
    background-image: url(images/OLSButtonRight.png);
    background-repeat: no-repeat;
    height: 58px;
    width: 15px;
}


.TopMenuButtons td.BtnLeft,
.TopMenuButtons td.BtnRight,
.TopMenuButtons td.BtnCenter,
.TopMenuButtons td.Welcome
{
    background-image: url(images/OLSButtonBack.png);
    background-repeat: repeat-x;
    height: 58px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}


.TopMenuButtons a
{
    font-family:Segoe UI;
    font-size: 16px;
    font-style:italic;
    width: 100%;
    color: #FFFFFF !important;
    padding:10px;
}
.TopMenuButtons a:hover
{
    font-family:Segoe UI;
    font-size: 16px;
    font-style:italic;
    color: #05527c !important;
}

.FormViewTable td
{
    vertical-align: top;
}

.FormViewTable div
{
    margin-top: 0px;
    padding-top: 3px;
    padding-bottom: 1px;
    vertical-align: bottom;
    min-height: 20px;
}

.FormViewTable .Label
{
    margin-right: 10px;
    text-align: right;
    vertical-align: top;
}
.FormViewTable .Value
{
    width: 180px;
    text-align: left;
    padding-left: 5px;
    font-family: Sans-Serif;
    border-bottom: solid 1px black;
}
.FormViewTable .Input
{
    padding-top: 0px;
    width: 180px;
}
