
.nicetable
{
	width:100%;
	margin:0px;
	padding:0px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.banrow:hover
{
	background: rgb(211,211,211);
}
.nicetable .header td
{
	background: rgb(200,200,200);
	font: 1.2em arial, verdana, sans-serif;
	font-weight:bold;
}
.nicetable .header th
{
	background: rgb(200,200,200);
	font: 1.2em arial, verdana, sans-serif;
	font-weight:bold;
}
.nicetable tr
{
	background: #fff;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.nicetable .editrow
{
	background: rgb(140,140,254);
}
.nicetable tr td
{
	border: 1px solid #666;
}
.banname:hover
{
	background: rgb(140,140,254);
}
.banreason:hover
{
	background: rgb(140,140,254);
}
.displayBanUntil:hover
{
	background: rgb(140,140,254);
}
.banlink {
	font: 1.2em arial, verdana, sans-serif;
	font-weight:bold;
}
.banname
{
	width: 100px;
	font-weight:bold;
}
.banreason
{
	width: 400px;
}
#saveResult {
	font: 1.3em arial, verdana, sans-serif;
	font-weight:bold;
}