/* provide default z index value for the grid */
.transparent-grid {
  z-index: 9;
}
 
/* provide default font and alignment for the cells */
.transparent-grid .cell {
  font-family: Arial;
  font-size: 12px;
  text-align: left;
}
 
/* provide default font, background, etc. for the header */
.transparent-grid .header-cell {
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  background-image: url('/profoundui/userdata/images/White Button Background transparent.png');
  background-repeat: repeat-x;
  text-align: left;
  font-weight: bold;
}
.transparent-grid .header-cell div {
  text-align: left;
}
 
/* color for for odd, even rows */
.transparent-grid .odd {
  background-image: url('/profoundui/userdata/images/White Button Background transparent.png');
}
.transparent-grid .even {
  background-image: url('/profoundui/userdata/images/White Button Background transparent.png');
}
/* protected input fields specified separately */
.transparent-grid .odd INPUT.PR {
  }
.transparent-grid .odd INPUT.PR-UL {
  }
.transparent-grid .even INPUT.PR {
  }
.transparent-grid .even INPUT.PR-UL {
  }
 
/* colors for selection and hover effects */
.transparent-grid .selected {
    
}
.transparent-grid .hover {
  Background-image: url('/profoundui/userdata/images/White Button Background.png');
  background-repeat: repeat-x;
}
