.sortable, .non-sortable{
	border: 1px #000 solid;
	border-width: 1px 0 0 1px;
	font-size:11px;
	}

.sortable thead th, tfoot th, .non-sortable thead th {
	padding: 0.25em;
	text-align: center;
	border-right: 1px #000 solid;
	background-color: #FC9;
	text-decoration: none;
	}

.sortable tbody td, .non-sortable tbody td, {
	padding: 0.10em;
	border-right: 1px #000 solid;
	}

.sortable tbody tr.odd, .non-sortable tbody tr.odd {
	background-color: #DDF;
	}

.sortable tfoot td, .non-sortable tfoot td {
	border: 1px solid #000;
	border-width: 1px 1px 1px 0;
	text-align:center;
	font-size:9px;
	}
	
.rowStyleBlank {
	background-color: #cccccc;
	border: 1px solid black;
	height: 1px
	}



