/* Stile ordinario per le mie pagine personali. */
/* Copyright © 1999, 2000, 01, 16 Davide Giovanni Maria Salvetti. */

body {
  color: black;
  background-color: #ffffee;
  background-image: url(../images/background.jpg);
  background-position: center;
  background-attachment: fixed;
  background-repeat: repeat;
  /* font-size: 14pt; */
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  letter-spacing: normal;
  word-spacing: normal;
  border-color: black;
}

a:link    { color: #001fff; text-decoration: none; }
a:visited { color: #003f7f; text-decoration: none; }
a:active  { color: #5f7f3f; text-decoration: none; }

a:link.ext    { color: #007f1f; text-decoration: none; }
a:visited.ext { color: #003f00; text-decoration: none; }
a:active.ext  { color: #5f3f7f; text-decoration: none; }

/* a:link:hover   { color: rgb(127,255,0) } */

h1 {
  margin: 0;
  text-align: left;
  font-weight: bold;
  font-style: italic;
  font-size: 40px;
  overflow: hidden;
  white-space: nowrap;
}

h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  /* color: #001fff; */
}

div#testa {
  position: fixed;
  overflow: visible;
  width: auto;
  height: 40px;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: auto;
  margin: 10px 10px 5px 10px;
  padding: 10px;
  border: thin black solid;
  background-color: #dddddd;
  color: #003fff;
}

div#indice {
  position: fixed;
  overflow: auto;
  width: 13em;
  height: auto;
  top: 80px;
  left: 0;
  right: auto;
  bottom: 263px;
  z-index: 2;
  margin: 5px 5px 10px 10px;
  padding: 10px;
  text-align: left;
  border: thin black solid;
  color: black;
  background-color: white;
}

div#indice ol {
  list-style-type: decimal;
}

div#indice ol ol {
  padding: 0;
  list-style-type: square;
}

/* Some misbehaving browser make it difficult to read this for its user
div#indice a:link:hover    { color: white; background-color: #001fff; text-decoration: none; }
div#indice a:visited:hover { color: white; background-color: #003f7f; text-decoration: none; }
div#indice a:active:hover  { color: white; background-color: #5f7f3f; text-decoration: none; }
*/

div#corpo {
  position: fixed;
  overflow: auto;
  width: auto;
  height: auto;
  top: 80px;
  left: 15em;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: 5px 10px 10px 5px;
  padding: 10px;
  border: thin black solid;
  color: black;
  background-color: white;
}

div#piede {
  border-top: thin black solid;
}

div#piede p {
  margin-left: 0em;
  margin-right: 0em;
  font-size: 75%;
  font-style: italic;
  color: #3f3f3f;
  background-color: white;
}

div#pulsanti {
  position: fixed;
  overflow: hidden;
  width: 181px;
  height: 238px;
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
  z-index: auto;
  margin: 10px 10px 10px 10px;
  padding: 5px;
  border: thin black solid;
  color: black;
  background-color: white;
}

p.sommario {
  padding: 1em;
  border: thin black solid;
  background-color: #ffffee;
  color: black;
}

p {
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-top: 1ex;
  margin-bottom: 1.5ex;
}

blockquote p {
  font-style: italic;
}

address {
  margin-left: 2em;
  margin-right: 2em;
}

ul, dl {
  margin-left: 0.75em;
  margin-right: 0.75em;
  text-align: justify;
}

dt {
  margin-top: 0ex;
  margin-bottom: 0ex;
  font-size: 100%;
  font-weight: bolder;
}

dd {
  margin-top: 0ex;
  margin-bottom: 0ex;
  margin-left: 1em;
}

img.centrata {
  position: relative;
  left: 7%;
  right: 7%;
  width: 86%;
  height: auto;
}

span.attenzione { color: rgb(255,31,0); background-color: white; }

span.opzionale { color: rgb(0,127,31); background-color: white; }

caption {
  caption-side: top;
  width: auto;
  text-align: center;
}

table.pianostudi {
  margin-left: 3%;
  margin-right: 3%;
  background: #ddffdd;
  border-bottom: thick solid black;
  width: 94%;
  height: auto;
}

.pianostudi th.parte {
  text-align: center;
  background: #cceeff;
  border-top: thick solid black;
  border-bottom: thick solid black;
}

.pianostudi th {
  font-size: 100%;
  font-weight: bolder;
  font-variant: small-caps;
  text-align: left;
  vertical-align: baseline;
}

.pianostudi td {
  font-style: italic;
}

th.voto, td.voto {
  text-align: center;
}

em {
  font-style: italic;
  font-size: 100%;
}

pre {
  font-family: monospace;
  font-size: 100%;
}

code, kbd, sample, span.callsign {
  font-family: monospace;
  font-size: 100%;
}

var {
  font-style: italic;
}

/*

pre.file {
  margin-left: 1em;
  color: rgb(0,0,127);
  padding: 0 0 0 0.5em;
  border-left: thick solid #999;
}

img.thumbnail {
  float: left;
  margin-right: 1em;
}

p.link {
  text-align: center;
  margin-left: 0em;
  margin-right: 0em;
  margin-top: 1ex;
  margin-bottom: 0ex;
  color: rgb(255,255,255);
  background: rgb(0,31,255);
  border: none
}

p.link a:link { color: rgb(255,255,255) }
p.link a:visited { color: rgb(255,255,255) }
p.link a:hover { color: rgb(255,255,255) }
p.link a:active { color: rgb(255,255,255) }

*/
