﻿html
{
  height: 100%;
}

body
{
  height: 100%;
}


.FormHeader
{
	border-collapse: collapse;
	width: 100%;
	border: 0px;
	border-bottom: solid 1px #D7D9D9;
	text-align: left;
}

.FormHeaderDiv
{
	margin-bottom: 25px;
	padding-left: 5px;
	padding-right: 5px;
}

.FormHeaderText
{
	padding: 0px 0px 3px 3px;
	font-size: 140%;
	font-weight: bold;
	color: #66757f;
}

.FormHeaderButton
{
  text-align:right;
  padding-bottom: 10px;
  padding-right: 3px;
}

.MessagePanel
{
	width: 100%;
}

.GreenMessageTable
{
	border: 1px solid #43AF00;
	background-color: rgb(144, 201, 66);
	text-align: center;
	width: 100%;
	margin-bottom: 15px;
}

.RedMessageTable
{
	border: 1px solid #AF0900;
	background-color: #FF6D64;
	text-align: center;
	color: #5D0000;
	width: 100%;
	margin-bottom: 15px;
}

.YellowMessageTable
{
	border: 1px solid #FDD835;
	background-color: #FFEB3B;
	text-align: center;
	color: #5D0000;
	width: 100%;
	margin-bottom: 15px;
}
