body {
	margin: 0;
	font-family: Verdana,Arial,sans-serif;
}

a {
  text-decoration: none;
}

h2 {
  font-size: 105%;
}

h3 {
  font-size: 102%;
}

.red {
  color: red;
}

.no-bord-table {
  border: none;
  margin: 0 auto;
}

.no-bord-table td, .no-bord-table th {
  border-spacing: 10px;
  padding: 10px;
}

.zebra tr:nth-child(2n+1) {
  background-color: #e5ebf1;
}

.zebra th {
  background-color: lightgray;
}

table.spanborder {
  border-collapse: collapse;
}

.spanborder td {
  padding-left: 20px;
  padding-right: 20px;
}

.spanborder tr:nth-child(6n),
.spanborder tr:nth-child(6n-1),
.spanborder tr:nth-child(6n-2) {
	background-color:lightgray;
}


.spanborder tr:nth-child(3n-2) {
  border-top: 1px solid black;
}

.spanborder tr:nth-child(3n-2) td {
  padding-top: 12px;
}

.spanborder tr:nth-child(3n) td {
  padding-bottom: 12px;
}

.spanborder tr:last-child {
	 border-bottom: 1px solid black;
}

.wide {
  width: 98%;
}

.border {
  border: 3px outset black;
}

.border td,
.border th {
  border: 2px inset black;
}

.alert {
  color: red;
  font-size: 150%;
}

.warning {
  color: red;
}


td ul {
  padding-left: 20px;
}

.submit-buttons {
    text-align: right;
}


.submit-buttons input {
    height: 2.5em;
    font-weight: bold;
}

.center-block {
  margin: 0 auto;
  display: table;
}

.block-content {
  margin: 0 10px 10px 10px;
}

.button {
  padding: 2px 5px;
  border: 5px inset black;
  border-radius: 5px;
  margin: 0 5px;
  font-weight: bold;
  text-align: center;
}

a.available {
  background-color: lightgreen;
}

#cookie-bar {
	position: fixed;
	background-color: #0779bf;
	width: 100%;
	bottom: 0;
	z-index: 3;
	padding-left: 25px;
	opacity:0.90;
	filter: alpha(opacity = 90);
}

#cookie-bar #message {
	float: left;
	width: 60%;
	color: white;
	padding: 40px 0;
}

#cookie-bar #buttons {
  float: right;
  margin: 20px 40px 0 0;
}

#buttons button {
  padding: 2px 5px;
  font-weight: bold;
  text-align: center;
  margin-right: 4px;
}

/* non più usati 
.navigation-1 {
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    font: 8pt verdana,arial,helvetica;
    height: 20px;
    list-style: none outside none;
    margin: 0;
    padding: 1px 0;
    width: 100%;
}

.navigation-1 li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 175px;
}

.navigation-1 li ul.navigation-2 li {
    clear: left;
    width: 172px;
}

.navigation-1 li ul.navigation-2 li:hover a, .navigation-1 li ul.navigation-2 li a:active, .navigation-1 li ul.navigation-2 li a:hover {
    background: none repeat scroll 0 0 #863430;
    border-bottom: 1px solid #FFFFFF;
    clear: left;
    padding: 4px 0;
    position: relative;
    width: 172px;
    z-index: 1000;
}

*/