/*  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: 13pt;
    background: #FFF;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}




#topMenuBar{
    background: #DDD;
    width: 100%;
    float: left;
    display: inline;
    position: absolute;
    margin: 0;
    height: 60px;
}


#topMenuBar UL{
    width: 700px;
    text-align: left;
    vertical-align: middle;
    display: inline;
    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: 8px;
    padding: 2px;
    position: relative;
    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: 600px;
    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;
}


#main{
    vertical-align: bottom;
    margin: 70px 5px 70px 5px;
    position: absolute;
    width: calc(100% - 20px);
    height: calc(100% - 80px); 
    overflow: auto;
}


A.author{
    font-style: italic;
}

A.author:hover{
    background: #666;
    color: #fff;
}
