﻿/************************************************************
  VISUALIZZAZIONE STAFF
*************************************************************/
#stfContainerDiv{
  text-align: left; 
  margin-bottom: 8px;
}
.stfTeamImg{
  width: 745px;
	margin-bottom: 5px;
	border: solid 1px #3D5989;
}
table.stfTable{
  width: 95%
}
.stfTable td.rowhead{
  margin-top:8px;
  background-color:#c1dbec;
  font-size:130%;
  font-weight:bold;
}
.stfTable div.rowseparator{
  height: 12px;
 }
.stfMemberImg	{
	border: solid 1px #3D5989;
	margin-right:10px;
	width:100px;
	}
.stfInfoMsg{
  margin:20px;
  border: solid 3px #3D5989;
  background-color:#FFFFFF;
  font-size:120%;
  padding:20px;
}


/************************************************************
  LISTINO PREZZI
*************************************************************/
#bkoffPricelistDiv {
  margin-top:10px;
  margin-bottom:15px;
  }

#bkoffPricelistDiv a:visited, #bkoffPricelistDiv a:link{
  text-decoration:none;
  }
#bkoffPricelistDiv a:hover {
  text-decoration:none;
  background-color:Transparent;
  }

/* tutta la tabella dei prezzi */
#bkoffPricelistDiv table.bkoffPricelistTBL{
  border-collapse:collapse;
  }
/* bordi delle celle */
#bkoffPricelistDiv table.bkoffPricelistTBL td{
  border:solid 1px #86A9CC;
  padding:3px;
  }

/* cella della prima riga (titolo principale/validità) */
#bkoffPricelistDiv tr.maintitle td{
  padding-bottom:10px;
  border:none;
  }
#bkoffPricelistDiv tr.maintitle .MainTxt{
  font-size:	120%;
  font-weight:bold;
  }
#bkoffPricelistDiv tr.maintitle .NotesTxt{
  }

/* sfondo riga di intestazione gruppo */
#bkoffPricelistDiv tr.grouphead{
  background-color:#c1dbec;
  }
#bkoffPricelistDiv tr.grouphead .td{
  padding-top:8px;
  padding-bottom:8px;
}
/* testo principale in intestazione gruppo */
#bkoffPricelistDiv tr.grouphead .MainTxt{
  font-size:130%;
  font-weight:bold;
  }  
/* annotazione in intestazione gruppo */
#bkoffPricelistDiv tr.grouphead .NotesTxt, #bkoffPricelistDiv tr.grouphead .NotesTxtNL{
  }
  
/* intestazioni colonne prezzo */
#bkoffPricelistDiv tr.grouphead .Price1{
  }
#bkoffPricelistDiv tr.grouphead .Price2{
  }
#bkoffPricelistDiv tr.grouphead .Price3{}

/* riga standard */
#bkoffPricelistDiv tr.stdrow{}
#bkoffPricelistDiv tr.stdrow .MainTxt{
  font-weight:bold;
  }
/* testo in evidenza in riga standard */
#bkoffPricelistDiv tr.hilite .MainTxt{
  font-weight:bold;
  }
/* annotazione in riga standard */
#bkoffPricelistDiv tr.stdrow .NotesTxt{
  font-size:90%;
  }
#bkoffPricelistDiv tr.stdrow .NotesTxtNL{
  display:block;
  font-size:90%;
  margin-left:20px;
  margin-top:5px;
  }

/* riga di annotazione generale (occupa tutte le colonne) */
#bkoffPricelistDiv tr.notes td{
  text-align:center;
  }
#bkoffPricelistDiv tr.notes .MainTxt{
  font-size:90%;
  font-weight:bold;
  }
#bkoffPricelistDiv tr.notes .NotesTxt{}

/* riga separatore (occupa tutte le colonne) */
#bkoffPricelistDiv tr.separator td {
  border:none;
  }
#bkoffPricelistDiv tr.separator div.spacer{
  height:10px;
  overflow:hidden;
  }

/* colonne prezzo */
#bkoffPricelistDiv .Price1  {
  padding-left:8px;
  }
#bkoffPricelistDiv .Price1 , #bkoffPricelistDiv .Price2 , #bkoffPricelistDiv .Price3 {
  text-align: right;
  }
#bkoffPricelistDiv td.Price1 * , #bkoffPricelistDiv td.Price2 * , #bkoffPricelistDiv td.Price3 *{
  }