
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:300,400,500,600,700&display=swap);
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 16px;
	font-family: Titillium Web, Arial, Helvetica, sans-serif;
	line-height: 1.5; /*senza unit� in modo che sia ereditato correttamente*/
	color: #333; 
	background-color: #f1ede4; /*#fff;*/
}
a, a:link, a:visited {
  color: #336699; 
  text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
}
h1 {
	text-align: center;
	margin: .5em auto;
	color:#58779d;
}
h2 { font-size: 14px; color: #444; margin: 30px 0 10px 0; clear: both;}
h3 { font-size: 12px; color: #336699; margin: 30px 0 10px 0;}
li h3 {margin-top: 20px;}
h4 { font-size: 11px; margin: 15px 0 10px 0;}
h5 { font-size: 11px; margin: 15px 0 10px 0;}
h6 { font-size: 11px; margin: 10px 0;}
p {
	margin: 1em 0;
	padding: 0;
}
ul, ol {
	margin-bottom: 10px;
}
hr {
	height: 1px;
	width: auto !important;
	color: #ccc;
	background-color: #ccc;
	border: 0;
}
dt {
	display: list-item;
	list-style-type: square;
	margin-left: 18px; 
}
dd {
	margin-left: 30px;
}
img {
	border: 0;
}

#immaginetesta {
    background: #004c7e;
}
#immaginetesta img {
	display: block;
	margin: 0 auto;
}
#content { /*ripristina l' allineamento*/
  margin: 0 auto 6em auto; /*centra negli altri browsers*/
  padding: 10px;
  width: 900px;
  /* background-color: #fff; */
  /*padding-bottom: 30px;*/ /*per spazio per pulsante Chiedi in biblioteca*/
}
#content table {
	margin: 0 auto;
}

/*** Tabelle dati ***/
table.tabelleDati {margin: 10px auto; border: 1px #cccccc solid;
  border-collapse: collapse;
	width: 900px;
 }
table.tabelleDati th {
	text-align: center;
	color: #fff;
	background-color: #7C99D6;
}
table.tabelleDati th a:link, table.tabelleDati th a:visited {
	color: #fff;
}
table.tabelleDati td, table.tabelleDati th {
	text-align: center;
	border: 1px #cccccc solid;
	padding: 0.4em;
}
table.tabelleDati tr.dispari {
	background-color: #f5f2ed;
}
table.tabelleDati tr.over {/*classe aggiunta e tolta da JQuery*/
	background-color: #e7e0da;
}


/*** Form Elements ***/
form {
	margin: 0;
	padding: 0;
}
label {
  width: 25%;
}
input, textarea, select {
  padding: 5px;
  margin: 5px;
  font: normal 1em Titillium Web, Arial, Helvetica, sans-serif;
  color: #666;
  background-color: #fff;
  border: 2px solid #bbb;
}
input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover {
  color: #333;
  border: 2px solid #666;
}
input[type="submit"] {
	cursor:pointer;
	padding:8px;
	font-size:1.2em;
	border-radius: 5px;
	background: #58779d;
	color: #fff;
}
input[type="submit"]:hover, input[type="submit"]:focus,
input[type="reset"]:hover, input[type="reset"]:focus {
	cursor:pointer;
	background:#fff;
	color:#333;
}
