/* Start layout CSS */
	.tableWidget_headerCell,.tableWigdet_headerCellOver,.tableWigdet_headerCellDown{	/* General rules for both standard column header and mouse on header of sortable columns */
		cursor:pointer;	
		color:#FFFFFF;
		border-bottom:3px solid #C5C2B2;
		border-right:1px solid #ACA899;
		border-left:1px solid #FFF;	
		background-color: #8AB2E5;
		height:15px;
		text-align : left;	
	}
	
	.tableWidget_headerCell{	/* Standard column header */
		border-top:2px solid #FAFAFA;
	}
	
	.tableWigdet_headerCellOver{	/* Rollover on sortable column header */
		border-top:2px solid #8AB2E5;
		color:#000000;		
	}
	.tableWidget tbody .tableWidget_dataRollOver{	/* Rollover style on mouse over (Data) */
		background-color:#D5E2E5;	/* No mouseover color in this example - specify another color if you want this */
		height:15px;
	}
	
	.tableWigdet_headerCellDown{
		border-top:2px solid #8AB2E5;	
		background-color:#E4E7EC;
		border-left:1px solid #ACA899;
		border-right:1px solid #FFF;
		color:#000000;	
	}
	.tableWidget td{
		font-family:"Arial";	
		font-size:8pt;	
		height:15px;
		margin:0px;
		padding:2px;
		border-bottom:1px solid #8AB2E5;
		border-left:1px solid #B5D0EF;	/* Border bottom of table data cells */
	}
	.tabletr1{
		font-family:"Arial";
		font-size:10pt;	
		background-color:#FFFFFF;
	}
	
	.tabletr2{
		font-family:"Arial";
		font-size:10pt;	
		background-color:#D5E2E5;
	}
			
	.tableWidget tbody{
		background-color:#FFFFFF;
		height:10px;
		
	}
	.tableWidget{
		font-family:"Arial";
		font-size:10pt;
		overflow-y:visible;
		overflow-X:visible;
	}
		
	/* End layout CSS */
	
	
	div.widget_tableDiv {
		border:0px solid #ACA899;
		overflow:visible;
		overflow-y:visible;
		overflow-X:visible;
		z-index: 2
		
	}
	
	body div.widget_tableDiv {
		overflow:visible;
		overflow-y:visible;
		overflow-X:visible;
		
	}

	.tableWidget thead{
		position:relative;
		
		
	}
	.tableWidget thead tr{
		position:relative;
		top:0px;
		bottom:0px;
	
	}
	
	.tableWidget .scrollingContent{
		overflow:visible;
		overflow-y:visible;
		overflow-X:visible;
		width:100%;
	}
	
	.Axe {
	font-family:"Arial";
	font-size:11pt;	
	background-color:#D5E2E5;
	color:#000000;
	text-align:right;
	}
