/* childrenmultipleselect.css */

.ChildrenMultipleSelect {
  width: 200px;
}
.ChildrenMultipleSelect .input {
  width: 170px;
}
.ChildrenMultipleSelect .arrow {
  width: 17px;
  height: 16px;
  cursor: pointer;
  display: inline;
  background: transparent url(/images/home/multipleselect-arrow.png) no-repeat;
  margin: 1px 0 0 5px;
  float: right;
}
.ChildrenMultipleSelect .list {
  display: none;
  width: 300px;
  margin: 0 0 0 -90px;
  position: absolute;
}
.ChildrenMultipleSelect .list ul {
  list-style: none;
  border: 1px solid #bbbbbb;
  height: 415px;
  overflow: auto;
  font-size: 12px;  
  background: white;
  margin: 0 !important;
}
.ChildrenMultipleSelect .DrWICheckBox {
  margin-top: 0px;
}
.ChildrenMultipleSelect .list ul li {
  padding: 0px 2px;
  height: 22px;
  line-height: 22px;
}
.ChildrenMultipleSelect .parent { 
  font-weight: bold;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  text-transform: uppercase;
  background: #c1c6e5 url(/images/arrowbottom.gif) no-repeat 260px 8px;
}