/* Generic context menu styles  */
.cntxtMn {
  display: none;
  position: absolute;
  /*border-top:solid 1px #acacac;
  border-bottom:solid 1px #acacac;*/
  border-top:solid 1px #d3d3d3;
  border-bottom:solid 1px #d3d3d3;
  /* Possibly inherited values overrides */
  border-width:1;
  float:none;
  height:auto;
  width:auto;
  z-index:999;
  /*background: #EEE;  */
  background: #f5f5f5 !important;
  padding: 0px;
  margin: 0px;
  border-radius: 1px;
}

.cntxtMn LI {
  /* Required settings */
  width:auto; /* 162px */
  list-style:none none outside;
  /* Possibly inherited values overrides */
  float:none;
  height:auto;
  letter-spacing:normal;
  margin:0;
  border-width:0;
  line-height:normal;
  margin:0;
  text-align:right;
  text-decoration:none;
  text-indent:0;
  text-transform:none;
  vertical-align:top;
  word-spacing:normal;
  font-family:Arial, Sans-Serif;
  font-size:13px;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  /* Additional settings */
  overflow:hidden;
  cursor:default;
  padding:3px 5px 0px 10px; /* padding:5px 5px 5px 31px; */
  border-left:solid 1px #d3d3d3;
  border-right:solid 1px #d3d3d3;
  /*background:#f5f5f5 url(images/background.gif) repeat-y 0 0*/
}

.cntxtMn A {
  color: #333;
  text-decoration: none;
  display: inline;
  line-height: 20px;
  height: 20px;
  background-position: 6px center;
  background-repeat: no-repeat;
  outline: none;
  padding: 1px 5px 0 5px;
}

.hdXml {
    padding: 0 0 0 3px !important;
    font-weight: bold;
}

.cntxtMn A:hover {
    opacity: 0.75;
}

.cntxtMn HR {
  width:auto; /* 162px */
}

.cntxtMn LI.disabled A {
  color:#d3d3d3;
  cursor: default;
}

.cntxtMn LI.hover.disabled A {
  background-color: transparent;
}

.cntxtMn LI.hover.separator A {
  background-color:#e6e6e6;
  background-image:url(images/separator.gif);
}

.cntxtMn LI.separator {
  /*width:auto;
  height:12px;
  background:#e6e6e6 url(images/separator.gif) no-repeat;
  padding:0 !important;*/
  height: 2px;
  background-color: #dcdcdc;
  padding: 0 !important;
  font-size: 0;
  border-bottom: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
}

.contextMenu LI.hover A {
  background-color:#d4dde6;
  background-image:url(images/hover.gif)
}

.cntxtMn .ignore, .cntxtMn .sendSugg, .cntxtMn .sendEx {
  padding-top: 0px !important;
}

.cntxtMn .sendEx {
  padding-bottom: 2px !important;
}