
.styTextfield
{
	color: #000000;
	font-family: Verdana;
	font-size: small;
	font-style: normal;
	border: 1px solid #99CCFF;
	text-align: left;
	margin: 5px;
	padding: 5px;
}

.styPassword
{
	color: #000000;
	font-family: Verdana;
	font-size: small;
	font-style: normal;
	border: 1px solid #99CCFF;
	text-align: left;
	margin: 5px;
	padding: 5px;
}


.label
{
	color: #003399;
	font-family: Verdana;
	font-size: small;
	font-style: normal;
	white-space: nowrap;	
}

.labelRadio
{
	color: #003399;
	font-family: Verdana;
	font-size: small;
	font-style: normal;
	white-space: nowrap;	
}


.labelAmbiente
{
	color: red;
	background: #ffffff;
	/*background: linear-gradient(to bottom, red 0%, #EE3B3B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	font-family: Verdana;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	margin-top: 2px;
	/*padding: 1px;
	border: 1px solid #EE3B3B;
	border-radius: 2px 2px 2px 2px;*/
	
}


.styRigaErrore
{
	color: red;
	font-family: Verdana;
	font-size: small;
	font-style: inherit;
}

.styButton
{
	color: #ffffff;
	font-family: Verdana;
	font-size: small;
	background: #3F87CC;
	background: linear-gradient(to bottom, #3F87CC 0%, #164C8C 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	font-style: normal;
	font-weight: bold;
	padding: 5px 5px;
	border: 1px solid #1B5D9D;
	cursor: pointer;
	border-radius: 3px 3px 3px 3px;
}

.styButton:hover
{
  color: #ffffff;
  /* font-size: medium; */
  /*background-color: #99CCFF;
  border: 1px solid #0072B9;*/
  background: #2F69AC;
  background: linear-gradient(to bottom, #2F69AC 0%, #164C8C 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
 
}

.styButtonFix
{
	color: #003399;
	font-family: Verdana;
	font-size: small;
	background-color: #EFEFEF;
	cursor: pointer;
	font-style: normal;
	font-weight: bold;
	padding: 0px;
	width: 80px;
	border-style: solid;
	border-width: 1px;
	border-color: #305161;
		
}

.styTitolo {
	
	
	color: #0072B9;
	font-size: 1.2em;
	text-align: center;
}

.styForm table
{
   	background-color: #F6F6F6;
	border: 1px solid #99CCFF;
    margin-left: 120px;
    margin-right: 120px;
	margin: 0 auto;
	width:50%;
	border-radius: 3px 3px 3px 3px;

}

.styForm td {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.styForm td label
{
	color: #003399;
	text-align:right;
	font-family: Verdana;
	font-size: normal;
	font-style: normal;
	white-space: nowrap;	
}





/* ----------------------------------------------------------------------- */

.styAlignLeft{
	padding-left: 4px;
	text-align: left;
}

.styAlignLeftBold{
	text-align: left;
	font-weight: bold;	
}

.styAlignRight{
	text-align: right;
}

.styAlignCenter
{
 font-size: small;
 color: #2d4e5d;
 padding-left: 50px;
 text-decoration: none;
 font-weight: normal;
}
.styAlignCenterBlack
{
 font-size: small;
 color: black;
 padding-left: 200px;
 text-decoration: none;
}

.styInformativa
{
	padding-left: 5px;
	color: #2D4E5D;
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
}

.styActionError{
	background-color: #D60000;
    clear: both;
    font-size: small;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color:#fff;
    list-style-type: square;
	list-style-position: outside;
	border-radius: 3px 3px 3px 3px;
}

.styActionMessage{
	background-color: green;
	clear: both;
	font-size: small;
    font-weight: bold;
	padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    color:#fff;
	list-style-type: square;
	list-style-position: outside;
	border-radius: 3px 3px 3px 3px;
}

.styFieldError{
	color: red;
	list-style-type: square;
	list-style-position: outside;
	font-family: Verdana;
	font-size: small;
	font-weight: normal;	
}

.styFieldWarning{
	color: #2D4E5D;
	list-style-type: square;
	list-style-position: outside;
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	font-style: oblique;	
}

.styFieldErrorTitle{
	color: #2D4E5D;
	list-style-type: square;
	list-style-position: outside;
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	font-style: inherit;
}

.errorMessage{
	color: red;
	text-align: right;
	list-style-type: square;
	list-style-position: outside
}


.checkboxLabel{
	color: #2D4E5D;
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
}





.styButton2
{
	color: #345B6C;
	font-family: Verdana;
	font-size: x-small;
	background-color: #FFFFE0;
	cursor: hand;
	font-style: normal;
	font-weight: bold;
	padding: 0px;
	border-style: solid;
	border-width: 1px;
}

.styInputText{
	color: black;
	font-family: Verdana;
	font-size: small;

}

.styInputTextDisabled{
	color: gray;
	font-family: Verdana;
	font-size: small;
}

.styLabel{
	color: #345B6C;
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
}

.styPanelInfo{
	color: blue;
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
}

.styFrame
{
	border-style: solid;
	border-width: 1px;
	border: 1;
}

.styFrameHidden
{
	border-style: solid;
	border-width: 0px;
	border: #EEEEEE;
}

.styFrameLabel
{
	color: #2D4E5D;
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
}

.required
{
	color: red;
}


.stySysErrMessageTitle
{
	font-size: large;
	font-family: Verdana;
	color: red;
	border-bottom-color: red;
	border-bottom-width: 1px;
	border-bottom-style: solid
}

.stySysErrMessageSubTitle
{
	font-size: medium;
	font-family: Verdana;
	color: red;
	border-bottom-color: red;
	border-bottom-width: 0px;
	border-bottom-style: solid
}

.stySysErrMessage
{
	font-size: medium;
	font-family: Verdana;
	color: #004080;
	font-weight: bold
}

.stySysErrMessageDettaglio
{
	font-size: small;
	font-family: Verdana;
	color: #004080;
	font-weight: normal
}

.styMessaggioConferma
{
	font-size: large;
	font-family: Verdana;
	color: #004080;
	font-weight: bold
}

.styRadio{
	font-size: small;
	font-family: Verdana;
	color: black;
	font-weight: bold	
}

.styRadioDisabled{
/*	disabled: disabled */
}

.styCheckbox{
	font-size: small;
	font-family: Verdana;
	color: red;
	font-weight: bold
}

.styCheckboxDisabled{
/*   disabled: disabled */
}

.styLoginDescription
{
	font-size: small;
	font-family: Verdana;
	border: 0;
	padding: 5px;
	text-align: justify;
	color:#2D4E5D	
}

.styTestatinaLogin
{
	/*
	background-color: #345B6C;
	font-size: 5px;
	*/
}

.styTestatinaLoginLogo
{
	background-color: #E4EDF2;
	width: 100%;
	border-top: 5px solid #345B6C;
}

.styBenvenuto
{
	color: black;
	font-size: small;
	font-family: Verdana;
	font-weight: bold;
	border: 0;
	padding: 5px;
}

.styTestatinaPresentazione
{
	background-color: #345B6C;
	font-size: 5px;
}

.styPresentazione
{
	color: black;
	font-family: Verdana;
	font-weight: normal;
	font-size: small;
	border: 0;
	padding: 5px;
	text-align: justify;
	background-color: #E4EDF2;
}

.styTitoloArea
{
	color: #2D4E5D;
	font-family: Verdana;
	font-weight: bold;
	font-size: small;
	text-align: justify;
}

.styDescrizioneArea
{
	color: #2D4E5D;
	font-family: Verdana;
	font-weight: normal;
	font-size: small;
	border: 0;
	padding: 5px;
	text-align: justify;
}

.styEmailAssistenza
{
    color: blue;
	font-size: small;
    font-family: Verdana;
    font-weight: bold;
    cursor: hand;	
}

.styFieldWarning{
	color: #2D4E5D;
	list-style-type: square;
	list-style-position: outside;
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	font-style: oblique;	
}

.styFaqElencoCategorie
{
	font-size: small;
	font-family: Verdana;
}

.styFaqCategoria
{
	color: #2D4E5D;
	font-size:small;
	font-family: Verdana;
	border: 0;
	font-weight: bold;
	text-align: left;
	padding-top: 40px;
}

.styFaqDomanda
{
	font-size: small;
	font-family: Verdana;
	color: #2D4E5D;
	border: 0;
	padding: 5px;
	font-weight: bold;
}

.styFaqRisposta
{
	font-size: small;
	font-family: Verdana;
	color: #2D4E5D;
	border: 0;
	padding: 5px;	
}

.styMainCellaPagina
{
	padding-top: 15px;
}

.styCombo
{
	font-family: Verdana;
	font-size: small;
	color: #000000;
}

.tdImporto{
	color: #2D4E5D;
	text-align:left;
	font-family: Verdana;
	font-size: small;
	font-weight: normal;
	white-space: nowrap;
	height: 16px;
	border: 1px solid;
	background-color:#EFEFEF;
}

.styImgLink{
	outline: none;
	border: 0;
	vertical-align: bottom;
}

.styTitoloSpiega{
	color: #696969;
	font-family: Verdana;
	font-weight: bold;
	font-size: small;
	text-align: justify;	
}

.stySpiega{
	color: #696969;
	font-family: Verdana;
	font-weight: normal;
	font-size: small;
	text-align: justify;	
}

.styTooltip{
	tooltipIconPath='/images/tooltip.png'
}	
	
	
	