.sysmenu {
    border-bottom: 3px solid #EEEEEE;
    clear: both;
    height: 23px;
    margin: 1px 25px 0 10px;
    padding: 0;
}
.sysmenu a {
    background-color: #28609B;
    height:15px;
    padding: 5px !important; 
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    display:inline-block;
}
.sysmenu a#current,.sysmenu a:hover {
    background-color: #D25E59;
    text-decoration: none;
    color: #fff;
}

#container {
   /**
 *  position:relative;
    margin: auto 10px;
    padding: 0 10px;
    color:#222;
    width: 100%;
 */
position: relative;
}
#container h3 {
    background-color:#77797A;
    color:#FFFFFF;
    padding:5px;
    margin:0px;
    margin-bottom:10px;
    font-size:1.025em;
}

#container h3 span{
    position:absolute;
    right:20px;
}
#container h3 span a{
    text-decoration:none;
    color:#FFFFFF;
    font-size:1em;
}

#container td h4 {
    background-color:#BDBEBE;
    color:#fff;
    padding:1px 5px;
    margin:0px;
    font-size:14px;
    font-weight: bold;
}


#container td, #container th {
    font-size:11px;
    color: #111;
    padding: 1px 0;
}
#container pre {
    background: #eee;
    border: 1px solid #333;
    padding: 5px;
    display:inline-block;
}

.h250 {
    height: 260px;
}
.h265{
    height: 265px;
}
.h600{
   /* height: 570px;*/
}
.right {
    float: right !important;
}
.left {
    float: left;
}
.middle {
    position:relative;
   /* margin:10px 1% 0 0;*/
    max-width: 25.225em;
    width:auto;
    float:none;
   /* z-index:1;*/
    background-color: #E8E8E8;
    border: 1px solid #F90606;
    padding: 0.025em 1%;
}
.stats-content {
  clear: right;
  margin: auto 1%;
 /* padding: 4px 10px 14px;*/
}
#content {
  width: 100%;
}

.full {
    position:relative;
    margin:10px 1% 0 0;
    width:95%;
    z-index:1;
    background-color:#FFFFFF;
    border: 1px solid #28609B;
    padding: 15px 1%;
    height: 255px;
}

.bar {
    margin-right:1px;
    margin-left:1px;
    z-index:1;
    background-color:#28609B;
    font-size:0.8em;
    overflow:hidden;
    cursor: pointer;
}
.vbar {
    height:15px;
    background-color:#6699cc;
    cursor: pointer;
}
.bar:hover, .vbar:hover {
    margin-right:1px;
    z-index:1;
    background-color:#6699cc;

}
.expand,.expandunder {
    cursor: pointer;
}
.timeline {
    border-left:1px #DDDDDD solid;
    font-size:0.8em !important;
    color:#333333;
}
.underline {
    border-bottom:1px dotted #999;
}
.popup th {
font-size: 12px;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.popup td {
    color: #fff;
}

.hide { display: none; }