﻿
/* ----------------- text ----------------- */
.fieldList
{
   position:relative;
}
.fieldList .section 
{
   position:relative;
   clear:both;
}
.fieldList .section .lbl, 
.fieldList .section .lblNoText
{
   position:relative;
   float:left;
/*   padding-right: 5px;	*/
   font-weight: bold;
}
.fieldList .section .detail
{
   position:relative;
   float:left;
}

.attribLabel	{	font-weight: bold;	}
.attribDetail	{	}

.errorMsg
{
	color:Red;
	font-weight:bold;
}

.validYes	{	color: #80FF80;	}
.validYesBackground	{	background-color: #80FF80;	}
.validNo	{	color: #FF8080;	}
.validNoBackground	{	background-color: #FF8080;	}


/* ------------ boxes ----------------- */
.Placard
{
	color: navy;	/* Net1stTblRow darkened up a bit */
	background-color: #fffbee;	 /* Net2ndTblRow */
	border: groove thin;
	padding: 5px;
	/* padding-right: 6px;	*/
}
