﻿body
{
	background-color:#004D9A; 
	font-size: smaller;
	font-family: Verdana;

}

.header
{
	font-family: Verdana;
	left: 0%;
	width: 750px;
	position: absolute;
	top: 0%;
	height: 125px;
	background-color: transparent;
}

.pagetitle
{
	font-size: larger;
	font-family: Verdana;
	position: absolute;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid;
	color: #004d9a;
	background-color: white;
}
	
.workbody
{
	font-family: Verdana;
	left: 0%;
	width: 750px;
	position: absolute;
	top: 5%;
	height: 85%;
	background-color: transparent;
	}

.footer
{
	font-family: Verdana;
	left: 0%;
	width: 750px;
	position: absolute;
	top: 95%;
	height: 5%;
	background-color: transparent;
	text-align: center;
}
	
.logo
{	
	left: 0%;
    width: 100%; 
	position: absolute;
	top: 0%;
	height: 75px;
}

.gridpanel
{
	position: absolute; 
	overflow: auto;
	}
	
.gridbase
{
	font-size: small;
	font-family: Verdana;
}

.GridFixedHeader
{
	position: relative; 
	top: expression(this.offsetParent.scrollTop-2); 
	background-color: Silver;
}

/*
.gridpanel
{
	left: 0%;
	width: 100%;
	position: absolute;
	top: 20%;
	height: 50%;
	overflow: auto;
} */

.labels
{
	font-size: small;
	font-family: Verdana;
	background-color: transparent;
	color: #333333;
	position: absolute;
}

.title_labels
{
	font-size: small;
	overflow: auto;
	font-family: Verdana;
	position: absolute;
	background-color: white;
	color: #004d9a;
	text-align: center;
	font-weight: bold;
}


/*
.warning_labels
{
	font-size:  medium;
	font-family: Verdana;
	background-color: transparent;
	color: red;
	position: absolute;
}
*/

.warning_labels
{
	font-size: small;
	font-family: Verdana;
	background-color: transparent;
	color: red;
	position: absolute;
	}


.field_labels
{
	font-size: small;
	font-family: Verdana;
	background-color: white;
	color: black;
	position: absolute;
}
	
.data_labels
{
	font-size: small;
	font-family: Verdana;
	font-weight: bold;	
	color: #333333;
	background-color: white;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	position: absolute;
	}
	
.helper_labels
{
	font-size: smaller;
	font-family: Verdana;
	background-color: white;
	color: #004d9a;
	position: absolute;
	vertical-align: top;
	text-align: left;
}



.forms
{
	font-size:  small;
	font-family: Verdana;
	position: absolute;
}

.panels
{
	font-size: small;
	overflow: auto;
	font-family: Verdana;
	position: absolute;
	background-color: white;
	color: #004d9a;
	text-align: center;
	width: 750px;
}

.buttons
{
	font-size: small;
	font-family: Verdana;
	background-color: inherit;
	color: #333333;
	position: absolute;

	}