table.simple-table td:first-child{
	white-space:normal;
}

ul.simple-list li.psc-passed{
	list-style-image: url('images/user/validation/valid_ok.png');
}

ul.simple-list li.psc-failed{
	list-style-image: url('images/user/validation/valid_no.png');
	font-weight: bolder;
}

span.check-passed{
	padding-left: 20px;
	margin-left: 10px;
	background: left no-repeat url('images/user/validation/valid_ok.png');
}

span.check-failed{
	padding-left: 20px;
	margin-left: 10px;
	background: left no-repeat url('images/user/validation/valid_no.png');
}

span.check-text{
	color: red;
	font-weight: bolder;
	line-height: 14px;
	white-space: nowrap;
}

span.check-text img{
	vertical-align: middle;
}

span.ajax-loading{
	background:url(images/ajax_loader_icon.gif) no-repeat left top transparent;
	line-height: 16px;
	padding: 2px 4px 5px 16px;
	display: none;
}

tr.no-display {
	display: none;
}
