.tbl_headercell tbody .tbl_headercell_dataRollOver{
	/* Rollover style on mouse over (Data) */
	background-color:#FFF;
	/* No mouseover color in this example - specify another color if you want this */

}

.tbl{
	font-family:arial;
	font-size:12px;
	/* width:400px; */
	empty-cells: show;
}

.tbl td{
	margin:0px;
	padding:2px;
	empty-cells: show;
	border-bottom:1px solid #EAE9E1; /* Border bottom of table data cells */
	border-right:1px solid #EAE9E1;  /* Border bottom of table data cells */
	max-height:10px;
}

.tbl tbody{
	background-color:#FFF;
}

.tbl_headercell{
	/* Standard column header */
	border-top:2px solid #ECE9D8;
}

.tbl thead{
	/*position:relative; */ ;
}

.tbl thead tr{
	/*position:relative; */
	top:0px;
	bottom:0px;
}

.tbl .scrollingContent{
	overflow:auto;
	overflow-y:auto;                    /* NOTE: Remove for no scrolling */
	overflow:-moz-scrollbars-vertical;  /* NOTE: Remove for no scrolling */
	width:100%;
	/* NOTE: Specify a required height for the scrollable table or remove for no scrolling */
	/*height:400px;*/
}
