body {
    font-family: sans-serif;
    margin-left: 15px;;
    margin-right: 15px;;
}

img {
    border: 0pt;
}

#edbt-logo {
    float: left;
}

#paper-download-link {
    float: right;
    width: 150px;
    text-align: center;
}

img.author-photo {
    float: right;
    padding: 4pt;
}

h1 {
    font-size: 170%;
    font-weight: bold;
    font-family: sans-serif;
    text-align: right;
    vertical-align: bottom;
    height: 1.0em;
}

h2 {
    font-size: 140%;
    font-weight: bold;
    font-family: sans-serif;
    text-align: right;
    vertical-align: bottom;
    height: 40px;
    border-bottom: 2px solid #333;
    margin-bottom: 5px;
}

h5 {
    font-size: 100%;
    clear: both;
}

h5 a {
    color: black;
}

h6 {
    font-size: 100%;
    clear: both;
}

h5 a {
    color: black;
}


#breadcrumbs {
    clear: both;
    font-size: smaller;
    margin-bottom: 2em;
}

#leftnav {
    position: absolute;
    top: 0px;
    left: 15px;
    margin-top: 140px;
    width: 220px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 0px;
    background-color: #eaffea;
}

#leftnav a {
    color: black;
    text-decoration: none;
}

#leftnav a:hover {
    color: black;
    text-decoration: underline;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    position: relative;
    list-style-position: outside;
    list-style-type: none;
    list-style-image: none;
    list-style-image: url("triangle-right.png");
}

#leftnav ul {
    padding-left: 18px;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    list-style-position: outside;
    list-style-image: url("triangle-right.png");
}

#leftnav ul li {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 4px;
    padding-bottom: 5px;
    /* font-weight: bolder; */
}

#leftnav ul li.selected {
    font-weight: bolder;
    list-style-image: url("triangle-down.png");
}

#leftnav ul li.open {
    list-style-image: url("triangle-down.png");
}

#leftnav ul li ul li {
    font-weight: normal;
}

#leftnav ul li ul li.selected {
    list-style-image: url("triangle-down.png");
}

#leftnav ul li ul li ul li {
    font-size: smaller;
}

#leftnav ul li ul li ul li.selected {
    list-style-image: none;
    font-weight: bolder;
}

ul.paperlist li {
    margin-top: .5em;
}

#content {
    margin-top: 0px;
    margin-left: 255px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

#footer {
    margin-top: 30px;
    margin-left: 255px;
    padding-top: 5px;
    border-top: 1px solid #333;
    font-size: smaller;
}

.email {
    font-family: monospace;
}

table.program {
    /* table-layout: fixed; */
    width: 95%;
    text-align: center;
    /* border: solid 1px #333333; */
}

tr.odd {
    background-color: #dddddd;
}

tr.even {
    background-color: #eeeeee;
}

td {
    text-align: center;
    padding: 4pt;
}

dt {
    font-weight: bold;
}

blockquote {
    font-style: italic;
    background-color: #dddddd;
    padding: 5pt;
}


