table.niceTbl {
	border: 1px solid #ffddb3;
	width:100%;
	font:11px Tahoma;
}
table.niceTbl th {
	background:url(../images/bg-table-header.gif) repeat-x;
	padding:7px;
	border-bottom:1px solid #ffc98a;
	color:#555;
	font:bold 11px Tahoma;
	border-right:1px solid #ffc98a;
	border-left:1px solid #ffebd2;
	border-bottom:1px solid #ffebd2;
}
table.niceTbl th.no-sort { 
	background:none; 
	background-color:#3E424B; 
	padding:0 0 0 5px; 
}
table.niceTbl tr {
	background-color: #fff;
	padding: 4px;
}
table.niceTbl tr.altRow {	background-color: #fff; }
table.niceTbl td { padding:5px; border-right:1px solid #ffebd2; border-top:1px solid #ffebd2; }
table.niceTbl td a { color:none; text-decoration:underline; }
table.niceTbl td a img { border:0; }
table.niceTbl .alignRight { text-align: right; }
table.niceTbl .centerAlign { text-align: center; }
table.niceTbl tr.over {
	background-color: #dadce0;
	color: #000;
	cursor: pointer;
}

table.niceTbl thead.search-elements td { vertical-align:top; border-bottom:1px solid #ffebd2; background-color:#d7e8f0; font:9px Verdana; }
table.niceTbl td.record-actions { text-align:right; }
	td.record-actions a { margin:0 2px; }

table.niceTbl tr.new-mail { color:#ff0000; }
table.niceTbl tr.new-mail a { color:#ff0000; }
table.niceTbl tr.old-mail a { color:#555; }
table.niceTbl tr:hover { background-color:#fdecc8; }

table.niceTbl tfoot { background-color:#fde9c4; }
	table.niceTbl tfoot th { font:bold 12px Arial; text-align:right; background:none; border:0; }
	table.niceTbl tfoot td { font:bold 15px Arial; text-align:left; border:0; }