
/***********************************************/
/* RaspisPriem Style                                 */
/***********************************************/
.texttblstyle {
	color: #0000FF;	
}

.tblraspispriem {
  border-collapse: collapse; 
  line-height: 1.1;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  background:  radial-gradient(farthest-corner at 50% 50%, white, #DCECF8);
  /*color: #0C213B;*/
}
.tblraspispriem th {
  font-weight: normal;
  font-size: 14px;
  color: #000;
  text-align: center;
  padding: 5px 0px; 
  border: 1px dashed #69c;
  /*border: 2px solid #00FFCC;*/
  background: #9fb8d9;
}
.tblraspispriem td {
  font-size: 1em;
  font-weight: normal;
  vertical-align: middle;
  padding: 5px 7px;
  color: #51517a;
  border: 2px solid #9fb8d9;
}
.tblraspispriem #tblfirst {
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  padding: 0px 10px;
  color: #000;
  background: #9fe79f;
}
.tblraspispriem #tblinactive {
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  padding: 5px 0px;
  border: 1px dashed #69c;
  color: #000;
  background: #c0c0c0;
}
.tblraspispriem tr:hover td {
  background:#ffc3db;
}