.hidden {
    display : none;
    visibility : hidden;
}
.invisible{
    visibility : hidden;
}
.panel{
    position: relative;
    border-style: solid;
    border-color: #99bbe8;
    border-width: 1px;
    z-index: 3;
    overflow:hidden;
    background-color: #ffffff;
}
.panel-header{
    color   : #15428b;
    font    : bold 11px tahoma,arial,verdana,sans-serif;
    padding : 5px 3px 4px 5px;
    border  : solid #99bbe8;
    border-width: 1px 0;
    line-height: 15px;
    background : transparent url(../../images/et1/grid/white-top-bottom.gif) repeat-x 0 -1px;
    z-index: 8;
    position: relative;
    margin-top: -1px;
}
.grid{
    table-layout:fixed;
    border-collapse: collapse;
}
.col-header{
    padding: 1px 1px 1px 2px;
}
.col-header .cell-div{
    padding-right: 10px;
}
.cell-divider{
   position: absolute;
   background: url(../../images/et1/grid/grid-split.gif) repeat-y right top;
   width: 6px;
   height: 100%;
   top: 0px;
   right: 0px;
}
.split{
   cursor: e-resize;
   cursor: col-resize;
}
.col-detail{
    background-color: #ffffff;
}
.con{
  background-color: #99bbe8;
  border: 1px solid;
  border-color: ##ff0000;
}
.left-align{
    text-align : left;
}
.right-align{
    text-align : right;
}
.center-align {
    text-align: center;
}
.sort-asc{
    background: url(../../images/et1/grid/down.png) repeat-x  right center;
    width: 10px;
    height: 10px;
}
.expand{
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../images/et1/grid/expand-button.png) no-repeat center;
    width: 20px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    height: 20px;
}
.collapse{
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    background: url(../../images/et1/grid/collapse-button.png) no-repeat center;
}
.expand-collapse-wide {
    width: 42px;
    text-align: left;
    background-position: 29px 50%;
}
.col-header-1{
    background: #f9f9f9 url(../../images/et1/grid/grid3-hrow.gif) repeat-x left bottom;
}
.col-header-2{
    background: #f9f9f9 url(../../images/et1/grid/grid3-hrow-1.gif) repeat right top;
    height: 21px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ededed;
}
.col-header-2 div{
    font    : bold 9px tahoma,arial,verdana,sans-serif;
}
.title-hd{
    color: #8000FF;
    font-weight: 900;
}
.left-align{
    text-align: left;
}
.left-selector{
    width: 3px;
    left:0;
    background-color:#777;
    position:absolute;
    top:0px;
    height:100%;
    border:0 none;
    z-index:1;
}
.right-selector{
    cursor:e-resize;
    cursor:col-resize;
    width: 3px;
    border-left: 1px solid #777;
    position:absolute;
    top:0px;
    height:100%;
    z-index:1;
}
.cell-div {
   padding: 0 3px 0 3px;
   position: relative;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis; /* http://www.w3.org/TR/2003/CR-css3-text-20030514/#text-overflow-props */
   height: 99%;
   height: 20px;
}
.col-header-1-cell{
   position: relative;
   width: 20px;
   height: 18px;
   text-align: left;
}
.col-header-1-cell-wide {
   position: relative;
   width: 42px;
   height: 18px;
   text-align: left;
}
.split-1{
   position: absolute;
   background: url(../../images/et1/grid/grid-split.gif) repeat left top;
   width: 1px;
   height: 20px;
   top: -1px;
   right: -4px;
}
/* WebKit "hack" but is legal css2: http://www.w3.org/TR/CSS21/syndata.html#vendor-keywords */
@media screen and (-webkit-min-device-pixel-ratio:0){ 
   .split-1{
      right: -2px;
   }
}
.grid-container{
   white-space: nowrap;
   position: relative;
}
.div-row{
   position: relative;
}
.grid-body .div-row:hover {
   border:1px solid #ddd;
   background-color:#4d567e;
   color:#FFFFFF;
   font-weight:bold;
   /* background:#efefef  url(../../images/et1/grid/row-over.gif) repeat-x left top; */
}
.grid-body .div-row:hover div {
   background-color:#4d567e;
   color:#FFFFFF;
}
.grid-body .div-row:hover div .title-hd {
   background-color:#4d567e;
   color:#f6ff66;
}
.grid-row-alt {
    border:1px solid #ededed;
}
.grid-row {
    background-color:#fafafa;
    border:1px solid #fff;
    border-right-color:#ededed;
}
.grid-body{
    overflow: auto;
    position: relative;
    font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#000000;
}
.grid-body div{
    font-family: Arial;
    font-size:11px;
    color:#000000;
}
.grid-header{
    position: relative;
    background: #f9f9f9 url(../../images/et1/grid/grid3-hrow.gif) repeat-x 0 -1px;
    height: 24px;
    overflow: hidden;
    font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#003399;
}
.grid-header div{
    border: 0;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
    color:#003399;
}
.grid-header-inner{
    position: relative;
    overflow:hidden;
}
.grid-body input[type = 'text' ], .grid-body select{
    border: 1px solid #99bbe8;
}
.asc{
    position: absolute;
    background:url(../../images/et1/grid/sort_asc.gif) no-repeat center right;
    width: 13px;
    height: 5px;
    right: 0px;
    top: 40%;
}
.desc{
    position: absolute;
    background:url(../../images/et1/grid/sort_desc.gif) no-repeat center right;
    width: 13px;
    height: 5px;
    right: 0px;
    top: 40%;
}
.sortable{
    cursor: pointer;
}
.grid td{
    border-left: 1px solid #ededed;
}

.grid-cell-highlight {
    background-color: #ffff00;
    color: #000000;
}


.non-editable {
 background-color: #b5b1b1; 
}

.column-narrow {
 width: 4em;
}
.column-medium {
  width: 7em;
}
.column-wide {
  width: 9em;
}

/* Highlights rows where the user has modified data. */
/* Color is Sienna, a faded orange. */
/*
.grid-row-data-is-modified {
 background-color: #ff8247; 
}
*/


/* In checkbox-show mode: To hide (turn off) the master checkbox at top left: */
/* 
.col-header-1-cell-wide .grid-cb {
 display: none;
}
*/
