	.tableWidget{
		font-family:arial;
		font-size:11px;
		border:1px solid #ACA899;
	}

	.tableWidget thead{
		position:relative;
	}
	.tableWidget thead tr{
		position:relative;
		top:0px;
		bottom:0px;
	}

	/* Start layout CSS */
	.tableWidget thead td{	/* General rules for both standard column header and mouse on header of sortable columns */
		border-bottom:1px solid #C5C2B2;
		border-right:1px solid #ACA899;
		border-left:1px solid #FFF;	
		background-color: #ECE9D8;
		white-space: nowrap;
		border-top:2px solid #ECE9D8;
		font-size:12px;
		font-weight:bold;
	}
	
	.tableWidget tbody {
		background-color:#B0C4DE;
        cursor: pointer;
	}
	
	.tableWidget td{
		margin:0px;
		padding:2px;
		padding-left:5px;
		padding-right:5px;
		border-bottom:1px solid #EAE9E1;	/* Border bottom of table data cells */
		cursor:pointer;
		
	}
	.tableWidget tbody{
		background-color:#FFF;
	}

		

	.tableWidget .scrollingContent{
		width:100%;
	}
