.tbl-container {
	height: 100px;
	overflow: auto;
}
.tbl-container thead tr{
	background-color:#FFFFFF;
	position: relative;
	z-index: 5;
}
.sortable {
	border:0;
}
.tbl-container td {
	border: 0;
	background-color:#FFFFFF;
	height: 20px;
	vertical-align: middle;
}
.tbl-container thead td {
	background-color: #55A4BB;
	text-align: center;
	height:25px;
}
.tbl-container thead a {
	color:#FFFFFF;
	text-decoration:none;
}
.tbl-container .row1 td{
	background-color: #F3F9FA;
}
.tbl-container .row2 td{
	background-color: #F3F9FA;
}
.tbl-container .sharp td{
	color: #FF0066;
	vertical-align: middle;
	height: 20px;
	font-weight: bold;
}
.tbl-container .rowOver td{
	background-color: #C4E3E8;
}
.tableSortArrow {
	font-size:8pt;
}

