.table-body {
	border: thin solid #000000;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
	vertical-align: top;
}
.table-body th {
	border-collapse: collapse;
	color: #000000;
	background-color: #FFFFCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.table-body td{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: left;
	vertical-align: top;
}

.table-body tr:hover{
	background-color: #DDDDDD;

}

.sortable {
	border: thin solid #000000;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
	vertical-align: top;
}
.sortable th {
	border-collapse: collapse;
	color: #000000;
	background-color: #FFFFCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.sortable td{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: left;
	vertical-align: top;
}

.sortable tr:hover{
	background-color: #DDDDDD;

}