table.corsi {
  width: 100%;
}

table.corsi td {
  padding: 8px 15px;
}

table.corsi .titolo td {
  font-weight: bold;
  border: 0px;
  text-transform: uppercase;
}

table.corsi .titolo {
  width: 50%;
}
table.corsi .costo {
  width: 20%;
}
table.corsi .numero {
  width: 15%;
}
table.corsi .bottone {
  width: 15%;
}

table.corsi td.costo, table.corsi td.numero {
  text-align: right;
}

table.corsi td.titolo, table.corsi td.titolo a {
  font-weight: bold;
  color: #000;
}

table.corsi .promozione td.titolo {
  font-weight: normal;
}

table.corsi td.titolo a {
  text-decoration: none;
}

table.corsi td.bottone a {
  text-decoration: none;
}

table.corsi td.titolo a:hover {
  text-decoration: underline;
}

table.corsi .intestazione td {
  font-size: 10px;
  font-style: italic;
  padding-top: 0px;
  font-weight: normal;
}

#aziende table.corsi .titolo td {
  color: #96bbff;
}

#aziende table.corsi td.titolo a:hover {
  color: #96bbff;
}

#aziende table.corsi .line td {
	border-bottom: 1px dotted #96bbff;
}

#aziende table.corsi td.left {
  border-left: 1px dotted #96bbff;
}

#aziende table.corsi td.right {
  border-right: 1px dotted #96bbff;
}

#privati table.corsi .titolo td {
  color: #ff992b;
}

#privati table.corsi td.titolo a:hover {
  color: #ff992b;
}

#privati table.corsi .line td {
	border-bottom: 1px dotted #ff992b;
}

#privati table.corsi td.left {
  border-left: 1px dotted #ff992b;
}

#privati table.corsi td.right {
  border-right: 1px dotted #ff992b;
}

#master table.corsi .titolo td {
  color: #b4bd52;
}

#master table.corsi td.titolo a:hover {
  color: #b4bd52;
}

#master table.corsi .line td {
	border-bottom: 1px dotted #b4bd52;
}

#master table.corsi td.left {
  border-left: 1px dotted #b4bd52;
}

#master table.corsi td.right {
  border-right: 1px dotted #b4bd52;
}

