#at {
    float: none;
    display: inline;
    vertical-align: middle;
    border: 0;
    width: 1em; 
    height: auto; 
}
.compact dt
{
    float: left;
    text-align: right;
    margin: 0;
    padding: .5em 0em .5em 0em;
    width: 2em;
}
.compact dd
{
    text-align: left;
    margin-left: 2em;
    padding: .5em;
}

h1 { color: #326fa3; font: 30px  'Lucida Grande', Geneva, Verdana, Arial, sans-serif; font-weight: bold;}

h2 { color: #326fa3; font: 20px   'Lucida Grande', Geneva, Verdana, Arial, sans-serif; font-weight: bold;} 

h3 { color: #326fa3; font: 14px   'Lucida Grande', Geneva, Verdana, Arial, sans-serif; font-weight: bold;}

.authors { font-weight: bold; color: #326fa3; font-size: 14px; margin-top: 0em; padding: 0px}
.authors dt { float: left;}
.authors dd { margin-left: 8em; }


a:link {text-decoration: none; color : #326fa3}
a:visited {text-decoration: none;  color : #326fa3}
a:active {text-decoration: none; color: #666666}
a:hover {text-decoration: underline} 

div#navlist  { background-color: #f5f5f5; border: 1px solid #C9D1D7; padding: 1ex; padding-top: 0px; margin: 1em; margin-top: 2em; width: 20em; }

#navlist h2 { color: black; font-size: 85%; }
#navlist ul, #navlist ol { list-style-type: decimal; color:#326fa3; font-size: 85%;  }



ol.publications { 
    margin-left: 3em;
    padding: 0;
    counter-reset: publication;
}

ol.publications li{ 
    margin: 0; 
    padding: .5em 0em .5em 0em; 
    display: block;
}

ol.publications > li:before { 
    display: inline-block;
    min-width: 4ex;
    padding-right: 1.5ex;
    text-align: right;
    margin-left: -5.5ex;
    content: "["counter(publication)"] ";
    counter-increment: publication;
}

ul.publinks {
   margin: 0 auto 1em;
    margin: 0;
    padding: 0;
    border: none;
display:inline-block; 
vertical-align: middle;
}

ul.publinks > li {
    margin: 0;
    padding: 0;
    border: none;
    list-style: none;
    display: inline-block;
    margin-left: -4px;
    line-height: 24px; /* minimum to fix pdfdoc icon */
}

a.pdfdoc {
    display:inline-block;
    line-height:22px;
/*    padding-left:23px;
    background:transparent url(../img/pdf22.png) center left no-repeat;*/
}

ul.publinks > li > a {
    white-space: nowrap;
    margin-left: 3px;
    margin-right: 3px;
}
ul.publinks > li > a.pdfdoc {
    white-space: nowrap;
    margin-left: 3px;
/*    padding-left: 23px;
    background:transparent url(../img/pdf22.png) center left no-repeat;*/
    margin-right: 3px;
    min-height: 22px;
}

ul.publinks:before {
 content: "[ ";
}

ul.publinks:after {
 content: "]";
}

.inline-citation {
    max-width:50em; margin-left: 4em; margin-right: 4em;
}