/*  Author: Paul Horton
 *  Organization: Computational Biology Research Center, AIST, Japan
 *  Copyright (C) 2015, Paul Horton, All rights reserved.
 *  Creation Date: 2015.2.2
 *
 *  Style sheet for a list of keynotes.  Created for GIW/InCoB 2015
 */


BODY{
    font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14pt;
    background: #FFF;
    margin: 10px;
    width: 1200px;
    height: 100%;
    overflow: hidden;
}


#topMenuBar{
    width: 800px;
    float: left;
    display: inline;
    border: 10px;
    margin: 20px 0 20px 0;
    height: 50px;
}


#topMenuBar UL{
    width: 600px;
    text-align: left;
    display: inline;
    margin: 0 0 -2.6em 0;
    padding: 0px;
    list-style: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}


#topMenuBar UL LI.link{
    width: 140px;
    height: 40px;
    outline-style: groove;
    display: inline;
    text-align: center;
    vertical-align: middle;
    font: bold 14pt san-serif;
    display: inline-block;
    margin-right: -4px;
    border: 0px 10px;
    position: relative;
    padding: 0;
    background: #BBEEBB;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#topMenuBar UL LI A.link{
    text-decoration: none;
    color: inherit;
}

#topMenuBar UL LI.link:hover{
    background: #666;
    color: #fff;
}

#topMenuBar UL LI.link SPAN{
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
}

#topMenuBar UL LI.plain{
    width: 600px;
    height: 40px;
    padding: 0px 15px 0px 20px;
    vertical-align: middle;
    text-align: left;
    font-size: 24pt;
    float: right;
}


#main{
    width: 1200px;
    float: left;
}

#main UL{
    list-stype-type: none;
    display: inline;
    margin: 0;
    padding: 0;
}

#main UL LI.left{
    width: 650px;
    margin: 0 0 0 0;
    text-align: center;
    vertical-align: middle;
    border: 0 0 0 0;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    display: inline-block;
    position: relative;
}    

#main UL LI.right{
    width: 530px;
    vertical-align: middle;
    border: 0 0 0 0;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    display: inline-block;
    list-style-type: none;
    position: relative;
}    


#main UL LI UL LI{
    list-style-type: none;
}

#main IMG.photo{
    padding: 1px;
    width: 160px;
}

#main IMG.photo:hover{
    padding: 0px;
    border: solid 1px;
}

#main TR{
    height: 220px;
}

#main TD.talkInfo{
    padding: 0px;
    width: 400px;
    background-color: #B4D8E7;
}

#main TD.talkInfo:hover{
    background-color: #C4E8F7;
}

#main TD.noLinkYet{
    padding: 20px;
    width: 360px;
}

#main TD.noLinkYet:hover{
    background-color: #B4D8E7;
}

#main TD.photoD{
    width: 168px;
}

A.quiet{
    padding: 20px;
    text-decoration: none;
    color: black;
    display: block;
}

SPAN.title{
    font-size: 14pt;
}

SPAN.speaker{
    font-size: 16pt;
    font-weight: bold;
}

SPAN.affiliation{
    font-size: 15pt;
    font-style: italic;
}