/*  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;
}

TABLE, TH, TD{
   background-color: LightGreen;
   border: 1px solid black;
   border-collapse: collapse;
}

TABLE{
    margin: 10px;
    float: left;
}

TABLE#earlyRegTab, TABLE#lateRegTab, TABLE#earlyRegTabYen{
    color: gray;
}


TD{
    text-align: center;
}

TH, TD{
    padding: 10px;
}


#topMenuBar{
    width: 100%;
    float: left;
    display: inline;
    border: 0;
    margin: 0 0 10 10;
    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: 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{
    width: 1200px;
    clear: both;
    margin: 40px 10px 10px 10px;
}

#middle{
    clear: both;
    margin: 10px 0 0 0;
}


#domestic{
    color: gray;
    clear: both;
    margin: 0;
}

