/************ Header **************/


html, body {
	background: url("../images/background-extended.png") no-repeat scroll 0 0 #4E79B2;
}

/*********** EXT Overrides ********************/

/* Added so you can use 'iconcls' in the configuration for 
	the 'actioncolumn' xtype. */
.x-action-col-cell img {
	height: 16px;
	width: 16px;
}


/* **************************************************************
	   Transparent Menu Panel (Used for main navigation)
   ************************************************************** */

.x-menu-transparent .x-menu-item-text {
	font-family: helvetica,arial,sans-serif;
	font-size: 12px;
	color: white !important;
}

.x-menu-transparent .x-menu-item-link-href {
	color: green !important;
}

.x-menu-transparent .x-menu-header-title {
	color: white !important;
	font-family: helvetica,arial,sans-serif;
	font-size: 12px;
	font-weight: 700;
}

/* ******************************************
			Cell Text Wrap Styles
   ****************************************** */
.x-grid-cell {
	/* TD is defaulted to word-wrap. Turn it off so
	   it can be turned on for specific columns. */
	white-space:nowrap;
	}

.x-grid-cell-inner {
	/* Inherit DIV's white-space from TD parent, since
	   DIV's inline style is not accessible in the column
	   definition. */
	white-space:inherit;
	}

.x-grid-cell-wrap {
	white-space: normal !important;
}

/* ******************************************
			Automated Testing Classes
   ****************************************** */
.at-loading-mask {

}
