﻿/*------------------------------------------------------------------------
 * MasterPage
 *------------------------------------------------------------------------*/
body
{
	margin: 0px;
	background-color: #EDEDED;
	background-image: none;
	background-repeat: repeat-x;
	background-position: top;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
td.LogoCell
{
    height:80px;
}
.PageTitle
{
    font-weight: bold;
    font-size: 24pt;
}
.MyBold
{
    font-weight: bold;
}
.MyNormal
{
    font-weight: normal;
}
.iPumpDescr
{
    font-size: x-small;
    font-weight: normal;
    color: #808080;
}
table.tbSfondo
{
    border-width: 0px;
    background-image: url('img/gradient.jpg');
    width: 100%;
    text-align: center;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-color: #EDEDED;
}
table.tbBase
{
    width: 1024px;
    border-width: 0px;
}
table.tbLogo
{
	width: 100%;
	background-color: #FFFFFF;
	border-width: 0px;
}
table.tbHeader
{
	width: 1024px;
	border-width: 0px;
	background-image: url('img/header.jpg');
	background-repeat: no-repeat;
	background-attachment: scroll;
	height: 78px;
}
/*------------------------------------------------------------------------
 * Privacy Page
 *------------------------------------------------------------------------*/
TestoInformativa
{
	text-align: right;
}
/*------------------------------------------------------------------------
 * LoginPage
 *------------------------------------------------------------------------*/
.LoginFont
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    font-style: normal;
    color: #808080;
}
.tbLogin
{
	font-weight: bold;
}
.tbServices
{
    font-weight: normal;
}
.AllCenter
{
	text-align: center ;
}
.txtNote
{
	font-size: 10pt;
	font-family: Tahoma;
}
.AppName
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
}
.AppSubtitle
{
    font-size: x-small;
    color: gray;
}
.TitleText
{
	font-size: x-small;
	color: gray;
	text-align: justify;
}
a.LangItem
{
    font-weight: normal;
    font-size: 8pt;
    color: #808080;
    text-decoration: none;
    font-variant: normal;
    text-transform: none;
    
}
a.LoginOption
{
	font-weight: normal;
	font-size: 8pt;
	color: #626262;
	text-decoration: none;
	font-variant: small-caps;
	text-transform: none;
}

/*------------------------------------------------------------------------
 * HomePage
 *------------------------------------------------------------------------*/
td.tdDescription
{
	vertical-align: top;
	text-align: justify;
}
.AppName2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
	text-decoration: none ;
}

.logout
{
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-2x;
	color:#00660f;
	font-size:18px;
	position:relative;
	width:100px;
	text-decoration: none;

	
}

/*------------------------------------------------------------------------
 * RegisterPage
 *------------------------------------------------------------------------*/
.MandatoryMarker
{
    font-size: 12pt;
    font-weight: bold;
    color: #FF0000;
}

/*------------------------------------------------------------------------
 * wucPulsante
 *------------------------------------------------------------------------*/
table.wucPulsante_tblButton
{
	height: 30px;
}
table.wucPulsante_tblButton TD
{
    white-space: nowrap;
    border: 0px;
}
td.wucPulsante_tdButtonPiccolo
{
	width: 138px;
	height: 30px;
	cursor: hand;
    cursor:pointer; 
	color: white;
	font-size: 10pt;
	font-family: Tahoma;
	text-align: center;
}
td.wucPulsante_tdButtonMedio
{
	width: 276px;
	height: 30px;
	cursor: hand;
    cursor:pointer; 
	color: white;
	font-size: 10pt;
	font-family: Tahoma;
	text-align: center;
}
td.wucPulsante_tdButtonGrande
{
	width: 393px;
	height: 30px;
	cursor: hand;
    cursor:pointer; 
	color: white;
	font-size: 10pt;
	font-family: Tahoma;
	text-align: center;
}
a.wucPulsante_lnkButton
{
	color: white;
	text-decoration: none;
}
a.wucPulsante_lnkButton A:visited
{
	color: white;
	text-decoration: none;
}
a.wucPulsante_lnkButtonOver
{
	color: yellow;
	text-decoration: none;
}





/* CSS Document per pagina di regisrazione */


body {
	margin:0 auto;
	background-color:#f4f4f4;
	background-image:url(../img/sfondo_bis.jpg);
	background-repeat:repeat-x;
	background-position:top;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.blu {
    background-color:#DCDCDC;
	background-image:url(../img/sfondo_sales.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.giallo {
    background-color:#f4f4f4;
	background-image:url(../img/sfondo_spares.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
.fucsia {
    background-color:#DCDCDC;
	background-image:url(../img/sfondo_graph.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.bordeaux {
    background-color:#990033;
	background-image:url(../img/sfondo_draw.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.testata {
	color:#999999;
	text-align:left;
	padding-left: 5px;
}

.sceltalingua {
	margin: 0 7px;
}

.pumptutor {
	color:#186033;
	font-size:14px;
	font-weight:bold;
}

.sparestutor {
	color:#FFCC00;
	font-size:14px;
	font-weight:bold;
}

.pumpgraph {
	color:#CC0099;
	font-size:14px;
	font-weight:bold;
}

.pumpdraw {
	color:#990033;
	font-size:14px;
	font-weight:bold;
}

.warranty {
	color:#006699;
	font-size:14px;
	font-weight:bold;
}

.salesorder {
	color:#0099CC;
	font-size:14px;
	font-weight:bold;
}

.pumplitirature {
	color:#FF6600;
	font-size:14px;
	font-weight:bold;
}

.pumpacademy {
	color:#000000;
	font-size:14px;
	font-weight:bold;
}

.inputtxt {
	font-size:14px;
	text-align:right;
}

.input {
	background-image:url(../img/input.gif);
	background-color:#E9E9E9;
	background-repeat:no-repeat;
	font-size:12px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	border:0px;
	width: 216px;
	height: 20px;
	padding-left:5px;
	padding-top:5px;
}

.titoloneSales {
	font-size:30px;
	color:#0099CC;
	text-align:right;
	vertical-align:middle;
}

.titoloneDraw {
	font-size:30px;
	color:#990033;
	text-align:right;
	vertical-align:middle;
}

.buttonlong {
	background-image:url(../img/button_lungo.gif);
	background-repeat:no-repeat;
	width:155px;
	height:30px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

.buttonlonglong {
	background-image:url(../img/button_lungolungo.gif);
	background-repeat:no-repeat;
	width:300px;
	height:30px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}

#banner 
{
	text-align: left;
	background: url(img/sfondo_banner_registration.jpg) no-repeat top left;
	
	}

#registration {
	background: url('img/righetta.jpg') repeat-x left top;
	text-align: left;
	width: 1024px;
	height: 181px;
	margin-top: 20px;
}

#form_style {
	margin: 10px 0 20px 40px;
	width: 450px;
	float: left;
}

#form_style2
{
	width: 450px;
	float: left;
}

#nomi_campi_up {
	float: left;
	text-align: right;
	margin: 60px 0 0 100px !important;
	margin: 60px 0 0 70px;
	
	color: #FFFFFF;
	font-size: 14px;
	width: 83px;
}
	
#campi_da_riempire_up {
	float: left;
	text-align: left;
	padding-top: 60px;
}

.tipo_form{
	color:#000; 
	font-size: 18px;
	
	font-weight: bold;
	float: right;
	}
	
#nomi_campi {
	float: left;
	text-align: right;
	}
	
#campi_da_riempire {
	float: left;
	text-align: left;
	padding-top: 0px;
}

.campi_form {
	
	font-size: 14px;}
	
.da_riempire {
	
	margin-left: 0px;
}

#tipologie {
	float: left;
	width: 400px;
	font-size: 12px;
	margin-top: 20px;
	padding-bottom: 20px;}
	
ul.tipologie_sx {
	width: 150px;
	float: left;
	text-align: right;
	list-style-type: none;
	border: 0;
	margin: 0;
	margin-top: 10px;
	}
	
ul.tipologie_dx {
	width: 130px;
	float: left;
	text-align: right;
	list-style-type: none;
	border: 0;
	margin: 0;
	margin-top: 10px;
	}

.invia {
		border: none;
		float: left;
		padding-left: 40px;
		padding-top: 20px;
}

#decreto {
 width:410px; 
 float: left;
 margin-top: 50px;
 }

#testo_decreto {
 width:410px; 
 height:175px; 
 overflow: auto;
 float: left;
 background: #FFFFFF;
 border: 1px solid #999999;}

#testo {
	float: left;
	margin-top:30px;
	}

#testo a {
	text-decoration: none;
	color: #FF9900;
	font-weight: bold;
	font-size: 11px;
}

#privacy {
	float: left;
}

#newsletter  {
	float: left;
	height: 50px;
	width: 300px;
	}

#testo_newsletter {
	float: left;
	width: 410px;
	margin-top: 10px;
	}
.option {
	float: left;
	padding: 10px;
}


