
img.icon {
  position: absolute;
  top: -4px;
  right: 4px;
  border-style: none;
}

html {
  position: relative;
  background-color: #FFFFFF;
  color: #000000;
}

body {
  background-color: #FFFFFF;
  position: absolute;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 11pt;
}

body.fixed {
  width: 800px;
  left: 50%;
  margin-left: -400px;
}

img.rounded {
  border-radius: 4px;
}

table.logos {
  width: 100%;
  padding: 0px;
  border: 0px;
}

table.logos td {
  text-align: right;
  font-size: x-small;
}

table.contact_information {
  margin-top: 0ex;
  width: 800px;
  border-width: 0px;
  border-spacing: 0px;
}

table.contact_information tr {
  padding: 0px;
  margin: 0px;
  border-width: 0px;
}

table.contact_information td {
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  border: 0px;
}

table.contact_information td.contact_left {
  width: 180px;
}

table.contact_information td.separator {
  width: 20px;
}

table.contact_information td.contact_right {
  width: 600px;
}

td.main {
  background-color: #C01010;
}

td.other {
  background-color: #EE9685;
}

td.none {
  background-color: #e0e0e0;
}

td.framed {
  border-style: solid;
  border-width: 1px;
  padding: 0.5ex;
  border-color: #C01010;
}

h2, h3, h4 {
  border-radius: 4px;
  background-color: #E0E0E0;
  font-weight: bold;
  padding: 1ex;
}

.topmost {
  margin-top: 0ex;
}

h2, h3 {
  font-size: large;
}

h2 {
  color: #C01010;
  position: relative;
  border-top-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 1px;
  border-right-width: 1px;
  border-color: #909090;
  border-style: solid;
}

h2.right, h3.right {
  text-align: right;
}

h3, h4 {
  color: #404040;
}

div.closing {
  font-size: x-small;
  margin-top: 1ex;
  border-top-width: 2px;
  border-left-width: 0px;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-color: #E0E0E0;
  border-style: solid;
  padding-left: 0ex;
  padding-right: 0ex;
  padding-top: 1ex;
  padding-bottom: 1ex;
}

a {
  color: #2B3C81;
  text-decoration: none;
}

a.pdf {
  background-image: url("icons/small/pdficon.gif");
  color: #2B3C81;
  text-decoration: none;
}

a:hover {
  color: #C01010;
  border-bottom: none;
  text-decoration: underline;
}

ol.publications li {
  list-style: disc;
}

ul.compact {
}

ul.compact li {
  list-style-type: disc;
}

ul li {
  list-style-type: circle;
}

.float_right {
  float: right;
}

.no_decoration:hover {
  text-decoration: none;
}

ul.metadata {
    padding-left: 0pt;
    font-size: smaller;
    list-style-position: inside;
}

ul.metadata li {
  margin-left: 0pt;
  list-style-type: square;
}

div.entry {
  border-style: solid;
  border-width: 1px;
  border-color: white;
}

div.entry:hover a {
  color: white;
}

div.entry:hover {
  border-radius: 4px;
  background-color: #C01010;
}

div.selectedentry {
  text-align: right;
  color: #909090;
  background-color: #FFFFFF;
  font-size: large;
  padding-left: 0ex;
  padding-right: 0.5ex;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
}

span.email {
  color: #C01010;
  font-weight: bold;
}

span.email:after {
  content: "di.unito.it"
}

span.email:before {
  content: "padovani"
}

span.email {
  display: inline;
}

table.thumbgrid {
    width: 800px;
}

table.thumbgrid td {
    width: 16%;
    text-align: center;
    vertical-align: middle;
}

table.thumbgrid th {
    text-align: left;
}

table.thumbgrid img.thumbnail {
    border-radius: 5px;
}

img.thumbnail:hover {
    opacity: 0.5;
}

div.section {
  width: 100%;
}

img {
  border-style: none;
}

p.date {
  font-size: smaller;
  color: #A0A0A0;
  text-align: right;
}

span.date {
  font-weight: bold;
}

div.quote {
    color: #909090;
    text-align: right;
    font-style: italic;
    font-size: smaller;
}

div.author {
    color: #909090;
    font-weight: bold;
}

span.quote {
    font-style: italic;
}

span.author {
    font-weight: bold;
}

span.adage {
  font-style: italic;
  font-weight: bold;
}

dt {
  font-weight: bold;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

table.menu {
    margin-top: 1ex;
    margin-bottom: 0ex;
    margin-left: 0ex;
    margin-right: 0ex;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.4);
    border-radius: 5px;
    background-color: #E0E0E0;
    padding: 0ex;
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 1px;
    border-color: #A0A0A0;  
    border-spacing: 1ex;
}

table.menu td {
  border-radius: 5px;
  width: 15%;
  text-align: center;
  font-size: large;
  border-width: 1px;
  border-style: solid;
  border-color: #E0E0E0;
}

table.menu tr td a {
  display: block;
  padding: 1ex;
  text-decoration: none;
  color: #C01010;
}

table.menu tr td.selectedentry span {
  display: block;
  padding: 1ex;
}

table.menu td:hover {
  background-color: #C01010;
  border-width: 1px;
  border-top-color: #F0F0F0;
  border-left-color: #F0F0F0;
  border-bottom-color: #A0A0A0;
  border-right-color: #A0A0A0;
}

table.menu td:hover a {
  color: white;
}

table.menu td.selectedentry {
  color: #F0F0F0;
  background-color: #C0C0C0;
  border-top-color: #A0A0A0;
  border-left-color: #A0A0A0;
  border-bottom-color: #F0F0F0;
  border-right-color: #F0F0F0;
}

a.invisible {
    color: black;
    text-decoration: none;
}

a.invisible:hover {
    color: #C01010;
    text-decoration: underline;
}

.hidden {
    opacity: 0.33;
}

.hidden:hover {
    opacity: 1;
}

span.button {
    display: inline-block;
    width: 82px;
    height: 29px;
    line-height: 29px;
    background-color: rgb(255, 204, 102);
    vertical-align: top;
    text-align: center;
    font-weight: bold;
    font-size: smaller;
    color: black;
    border: 1px;
    border-style: solid;
    border-radius: 2px;
    border-top-color: #E0E0E0;
    border-left-color: #E0E0E0;
    border-bottom-color: #909090;
    border-right-color: #909090;
}

span.up {
    padding-left: 2ex;
    padding-right: 2ex;
    padding-top: 0.5ex;
    padding-bottom: 0.5ex;
    border: 1px;
    border-style: solid;
    border-radius: 4px;
    background-color: #E0E0E0;
    color: #2B3C81;
    border-color: #2B3C81;
    opacity: .33;
    text-decoration: none;
}

span.up:hover {
    opacity: 1;
    color: white;
    background-color: #C01010;
    border-color: #C01010;
}

div.legend {
    border-radius: 4px;
    background-color: #E0E0E0;
    float: right;
    font-size: smaller;
    padding: 1ex;
    border: 1px;
    border-style: solid;
    border-top-color: #E0E0E0;
    border-left-color: #E0E0E0;
    border-bottom-color: #909090;
    border-right-color: #909090;
}

div.download {
  text-align: left;
  font-size: smaller;
  vertical-align: top;
  margin-top: 1ex;
  margin-bottom: 1ex;
}

a.download3 {
    font-style: normal;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    padding-left: 5px;
    padding-right: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block; 
    background-color: #E0E0E0;
    border-top-color: #E0E0E0;
    border-left-color: #E0E0E0;
    border-bottom-color: #909090;
    border-right-color: #909090;
    text-decoration: none;
    margin-left: 1ex;
}

a.download3:hover {
    padding-left: 6px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-color: #909090;
    border-bottom-color: #E0E0E0;
    border-left-color: #909090;
    border-right-color: #E0E0E0;
}

a.download3 em {
    font-style: normal;
    color: black;
}

a.download {
    font-style: normal;
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    padding: 5px;
    display: inline-block; 
    border-color: #A0A0A0;
    text-decoration: none;
    margin-right: 1ex;
}

a.download:hover {
    opacity: 1;
    background-color: #C01010;
    border-color: #C01010;
    color: white;
}

a.download em {
    font-style: normal;
    color: black;
}

