﻿body 
{
	background-color: #fcf8e7;
}

.navLinks TD
{
	padding-left: 25px;
	padding-right: 25px;
	font-size: 10pt;
	font-family: 'Arial';
	vertical-align: bottom;
	text-align: center;
	font-weight: bold;
}

.LeftColumn
{
	width: 288px;
	text-align: right;
	vertical-align: top;
	padding-top: 25px;
	padding-bottom: 150px;
}

.RightColumn
{
	padding-left: 10px;
	padding-right: 10px;
	width: 488px;
	text-align: left;
	vertical-align: top;
	padding-top: 25px;
}

.greenUnderline
{
	border-bottom: solid 2px #bbc68c;
}

.squareYellow
{
	width: 103px;
	height: 103px;
	background-color: #e9d666;
}

.squareOrange
{
	width: 103px;
	height: 103px;
	background-color: #de7a1c;
}

.squareBrown
{
	width: 103px;
	height: 103px;
	background-color: #825d39;
}

.squareGreen
{
	width: 103px;
	height: 103px;
	background-color: #738239;
}

.greenBorder TD
{
	border: #738239 4px solid;
	border-collapse: collapse;
}

.noBorder TD
{
	border-width: 0px;
}

.FontNormal
{
	font-weight: normal;
}

UL
{
	margin-top: 5px;
}

.GridHeader TD
{
	background-color: #b60f2a;
	color: White;
	border-left: solid 1px black;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

.GridItem TD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-color: #ffffff;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
}

.GridAltItem TD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background-color: #ffffff;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
}

.borderRight
{
	border-right: solid 1px black;
}
.Text
{
	text-align: left;
}

.TextBox250
{
	width: 250px;
}
.pageView
        {
            border: 1px solid #898c95;
            margin-top: -1px;
            height: 381px;
        }

.WebPageMessageInformation
{
      width: 60%;
      text-align:left;
      border-width: 1px;
      border-style: solid;
      border-color: tan;
      height: 60px;
      padding-left: 50px;
      font-size: 9pt;
      font-family: Arial;
      background: #FFEEC2 url(../images/WebPageMessageInformation.gif) top left no-repeat;
}

 

.WebPageMessageError
{
      width: 60%;
      font-size: 9pt;
      font-family: Arial;
      border: solid 1px red;
      height: 60px;
      padding-left: 50px;
      background: #FFE0E0 url(../images/WebPageMessageError.gif) top left no-repeat;
      color: Red;
}

.WebPageMessageWarning
{
      width: 60%;
      font-size: 9pt;
      font-family: Arial;
      border: solid 1px red;
      height: 90px;
      background: #FFE0E0 url(../images/WebPageMessagewarning.gif) top left no-repeat;
      color: Red;
}

.WebPageMessageOK
{
      width: 60%;
      font-size: 9pt;
      font-family: Arial;
      margin-bottom: 5px;
      border: solid 1px #46631E;
      height: 60px;
      padding-left: 50px;
      background: #F1F8E7 url(../images/WebPageMessageOK.gif) top left no-repeat;
      color: #46631E;
}