/* TOP RIGHT BOTTOM LEFT*/

/* Runs horizontally across the top  */
DIV.splash { 
    position: absolute;
    top:  10px;
    left: 10px;
    height: 180px;
    width: 600px;
    color: blue; 
    border: blue 2px solid;
    padding: 20px 20px 5px 20px;
    font-size: large;
}

/* program thumb in upper right corner */
DIV.thumb {
    position: absolute;
    top:  30px;
    left: 700px;
    height: 90px;
    width: 125px;
    color: black; 
    border: black 2px solid;
    padding: 5px 0px 5px 10px;
    font-size: x-large;
}

/* Holds the list of selectable cases (i.e. CLL patients)
   Runs vertically along the left edge  */
DIV.caseBar {
    position: absolute;
    top:  240px;
    left: 10px;
    width: 99px;
    valign: top;
    color: black; 
    border: black 0px solid;
}


/* Only used in the chromosome display, not segments  */
DIV.mainArea { 
    position: absolute;
    top:  235px;
    left: 167px;
    width: 1200px;
    height: 900px;
    color: black; 
    border: black 2px solid;
}


P {
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 0px;
}


