/** for disabling GXT fields */
.x-item-disabled input{
	background-color: #DDDDDD !important; 
	color: #ffffff !important;
	background-image:none !important;
}


/** Read only inputs no border **/
.x-item-read-only {
	border:0 !important; 
	background-image:none !important;
}
.locked {
  background:transparent url(../images/default/locked.png) center center no-repeat;
  cursor:hand;
}

.unlocked {
	background:transparent url(../images/default/unlocked.png) center center no-repeat;
	cursor:hand;
}

#content.content .x-grid3-header .x-grid3-header .x-grid3-hd-inner{
	font-family:Arial, sans-serif;
	font-size:11px;
}

.gwt-popup{
border : 0px; 
height : 1px;
cursor: pointer;
padding: 0px 0px 0px 18px;
color: mediumslateblue;
font-family: Verdana, Arial, san-serif;
font-size: 9px; 
font-weight: bold;
text-align : left;
background: url('../images/default/popup.gif') no-repeat left ;
}

.line-through {
	text-decoration:line-through;
}

.imGxtCombo label{
	display: none;
}
.readOnlyCombo label{
	display: inline;
}
.readOnlyCombo input,
.readOnlyCombo img,
.readOnlyCombo .gwt-binocularsButton{
	display: none;
}
.ext-ie .imGxtCombo .x-form-trigger{
	position: relative;
}
.ext-ie .imGxtCombo .x-form-field{
	vertical-align: top;
}
.ext-ie .imGxtCombo  .x-form-trigger{
	height:18px;
}
.ext-ie  .imGXTDateField .x-form-trigger {
	height:18px;
}
.ext-ie .x-btn-focus .x-btn-mc{
	background-position: 0 -2168px;
}



