table.newAbm {
	width: 100%;
	color: #1D4B78;
}

table.newAbm td{
	font-size: 70%;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.editClass, .deleteClass {
	text-align: center;
	width: 50px;
}
.editClass a{
	color: #0a0;
}

.deleteClass a{
	color: #a00;
}
table.newAbm tr.evenRow td, table.newAbm tr.oddRow td{
	padding: 5px 8px;
	border-bottom:solid 1px #eee;
}

table.newAbm tr.evenRow td{
	background: #F9F9F9;
}
table.newAbm tr.oddRow td{
	background: #fff;
}

#abmForm {
	font-size:80%;
	color:#184574;
	text-align:center;
}
#abmForm p{
	text-align:left;
	margin: 4px 10px;
	padding-left:240px;
	padding-bottom:4px;
	border-bottom: 1px #CDCDCD solid;
}
#abmForm label{
	width: 200px;
	float: left;
	margin:0;
	padding:0;	
	margin-left: -190px;
	font-weight: bold;
}
#abmForm span {
	color: #a00;
	font-weight: bold;
}

#abmForm span.note{
	color: #555;
	font-size: 70%;
}
#abmForm textarea {
	font-family: arial;
	font-size: 100%;
}
#abmForm input, #abmForm select, #abmForm textarea {
	border: 1px #CDCDCD solid;
}
.sinItems {
	font-size: 80%;
	color: #17568B;
	text-align: center;
}
