.jfVal {
	position: absolute;
	z-index:0;
}
.jfValcover {
	background: #ccc;
}

.jfVal .spacerBorder {
	float: left;
	background: #ccc;
}

.jfVal .spacer, .jfVal .spacerBorder .spacer {
	width: 0px;
	float:left;
}
.jfVal .spacerBorder .spacer {
	background: #f0f2f5 url(../../MasterPages/master_images/f0f2f5grad.gif) bottom repeat-x;
}
.jfVal .spacercover {
	background: #eee url(../../MasterPages/master_images/eeGrad2.gif) bottom repeat-x;
	background: #f0f2f5 url(../../MasterPages/master_images/f0f2f5grad.gif) bottom repeat-x;
}

.jfVal .icon {
	float:left;
	width:20px; /* this is the width of the .iconbg background image + padding-left */
	margin-left: -9px;
}
.jfVal .iconcover {
	background: #eee url(../../MasterPages/master_images/eeGrad2.gif) bottom repeat-x;
	background: #f0f2f5 url(../../MasterPages/master_images/f0f2f5grad.gif) bottom repeat-x;
}

.jfVal .icon .iconbg {
	position:absolute;
	background: url(../../MasterPages/master_images/warning.gif) center left no-repeat;
	height:100%;
	width:100%;
}

.jfVal .content {
	color: red;
	vertical-align: middle;
	white-space:nowrap;
}
.jfVal .contentcover {
	background: #eee url(../../MasterPages/master_images/eeGrad2.gif) bottom repeat-x;
	background: #f0f2f5 url(../../MasterPages/master_images/f0f2f5grad.gif) bottom repeat-x;
}

.hilight-border
{
	border-color:#FF0000 !important;
}

.not-hilight-border
{
	border-color:#000000 !important;
}

.dvRequiredBorder
{
	background-color:#f0f2f5;
	padding:3px;
	border:1px solid #cccccc;
}

.not-dvRequiredBorder
{
	background-color:#ffffff;
	padding:0px;
	border:1px solid #ffffff;
}

