/* 
    Document   : gridBase
    Created on : 12-nov-2008, 13:13:37
    Author     : rgallart
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.gwt-gridSize{    
  width: 100%;
  height: 100%;
}

.gwt-text-field-search-background{
    background: #1E14C9 !important;
    color: white;
}

.gwt-text-field-search-background-clear{
    background:white;
    color:black;
}
.ext-el-mask-msg mask{
    background-color: #FFFFFF;
    /*display: none;*/
    background:#C3DAF9 url(../images/default/box/tb-blue.gif) repeat-x scroll 0 -16px;
    border:1px solid #6593CF;
    left:0;
    padding:2px;
    position:absolute;
    top:0;
    z-index:100;
}
.ext-el-mask{
    z-index: 100;
    background-color: #FFFFFF;
    /*display:none;*/
}

.noSelectionGrid td{
   background-color: #ffffff;
}

.ext-el-mask-msg {
    z-index: 500 !important;
}

.ext-el-mask-msg div {
    cursor: default !important;
}

.greyClass {
    background-color: gray;
}

.x-toolbar .x-table-layout .x-table-layout-cell {
    vertical-align: top;
}

.x-toolbar div {
    white-space: normal !important;
}

.x-grid3-cell-inner {
    white-space: normal !important;
}