.floatLeft {
  float: left;
}

.displayInline {
  display: inline;
}

.displayInlineBlock {
  display: inline-block;
}

.height40 {
  height: 40px;
}

.gridBody {
  background-color: #FFFFFF;
  overflow: hidden !important; 
}

.textStyle {
  font-size: 12px;
  font-family: verdana;
}

.padding15 {
  padding: 15px;
}

.padding15Left {
  padding-left: 15px;
}

.padding15Top {
  padding-top: 15px;
}

.padding15Bottom {
  padding-bottom: 15px;
}

.clearBoth {
  clear: both;
}

.checkboxStyle input {
  width: 16px;
  height: 16px;
}

.visibilityHidden {
  visibility: hidden;
}

.displayNone {
  display: none;
}