/*  Author: Paul Horton
 *  Copyright (C) 2022, Paul Horton, All rights reserved.
 */

@import "topMenuBar.css";

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


#header{
    width: 1200
}

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

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

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

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

#abstract{
    float: left;
    width: 1160;
    font-size: 12pt;
    padding: 0 10px 10px 10px;
    background: #B4D8E7;
}

#bio{
    float: left;
    width: 1160;
    font-size: 12pt;
    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: 17pt;
    font-weight: bold;
}

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

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

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