body {
    background-color: #e0e0e0;
    font-family: sans-serif;
}

a:link {
    color: #6C7198;
    text-decoration: underline;
}

a:visited {
    color: #6666AA;
    text-decoration: underline;
}

a:hover {
    color: red;
    text-decoration: underline;
}

span.project a:before {
  content: "Project page"
}

span.project a:hover:before {
  content: "Project page (code and datasets)"
}

span.projectsoon a:before {
  content: "Project page"
}

span.projectsoon a:hover:before {
  content: "Project page (coming soon)"
}

span.bib {
    color: #6C7198;
    text-decoration: underline;
}

a.menu {
    color: #303030;
    text-decoration: none;
}

a.menu:hover {
    color: red;
    text-decoration: underline;
}

p {
   padding: 5px 10px 5px 10px;
   margin: 2px;
}

ul {
   padding: 0px;
   margin: 0px;
}

h1 {
   font-weight: bold;
   font-size: 120%;
   border-width: 0px;
   padding: 5px 10px 0px 10px;
   margin-top: 25px;
   font-family: sans-serif;
}

h1.clean {
   font-weight: bold;
   font-size: 120%;
   border-width: 0px;
   padding: 5px 10px 0px 10px;
   margin-top: 5px;
   font-family: sans-serif;
}

h2 {
   font-weight: bold;
   font-size: 100%;
   border-width: 0px;
   padding: 5px 10px 0px 10px;
   margin: 0px;
   margin-top: 25px;
   font-family: sans-serif;
   font-family: sans-serif;
}

h3 {
   font-weight: bold;
   font-size: 120%;
   border-width: 0px;
   padding: 5px 10px 5px 10px;
   margin: 0px;
   font-family: sans-serif;
}

div.header {
    font-weight: bold;
    font-size: 100%;
    background-color: black;
    color: white;
    border: 0px;
    padding: 0px;
    margin: 5px;
    margin-bottom: 15px;
    font-family: sans-serif;
    width: 644px;
}

div.menu {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 0px;
    padding: 0px;
}

div.main {
    border-left: 2px solid #c0c0c0;
    border-right: 2px solid #c0c0c0;
    border-bottom: 2px solid #c0c0c0;
    border-top: 2px solid #c0c0c0;
    color: #303030;
    background: #fafafa;
    width: 640px;
    font-weight: normal;
    font-size: 100%;
    padding: 0px;
    /* margin: 5px; */
    margin: 0.3em 0px 0px 5px;
    vertical-align: top;
}

div.footer {
    border-left: 2px solid #c0c0c0;
    border-right: 2px solid #c0c0c0;
    border-bottom: 2px solid #c0c0c0;
    border-top: 2px solid #c0c0c0;
    color: #303030;
    background: #fafafa;
    width: 640px;
    font-weight: normal;
    font-size: 100%;
    padding: 0px;
    margin: 5px;
    vertical-align: top;
}

div.image {
    padding: 5px 10px 5px 10px;
    margin: 2px;
    vertical-align: middle;
    border-width: 0px;
    text-align: center;
    float: left;
}

div.citation {
    padding: 5px 10px 5px 10px;
    margin: 10px;
    margin-left: 20px;
}

div.abstract {
    font-family: sans-serif;
    font-size: 83.33%;
    text-align: justify;
    margin-left: 2em;
    margin-right: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
}  

div.sm {
    font-size: smaller;
}

div.tit {
    text-decoration: underline;
    font-weight: bold;
}

img.thumbnail {
    border-width: 0pt;
}

img.picture {
    border: 2px solid #c0c0c0;
    margin: 0px;
}

ul.menu {
    list-style-type: none;
    white-space: nowrap;
    margin: 0px;
    padding: 0px;
}

li.selected {
    border-top: 2px solid #c0c0c0;
    border-left: 2px solid #c0c0c0;
    border-right: 2px solid #c0c0c0;
    border-bottom: 0px;
    color:#303030;
    background: #fafafa;
    display: inline;
    padding: 5px;
    padding-bottom: 7px;
    margin: 0px;
    font-weight: bold;
}

li.unselected {
    border: 0px;
    color: #303030;
    background:#e0e0e0;
    display: inline;
    padding: 5px;
    margin: 0px;
}

ul.publications {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

ul.text {
    padding: 5px 20px 5px 30px;
    margin: 2px;
}

p.text {
   padding: 5px 10px 5px 20px;
   margin: 2px;
}

p.strike {
   padding: 5px 10px 5px 10px;
   margin: 2px;
   text-decoration: line-through;
}

div.bibtex {
    width: 1024px;
    border: 1px solid #303030;
    background: #fafafa;
    font-size: 60%;
    margin-left: 2em;
    margin-right: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
}  
