/*******************************************/
.heatmapHeader{ 
	cursor:pointer;
	border-right: 1px solid white;
}
.heatmapColgroup{
	border: 2px solid white;
}
.none{ 
}

/*******************************************/
.selectDeselectCol{
	text-align: left;
}
.columSelectionCol{
	text-align: center;
}
.messageCol{
	text-align: center;
}
.displayPerPageCol{
	text-align: right;
}
.entriesPerPageCol{
	text-align: left;
}

/*******************************************/
.columnSelection1{
	text-align: left;
	width: 30px;
}
.columnSelection2{
	text-align: left;
}
.columnSelectionPanel{
	text-align:right;
	background-color:white;
	border:1px solid black;
	width:230px;
	overflow:hidden; /*	overflow:auto;  **** this removed and applyed in javascript to fix a buf in firefox on MAC */
	overflow-x:hidden;
}

/*******************************************/
.navPageNoCol{
	text-align: left;
}
.navGotoBoxCol{
	text-align:right;
	white-space: nowrap;
}
.navGotoButtonCol{
	text-align: left;
}
.navScrollCol{
	text-align: right;
	margin-right:0px;
}

/*******************************************/
.collectionButtonsCol3{
	width: 1%;
	text-align: left;
	margin-left:0; 
	margin-right:auto;
}

/*******************************************/
.bodySection {
	overflow: auto; 
	overflow-x:auto;
}

