.ucRow {
}
.ucEl {
	border: 0px solid green;
	margin:2px;
	color:#333333;
}
.ucNo {
	width:25px;
	text-align:center;
	width:50px;
}
.ucName {
	border-bottom:0px solid #eeeeee;
	width:500px;
}
.ucNameSel {	/* eventually make added class */
	border-bottom:0px solid #eeeeee;
	width:500px;
	background-color:#ccbbbb;
}
.ucAddOrDel {
	text-align:center;
	width:70px;
}
.ucChangeOrCancel {
	text-align:center;
	width:70px;
}
.ucUp {
	text-align:center;
	width:20px;
}
.ucDown {
	text-align:center;
	width:20px;
}
.ucAddOrDelAnchorx {
	text-decoration:none;
}
.ucRow a {
	text-decoration:none;
}
.ucRow a:visited {
	color:blue;
}
