.expressionPlots {
    position: fixed;
    top: 160px;
    right: 1%;
    background-color: #DBF6FF;
    border: 1px solid #CCC;
    margin: 3px;
    z-index: 2000;
    width: 790px;
    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;
}


.expressionPlots #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;
}

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

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

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

.expressionPlots .projects *{
    resize:none;
}

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

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

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

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

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

.expressionPlots .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);

}

.expressionPlots .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;
}

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

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

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

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

.expressionPlots .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;
}
.expressionPlots .projects .proj .plot .yLabel{
    position: absolute;
    left: -31px;
    width: 30px;
    height: 100%;
}

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

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

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

.expressionPlots .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;
}

.expressionPlots .projects .proj .description {
    position: absolute;
    top: 10px;
    right: 24px;
    height: 272px;
    width: 275px;
    padding: 0px;
}

.expressionPlots .projects .proj .description .line {
    width: 271px;
    height: 20px;
    min-height: 16px;
    padding: 0px;
    cursor: pointer;
}

.expressionPlots .projects .proj .description .headline {
    position: static;
    font-weight: bold;
    height: auto;
    width: 265px;
    padding-top: 3px;
    padding-left: 5px;
}



.expressionPlots .projects .proj .description .line .cellline {
    width: 130px;
    height: 20px;
    padding-top: 2px;
}

.expressionPlots .projects .proj .description .headline .cellline{
    width: 139px;
    height: 20px;
    padding-left: 10px;
}

.expressionPlots .projects .proj .description .headline .average{
    height: 20px;
}

.expressionPlots .projects .proj .description .colorbox {
    position: relative;
    top: -1px;
    left: 2px;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border: 1px solid #CCC;
    -webkit-box-shadow: inset 2px 2px 2px rgba(240,240,255,0.5),inset -2px -2px 2px rgba(0,0,0,0.5);
    -moz-webkit-box-shadow: inset 2px 2px 2px rgba(240,240,255,0.5),inset -2px -2px 2px rgba(0,0,0,0.5);
    box-shadow: inset 2px 2px 2px rgba(240,240,255,0.5),inset -2px -2px 2px rgba(0,0,0,0.5);
}

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

.expressionPlots .projects .proj .description .line .average {
    width: 110px;
    text-align: left;
    font-weight: bold;
}

.expressionPlots .projects .proj .description .line .average .upReg {
    color: #0581FF;
}

.expressionPlots .projects .proj .description .line .average .downReg {
    color: #7C7C7C;
}

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

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

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

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

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

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

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