/*
 * Licensed Materials - Property of IBM
 * (C) Copyright IBM Corp. 2010, 2012 All Rights Reserved
 * US Government Users Restricted Rights - Use, duplication or
 * disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
 */

.dijitTreeNode .dojoDndItemOver .dijitTreeContent {
  background-color: #abd6ff;
  padding-bottom: 2px;
}
.idxCheckBoxTree .dijitTreeNode .dojoDndItemBefore .dijitTreeContent {
  border-top: 2px solid #333333;
  padding-top: 4px;
}
.idxCheckBoxTree .dijitTreeNode .dojoDndItemAfter .dijitTreeContent {
  border-bottom: 2px solid #333333;
  padding-bottom: 8px;
}
.idxCheckBoxTree .dijitTreeRow, 
.idxCheckBoxTree .dijitTreeNode .dojoDndItemBefore, 
.idxCheckBoxTree .dijitTreeNode .dojoDndItemAfter {
  padding: 5px 1px 6px;
 }