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

a {
  text-decoration: none;
}

h2 {
  font-size: 120%;
}

h3 {
  font-size: 110%;
}

.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;
}

.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;
}

input.inline, select.inline {
  padding:0;
}

input.tochange,
textarea.tochange,
select.tochange {
  border-color: red;
}

select.inline {
  height: 1.5em;
}

.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;
}

/* SSSUP aggiustamenti */
.container {
  margin: 0 auto;
}

.slim-header-color .slim-header-color-bg {
  background-image: url(../images/logo-bg.png);
}

.slim-header-color h2 {
    font-size: 18px;
}

.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;
}

input[name='advisor_name'],
input[name='advisor_name2'],
input[name='advisor_name3'],
input[name='advisor_name4'],
input[name='advisor_name5'],
input[name='full_name']
 {
  text-transform: uppercase;
}

/* 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;
}
*/