﻿body
{
	background-color: #F1EFE3;
	font-family: Arial;
}

p.MsoNormal
{
	margin: 0in;
	margin-bottom: .0001pt;
	font-size: 12.0pt;
	font-family: "Times New Roman";
}

li.MsoNormal
{
	margin: 0in;
	margin-bottom: .0001pt;
	font-size: 12.0pt;
	font-family: "Times New Roman";
}

.style3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.style4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CAC5BF;
}
.style7
{
	color: #B1AAA0;
}
.style9
{
	font-size: 10;
}
a:hover
{
	color: #000000;
	text-decoration: none;
}
a:link
{
	text-decoration: none;
	color: #543F2C;
}
a:visited
{
	text-decoration: none;
	color: #543F2C;
}
a:active
{
	text-decoration: none;
	color: #543F2C;
}
.style15
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #543F2B;
}
.style16
{
	color: #543F2B;
	font-weight: bold;
	font-style: italic;
}
.style17
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #543F2B;
	font-weight: bold;
}
.style18
{
	color:#ffffff;
}

.required-icon
{
	position: relative;
	top: 4px;
}

/* Regular field */
.error-message
{ 
	/*font-size:8pt;*/
	margin-left:5px;
	position:absolute;
	font-weight:normal;
	line-height:normal;
	padding:5px;
	border-left:1px solid red;
	border-top:1px solid red;
	border-bottom:1px solid red;
	border-right:1px solid red;
	background-color:white;
	z-index:1;
	float:right;
	color:Red;
	width:200px;
}

/* specifies the settings for hidding the div that prevents the user from clicking on the screen */
.freeze-pane-off
{
  visibility: hidden;
  display: none;
  position: absolute;
  top: -100px;
  left: -100px;
}

/* specifies the settings for the outer div that disables the page and prevents the user from clicking on it */
.freeze-pane-on
{
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: visible;
  display: block;
  width: 100%;
  height: 1200px;
  background-color: #EFEFEF;
  z-index: 999;
  filter:alpha(opacity=65);
  -moz-opacity:0.85;
  padding-top: 3px;
}

/* specifies the settings for the inner div that specifies the action being performed */
.inner-freeze-pane
{
  text-align: center;
  width: 200px;
  /*background-color: #3F6FCF;*/
  /*background-color: #054ACF;*/
  background-color: #0C4FCF;
  color: White;
  font-size: small;
  border: solid 1px #879EAC;
  padding-left: 5px;
  padding-right:5px;
  padding-top:3px;
  padding-bottom:3px;
  /*filter:alpha(opacity=100);*/
  z-index: 1000;
}

/* specifies the settings for the span that contains the message */
.inner-freeze-pane-message
{
}

/* specifies the settings for the span that contains the status */
.inner-freeze-pane-status
{
	width:20px;
}