*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Arial;
	font-size: 100.01%;
	background-color: #1399ce;
}

/* POSITION */
.right
{
	float: right;
}

.left
{
	float: left;
}

.alignLeft
{
	text-align: left;
}

.alignRight
{
	text-align: right;
}

.center
{
	text-align: center;
}

.justify
{
	text-align: justify;
}

.floatWrapper
{
	clear: both;
}
/*//////////*/

.noCSS
{
	display: none;
}

.strillone
{
	font-weight: bold;
	color: #f90;
	font-size: 110%;
}

.strilloneBig
{
	font-weight: bold;
	color: #f90;
	font-size: 120%;
}

.strilloneMinuscolo
{
	font-weight: bold;
	font-size: 140%;
	color: #f90;
	text-align:center;
}

.txtBox, .txtBox_mail, .txtBox_mail_oggetto, .ddl
{
  width: 150px;
  border: solid 1px #ccc;
  color: #000;
  background-color: #ffc;
}

.txtBox_mail_oggetto
{
	width: 300px;
}

.txtBodySpedizione
{
	width: 300px;
	height: 200px;
}

.errorMsg
{
	font-weight: bold;
	color: #f00;
	display: block;
	border: solid 2px #f90;
	padding: 1em;
	margin: 0 0 1em 0;
}

.btn
{
	background-image: url(../ImgsNET/sfondoBtn.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	/*background-attachment: fixed;*/
	border-style: none;
	cursor: pointer;
	font-variant:small-caps;
	line-height: 16px;
	margin: 5px 0 0 0;
}

.titoliParagrafo
{
	padding: 2px 5px 2px 5px;
	/*background-color: #ccc;*/
	color: #000;
	/*text-transform: capitalize;*/
	font-weight: bold;
	font-size: 130%;
}

img
{
	border-style: none;
}


a.linkEmail
{
	color: #03c;
}

ul.listaInRilievo
{
	border-top: solid 2px #ccc;
	border-bottom: solid 2px #ccc;
	margin: 1em 0;
}

ul.listaSemplice 
{
	margin-left: 1em;
	margin-right: 1em;
}

.mainLink a
{
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.mainLink a:link
{
	text-decoration: none;
	color: #000;
}

.mainLink a:visited
{
	text-decoration: none;
	color: #000;
}

.mainLink a:hover
{
	text-decoration: none;
	color: #f90;
}
.mainLink a:active
{
}

.downloadFileSemplici a:link, .downloadFileSemplici a:visited
{
	background-color: #f90;
	color: #fff;
	padding: 0 10px 0 10px;
	font-weight: bold;
	text-decoration: none;
}

.downloadFileSemplici a:hover
{
	color: #33f;
}

.boldCenterTxt
{
	font-weight: bold;
	text-align: center;
}

.discalia
{
	font-size: 76%;
}

.linkFondoPagina
{
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 0;
	border-top: solid 1px #000;
}

.lblGeneral
{
	font-weight: bold;
}

/* selected link */


.importantDesc
{
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	display: block;
}

#contentUserControl
{
	background-color: #fff;
	font: 90.01%/1.7 Arial,sans-serif;
}

#contentSubProgram
{
	width: 700px;
	margin: 0 auto;
	padding-bottom: 90px;
}


/* ERRORE */
#Errore
{
	height: 20em;
}

/* RICHIESTA INFORMAZIONI */
#RichiestaInformazioni
{
	height: 30em;
}

/* GESTIONE PROFILO */
#GestioneProfilo
{

}

/* REGISTRAZIONE - GESTIONE PROFILO */
#Registrazione
{
	height: auto;
}

.txtInformativa
{
	width: 80%;
	height: 120px;
	font-size:95%;
}

.lblRegistrazioneGestione_Profilo
{
	font-weight: bold;
}

.radioBtn
{
	margin-left: 1em;
}

.radioBtn label /*per la label del controllo radio button creata dall'ASP.NET*/
{
	position: relative;
	bottom: 3px;
	font-weight: bold;
	color: #f90;
	padding-left: 3px;
}

/* DELETE ACCOUNT */
#DeleteAccount
{
	height: 20em;
}

/*color text*/
.txtBlu
{
	color: #117EE0;
	font-weight: bold;
}

.txtRed
{
	color: #E94A1B;
	font-weight: bold;
}

.txtGray
{
	color: #ccc;
	font-weight: bold;
	text-transform: uppercase;
}

.txtBLU2 {
	color: #3333CC;
	text-transform: uppercase;
	font-weight: bold;
}

.txtRED2 {
	color: #FF0000;
	font-weight: bold;
	text-transform: uppercase;
}

.txtYELLOW {
	color: #FFCC00;
	text-transform: uppercase;
	font-weight: bold;
}

.txtPINK {
	color: #FF33FF;
	text-transform: uppercase;
	font-weight: bold;
}

#advLink1
{
	width: 160px;
	position: relative;
	right: 20px;
	margin-top: 10px;
}

.imgSAM
{
	padding-top: 15px;
	padding-bottom: 15px;
}

.sottotitolo
{
	margin-top: 10px;
	font-size: 110%;
	font-weight: bold;
}

.listaSAM
{
	list-style-type: none;
}

.listaSAM li
{
	padding-left: 20px;
}