﻿html
{
    /*height: 100%; 	overflow: auto; /* Need this line to hide scroll bar in IE*/
}
body
{
    margin: 0 0 0 0; /*overflow: auto; 	background-repeat: repeat-x; 	background-position: top; 	/*background-image: url(/inc/images/bg_body_tile.png);*/
    font-family: verdana;
    font-size: 11px;
}
legend
{
    font-weight: bold;
}
form
{
    height: 100%;
}

.Page_Title
{
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #3333aa;
    text-decoration: underline;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#StaticPageContent
{
    /*	border:solid 1px red;*/
    position: absolute;
    left: 58px;
    z-index: 90;
    top: 180px;
    width: 880px;
    height: 500px;
    overflow: auto;
}

.PageContent
{
    background-image: url(/inc/images/CleanBg.jpg);
    background-repeat: no-repeat;
    background-position: 10px 0px;
}

a, a.visited
{
    color: #3399ff;
}

a:Hover
{
    color: #0000FF;
}

.Feedback
{
    visibility: hidden;
    display: none;
}

.FeedbackShow, .FeedbackError
{
    visibility: visible;
    display: block;
    font-size: 12px;
    font-family: Sans-Serif;
    margin-top: 10px;
    margin-bottom: 10px;
}

.FeedbackError
{
    color: #FF0000;
}


.ParentService
{
    font-weight: bold;
    text-align: left;
    color: #003399;
}
.ChildService
{
    text-align: left;
    margin-left: 20px;
    font-weight: normal;
}

.FormViewCommands
{
    position: Absolute;
    bottom: 10px;
    right: 20px;
    font-size: 13px;
    font-family: Sans-Serif;
    line-height: 25px;
}

.FormViewTable td
{
    vertical-align: top;
}

.FormViewTable div
{
    margin-top: 0px;
    padding-top: 3px;
    padding-bottom: 1px;
    vertical-align: bottom;
    min-height: 20px;
}

.FormViewTable .Label
{
    width: 120px;
    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;
}

.FxExport
{
    float: right;
    text-align: right;
    height: 16px;
    background-image: url(/images/Excel.png);
    background-repeat: no-repeat;
    padding-left: 24px;
    padding-right: 5px;
    font-weight: bold;
}
