﻿/* Tabella Servizi */
#tblServizi
{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
#tblServizi thead
{
	background-color: transparent;
	color: #272a3c;
	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;
	background-color: #ffffff;
}
.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 Informazioni Principali Prodotto */
#tblProdotto tbody td
{
	text-transform: capitalize;
	padding-bottom: 5px;
}
/* Tabella Dettaglio dei Prodotti */
#tblProdottoDetails thead td
{
	border-bottom: solid 1px #BFBFBF;
	border-bottom-color: #D7D7D7;
}
/* 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 */
#tblInsertContenuti
{
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}
#tblInsertContenuti thead
{
	background-color: #F2F2F2;
	color: #272a3c;
	font-weight: bold;
}
#tblInsertContenuti tfoot td
{
	padding: 5px;
	border-top: solid 1px #BFBFBF;
}
#tblInsertContenuti 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;
	background-color: #ffffff;
}
#tblInsertContenuti tbody td
{
	padding: 5px;
}
#tblInsertContenuti .Controls
{
	/*background-color: #F2F2F2;*/
	color: #272a3c;
	font-weight: bold;
	width: 3%;
	border-left: solid 1px #E5E5E5;
}
#tblInsertContenuti .Descrizione
{
	/*background-color: #F2F2F2;*/
	color: #272a3c;
	font-weight: bold;
	width: 22%;
	text-align: right;
}
#tblInsertContenuti .Dati
{
	width: 75%;
	border-right: solid 1px #E5E5E5;
}
#tblInsertContenuti .textbox
{
	width: 70%;
}
/* Tabell Inserimento Multimedia */
#tblMultimediaInsert
{
	width: 100%;
}
#tblMultimediaInsert thead
{
	background-color: #F2F2F2;
	color: #272a3c;
	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: #272a3c;
	font-weight: bold;
	width: 22%;
	text-align: right;
}





/* Tabella Servizi DropDownList */
#tblServiziDropDownList
{
	background-color: #F2F2F2;
	color: #224466;
	font-weight: bold;
}

#tblServiziDropDownList tbody td
{
	border-bottom: solid 1px #BFBFBF;
	border-right: solid 1px #BFBFBF;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	padding: 3px;
}
#tblServiziDropDownList tbody select
{
	width: 60%;
	color: #336699;
}