.sortable {
	width: 98%;
	border: 1px solid #fff;
	border-bottom: none;
}

.sortable th {
	background: #15a2dd;
	color: #fff;
	text-align: left;
	font-size:8pt;
}
.sortable tr:hover {
	background: #f1f1f1 !important;
}

.sortable td {
	padding: 10px;
	background: #fff;
	border-bottom: 1px solid #fff;
}

.sortable .head {
	background: #15a2dd url(../images/sort.gif) 6px center no-repeat;
	cursor: pointer;
	padding-left: 18px
}

.sortable .desc {
	background: #265990 url(../images/desc.gif) 6px center no-repeat;
	cursor: pointer;
	padding-left: 18px;
}

.sortable .asc {
	background: #265990 url(../images/asc.gif) 6px center no-repeat;
	cursor: pointer;
	padding-left: 18px;
}

.sortable td { border-bottom: 1px dotted #ccc !important; }

.sortable td { border-bottom: 1px dotted #ccc !important; }
