

/* Ideometrix CSS Stylesheet settings 
 * 
 * November 2001
 */
.FORM_TABLE
{
	font-size: small;
    font-family: "Verdana, Arial, Helvetica, sans-serif"
 
}



.DATA_CAPTURE_TABLE
{
	/*background-color:	White;   /* #89AECC; */
}


.PARAGRAPH
{
	background-color:	white;
	font-family:		Verdana; 
	font-size:			10px;
	font-weight:		normal; 
	font-style:			normal; 
	color:				Black;
}

.FIELD_LABEL
{
	font-family:		Verdana; 
	font-size:			10px;
	font-weight:		bold; 
	font-style:			normal; 
	color:				Black;
    background-color:	#AAC4BF;
	height:				30;
}

.FIELD_VALUE
{
	font-family:		Verdana; 
	font-size:			10px;
	font-weight:		normal; 
	font-style:			normal; 
	color:				Black;
    background-color:	#AAC4BF;
	height:				19;
	width:				80%;
}

.FIELD_LABEL_ALTERNATE
{
	font-family:		Verdana; 
	font-size:			10px;
	font-weight:		bold; 
	font-style:			normal; 
	color:				Black;
/*    background-color:	#AAC4BF;
*/
	height:				30;
}

.FIELD_VALUE_ALTERNATE
{
	font-family:		Verdana; 
	font-size:			10px;
	font-weight:		normal; 
	font-style:			normal; 
	color:				Black;
/*    background-color:	#E5EdF4;
*/
	height:				19;
	width:				80%;
}

.FIELD_READONLY
{
	background-color:	#E0E0E0;
	height:				20px;
	width:				80%;
}

.ERROR_LABEL
{
	color:				Red;
	font-family:		Verdana;
	font-size:			12px;
	font-weight:		bold;
	height:				20;
	width:				80%;
}

.DATA_LABEL
{
	color:				Black;
	font-family:		Verdana;
	font-size:			10px;
	font-weight:		normal;
	height:				20;
}

.HELP_MESSAGE
{
	color:				Blue;
	font-family:		Verdana;
	font-size:			12px;
	font-weight:		bold;
	height:				20;
}

.HELP_TEXT_HEADER
{
	color:				#CC6633;
	font-family:		Verdana;
	font-size:			14px;
	font-weight:		bold;
}

.HELP_TEXT
{
	color:				Black;
	font-family:		Verdana;
	font-size:			12px;
	font-weight:		normal;
	margin-left:		10px;
	margin-right:		10px;
}

.HELP_POINTS_TEXT
{
	color:				Black;
	font-family:		Verdana;
	font-size:			12px;
	font-weight:		normal;
	margin-left:		40px;
	margin-right:		10px;
	list-style-type:	square;
}

.EMAIL_HYPERLINK
{
	color:				Blue;
	font-family:		Verdana;
	font-size:			12px;
	font-weight:		normal;
	font-style:			normal;
	height:				22;
}


/* End of file */

