
.contextMenuPlugin {
  -webkit-user-select: none;
  display: none;
  font-family: tahoma, arial, sans-serif;
  font-size: 11px;
  position: absolute;
  left: 100px;
  top: 100px;
  min-width: 180px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #333;
  /*border: 1px solid #fff;*/
  /*outline:1px solid #aaa;*/
  color: #ddd;
  box-shadow: 0 0 2px 1px rgba(0,0,0,0.2), 0 0 0 1px rgba(255, 255, 255, 0.25) inset;
}

.contextMenuPlugin > li {
  margin: 0 0 0 0;
  /*padding: 1px;*/
  background-repeat: no-repeat;
}

.contextMenuPlugin > li > a {
  position: relative;
  display: block;
  padding: 6px 12px ;
  text-decoration: none;
 
}

.contextMenuPlugin > li > a img {
  position: absolute;
  left: 3px;
  margin-top: -2px;
  width: 16px;
  height: 16px;
}
.contextMenuPlugin > li > a:hover {
  /*border: 1px solid tomato;*/
  background:tomato;
  color: white;
  cursor: pointer;
}

.contextMenuPlugin > li.divider {
  border-top: 1px solid #2d2d2d;
  /*border-bottom: 1px solid #ffffff;*/
  height: 0;
  padding: 0;
}

.contextMenuPlugin > .header {
  background: rgb(90,90,90); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(90,90,90,1) 0%, rgba(20,20,20,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(90,90,90,1)), color-stop(100%,rgba(20,20,20,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(90,90,90,1) 0%,rgba(20,20,20,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(90,90,90,1) 0%,rgba(20,20,20,1) 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(90,90,90,1) 0%,rgba(20,20,20,1) 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a5a5a', endColorstr='#141414',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(90,90,90,1) 0%,rgba(20,20,20,1) 100%); /* W3C */
  position: relative;
  cursor: default;
  padding: 3px 3px 3px 3px;
  color: #ffffff;
}

.contextMenuPlugin > .gutterLine {
 display: none;
}
.contextMenuPlugin a span:before {
content: attr(shrtct);
float: right;
color: rgba(255, 255, 255, 0.31);
}
.greyish{
  /*color: #ddd;*/
  opacity: 0.5;
  background: transparent;
}

/*.apprise*/


.appriseOverlay
  {
  position:fixed;
  top:0;
  left:0;
  background:rgba(0, 0, 0, 0.3);
  display:none;
  }
.appriseOuter
  {
  background:#222;
  box-shadow:0px 3px 7px #444;
  position:absolute;
  z-index:99999999;
  min-width:280px;
  min-height:50px;
  max-width:75%;
  position:fixed;
  display:none;
  }
.appriseInner
  {
  padding:20px;
  color:#888;
  }
.appriseInner button
  {
  border:none;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  -khtml-border-radius:3px;
  color:#eee;
  font-size:12px;
  font-weight:bold;
  width: 80px;
  height: 30px;
  text-align: center;
  margin:0 9px;
  cursor:pointer;
  background: #444;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.14) inset, 0 1px 0 rgba(255, 255, 255, 0.53) inset;
    }
  .appriseInner button:first-of-type{
background: tomato;
  }
.appriseInner button:hover
  {
  color:rgba(255, 255, 255, 0.53);
  }
.aButtons, .aInput
  {
  margin:20px 2px 0px 2px;
  text-align:center;
  }
.aTextbox
  {
  border:none;
  outline: none;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  -khtml-border-radius:4px;
  font-size:12px;
  font-weight:bold;
  padding:10px;
  width: 240px;
  margin: 0 auto;
  background: #333;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.64) inset, 0 -1px 0 rgba(255, 255, 255, 0.25) inset;
  color: white;
  }
.no-rgba  .appriseOverlay{
  opacity: .30; 
  filter: alpha(opacity = 30) !important; 
  background: #000; 
  zoom: 1;
}
.no-borderradius .appriseOuter{
  border:1px solid #888;
}
.appriseOverlay {
background-color:#222222;
border:medium none;
height:100%;
left:0;
margin:0;
padding:0;
position:fixed;
top:0;
width:100%;
z-index:10000;
filter:alpha(opacity=70);
opacity:0.70; 
}