body {
  font-family : arial,sans-serif;
  font-size : 11px;
  color: black;
  background-color: #EAEAE1; 
}

a  { text-decoration: none; color: #000000; }
a:focus { outline-style: dotted; outline-width: 1px; }
a:hover { text-decoration: none; color: #000000; }
a.cont  { text-decoration: none; color: #000000; }
a.cont:hover { text-decoration: none; color: #000000; }

td { font-family: arial,sans-serif; font-size: 11px; color: #000000; }
.b { font-size: 11px; font-weight: bold}
.u { font-weight: bold; text-decoration: underline}


.lookup {
   font-family: arial,sans-serif; 
   font-size: 11px; 
   border-right:1px solid #999999; 
   border-left:1px solid #999999; 
   border-top:1px solid #999999; 
   border-bottom:1px solid #999999;
}

.editLogon {
   font-family: arial,sans-serif; 
   font-size: 11px; 
   font-weight: bold;
   border-right:1px solid #000000; 
   border-left:1px solid #000000; 
   border-top:1px solid #000000; 
   border-bottom:1px solid #000000;
}

.edit {
   font-family: arial,sans-serif; 
   font-size: 11px; 
   border-right:1px solid #999999; 
   border-left:1px solid #999999; 
   border-top:1px solid #999999; 
   border-bottom:1px solid #999999;
}

.link {
   font-family: verdana,arial,sans-serif; 
   font-size: 12px; 
   color: #000000;
   text-decoration: none;
}

.generalLabel {
   font-family: verdana,arial,sans-serif; 
   font-size: 10px; 
   color: #000000;
   text-decoration: none;
}

.generalBoldLabel {
   font-family: verdana,arial,sans-serif; 
   font-size: 10px; 
   color: #000000;
   text-decoration: none;
   font-weight: bold;
}

.generalTitle {
   font-family: verdana,arial,sans-serif; 
   font-size: 10px; 
   color: #000000;
   text-decoration: none;
   font-weight: bold;
}

.webr-edit {
    height: 27px !important;
    margin-bottom: 6px;
    margin-top: 10px;
    background-color: #F1F1F1;
    border-color: #405C6F;
    text-indent: 10px;
}

.webrun-syscode {
   height: 30px;
   width: 243px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background: url("Resource/syscode_arrow.png") no-repeat right 3px bottom 3px;
   background-size: 9px;
   background-color: #F4F6F7;
}

.bt-check {
   background: url("Resource/check_acess.png") no-repeat left 7px bottom 10px #3498db;
   background-size: 11px;
}

.webrun-access-bt {
   padding: 9px 20px 9px 26px;
   border-radius: 2px;
   border: solid 1px #286995;
   background-color: #3498db;
}

.webrun-access-bt:hover {
    background-color: #4AB3FF;
}

.webrun-access-bt span {
   color: #fff;
   font-size: 13px;
}

.webrun-back-bt {
  padding: 9px 20px 9px 26px;
  border-radius: 2px;
  border: solid 1px #286995;
  background-color: #3498db;
}

.webrun-back-bt:hover {
  background-color: #4AB3FF;
}

.webrun-back-bt span {
  color: #fff;
  font-size: 13px;
}

#webrun-config-bt {
   padding-left: 28px;
   padding-bottom: 17px;
   padding-top: 16px;
   background: url("Resource/button_config_params.gif") no-repeat left 2px top 14px;
   background-size: 19px;
}

#down-container .link:hover {
    text-decoration: underline;
}


/* Animations */
.box-animation {
  -webkit-box-shadow: 3px 5px 1px -3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 5px 1px -3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 3px 5px 1px -3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 3px 5px 1px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 5px 1px -3px rgba(0, 0, 0, 0.3);
}