.x-item-disabled
{
  filter : none !important; /* Corrects filter problem of PNG images in IE */
}
.x-grid3-cell-inner, .x-grid3-col-colAppComment
{
   white-space : normal !important; /* Enables display of multi-line comment in grid cell */
}
.x-grid3-cell-inner, .x-grid3-col-colExhComment
{
   white-space : normal !important; /* Enables display of multi-line comment in grid cell */
}
.x-grid3-cell-inner, .x-grid3-col-colMhdComment
{
   white-space : normal !important; /* Enables display of multi-line comment in grid cell */
}
.x-grid3-cell-inner, .x-grid3-col-colVinComment
{
   white-space : normal !important; /* Enables display of multi-line comment in grid cell */
}
#boxApp 
{ 
   text-align  : left; 
   padding-top : 18px; 
   position    : relative; 
   top         : 0; 
   left        : 0; 
   width       : 980px; 
   margin      : auto; 
}
img.HeaderContextMenuButton 
{ 
   background-image  : url( "../Images/HeaderContextMenuButton.gif" ); 
   background-repeat : no-repeat; 
   display           : inline; 
   margin-left       : 3px; 
   width             : 16px; 
   height            : 16px; 
   vertical-align    : middle; 
}
.IconAccept
{
   background-image : url( ../Images/Icons/accept.png ) !important;
}
.IconApplicationDelete
{
   background-image : url( ../Images/Icons/application_delete.png ) !important;
}
.IconApplicationGo
{
   background-image : url( ../Images/Icons/application_go.png ) !important;
}
.IconDelete
{
   background-image : url( ../Images/Icons/delete.png ) !important;
}
.IconPageCode
{
   background-image : url( ../Images/Icons/page_code.png ) !important;
}
.IconPageEdit
{
   background-image : url( ../Images/Icons/page_edit.png ) !important;
}
.IconPageExcel
{
   background-image : url( ../Images/Icons/page_excel.png ) !important;
}
.IconPageLightning
{
   background-image : url( ../Images/Icons/page_lightning.png ) !important;
}
.IconPageWhiteCode
{
   background-image : url( ../Images/Icons/page_white_code.png ) !important;
}
.IconPageWhiteEdit
{
   background-image : url( ../Images/Icons/page_white_edit.png ) !important;
}
.IconPageWhiteExcel
{
   background-image : url( ../Images/Icons/page_white_excel.png ) !important;
}
.IconPageWhiteLightning
{
   background-image : url( ../Images/Icons/page_white_lightning.png ) !important;
}
.PartDetailImagesView
{
   background : white;
   font       : 11px Arial, Helvetica, sans-serif;
   overflow   : auto;
}
.PartDetailImagesView .thumb
{
   background : #dddddd;
   padding    : 3px;
}
.PartDetailImagesView .thumb img
{
   height : 100px;
   width  : 100px;
}
.PartDetailImagesView .thumb-wrap
{
   float        : left;
   margin       : 4px;
   margin-right : 0;
   padding      : 5px;
}
.PartDetailImagesView .thumb-wrap span
{
   display    : block;
   overflow   : hidden;
   text-align : center;
}
.PartDetailImagesView .x-view-selected
{
   background : #c3daf9;
   border     : 2px solid #6593cf;
   padding    : 3px;
}
.PartDetailImagesView .x-view-selected .thumb
{
   background : transparent;
}
.PartDetailImagesView .loading-indicator
{
   font-size           : 11px;
   background-image    : url( "../Scripts/Ext/resources/images/default/grid/loading.gif" );
   background-repeat   : no-repeat;
   background-position : left;
   padding-left        : 20px;
   margin              : 10px;
}