/*
  Customizing extjs widgets

*/
/***************************************************************************
* TimeAndSales
***************************************************************************/
/* overwriting default extjs style */
.timesAndSalesGrid .x-grid3-row-alt {
	background-color:#edf3f7;

}

/*table header*/

.timesAndSalesGrid .x-grid3-hd-inner {
	padding:3px;
	font-weight:bold;
	/*background-color:#D6E1E9;*/
	
}

.timesAndSalesGrid .x-grid3-cell-inner {
	padding:1px;
	
}

.timesAndSalesGrid .bgEven {
 border:1px solid lime;
}

#timesAndSalesGridGross {
	padding: 20px 0;

}

/*================*/
/* === BUGFIXES ===*/
/*================*/
/* Fixes the IE 6 Bug disapearing column headers 
http://extjs.com/forum/showthread.php?t=51050 */
.x-grid3-header {position: relative;}

/* Fixes the IE 6 Bug of displaying the sort box wrong.
http://extjs.com/forum/showthread.php?t=55752
*/
.ext-ie6 .x-menu-item-icon {left: -24px;}



