﻿body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #EDA;
}
#header
{
	text-align: center;
	background: #fff;
	background-image: url('mpheader.png');
	width: 737px;
	height: 159px;
	background-repeat: no-repeat;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
#headerbar{
	background: #638ba4;
	width: 737px;
	height: 22px;
	margin-left: auto;
	margin-right: auto;
}
#content
{
	background: #fff;
	width: 737px;
	font-family: Tahoma;
	font-size: 10pt;
	margin: 5px;
	vertical-align:top;
	margin-left: auto;
	margin-right: auto;
}
#footer {
	background: #cde;
	clear: both;
	width: 737px;
	font-family: Tahoma;
	font-size: 8pt;
	margin-left: auto;
	margin-right: auto;
}
a:hover
{
	color: Black;
	text-decoration: underline;
}
a:visited
{
	color:#663322;
	text-decoration: none;
	font-size: 10pt;
}
a:link
{
	color:#663322;
	text-decoration: none;
	font-size: small;
}
h1
{
	font-size: 12pt;
	color: #553333;
}
#GeneratingReportsInstructions
{
	margin: 5px;
	display: inline;
}
#Parameters
{
	border: solid 1px gray;
	width:100%;
}
.FlatCombo
{
	border: 1px hidden gray;
	font-size: small;
}
.ReportLink
{
	text-decoration: none;
	font-size: 10pt;
}
.ReportDescription
{
	font-size:8pt;
	color: #444;
	margin: 6px;
}
.ReportPanel
{
	background-color:#ddccf5;
	border: solid 3px #bbc;
	margin-left: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding:4px;
}
.YourInfo
{
	font-weight: bold;
	color: #482;
}
.ReportBox
{
	border: solid 1px gray;
	padding: 3px;
	background-color:#eeeebb;
}
.TinyLink
{
	font-size: 7pt;
	color: blue;
}

.ListBoxItems
{
	font-size: 7pt;
	margin: 8px 4px 8px 4px;
	padding : 0px 0px 0px 0px;
}
#ParameterPanel
{
	background-color: #DDCC88;
	border: solid 2px #ccbb77;
	padding: 4px 4px 4px 4px;
}
.padded
{
	margin: 2px 0px 2px 0px;
}
#lblMessage
{
	text-align: center;
}
