.count_num{
  float:left;
  padding-right:6px;
}
.position_arrows{
  text-align:center;
}
.position_arrows .up{
  background:url("http://i.cdn.turner.com/dr/golf/golfm/release/sites/all/modules/dev/golf_subqueue_custom_ui/images/arrow_up.png") center no-repeat);
  height:16px;
  cursor:pointer;
  display :block;
}
.help_icon img{
  cursor:pointer;
  padding-left:3px;
}
#nodequeue-dragdrop thead th.first{
  Padding-left :36px;
}
#nodequeue-dragdrop .nodequeue-remove{
  background:url("http://i.cdn.turner.com/dr/golf/golfm/release/sites/all/modules/dev/golf_subqueue_custom_ui/images/subqueue_remove.png") center no-repeat;
  outline: medium none;
  text-indent: -3000px;
  white-space: nowrap;
  height:24px;
  width:22px;
  margin-left:10px;
}
#nodequeue-dragdrop .nodequeue-edit{
  background:url("http://i.cdn.turner.com/dr/golf/golfm/release/sites/all/modules/dev/golf_subqueue_custom_ui/images/subqueue_edit.png") center no-repeat;
  height:31px;
  width:31px;
  display:block;
}
#nodequeue-dragdrop .existing_position{
  text-align:center;
}
#nodequeue-dragdrop .drag-previous{
  background:#FFF4C0;
}
#nodequeue-arrange-subqueue-form #edit-submit{
  background: none repeat-x scroll 0 0 #942021;
  border: 1px solid #000000;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: normal;
  text-align: center;
  height: 26px;
  padding-bottom: 5px;
  -moz-border-radius: 3px 3px 3px 3px;
  -moz-box-shadow: 0 1px 1px #DDDDDD;
}
/**cancel button css for subqueue **/
#nodequeue-arrange-subqueue-form  a.subqueue_cancel,#nodequeue-arrange-subqueue-form  a.subqueue_cancel:hover{
  width:70px;
  background: none repeat-x scroll 0 0 #CCCCCC;
  border: 1px solid gray;
  color: #000000;
  cursor: pointer;
  font-weight: normal;
  text-align: center;
  height: 27px;
  padding:3px 10px 2px 10px;
  -moz-border-radius: 3px 3px 3px 3px;
  -moz-box-shadow: 0 1px 1px #DDDDDD;
}
#nodequeue-arrange-subqueue-form #edit-add-submit{
  background: none repeat-x scroll 0 0 #CCCCCC;
  border: 1px solid gray;
  color: #000000;
  cursor: pointer;
  font-weight: normal;
  text-align: center;
  height: 22px;
  padding:0px 2px 2px 2px;
  -moz-border-radius: 3px 3px 3px 3px;
  -moz-box-shadow: 0 1px 1px #DDDDDD;
  width:80px;
}
#edit-select-nodes-nid-wrapper{
  width:500px;
  float:left;
}
#nodequeue-arrange-subqueue-form #edit-add-nid{
  border:1px solid #A3C1AD;
  color:gray;
  width:500px;
}
.subqueue-add-content{
  -moz-border-radius: 3px 3px 3px 3px;
  -moz-box-shadow: 0 1px 1px #DDDDDD;
  background: none repeat-x scroll 0 0 #CCCCCC;
  border: 1px solid gray;
  color: #000000;
  cursor: pointer;
  font-weight: normal;
  height: 24px;
  margin-top: 6px;
  margin-left:10px;
  padding-bottom: 2px;
  text-align: center;
  width: 87px;
}
.warning-msg{
  border: 1px solid #942021 !important;
  color: #942021 !important;
  display: block;
  font-weight: bold;
  height: 30px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-top: 10px;	
}
.ui_help{
  background:url("http://i.cdn.turner.com/dr/golf/golfm/release/sites/all/modules/dev/golf_subqueue_custom_ui/images/help.png") center no-repeat;
  height:16px;
  cursor:pointer;
  display:block;
}
p#vtip { 
  display: none;
  position: absolute;
  padding: 10px; 
  left: 5px;
  font-size: 0.8em;
  background-color: white; 
  border: 1px solid #a6c9e2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; z-index: 9999 
}
p#vtip #vtipArrow { 
  position: absolute;
  top: -10px; 
  left: 5px
}

