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

.rich-datascr-button {
  background-color: #004066;
  border-color: #999999;
  color: #ffffff;
}

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

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

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

/* rich:suggestionbox */

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

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

/* rich:modalPanel */

.dr-mpnl-header {
	background-image:
		url("/img/bg_legend_studenti2.png");
	padding: 4px;
}

.dr-mpnl-pnl-h {
	color: #FFFFFF;
	background: none;
	border: none;
	font: 11px verdana, arial, sans-serif;
	font-weight: bold;
	text-align: left;
}

.dr-mpnl-pnl-b {
	color: #363636;
	font: 11px verdana, arial, sans-serif;
	text-align: left;
}

/* rich:datatable */
.dr-table-cell {
	color: #363636;
	font: 11px verdana, arial, sans-serif;
}

.dr-table-subheadercell {
	color: white;
	font-family: inherit;
	font-size: inherit;
}

table.rich-mp-content-table tr:hover {
	background: none;
}

.dr-table-headercell {
    border: 1px solid #999;
    color: #fff;
    font-family:verdana,arial,sans-serif;
    font-size:11px;
    font-weight: bold;
}

.dr-subtable-cell {
    font-family:verdana,arial,sans-serif;
    font-size:11px;
    color: #363636;
}
