INPUT.txt
{
	font-size: 8pt;
	width:	100%;
	height:	19px;
	border:	1px solid #7b9ebd;
}

TEXTAREA.txt
{
	font-size: 8pt;
	width:	100%;
	border:	1px solid #7b9ebd;
}

INPUT.btn
{
	filter:	progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#cecfde);
	cursor:	hand;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	border:	1px solid #7b9ebd;
	height: 16px;
}

INPUT.file
{
	border:	1px solid #7b9ebd;
	width:100%;
	font-size: 8pt;
}

TABLE.formtab
{
	table-layout:fixed;
}

SELECT.drp
{
	font-size: 8pt;
	width:	100%;
	height:	19px;
	border:	1px solid #7b9ebd;
}

SELECT.list
{
	font-size: 8pt;
	width:	100%;
	border:	1px solid #7b9ebd;
}

TD.SectionHeader
{
	font-weight: bold;
	border-bottom: #466094 1px solid;
	cursor: default;
}

DIV.editScroll
{
	border:solid 1px #466094;
	padding:5px;
	overflow: auto;
	height: 100%;
	background-color: #eef0f6;
}

TABLE.lookup
{
	width:100%;
	height:19px;
}

TD.fldLabel
{
	font-size: 8pt;
	padding-top: 4px;
	cursor:default;
}

TD.fldLabelMandatory
{
	font-size: 8pt;
	font-weight:bold;
	padding-top: 4px;
	cursor:default;
}

TD.fldLabelDisabled
{
	font-size: 8pt;
	color:#AAAAAA;
	padding-top: 4px;
	cursor:default;
}

TD.lookup
{
	font-size: 8pt;
	border:	1px solid #7b9ebd;
	padding-left: 1px;
	padding-right: 1px;
	background-color:White;
}

TD.lookupbtn
{
	background:url(../images/lookup_btn.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

A.lookup
{
	color:#0000ff;
}

.xxxaw-image-new {background: url(../icons/new.gif); background-repeat: no-repeat; background-position: 0px 2px;}