/* Stili Header */
#header {
	position: relative;
	width: 760px;
	height: 100px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-image: url(/img/header_docenti_wht_800.png);
	background-repeat: no-repeat;
}

#center-column div.gradiente {
	background-image: url(/img/bg_docenti.png);
	background-repeat: repeat-y;
	background-position: center right;
}
legend {
	background-image: url(/img/bg_legend_docenti.png);
	background-repeat: repeat-x;
}
#title span {
	font-size: 20px;
	line-height: 22px;
	color: #5C6428;
}

/* Tables */
table,
thead th,
tfoot th,
tfoot td {
	border: 1px solid #C26F1F;
}
thead th,
tfoot th,
tfoot td {
	background-color: #5C6428;
}
tbody td a:hover,
tbody tr:hover,
tbody tr:hover th,
tbody tr.odd:hover th {
	background-color: #FCF6EC;
}

/* rich:datascroller */
.rich-dtascroller-table {
  border-color: #C26F1F;
  color: #ffffff;
}

.rich-datascr-button {
  background-color: #5C6428;
  border-color: #C26F1F;
  color: #ffffff;
}

.rich-datascr-button-dsbld {
  border-color: 1px solid #aaa;
  color: #aaa;
}

.rich-datascr-act {
  color: #000;
  font-weight:bold;
  background-color: #ffffff;
  border-color: #C26F1F;
}

.rich-datascr-inact {
  color: #aaa;
  background-color: #ffffff;
  border-color: #C26F1F;
}

/** rich:suggestionbox */

.rich-sb-int {
  background: #F4F6F4;
  color: yellow;
}

.rich-sb-int-sel {
  background: #FCF6EC;
	font-weight: bold;
  color: red;
}