/* TAGS */
* {
  font-size: 11pt;
}

html {
overflow-y: scroll;
}

body {
  margin: 0;
	padding: 0;
	font-family: Arial, sans;
  color: #31426B;
}

h1 {
  color: #31426B;
  font-size: 120%;
  border-bottom: 3px double;
	text-align: center;
	padding: 2px 0;
}

h2 {
  font-size: 105%;
	background: url(images/bullet.gif) no-repeat left 6px;
  padding-left: 15px;
}

h3 {
  background: #AAA;
  color: #974578;
  font-size: 101%;
	text-align: center;
	padding: 4px;
}

h3.odd {
  background: #974578;
  color: #FFF	;
}

h5 {
  text-align: center;
}

table {
  margin: 30px auto;
  border-right: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
  width: 795px;
}

td {
  border-top: 1px solid #AAA;
  border-left: 1px solid #AAA;
	padding: 2px 5px;
	white-space: nowrap;
	text-align: right;
}

td.corso {
	text-align: left;
}

td.empty {
  border-top: 0;
}

th {
  border-top: 1px solid #AAA;
  border-left: 1px solid #AAA;
	padding: 2px 5px;
	text-align: left;
}

th.thead {
  color: #974578;
	text-align: center;
}

th.tfoot {
  color: #77BB99;
	text-align: center;
}

th.empty {
  border-top: 0;
  width: 10px;
}

th.anno {
  width: 220px;
}

th.ore {
  width: 110px;
	text-align: right;
}

th.crediti {
  width: 30px;
	text-align: right;
}

a.ext,
a.ext:link,
a.ext:active,
a.ext:visited {
  background: url(images/ext.gif) center right no-repeat;
	padding-right: 12px;
	color: #31426B;
	font-size: 90%;
	text-decoration: none;
	font-weight: bold;
}

a.ext:hover {
  border-bottom: 1px solid;
}

p {
  text-align: justify;
}

ul {
  margin: 0;
	margin-bottom: -10px;
  padding: 0;
	position: relative;
  top: -10px;
}

li {
	padding: 0;
	margin-left: 15px;
	margin-bottom: 5px;
  list-style: square;
  text-align: justify;
}

ol {
  margin: 0 0 -10px 8px;
  padding: 0;
	position: relative;
  top: -10px;
}

ol li {
  list-style: decimal;
	padding-left: 0;
}

ol.alpha li {
  list-style: lower-alpha;
}

ol.alpha li ul li {
  list-style: circle;
}


/* IDS */
#body {
  padding: 0 10px;
  color: #000;
}

#path {
  text-align: left;
  padding-bottom: 4px;
  border-bottom: 2px solid #974578;
	color: #AAA;
}

#path a,
#path a:link,
#path a:visited,
#path a:active {
  text-decoration: none;
	color: #AAA;
}

#path a:hover {
  border-bottom: 1px solid;
}

#path a.curr,
#path a.curr:link,
#path a.curr:visited,
#path a.curr:active {
	color: #31426B;
}

#tabs {
  margin-left: 20px;
	margin-bottom: 30px;
}

#tabs a,
#tabs a:link,
#tabs a:visited,
#tabs a:active {
  background: #AAA;
  text-decoration: none;
	color: #FFF;
	font-weight: bold;
	border: 2px solid #974578;
	border-top: 0;
	padding: 2px 8px;
	position: relative;
	top: 2px;
}

#tabs a:hover {
  background: #FFF;
	border-top: 2px solid #FFF;
	color: #31426B;
}

#tabs a.curr,
#tabs a.curr:link,
#tabs a.curr:visited,
#tabs a.curr:active {
  background: #FFF;
	border-top: 2px solid #FFF;
	color: #31426B;
}

#images {
  background: #FFF;
  float: right;
	text-align: right;
}

#images img {
  display: block;
  margin: 20px 0 20px 20px;
}

#address {
  background: #31426B;
  margin: 50px 0 0 0;
  text-align: center;
  padding: 2px;
  color: #fff;
  font-size: 13px;
	white-space: nowrap;
}

#address a:link,
#address a:active,
#address a:visited {
  color: #fff;
}

/* CLASSES */

.caption {
  float: left;
	margin-right: 10px;
}

.hr {
  width: 90%;
	text-align: center;
	white-space: nowrap;
}

li.complex {
	font-weight: bold;
}

.complex li {
  background: none;
	list-style: square;
  margin-left: 20px;
	font-weight: normal;
  padding: 4px 0 4px 15px;
}


