﻿/* Tabella Servizi */
#tblServizi
{
}
#tblServizi thead
{
	background-color: #F2F2F2;
	color: #417bb4;
	font-weight: bold;
}
#tblServizi thead td
{
	border-bottom: solid 1px #BFBFBF;
	border-right: solid 1px #BFBFBF;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	padding: 3px;
}
#tblServizi tbody td
{
	border-bottom: solid 1px #E6E6E6;
	border-right: solid 1px #E6E6E6;
	padding-left: 5px;
}
.tblServiziButton
{
	width: 30px;
	text-align: center;
	background-color: #F2F2F2;
}

#tblServiziUnder thead
{
	background-color: #ffffff;
}
#tblServiziUnder thead td
{
	border: none;
	font-weight: normal;
}
#tblServiziUnder tbody td
{
	border: none;
}

/* Tabella Elenco Prodotti Semplice */


.tblProdottiElencoSimple thead td
{
	height: 190px;
	vertical-align: middle;
}

.tblProdottiElencoSimple td
{
	text-align: center;
	text-transform: lowercase;
	padding-left: 3px;
	padding-right: 3px;
}
/* Tabella Informazioni Principali Prodotto */
#tblProdotto tbody td
{
	/*LACOPO 091002: il seguente tag settava tutte le iniziali delle parole come maiuscole
	nella DESCRIZIONE posta in DETTAGLI dei singoli prodotti
	text-transform: capitalize;*/
	padding-bottom: 5px;
}
/* Tabella Dettaglio dei Prodotti */
#tblProdottoDetails tbody td
{
	border-bottom: solid 1px #BFBFBF;
	border-bottom-color: #D7D7D7;
}
#tblProdottoDetails tbody tr:hover
{
	background-color: #E5E5E5;
}
/* Tabella Immagini */
.tblImmaginiMini td
{
	border-bottom: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	padding: 3px;
	background-color: #EFEFEF;
}
/* Tabella Partner */
#tblPartner td
{
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: solid 1px #E1E1E1;
}
.tblPartnerImg
{
	text-align: center;
}
.tblPartnerNome
{
	font-size: 13px;
	color: #ff7b19;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	width: 250px;
}
.tblPartnerDescrizione
{
	color: #666666;
	font-weight: bold;
}
/* Tabella Inserimento Prodotti */
#tblInsertProdotti
{
}
#tblInsertProdotti thead
{
	background-color: #F2F2F2;
	color: #417bb4;
	font-weight: bold;
}
#tblInsertProdotti tfoot td
{ 
	padding: 5px;	
	border-top: solid 1px #BFBFBF;
}
#tblInsertProdotti thead td
{
	border-bottom: solid 1px #BFBFBF;
	border-right: solid 1px #BFBFBF;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	padding: 3px;
}

#tblFooter tbody td
{
	border: none;
}
#tblInsertProdotti tbody td
{
	padding: 5px;
}
#tblInsertProdotti .Controls
{
	background-color: #F2F2F2;
	color: #417bb4;
	font-weight: bold;
	width: 3%;
	border-left: solid 1px #E5E5E5;
}
#tblInsertProdotti .Descrizione
{
	background-color: #F2F2F2;
	color: #417bb4;
	font-weight: bold;
	width: 22%;
	text-align: right;
}
#tblInsertProdotti .Dati
{
	width: 75%;
	border-right: solid 1px #E5E5E5;
}
#tblInsertProdotti .textbox
{
	width: 70%;
}
/* Tabell Inserimento Multimedia */
#tblMultimediaInsert thead
{
	background-color: #F2F2F2;
	color: #417bb4;
	font-weight: bold;
}
#tblMultimediaInsert thead td
{
	border-bottom: solid 1px #BFBFBF;
	border-right: solid 1px #BFBFBF;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	padding: 3px;
}
#tblMultimediaInsert tbody td
{
	padding: 5px;
}
#tblMultimediaInsert .descrizione
{
	background-color: #F2F2F2;
	color: #417bb4;
	font-weight: bold;
	width: 22%;
	text-align: right;
}