#developerAlert{
  position:absolute;
  min-width:400px;
  min-height:200px;
  font-weight:bold;
  color:red;
  top:50px;
  left: 100px;
  z-index:100;
  border:1px solid red;
  background-color:yellow;
}

.break{clear:both;}

.menu {padding-left:3px;  color:gold;}
.menu a:link			{color:#0033FF; text-decoration: none;}
.menu a:visited 	{color:white; text-decoration: none;}
.menu a:active		{color:white; text-decoration: none;}
.menu a:hover			{color:gold; text-decoration: underline;}

.bold {font-weight:bold;font-size:0.9em;}
.errors {font-weight:bold; color:red;}
.display{font-size:0.9em;}

.fieldReq {font-weight:bold;font-size:0.9em;}
.fieldErr {font-weight:bold;font-size: 0.9em; color:red;}
.fieldOpt{font-size:0.9em;}

.red {color:red;}
.small{font-size:.9em;}
.grayBG{background-color: #e5e5e5; border: 0px solid red;}

.float-left {float:left;}
.float-right {float:right;}
.block-text-right
{
  width:175px;
  text-align:right;
  border: 0px solid orange;
}

.break {clear:both;}
.spacer {height:15px;}

.padLeftMed {padding-left:25px; clear:none;float:left;}
.padRightMed {padding-right:25px; clear:none;float:left;}

.centerText {
  text-align: left;
  width: 620px;
  margin-left: auto;
  margin-right: auto;
	border: 0px solid green; /* width/style/color */
}

.field { border:2px inset red; }
.debug {border:1px solid red;}
td.std {
	padding-left:1px;
	padding-right:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
td.spRt {padding-left:1px; padding-right:15px;}
td.smSp {
	padding-left:1px;
	padding-right:1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #330099;
}

.grayBG{background-color: #e5e5e5;}
.button {
  border-style:none;
  background-color:WHITE;
  border:2px outset red;
}boldhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
}
.hdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #3333FF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: medium;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
}
.subHdr{
	font-weight:bold;
	color:#003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: small-caps;
}
.stdsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #999999;
}
.shade {
	background-color: #0099FF;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #FFFF33;
}
