table.nice {
	border-collapse: collapse;
	width: auto;
}
table.nice  th,
table.nice  td {
	border: 1px solid lightgray;
	padding: 7px;
/*	background: white;*/
	vertical-align: top;;
}
table.nice  th {
	text-align: right;
}
table.nice.vmiddle td,
table.nice.vmiddle th,
table.nice.vmiddle td img {
	vertical-align: middle;
}
table.nice thead th {
	background: whiteSmoke;
	text-align: center;
}
table.noborder,
table.noborder th,
table.noborder td {
	border: none;
}
.autowidth {
	width: auto;
}
.hcenter,
.hcenter td,
.hcenter th {
	text-align: center;
}
.hright,
.hright td,
.hright th {
	text-align: right;
}
table td.noborder {
	border: none!important;
}