﻿html
{
    height: 100%;
    overflow: hidden; /* Need this line to hide scroll bar in IE*/
}
body
{
    background-image: url(/inc/images/CloudsBg2.jpg);
    background-color: #ceeaf8;
    background-repeat: repeat-x;
    background-position: top;
    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;
    height: 100%;
    overflow:hidden;
}

body.PopUp  {

    background-color: #ffffed;
    background-image:none !important;
    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;
    height: 100%;
}

#PopUpMain
{
    overflow:auto ;
    position:absolute;
    right:0px;
    bottom:0px;
    top:0px;
    left:0px;
    padding:10px;
    height:100%;
    
    }
legend
{
    font-weight: bold;
}
form
{
    position:absolute;
    width:100%;
    height: 100%;
    top:0px;
    left:0px;
}

#StaticPageContent
{
    /*	border:solid 1px red;*/
    position: absolute;
    z-index: 90;
    top: 151px;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.PageContent
{
    background-image: url(/inc/images/CleanBg.jpg);
    background-repeat: no-repeat;
    background-position: 10px 0px;
}

.Page_Title
{
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: #3333aa;
    text-decoration: underline;
    text-align: center;
    padding-bottom: 10px;
    width: 90%;
    margin-top: 10px;
}

.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;
}

#CopyRight
{
    position: fixed;
    bottom: 2px;
    right: 2px;
}



.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;
}
