@CHARSET "UTF-8";
/* ==============================
.button {
  text-align: center;
  vertical-align: middle;
  padding-right: 7px;
  padding-left: 7px;
  font-family: tahoma;
  color: white;
  font-size: 12px;
  border: 1px solid white;
  border-radius: 20px;
  -moz-border-radius:20px;
  -webkit-border-radius: 5px;
  background-position: left center;
  background-color: #007cb4;
 background-color: rgb(0, 124, 180);
  padding-top: 1px;
  padding-bottom: 1px;
  cursor: pointer;
}                         */
/* ============================== */
/* size mod
.h1 {
  height: 1px;
}

.h2 {
  height: 2px;
}

.h5 {
  height: 5px;
}

.h10 {
  height: 10px;
}

.h20 {
  height: 20px;
}

.h50 {
  height: 50px;
}

.w1 {
  width: 1px;
}

.w2 {
  width: 2px;
}

.w5 {
  width: 5px;
}

.w10 {
  width: 10px;
}

.w20 {
  width: 20px;
}

.w50 {
  width: 50px;
}

.w100 {
  width: 100px;
}

.body {
  width: 80%;      */
  /*border: 1px solid green;
}

.info {
  width:100%;
}
.w50p {
  width: 50%;
}

.w99p {
  width: 99.9%;
}
            */
/* ============================== */
/*
.inline, .row {
  display: inline;
}
*/
.inline-block, .row-block {
  display: inline-block;
}
/*
.row ul, .row li {
  display: inline;
}
*/
/*
.clear {
  clear: both;
}
*/
.justleft{
  text-align: left;
}

.justright{
  text-align: right;
}

.justcenter {
  text-align: center;
  margin: 0 auto;
}
.justtop {
  vertical-align: top;
}
/*
.left {float:left;}
.right {float:right;}
.clear{clear:both}
*/
/*.bold {
  font-weight: bold;
}*/

.normal {
  font-weight: normal;
}
/*
.hide { display:none; }
*/
.e-hide { display:none; }

.pre {
  font-family: monospace;
  white-space: pre;
}

/* ========================= */
.userrole{
  width:35%;
  background-color: inherit;
  color: white;
}

.username{
  width:45%;
  background-color: inherit;
}

.control{
  width:50px;
  background-color: inherit;
}

.popup_menu {
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.3);
  color:#70808B;
  font-size:14px;
}

.popup_menu ul{
  padding: 2px;
  margin: 2px;
  display: block !important;
/*  width: 170px; */
}
.popup_menu ul li {
  list-style-type:none;
  cursor: default;
  display: block !important;
  white-space: nowrap !important;

}

.user-on{
  color: white !important;
  background: #76b6ec;
  border-bottom: 1px solid #E0EDED;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}



/*
.popup_menu ins {
  background-color: transparent;
  background-image: url("../js/themes/classic/d.png");
  background-repeat: no-repeat;
  -moz-text-blink: none;
  -moz-text-decoration-color: -moz-use-text-color;
  -moz-text-decoration-line: none;
  -moz-text-decoration-style: solid;
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  vertical-align:-30%;
}


.popup_menu ins.blankIcon {
  background-position: left -72px top -72px;
}

.popup_menu ins.plusIcon {
  background-position: left -18px top -18px;
}

.popup_menu ins.emptyIcon {
  background-position: left -72px top -72px;
}
    */
.pointer {
  cursor:pointer;
}

.underline
{
  text-decoration: underline;
}
/*
div.top {
  background-color: #333;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAQCAYAAACYwhZnAAAAzklEQVRIib3VIRKCUBCA4YVgMppNjkfwAJ7BaPYAJm5AJpK1cwIOwBEYLRyARCIwv2U3yKDCe+A/wxB4u+9rBIB4thORp8+C0BNwFZGHvt0DXJ+Y92LXXS5DIZAyXKrfF0WsgOwDwMr03CKINZD/AFi5np8VsQGKkQCr0LlZEFugnAiwSp33QuyByhFgVbrHCXEAak+AVeu+SYgj0MwEsBrdOwpxAtqZAVar+78iLkC3EMDq9J5BRLTw5f2iPiL5M8BKAAmAm4icPf+mPt1flw/p9rFcCr8AAAAASUVORK5CYII=");
  background-position: center 5px;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 2px;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
  display: none;
  left: 10px;
  opacity: 0.7;
  padding: 25px 0 5px;
  position: fixed;
  text-align: center;
  width: 48px;
  z-index: 10;
}
*/