/*global*/
.RadListView_BootstrapRVS {
  border-color: #dedede;
  color: #333333;
  background-color: #ffffff;
  font: 14px/1.42857143 "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .RadListView_BootstrapRVS .rlvI {
    background: #ffffff; }
  .RadListView_BootstrapRVS .rlvA {
    background: #f9f9f9; }
  .RadListView_BootstrapRVS .rlvISel {
    background: #337ab7;
    color: #ffffff; }
  .RadListView_BootstrapRVS .rlvBAdd,
  .RadListView_BootstrapRVS .rlvBUpdate,
  .RadListView_BootstrapRVS .rlvBCancel,
  .RadListView_BootstrapRVS .rlvBDel,
  .RadListView_BootstrapRVS .rlvBEdit {
    background-image: url('Common/radActionsSprite.png');
    width: 32px;
    height: 32px; }
  .RadListView_BootstrapRVS .rlvBAdd {
    background-position: -109px -3009px; }
  .RadListView_BootstrapRVS .rlvBUpdate {
    background-position: -9px -2609px; }
  .RadListView_BootstrapRVS .rlvBCancel {
    background-position: -9px -2809px; }
  .RadListView_BootstrapRVS .rlvBSel {
    background-image: url('FormDecorator/CheckBoxSprites.gif');
    background-position: -2px -2px; }
  .RadListView_BootstrapRVS .rlvBDel {
    background-position: -9px -3209px; }
  .RadListView_BootstrapRVS .rlvBEdit {
    background-position: -9px -3109px; }
  .RadListView_BootstrapRVS .rlvDrag {
    background-image: url('ListView/drag.gif');
    background-position: center center; }
  .RadListView_BootstrapRVS div.rlvI, .RadListView_BootstrapRVS div.rlvA, .RadListView_BootstrapRVS div.rlvIEmpty, .RadListView_BootstrapRVS div.rlvIEdit {
    border-color: #dedede; }
  .RadListView_BootstrapRVS div.rlvISel {
    border-color: #dedede; }
  .RadListView_BootstrapRVS tr.rlvHeader th {
    border: 0;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    background: whitesmoke; }
  .RadListView_BootstrapRVS tr.rlvI td,
  .RadListView_BootstrapRVS tr.rlvA td,
  .RadListView_BootstrapRVS tr.rlvISel td,
  .RadListView_BootstrapRVS tr.rlvIEmpty td,
  .RadListView_BootstrapRVS tr.rlvIEdit td {
    border: 1px solid #dedede;
    border-top: 0;
    border-right: 0; }
  .RadListView_BootstrapRVS td.rlvI, .RadListView_BootstrapRVS td.rlvA, .RadListView_BootstrapRVS td.rlvISel, .RadListView_BootstrapRVS td.rlvIEmpty, .RadListView_BootstrapRVS td.rlvIEdit {
    border: 0;
    border-right: 1px solid #dedede; }
  .RadListView_BootstrapRVS td.rlvISel {
    border-color: #dedede; }
  .RadListView_BootstrapRVS .rlvFloated .rlvI,
  .RadListView_BootstrapRVS .rlvFloated .rlvA,
  .RadListView_BootstrapRVS .rlvFloated .rlvISel,
  .RadListView_BootstrapRVS .rlvFloated .rlvIEdit {
    border-color: #dedede; }
  .RadListView_BootstrapRVS .rlvInput {
    border-color: #cccccc;
    color: #333333;
    background-color: #ffffff; }
