table.BISTable {
	width: 100%;
	border-collapse: collapse;
}

div.scrollTableContainer {
	height: 200px;
	overflow: auto;
	font-size: 10pt;
	
}

table.BISTable th, table.BISTable td {
	border: 1px solid #A8A8A8;
}

table.BISTable th {
	text-decoration: none;
	color: #871D33;
	font-size: 10pt;
    vertical-align: top;
}

table.BISTable th a{
	display: block;
	padding-left: 2px;
	padding-rigth: 2px;
}

table.BISTable th a span{
	display: block;
    background-position: right top;
    background-repeat: no-repeat;
    padding-right: 16px;
}

table.BISTable tr th.wicket_orderDown {
	background-image: none;
}

table.BISTable th.wicket_orderDown a span {
	background-image: url(../Icons/sort_asc_red.png);
}

table.BISTable th.wicket_orderUp a span {
	background-image: url(../Icons/sort_desc_red.png);
}

table.BISTable th.wicket_orderNone a span {
	background-image: url(../Icons/sort_none_red.png);
}