/*  Author: Paul Horton
 *  Organization: Computational Biology Research Center, AIST, Japan
 *  Copyright (C) 2015, Paul Horton, All rights reserved.
 *  Creation Date: 2015.2.2
 */


BODY{
    font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14pt;
    background: #FFF;
    margin: 10px;
    width: 1180px;
}

H2{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 1px;
}

H3{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 1px;
}

#topMenuBar{
    width: 100%;
    float: left;
    display: inline;
    border: 0;
    margin: 0;
    height: 50px;
}


#topMenuBar UL{
    width: 700px;
    text-align: left;
    display: inline;
    margin: 0 10 -2.6em 10;
    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{
    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;
    float: left;
}

#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: 400px;
    height: 40px;
    padding: 0px 15px 0px 20px;
    vertical-align: middle;
    text-align: left;
    font-size: 24pt;
    float: left;
}

#topMenuBar UL LI.home{
    width: 100px;
}

#topMenuBar UL LI.up{
    width: 150px;
}


#header{
    width: 1200;
}

#header UL{
    width: 1200;
    display: inline;
    list-style: none;
}

#header UL LI.photo{
    width: 200;
    margin: 0;
    padding: 0;
    border: 0;
    float: left;
}

#header UL LI.text{
    width: 960;
    margin: 40px 0 0 0;
    padding: 0;
    border: 0;
    float: right;
    vertical-align: middle;
    text-align: left;
}

#header UL IMG.photo{
    width: 200;
}

#abstract{
    float: left;
    width: 1160;
    padding: 0 10px;
    background: #B4D8E7;
}

#bio{
    float: left;
    width: 1160;
    padding: 0 10px 10px 10px;
    background: #CCF0AD;
}

#main{
    width: 1200px;
}

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

#main UL LI.left{
    width: 650px;
    margin: 0 10px 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: 500px;
    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{
    width: 160px;
}

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

#main TR{
    height: 220px;
}

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

A.subdued{
    color: #008;
}

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

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

SPAN.URL{
    font-size: smaller;
    font-style: monospace;
}