﻿
#LoginDiv
{
    background-color: #ebefeb;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 34px;
}
#MainTable td.LeftCommand:hover
{
    background-image: url(images/Linkarrow.jpg); /*    background-color: #FF9933;*/
}
#MainTable td.LeftCommand:hover a
{
    color: Black;
}
#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: #03530e;
    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;
    left: 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;
    overflow:auto;
}
#InputArea
{
    position: relative;
    left: 0px;
    min-height: 400px;
    border: ridge 2px gray;
    background-color: #ffffed;
    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 .Button:hover td.BtnLeft
{
    background-image: url(images/Button2_Left.png);
}

.TopMenuButtons .Button:hover td.BtnRight
{
    background-image: url(images/Button2_Right.png);
}


.TopMenuButtons .Button:hover td.BtnCenter
{
    background-image: url(images/Button2_Back.png);
}


.TopMenuButtons td.BtnLeft
{
    background-image: url(images/Button_Left.png);
    background-repeat: no-repeat;
    height: 26px;
    width: 20px;
}


.TopMenuButtons td.BtnRight
{
    background-image: url(images/Button_Right.png);
    background-repeat: no-repeat;
    height: 26px;
    width: 22px;
}



.TopMenuButtons td.BtnCenter
{
    background-image: url(images/Button_Back.png);
    background-repeat: repeat-x;
    height: 26px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}

.TopMenuButtons a
{
    font-size: 10px;
    width: 100%;
    color: Black;
}
.TopMenuButtons a:hover
{
    font-size: 10px;
    color: Red;
}

.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;
}

.SurveyFiles
{
    display: inline;
    float: left;
    margin: 5px;
    position: relative;
}
.SurveyFileImage
{
    width: 135px;
    height: 135px;
    border: solid 1px #828282;
}
.SurveyFileImage:hover
{
    background-color: #ffffdd;
}
