.simpleExpressionPlots {
    position: fixed;
    top: 160px;
    right: 1%;
    background-color: #DBF6FF;
    border: 1px solid #CCC;
    margin: 3px;
    z-index: 2000;
    width: 686px;
    height: 401px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}


.simpleExpressionPlots #close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 65px;
    height: 25px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    z-index: 10000;
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
    cursor: pointer;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: white;
}

.simpleExpressionPlots .headline {
    position: absolute;
    height: 28px;
    background-color: white;
    width: 678px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 10px;
    z-index: 111;
    border-bottom: 1px solid #CCC;
    padding-top: 2px;
}

.simpleExpressionPlots .headline .info{
    width: 600px;
    height: 21px;
    margin-top: 5px;
    font-weight: bold;
    display: inline-block;
    overflow: hidden;
}

.simpleExpressionPlots .projects {
    position: relative;
    top: 31px;
    height: 370px;
    width: 687px;
    overflow: auto;
    overflow-x: hidden;
    margin-bottom: 40px;
}

.simpleExpressionPlots .projects *{
    resize:none;
}

.simpleExpressionPlots .projects .proj {
    height: 369px;
    width: 677px;
    border-bottom: 1px dashed #CCC;
    position: relative;
}

.simpleExpressionPlots .projects .proj .name {
    position: absolute;
    width: 100%;
    font-weight: bold;
    top: 10px;
    left: 10px;
}

.simpleExpressionPlots .projects .proj .pValue {
    position: absolute;
    width: 300px;
    font-weight: bold;
    top: 10px;
    left: 127px;
    text-align: right;
}

.simpleExpressionPlots .projects .proj .plot {
    position: absolute;
    top: 40px;
    left: 50px;
    height: 260px;
    width: 350px;
    border: 1px solid #ccc;
    background-color: white;
}

.simpleExpressionPlots .projects .proj .plot .cellline {
    height: 100%;
    position: absolute;
}

.simpleExpressionPlots .projects .proj .plot .cellline .bar{
    position: absolute;
    border: 1px solid black;
    bottom: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-box-shadow: inset 2px 0px 2px rgba(240,240,255,0.5),inset -2px 0px 2px rgba(0,0,0,0.5);
    -moz-webkit-box-shadow: inset 2px 0px 2px rgba(240,240,255,0.5),inset -2px 0px 2px rgba(0,0,0,0.5);
    box-shadow: inset 2px 0px 2px rgba(240,240,255,0.5),inset -2px 0px 2px rgba(0,0,0,0.5);

}

.simpleExpressionPlots .projects .proj .plot .cellline .barname{
    position: absolute;
    border: 1px solid #999;
    background-color: #E2FFFF;
    display: none;
    top: -24px;
    left: 90%;
    padding: 2px 8px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.simpleExpressionPlots .projects .proj .plot .cellline .bar:hover .barname {
    display: block;
    z-index: 1111;
}

.simpleExpressionPlots .projects .proj .plot .cellline .average{
    position: absolute;
    border-top: 2px solid brown;
    height: 0px;
    width: 100%;
}
.simpleExpressionPlots .projects .proj .plot .average{
    position: absolute;
    border-top: 2px solid #00ff66;
    height: 0px;
    width: 100%;
}

.simpleExpressionPlots .projects .proj .plot .xLabel{
    position: absolute;
    bottom: -50px;
    height: 50px;
}

.simpleExpressionPlots .projects .proj .plot .xLabel .labelContainer{
    height: 20px;
    position: absolute;
}

.simpleExpressionPlots .projects .proj .plot .xLabel .label{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 25px;
    width: 77px;
    font-size: 12px;
    padding-top: 0px;
}
.simpleExpressionPlots .projects .proj .plot .yLabel{
    position: absolute;
    left: -31px;
    width: 30px;
    height: 100%;
}

.simpleExpressionPlots .projects .proj .plot .yLabel .scala{
    position: absolute;
    border-bottom: 1px solid #AAA;
    height: 1px;
    width: 3px;
    right: 0px;
}

.simpleExpressionPlots .projects .proj .plot .yLabel .bold{
    border-bottom: 1px solid #888;
    width: 10px;
}

.simpleExpressionPlots .projects .proj .plot .yLabel .scala .desk{
    position: absolute;
    right: 12px;
    bottom: -6px;
    font-size: 11px;
}

.simpleExpressionPlots .projects .proj .plot .yLabel .label{
    position: absolute;
    bottom: -20px;
    height: 20px;
    font-size: 12px;
    font-weight: bold;
    width: 260px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -o-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    left: -16px;
    text-align: center;
}

.simpleExpressionPlots .projects .proj .legend {
    position: absolute;
    bottom: 57px;
    right: 24px;
    height: 325px;
    width: 187px;
    padding: 0px;
    font-size: 13px;
}

.simpleExpressionPlots .projects .proj .legend .avgCls{
    position: absolute;
    bottom: 53px;
    width: 180px;
    background-color: white;
    border-radius: 8px;
    padding: 3px 5px;
    border: 1px solid #CCC;
}

.simpleExpressionPlots .projects .proj .legend .avgAll{
    position: absolute;
    bottom: 10px;
    width: 180px;
    background-color: white;
    border-radius: 8px;
    padding: 3px 5px;
    border: 1px solid #CCC;
}

.simpleExpressionPlots .projects .proj .legend .avgCls .avg{
    border-top: 2px solid brown;
}

.simpleExpressionPlots .projects .proj .legend .avgAll .avg{
    border-top: 2px solid #0F6;
}

.simpleExpressionPlots .projects .proj .legend .avg{
    width: 25px;
    display: inline-block;
    height: 10px;
    bottom: 0;
    position: relative;
}

.simpleExpressionPlots .projects .proj .legend .legDesc{
    width: 140px;
    display: inline-block;
    padding-left: 7px;
}

.simpleExpressionPlots .ui-resizable-s {
    width: 100%;
    position: absolute;
    height: 20px;
    bottom: -10px;
    border-radius: 10px;
    cursor: ns-resize;
}