div.ganttview {
    height:1030;
    width:580px;
    background:rgb(255, 255, 255);
    padding:5px;
    overflow:hidden;
    /*overflow-y:scroll;*/
}

div.roomview {
    position:relative;
    height:80px;
    margin-top:-10px;
    margin-left:0px;
    margin-bottom:0px;
    margin-right:0px;
    left:65px;
    top:-10px;
    background:rgb(255, 255, 255);
    padding:0px;
    width:520px;
}

div.posterSession {
    display:block;
    float:left;
    background:rgb(220, 220, 240);
    width:507px;
    height:65px;
    margin-top:15px;
    margin-left:8px;
}

div.sessionOpening {
    display:block;
    float:left;
    background:#ed1848;
    width:117px;
    height:65px;
    margin-top:15px;
    margin-left:133px;
}
div.sessionOpening p.sessionname {
    color:#fff;
}

div.session {
    display:block;
    float:left;
    background:rgb(220, 220, 220);
    width:117px;
    /*width:90px;*/
    height:65px;
    margin-top:15px;
    margin-left:8px;
}

div.session:hover {
    /*border:1px solid rgb(10, 0, 155);*/
    background-color:rgb(230, 230, 255);
}

div.lunchbreak {
    display:block;
    float:left;
    background:rgb(255, 255, 255);
    width:10px;
    height:60px;
    margin-top:10px;
    margin-left:5px;
}

p.roomname {
    position:relative;
    top:10px;
    display:inline;
    font-family:sans-serif;
    font-size:10px;
}

p.starttime {
    position:relative;
    top:-18px;
    color:grey;
    font-size:8px;
    font-family:sans-serif;
}

p.stoptime {
    position:relative;
    top:-36px;
    left:92px;
    /*left:66px;*/
    color:grey;
    font-size:8px;
}

p.stoptime_session {
    position:relative;
    top:-36px;
    left:482px;
    color:grey;
    font-size:8px;
}


p.sessionname {
    position:relative;
    top:-36px;
    color:black;
    font-size:10px
}

