html {
	height: 100%;
}
.linkActivePagination {
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #363636;
	color: white;
}
.bodyText {
	color: black;
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.headerDataTableLink {
	color: white;
}


/********************* GENERAL STYLES ********************/
.center {
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	text-align: center;
	vertical-align: middle;
}
.right {
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	text-align: right;
	vertical-align: middle;
}
.left {
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	text-align: left;
	vertical-align: middle;
}
.top {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.italic {
	font-style: italic;
}
.bold {
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	font-weight: bold;
}
.normal {
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	font-weight: normal;
}
.smallcaps{
	font-variant: small-caps;
}
.overline{
	text-decoration: overline;
}
.blink {
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	text-decoration: blink;
}
.noacapo {
	white-space: nowrap;
	vertical-align: middle;
}
.siacapo {
	white-space: normal;
	vertical-align: middle;
}
.dash {
	background-image: url('general/line_o.png');
	background-repeat: repeat-x;
	height: 1px;
}
.dashwhite {
	background-image: url('general/line_o_white.png');
	background-repeat: repeat-x;
	height: 1px;
}
.verticaldash {
	background-image: url('general/line_v.png');
	background-repeat: repeat-y;
	height: 100%;
	vertical-align: top;
}
.dotted {
	background-image: url('general/dotted_o.png');
	background-repeat: repeat-x;
	background-position: center;
	height: 1px;
}
.imageLink {
	border-color: transparent;
}
.imageLinkBlink {
	border-color: transparent;
	text-decoration: blink;
}
.cursorPointer{
	cursor: pointer;
}
.cursorPointer:hover{
	cursor: pointer;
}
.zeropercento {
	width: 0%;
	text-align: right;
}
.centopercento {
	width: 100%;
	text-align: right;
}
.centopercento_center {
	width: 100%;
	text-align: center;
}
.centopercento_left {
	width: 100%;
	text-align: left;
}
.trentatrepercento {
	width: 33%;
}
.confirm{
	color: green;
}
.warning {
	color: #FF8500;
	color: #F96138;
	font-size: 13px;
	font-weight: bold;
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
}
.warningBg{
	background-color: #FFF69E;
}
.nowarning {
	color: gray;
	font-size: 12px;
	font-weight: : normal;
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
}
.error {
	color: red;
}
.errorblink {
	color: red;
	font-weight: bold;
	text-decoration: blink;
}
.validatorError {
	color: red;
	font-style: italic;
}
.paginationBack {
	width: 50%;
	text-align: left;
	background-image: none;
}
.paginationCenter {
	text-align: center;
	white-space: nowrap;
	background-image: none;
}
.paginationNext {
	width: 50%;
	text-align: right;
	background-image: none;
}
.horizontalSpace2px{
	width: 2px;
}
.horizontalSpace5px{
	width: 5px;
}
.horizontalSpace5pxRight{
	width: 5px;
	text-align: right;
}
.horizontalSpace5pxCenter{
	width: 5px;
	text-align: center;
}
.horizontalSpace10px{
	width: 10px;
}
.horizontalSpace10pxRight{
	width: 10px;
	text-align: right;
}
.horizontalSpace15px{
	width: 15px;
}
.horizontalSpace15pxRight{
	width: 15px;
	text-align: right;
}
.horizontalSpace20px{
	width: 20px;
}
.horizontalSpace20pxRight{
	width: 20px;
	text-align: right;
}
.horizontalSpace50px{
	width: 50px;
}
.verticalSpace5px{
	width: 5px;
}
.standardLink{
	color: blue;
	text-decoration: underline;
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.standardLink{
	color: blue;
	text-decoration: underline;
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
/********************* GENERAL STYLES (fine) ********************/


/********************* OPERATION RESULT ********************/
.operationResultOk{
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: black;
}
.operationResultNo{
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: maroon;
}
.operationResultDetails{
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: gray;
}
.operationResultPG{
	text-align: left;
	vertical-align: top;
}
/********************* OPERATION RESULT (fine) ********************/


/********************* HELP ********************/
.helpSectionTopSx{
	width: 15px;
	height: 17px;
	background-image: url('general/help/helpSectionTopSx.png');
	background-repeat: no-repeat;
	background-position:left;
}
.helpSectionTopCt{
	width: 100%;
	height: 17px;
	background-image: url('general/help/helpSectionTopCt.png');
	background-repeat: repeat-x;
	background-position:left;
}
.helpSectionTopDx{
	width: 15px;
	height: 17px;
	background-image: url('general/help/helpSectionTopDx.png');
	background-repeat: no-repeat;
	background-position:right;
}
.helpSectionCenterSx{
	width: 15px;
	height: 1px;
	background-image: url('general/help/helpSectionCenterSx.png');
	background-repeat: repeat-y;
	background-position:left;
}
.helpSectionCenterCt{
	height: 1px;
	background-image: url('general/help/helpSectionCenterCt.png');
	background-repeat: repeat;
	background-position:left;
}
.helpSectionCenterDx{
	width: 15px;
	height: 1px;
	background-image: url('general/help/helpSectionCenterDx.png');
	background-repeat: epeat-y;
	background-position:right;
}
.helpSectionBottomSx{
	min-width: 15px;
	height: 9px;
	background-image: url('general/help/helpSectionBottomSx.png');
	background-repeat: no-repeat;
	background-position:left;
}
.helpSectionBottomCt{
	width: 100%;
	height: 9px;
	background-image: url('general/help/helpSectionBottomCt.png');
	background-repeat: repeat-x;
	background-position:left;
}
.helpSectionBottomDx{
	min-width: 15px;
	height: 9px;
	background-image: url('general/help/helpSectionBottomDx.png');
	background-repeat: no-repeat;
	background-position:right;
}
.helpSectionTitle{
	font-weight: bold; 
	color: gray;
	font-size: 14px;
}
.helpSectionBody{
	font-weight: normal; 
	/*color: #444444;*/
	font-size: 12px;
	text-align: left; 
}
.helpTitleMaster{
	background: #005ba0 url('general/help/helpTitleMaster.png') repeat-x bottom;		
	color: white; 
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	height: 30px;
}
.helpVoce{
	white-space: nowrap;
	color: #444444;
}
.helpVoceSel{
	color: red;
	color: #005ba0;
	font-weight: bold;
	white-space: nowrap;
	/*text-decoration: underline;*/
}
.helpSx{
	text-align: left;
}
.helpDx{
	width: 100%;
	text-align: left;
}
.helpIndex{
	font-weight: bold;
	color: #005ba0;
}
.helpLogo{
	position: absolute;
	top: 0px;
	left: 0px;
}
.helpLogoDx{
	position: absolute;
	top: 0px;
	right: 0px;
}
.helpTitle{
	color: gray;
	font-weight: bold;
	font-size: 16px;
}
/********************* HELP (fine) ********************/


/********************* ERROR PAGE (fine) ********************/
.errorPageTitle{
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
/********************* ERROR PAGE (fine) ********************/


/********************* wso0002 ********************/
.sqlgroup {
	height: 30px;
}
.wso0002dattabCol1 {
	text-align: center;
}
.wso0002dattabCol2 {
	text-align: center;
}
.wso0002dattabCol3 {
	text-align: center;
}
.wso0002dattabCol4 {
	width: 100%;
	text-align: left;
}
/********************* wso0002 (fine) ********************/


/********************* wso0003 ********************/
.wso0003adminRow{
	color: maroon;
	font-style: italic;
}
/********************* wso0003 (fine) ********************/


/********************* wso0202 ********************/
.wso0202dtHeader {
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	font-size: 12px;
}
.wso0202dtRow {
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	font-size: 12px;
}
.wso0202dtRow2 {
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	font-size: 12px;
}
.wso0202dtFooter {
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	font-size: 12px;
}
/********************* wso0202 (fine) ********************/


/********************* wso0204 ********************/
.wso0204_selric{
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	color: navy;
	text-align: left;
	white-space: nowrap;
}
.wso0204_deselric{
	font-variant: small-caps;
	font-size: 14px;
	text-align: left;
	white-space: nowrap;
}
.wso0204_crossrefLink{
	color: #BB5E00;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
}
.wso0204_crossref{
	color: gray;
	font-size: 12px;
}
.wso0204_withconsos{
	color: #007ae6;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: bold;
}
/********************* wso0204 (fine) ********************/


/********************* wso0205 ********************/
.wso0205column1 {
	font-size: 12px;
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	text-align: left;
	width: 50%;
	vertical-align: top;
}
.wso0205column2 {
	font-size: 12px;
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	background-color: #D9D9D9;
	text-align: center;
	width: 0%;
	vertical-align: top;
}
.wso0205column3 {
	font-size: 12px;
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	text-align: center;
	width: 0%;
	vertical-align: top;
}
.wso0205column4 {
	font-size: 12px;
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	background-color: #D9D9D9;
	text-align: center;
	width: 0%;
	vertical-align: top;
}
.wso0205column5 {
	font-size: 12px;
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	text-align: right;
	width: 50%;
	vertical-align: top;
}
.wso0205row1 {
	font-size: 12px;
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	text-align: center;
	width: 100%;
}
.wso0205row2 {
	font-size: 12px;
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	background-color: #D9D9D9;
	text-align: center;
	width: 100%;
	height: 2px;
}
.wso0205_addPhoto {
	color: #506D4A;
	background-color: #DDEED9;
}
.wso0205_addPhoto:HOVER {
	background-color: #DDEED9;
	background-image: url('general/rowDatatableHoverTranspWhiteBottom.png');
	background-repeat: repeat-x;
	background-position: bottom;
	color: #506D4A;
	cursor: pointer;
}

.wso0205_addtocartLeft{
	background-image: url('general/tileBackgroundRightHover.png');
	background-repeat: repeat-y;
	background-position: left;
	background-color: transparent;
	width: 10px;
}
.wso0205_addtocartCenter{
	background-color: transparent;
}
.wso0205_addtocartRight{
	background-image: url('general/tileBackgroundLeftHover.png');
	background-repeat: repeat-y;
	background-position: right;
	background-color: transparent;
	width: 10px;
}
/********************* wso0205 (fine) ********************/


/********************* wso0301 ********************/
.wso0301infoCol1{
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}
.wso0301infoCol2{
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
}
.wso0301colLeg1{
	width: 100%;
	text-align: left;
}
.wso0301colLeg2{
	width: 0%;
	text-decoration: blink;
	white-space: nowrap;
	font-weight: bold;
	color: red;
}
/********************* wso0301 (fine) ********************/


/********************* wso0302 ********************/
.wso0302_dattabColSel{
	text-align: center;
}
.wso0302_dattabColStatus{
	white-space: nowrap;
	text-align: center;
}
.wso0302_dattabColView{ 
	text-align: center;
}
.wso0302_dattabColCart{
	text-align: center;
}
.wso0302_dattabColCodart{
	text-align: center;
}
.wso0302_dattabColMarart{
	text-align: center;
}
.wso0302_dattabColDesart{
	text-align: center;
}
.wso0302_dattabColUnimis{
	text-align: center;
}
.wso0302_dattabIdaa{
	text-align: center;
}
/*.wso0302_dattabColQta:hover{
	width: 24px;
	text-align: center;
	background-color: #D2F5FF;
	background-image: url('general/rowDatatableHoverTranspWhiteBottom.png');
	background-repeat: repeat-x;
	background-position: bottom;
}*/
.wso0302_dattabColOther{
	text-align: center;
}
.wso0302_operationsPanel{
	width: 33%;
	text-align: center;
}
.wso0302_statusOk{
	color: black;
	font-weight: bold;
}
.wso0302_statusOkCrossref{
	color: #BB5E00; 
	font-weight: bold;
}
.wso0302_statusNotUnivoke{
	color: black;
	background-color: #FFFDD5;
}
.wso0302_statusNo{
	color: gray;
}
.wso0302_addToCartOk{
	color: blue;
	font-weight: bold;
	font-size: 14px;
	font-variant: small-caps;
}
.wso0302_cartOk{
	color: green;
}
.wso0302_cartNo{
	color: red;
}
.wso0302helpBg{
	background-color: #e7f1ff;
	background-image: url('general/wso0302helpBg.png');
	background-repeat: repeat-x;
	background-position: bottom;
}
.wso0302helpTitle{
	color: #005C9D;
	font-weight: bold;
	font-size: 16px;
}
.wso0302helpContent{
	color: #005C9D;
	text-align: justify;
}
.wso0302_wizardTitle{
	color: green;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	white-space: nowrap;
}
/********************* wso0302 (fine) ********************/


/********************* wso0303 ********************/
.wso0303subTitle{
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: black;
}
/********************* wso0303 (fine) ********************/


/********************* wso0308 ********************/
.wso0308_step{
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 14px;
	font-weight: bold; 
	color: white;
	background: url('general/wso0508_step.png') no-repeat center;
}
.wso0308_stepOk{
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 14px;
	font-weight: bold; 
	color: white;
	background: url('general/wso0508_stepOk.png') no-repeat center;
}
.wso0308_tipRes{
	text-align: left;
	vertical-align: top;	
}
.wso0308_xmlExtSx{
	text-align: left;
	width: 150px;
	vertical-align: top;
}
.wso0308_xmlExtDx{
	text-align: left;
	vertical-align: top;
}
.wso0308_textConfirmed{
	color: green; 
	font-size: 14px; 
	font-weight: bold;
}
.wso0308_step2dattabDisabled{
	color: gray; 
}
/********************* wso0308 (fine) ********************/


/********************* wso0501 ********************/
.wso0501_rowDataTable_totEva {
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	background-image: url('general/rowDatatable.png');
	background-color: #ADF1B3;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}
.wso0501_rowDataTable_totEva:HOVER {
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	text-align: left;
	font-size: 12px;
	background-color: white;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}
.wso0501_rowDataTable_przSpe {
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	text-align: left;
	font-size: 12px;
	background-image: url('general/rowDatatable.png');
	background-color: #FFD793;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}
.wso0501_rowDataTable_przSpe:HOVER {
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	text-align: left;
	font-size: 12px;
	background-color: white;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
}
.wso0501filterRed{
	font-weight: bold;
	color: black;
}
.wso0501filterGreen{
	font-weight: bold;
	color: black;
}
.wso0501filterWhite{
	font-weight: bold;
	color: black;
}
.wso0501filterOrange{
	font-weight: bold;
	color: black;
}
.wso0501filterSended{
	font-weight: bold;
	color: black;
}
/********************* wso0501 (fine) ********************/


/********************* wso0502 ********************/
.wso0502subTitle{
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: black;
}
/********************* wso0502 (fine) ********************/


/********************* wso0506 ********************/
.wso0506_left{
	text-align: left; 
	white-space: nowrap;
}
/********************* wso0506 (fine) ********************/


/********************* wso0507 ********************/
.wso0507_title{
	/*color: gray;*/
	font-size: 14px;
}
.wso0507_titlebg{
	background: white url('general/wso0507/wso0507_titlebg.png') repeat-x bottom;
	height: 25px;
}
.wso0507_target{
	font-size: 16px; 
	font-variant: small-caps;
}
.wso0507_targetbg{
	background: white url('general/wso0507/wso0507_targetbg.png') repeat-y center;
	height: 20px;
	text-align: center;
}
.wso0507_fatParz{
	color: gray;
	white-space: nowrap;
}
.wso0507_yearMasterInfo_totFat{
	color: gray;
	white-space: nowrap;
}
.trentatrepercento{
	width: 33%;
}
.cinquantapercento{
	width: 50%;
}
.grid_bonus{
	color: blue;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 14px;
	white-space: nowrap;
}


/* ======================================*/
/* ===== Pannello bombato per il premio =====*/
.premioSx{
	min-width: 12px;
	height: 25px;
	background-image: url('general/wso0507/premioSx.png');
	background-repeat: no-repeat;
	background-position:left;
	vertical-align: top;
	white-space: nowrap;
}
.premioCt{
	width: 100%;
	height: 25px;
	background-image: url('general/wso0507/premioCt.png');
	background-repeat: repeat-x;
	background-position:left;
	text-align: center;
	white-space: nowrap;
}
.premioDx{
	min-width: 12px;
	height: 25px;
	background-image: url('general/wso0507/premioDx.png');
	background-repeat: no-repeat;
	background-position:right;
	vertical-align: top;
	white-space: nowrap;
}
.premioNeg{
	color: #d90000; 
	font-weight: bold;
}
/* ===== Pannello bombato per il premio (FINE) =====*/
/* ======================================*/



/* ======================================*/
/* ===== Pannello vuoto per il premio =====*/
.nopremioSx{
	min-width: 12px;
	height: 25px;
	background-repeat: no-repeat;
	background-position:left;
	vertical-align: top;
	white-space: nowrap;
}
.nopremioCt{
	width: 100%;
	height: 25px;
	background-repeat: repeat-x;
	background-position:left;
	text-align: center;
	white-space: nowrap;
}
.nopremioDx{
	min-width: 12px;
	height: 25px;
	background-repeat: no-repeat;
	background-position:right;
	vertical-align: top;
	white-space: nowrap;
}
/* ===== Pannello vuoto per il premio (FINE) =====*/
/* ======================================*/



/* ======================================*/
/* ===== Delta del fatturato =====*/
.deltaPos{
	color: green;
	font-size: 12px;
	white-space: nowrap;
}
.deltaNeg{
	color: #d90000;
	font-size: 12px;
	white-space: nowrap;
}
.deltaRow{
	height: 15px;
	text-align: center;
}
.deltaRow:hover{
	height: 15px;
	text-align: center;
	cursor: default;
}
/* ===== Delta del fatturato (FINE) =====*/
/* ======================================*/



/* ===== Premio =====*/
/* ======================================*/
.premio{
	color: black; 
	font-weight: bold; 
	font-size: 12px;
	white-space: nowrap;
	cursor: default;
}
.nopremio{
	color: gray; 
	font-size: 12px;
	white-space: nowrap;
}
/* ===== Premio (FINE) =====*/
/* ======================================*/



/* ======================================*/
/* ===== Intestazione del trimestre =====*/
.titleQuarter{
	font-weight: bold;
}
.titleQuarter_zero{
	font-weight: bold;
	color: gray;
}
/* ===== Intestazione del trimestre (FINE) =====*/
/* ======================================*/



/* ======================================*/
/* ===== Barra di progressione per i dettagli =====*/
.barDetailPos{
	height: 2px;
	background: url('general/wso0507/barGreen_1px.png') repeat-x left;
}
.barDetailNeg{
	height: 2px;
	background: url('general/wso0507/barRed_1px.png') repeat-x left;
}
.barDetailFlat{
	height: 2px;
	background: url('general/wso0507/barGray_1px.png') repeat-x left;
}
/* ===== Barra di progressione per i dettagli (FINE) =====*/
/* ======================================*/



/* ======================================*/
/* ===== Barra di progressione per il trimestre =====*/
.barQuarter_text{
	font-weight: normal;
	white-space: nowrap;
	cursor: default;
}
.barQuarter_000{
	white-space: nowrap;
	min-width: 100px;
	height: 20px;
	background: url('general/wso0507/barQuarter_000.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barQuarter_005{
	white-space: nowrap;
	min-width: 100px;
	height: 20px;
	background: url('general/wso0507/barQuarter_005.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barQuarter_010{
	white-space: nowrap;
	min-width: 100px;
	height: 20px;
	background: url('general/wso0507/barQuarter_010.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barQuarter_015{
	white-space: nowrap;
	min-width: 100px;
	height: 20px;
	background: url('general/wso0507/barQuarter_015.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barQuarter_020{
	white-space: nowrap;
	min-width: 100px;
	height: 20px;
	background: url('general/wso0507/barQuarter_020.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barQuarter_025{
	white-space: nowrap;
	min-width: 100px;
	height: 20px;
	background: url('general/wso0507/barQuarter_025.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barQuarter_030{
	white-space: nowrap;
	min-width: 100px;
	height: 20px;
	background: url('general/wso0507/barQuarter_030.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barQuarter_035{
	white-space: nowrap;
	min-width: 100px;
	height: 20px;
	background: url('general/wso0507/barQuarter_035.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barQuarter_040{
	white-space: nowrap;
	min-width: 100px;
	height: 20px;
	background: url('general/wso0507/barQuarter_040.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barQuarter_045{
	white-space: nowrap;
	min-width: 100px;
	height: 20px;
	background: url('general/wso0507/barQuarter_045.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barQuarter_050{
	white-space: nowrap;
	min-width: 100px;
	height: 20px;
	background: url('general/wso0507/barQuarter_050.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barQuarter_055{
	white-space: nowrap;
	min-width: 100px;
	height: 20px;
	background: url('general/wso0507/barQuarter_055.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barQuarter_060{
	white-space: nowrap;
	min-width: 100px;
	height: 20px;
	background: url('general/wso0507/barQuarter_060.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barQuarter_065{
	white-space: nowrap;
	min-width: 100px;
	height: 20px;
	background: url('general/wso0507/barQuarter_065.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barQuarter_070{
	white-space: nowrap;
	min-width: 100px;
	height: 20px;
	background: url('general/wso0507/barQuarter_070.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barQuarter_075{
	white-space: nowrap;
	min-width: 100px;
	height: 20px;
	background: url('general/wso0507/barQuarter_075.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barQuarter_080{
	white-space: nowrap;
	min-width: 100px;
	height: 20px;
	background: url('general/wso0507/barQuarter_080.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barQuarter_085{
	white-space: nowrap;
	min-width: 100px;
	height: 20px;
	background: url('general/wso0507/barQuarter_085.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barQuarter_090{
	white-space: nowrap;
	min-width: 100px;
	height: 20px;
	background: url('general/wso0507/barQuarter_090.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barQuarter_095{
	white-space: nowrap;
	min-width: 100px;
	height: 20px;
	background: url('general/wso0507/barQuarter_095.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barQuarter_100{
	white-space: nowrap;
	min-width: 100px;
	height: 20px;
	background: url('general/wso0507/barQuarter_100.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
/* ===== Barra di progressione per il trimestre (FINE) =====*/
/* ======================================*/



/* ======================================*/
/* ===== Barra di progressione per il periodo/anno =====*/
.barHalf_text{
	/*color: yellow;*/
	font-weight: bold;
	white-space: nowrap;
}
.barHalf_000{
	white-space: nowrap;
	min-width: 200px;
	height: 20px;
	background: url('general/wso0507/barHalf_000.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barHalf_005{
	white-space: nowrap;
	min-width: 200px;
	height: 20px;
	background: url('general/wso0507/barHalf_005.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barHalf_010{
	white-space: nowrap;
	min-width: 200px;
	height: 20px;
	background: url('general/wso0507/barHalf_010.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barHalf_015{
	white-space: nowrap;
	min-width: 200px;
	height: 20px;
	background: url('general/wso0507/barHalf_015.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barHalf_020{
	white-space: nowrap;
	min-width: 200px;
	height: 20px;
	background: url('general/wso0507/barHalf_020.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barHalf_025{
	white-space: nowrap;
	min-width: 200px;
	height: 20px;
	background: url('general/wso0507/barHalf_025.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barHalf_030{
	white-space: nowrap;
	min-width: 200px;
	height: 20px;
	background: url('general/wso0507/barHalf_030.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barHalf_035{
	white-space: nowrap;
	min-width: 200px;
	height: 20px;
	background: url('general/wso0507/barHalf_035.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barHalf_040{
	white-space: nowrap;
	min-width: 200px;
	height: 20px;
	background: url('general/wso0507/barHalf_040.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barHalf_045{
	white-space: nowrap;
	min-width: 200px;
	height: 20px;
	background: url('general/wso0507/barHalf_045.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barHalf_050{
	white-space: nowrap;
	min-width: 200px;
	height: 20px;
	background: url('general/wso0507/barHalf_050.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barHalf_055{
	white-space: nowrap;
	min-width: 200px;
	height: 20px;
	background: url('general/wso0507/barHalf_055.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barHalf_060{
	white-space: nowrap;
	min-width: 200px;
	height: 20px;
	background: url('general/wso0507/barHalf_060.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barHalf_065{
	white-space: nowrap;
	min-width: 200px;
	height: 20px;
	background: url('general/wso0507/barHalf_065.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barHalf_070{
	white-space: nowrap;
	min-width: 200px;
	height: 20px;
	background: url('general/wso0507/barHalf_070.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barHalf_075{
	white-space: nowrap;
	min-width: 200px;
	height: 20px;
	background: url('general/wso0507/barHalf_075.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barHalf_080{
	white-space: nowrap;
	min-width: 200px;
	height: 20px;
	background: url('general/wso0507/barHalf_080.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barHalf_085{
	white-space: nowrap;
	min-width: 200px;
	height: 20px;
	background: url('general/wso0507/barHalf_085.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barHalf_090{
	white-space: nowrap;
	min-width: 200px;
	height: 20px;
	background: url('general/wso0507/barHalf_090.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barHalf_095{
	white-space: nowrap;
	min-width: 200px;
	height: 20px;
	background: url('general/wso0507/barHalf_095.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barHalf_100{
	white-space: nowrap;
	min-width: 200px;
	height: 20px;
	background: url('general/wso0507/barHalf_100.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: white;
	font-size: 12px;
	cursor: default;
}
.barHalf_100_nopremio{
	white-space: nowrap;
	min-width: 200px;
	height: 20px;
	background: url('general/wso0507/barHalf_100_nopremio.png') no-repeat center;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: black;
	font-size: 12px;
	cursor: default;
}
/* ===== Barra di progressione per il periodo/anno (FINE) =====*/
/* ======================================*/
/********************* wso0507 (fine) ********************/


/********************* wso0509 (fine) ********************/
.wso0509_title{
	color: gray; 
	font-weight: bold;
	font-size: 16px;
}
/********************* wso0509 (fine) ********************/


/********************* wso0510 ********************/
.wso0510_currYearGrouping{
	/*white-space: nowrap;*/
	font-style: italic;
	font-weight: bold;
}
.wso0510_previousYearGrouping{
	color: gray; 
	font-size: 11px;
	/*white-space: nowrap;*/
	font-style: italic;
	font-weight: bold;
}
.wso0510_currYear{
	white-space: nowrap;
	font-size: 11px;
}
.wso0510_previousYear{
	color: #5e5e5e; 
	font-size: 11px;
	white-space: nowrap;
}
.wso0510_currYearTot{
	white-space: nowrap;
	font-weight: bold;
	font-size: 11px;
}
.wso0510_previousYearTot{
	color: #5e5e5e; 
	font-size: 11px;
	white-space: nowrap;
	font-weight: bold;
}
.wso0510_utilePos{
	font-size: 11px;
	white-space: nowrap;
	color: green;
}
.wso0510_utileNeg{
	font-size: 11px;
	white-space: nowrap;
	color: red;
}
/********************* wso0510 (fine) ********************/


/********************* mainConf ********************/
.optionsSubTitle{
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: black;
}
/********************* mainConf (fine) ********************/


/********************* gridConf ********************/
.gridconfTitle{
	color: gray;
	font-weight: bold;
	font-size: 18px;
}
.gridconf1 {
	font-size: 12px;
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	text-align: left;
	white-space: nowrap;
	width: 0%;
	vertical-align: top;
	background-position: right;
}
.gridconf2 {
	font-size: 12px;
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	width: 25px;
	vertical-align: top;
	text-align: right;
	/*background-image: url('general/separatoreSfumato.png');
	background-repeat: repeat-y;*/
	background-attachment: scroll;
	margin-right: 30px;
}
.gridconf3 {
	font-size: 12px;
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	width: 100%;
	vertical-align: top;
	text-align: center
}
.gridconfTabletitle1 {
	width: 0%;
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	font-size: 12px;
}
.gridconfTabletitle2 {
	width: 0%;
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	font-size: 12px;
}
.gridconfTabletitle3 {
	width: 0%;
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	font-size: 12px;
}
.gridconfTabletitle4 {
	width: 0%;
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	font-size: 12px;
}
.gridconfTabletitle5 {
	width: 100%;
	text-align: left;
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.gridconfHeader1 {
	width: 50%;
	text-align: left;
	background-image: none;
}
.gridconfHeader2 {
	text-align: center;
	white-space: nowrap;
	background-image: none;
}
.gridconfHeader3 {
	width: 50%;
	text-align: right;
	background-image: none;
}
.gridconfTreePageName{
	color: gray;
	font-size: 11px;
}
.gridconfTreeDesc{
	vertical-align: top;
	white-space: nowrap;
}
.gridconfTreeRow{
	background-color: transparent;
	white-space: nowrap;
}
.gridconfTreeRow:hover{
	background-color: white;
	white-space: nowrap;
}
.gridconfTreeRowSel{
	/*background-image: url('general/lineHorizTranspWhiteRight150px.png');
	background-repeat: repeat-y;
	background-position: right;	*/
	background-color: white;
	white-space: nowrap;
}
.gridconfBold{
	white-space: nowrap;
	font-weight: bold;
}
/********************* gridConf (fine) ********************/


/********************* layoutConf ********************/
.layoutconfRow1{
	background-color: #BDBDBD;
}
.layoutconfRow2{
	background-color: gray;
}
.layoutconfRow3{
	background-color: gray;
}
/********************* layoutConf (fine) ********************/


/********************* DYNPAGES ********************/
.dynpage_33percento{
	width: 33%;
	text-align: center;
}
.dynpage_section{
	color: gray;
}
.dynpage_sectionSel{
	color: black;
	font-weight: bold;
}
.dynpage_template{
	color: black;
	white-space: nowrap;
}
.dynpage_templateSel{
	white-space: nowrap;
	color: black;
	font-weight: bold;
}
.dynpage_previewLeft{
	background-image: url('general/tileBackgroundRightHover.png');
	background-repeat: repeat-y;
	background-position: left;
	background-color: #F4F4F4;
	background-color: white;
	width: 10px;
}
.dynpage_previewCenter{
	background-color: #F4F4F4;
	background-color: white;
}
.dynpage_previewRight{
	background-image: url('general/tileBackgroundLeftHover.png');
	background-repeat: repeat-y;
	background-position: right;
	background-color: #F4F4F4;
	background-color: white;
	width: 10px;
}
/********************* DYNPAGES (fine) ********************/


/********************* HISTORY STYLE ********************/
.historyRowDataTable{
	text-align: left;
	height: 19px;
	white-space: nowrap;
}
.historyRowDataTable:hover{
	text-align: left;
	/*background-image: url('general/lineHorizTranspWhiteLeft70px.png');
	background-repeat: repeat-y;
	background-position: left;*/
	background-color: white;
	background-color: #F7F7F7;
	background-image: url('general/rowDatatableHover.png');
	background-repeat: repeat-x;
	background-position: bottom;
	white-space: nowrap;
	height: 19px;
}
/********************* HISTORY STYLE (fine)********************/


/********************* NEWS ********************/
.elenconews{
	
}
.elenconewsSx{
	/*background-image: url('roundedlook/TRLnews1.png');
	background-repeat: no-repeat;
	background-position: left;
	background-color: gray;*/
	background-color: transparent;
	background-image: none;
	height: 21px;
}
.elenconewsDx{
	background-color: transparent;
	background-image: none;
	width: 100%;
	text-align: left;
	height: 21px;
	/*background-image: url('roundedlook/TRLnews3.png');
	background-repeat: no-repeat;
	background-position: left;
	height: 25px;*/
}
.elenconewsDimension{
	height: 21px;
}
/********************* NEWS (fine) ********************/


/********************* PROMOZIONI ********************/
.promoDimension{
	height: 105px;
}
.promoCodart{
	font-size: 14px;
	font-weight: bold;
}
.promoMarart{
	color: gray;
	font-size: 12px;
	font-weight: bold;
}
.promoDesart{
	color: gray;
	font-size: 14px;
	font-weight: bold;
}
.promoDespro{
	color:#a67a4f; 
	color: #b35a04;
	font-weight: bold;  
	font-size: 12px;
}
.promoPrzcof{
	color:gray; 
	font-weight: bold; 
	font-size: 14px; 
	text-decoration: line-through;
}
.promoPrzcofpro{
	color:#a67a4f; 
	color: #b35a04;
	font-weight: bold; 
	font-size: 18px
}
.promoPagenr{
	font-size: 10px;
}
.promo2Marart{
	font-size: 14px;
	font-weight: bold;
}
.promo2Sco{
	color:#a67a4f; 
	color: #b35a04;
	font-weight: bold; 
	font-size: 18px
}
.promo2Piu{
	font-size: 18px;
	color: gray; 
}
.promo2Netatt{
	color:#a67a4f; 
	color: #b35a04;
	font-weight: bold; 
	font-size: 18px
}
.promo2NetattTitle{
	color: gray;
	font-size: 12px;
	font-weight: bold;
}
.promo2Tipapp{
	color: black;
	font-size: 16px;
	font-weight: bold;
}
/********************* PROMOZIONI (fine) ********************/


/********************* BLOCK-NOTES ********************/
.block-notesTop{
	height: 18px;
}
.block-notesMiddle{
	height: 100%;
}
.block-notesBottom{
	height: 15px;
}
.block-notesTopSx{
	width: 18px;
	
	background-image: url('general/block-notes/topSx.png');
	background-repeat: no-repeat;
	background-position: top;
}
.block-notesTopCt{
	width: 100%;
	
	background-image: url('general/block-notes/topCt.png');
	background-repeat: repeat-x;
	background-position: left;	
}
.block-notesTopDx{
	width: 18px;
	
	background-image: url('general/block-notes/topDx.png');
	background-repeat: no-repeat;
	background-position: top;
}
.block-notesMiddleSx{
	width: 18px;
	
	background-image: url('general/block-notes/middleSx.png');
	background-repeat: repeat-y;
	background-position: left;
}
.block-notesMiddleCt{	
	font-family: Purisa, Comic Sans MS;
	text-align: center;
	font-size: 12px;
	
	background-image: url('general/block-notes/middleCt.png');
	background-repeat: repeat;
	background-position: left;
	
	width: 100%;
}
.block-notesMiddleDx{
	width: 18px;
	
	background-image: url('general/block-notes/middleDx.png');
	background-repeat: repeat-y;
	background-position: left;
}
.block-notesBottomSx{
	width: 18px;
	height: 15px;
	
	background-image: url('general/block-notes/bottomSx.png');
	background-repeat: no-repeat;
	background-position: top;
}
.block-notesBottomCt{
	width: 100%;
	height: 15px;
	
	background-image: url('general/block-notes/bottomCt.png');
	background-repeat: repeat-x;
	background-position: left;	
}
.block-notesBottomDx{
	width: 15px;
	height: 15px;
	
	background-image: url('general/block-notes/bottomDx.png');
	background-repeat: no-repeat;
	background-position: top;
}
/********************* BLOCK-NOTES (fine) ********************/


/********************* OTHERS ********************/
.toolbarBottom{
	width: 100%; 
	left: 0px;
	position: fixed;
	bottom: 0px;
	background-color: white;
	font-size: 11px;
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	background-color: white;
	vertical-align: middle;
	background-image: url('general/toolbarBackground3.png');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F4F4F4;
}
.crossref_1{
	color: #BB5E00; 
	color: black; 
}
.crossref_2{
	color: #007D22;
	color: #BB5E00; 
	font-size: 10px;
}

.dt_giacenzaPos {
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	color: green;
	align: right;
	font-weight: bold;
	font-style: normal;
}
.dt_giacenzaNeg {
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	color: red;
	align: right;
	font-weight: bold;
	font-style: italic;
}
.dt_concorrentiBlink {
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	text-decoration: blink;
	color: blue;
	font-weight: bold;
	font-style: normal;
}
.dt_concorrenti {
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	color: black;
	font-style: normal;
}
.dt_concorrentiSel {
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	color: navy;
	font-style: italic;
}

.newitem {
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: blue;
	text-decoration: blink;
}
.newitem:HOVER {
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #3CB176;
}

.linkActivePagination {
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	font-weight: bold;
	background-color: #363636;
	color: white;
}
.linkActivePagination:hover {
	font-family: Lucida Sans, Arial, Verdana, sans-serif;
	font-weight: bold;
	background-color: #3CB176;
	color: white;
	text-decoration: none;
}
.blinkRequiredInput {
	border-color: red;
	border-width: 2px;
}
.blinkRequiredInput:HOVER {
	border-color: red;
	border-width: 2px;
}
.blinkRequiredInput:FOCUS {
	border-color: red;
	border-width: 2px;
}
.qtaart_inputGrid {
	text-align: right;
	width: 30px;
}
.mngOpzLeft{
	width: 50%;
	vertical-align: top;
}
.mngOpzRight{
	width: 50%;
	vertical-align: top;
}
.promocolor{
	font-weight: bold;
	color: #c49970;
	color: #b35a04;
	font-size: 20px;
	text-decoration: underline;
	/*background-image: url('general/promoBg.png');
	background-repeat: repeat;*/
}
.przNormal{
	color: gray;
	font-weight: bold;
}
.przPromo{
	font-weight: bold;
	color: #a67a4f;
	color: #b35a04;
	font-size: 15px;
	/*background-image: url('general/promoBg.png');
	background-repeat: repeat;*/
}
.dtOrderbyLink{
	color: white;
}
.dtOrderbyLink:HOVER{
	color: white;
	text-decoration: underline;
}
.dtOrderbyLinkSel{
	color: yellow;
}
.dtOrderbyLinkSel:HOVER{
	color: yellow;
	text-decoration: underline;
}
.initError_Left{
	background-image: url('general/tileBackgroundRight.png');
	background-repeat: repeat-y;
	background-position: left;
	background-color: #F4F4F4;
	width: 20px;
}
.initError_Center{
	background-color: #F4F4F4;
}
.initError_Right{
	background-image: url('general/tileBackgroundLeft.png');
	background-repeat: repeat-y;
	background-position: right;
	background-color: #F4F4F4;
	width: 20px;
}
.inptxtError{
	background-color: #ffc9c9;
	border-color: red;
	border-width: 2px;
	border-style: solid;
}
/********************* OTHERS (fine) ********************/