﻿body {
	background-image: url(images/progetto/Sito_bg.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.STRUTTURA {
	height: auto;
	width: 750px;
}


body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000099;
}
p {
	margin-bottom: 0px;
	margin-top: 0px;
}

a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	color: #0066CC;
	text-decoration: none;
}
.menu {
	color: #999999;
}
A.menu:link {color: #999999; text-decoration: none}
A.menu:visited { color: #999999; text-decoration: none}
A.menu:hover { color: #999999; text-decoration: underline}
.celle_sx {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
input.login {
	font-size: 10px;
	color: #000000;
	border: 1px solid #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.cellasx_home {
	padding-right: 4px;
}

h1 {
	font-size: 10px;
	font-weight: bold;
	color: #990000;
}

.edit_table {
	margin: 0px;
	padding: 15px;
}
.celladx_home {
	padding-left: 4px;
}
.celle_BordoCompleto {
	border: 1px solid #000066;
}
.testo_sep {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 6px;
	color: #FFFFFF;
}
.celle_BordoSupInf {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}

/*  GLi stili seguenti sono riferiti al controllo Login della MasterPage  */

.loginTextbox {
	border: 1px solid #000000;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 120px;
	background-image: url('images/progetto/sfondoForm.png');
}
.loginButton {
	padding: 0px;
	font-size: 8pt;
	margin-right: 40px;
	border-style: solid;
	border-width: 1px;
	width: 70px;
	background-image: url('images/progetto/sfondoLoginButton.png');
	background-repeat: repeat-x;
	height: 18px;
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #FEEE71;
}
.loginMaster {
	background-image: url('images/progetto/menu_sx_bg.png');
	
}
.loginTitle {
	text-align: center;
	font-weight: bold;
	
}

.loginFailureText {
	text-align: center;
}

.loginStatus {
	margin-top: 10px;
}


/*  GLi stili seguenti sono riferiti al controllo PasswordRecovery  */

.PasswordRecoveryForm {
	text-align: left;
	width: 400px;
}
.PasswordRecoveryFormTextbox {
	border: 1px solid #000000;
	margin-bottom: 10px;
	width: 150px;
	background-image: url('images/sfonfoForms.png');
}
.PasswordRecoveryLabel {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

.PasswordRecoveryQuestionTitle {
	font-weight: bold;
	text-align: left;
}
.PasswordRecoveryButton {
	margin-right: 300px;
	border-style: solid;
	border-width: 1px;
	width: 100px;
	background-image: url('images/sfondoLoginButton.png');
	background-repeat: repeat-x;
	height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*  GLi stili seguenti sono riferiti al controllo CreateUserWizard  */
.CreateUserWizardForm {
	margin-top:20px;
	text-align: left;
	width: 400px;
}

.CreateUserWizardTextbox {
	border: 1px solid #000000;
	margin-bottom: 10px;
	/* width: 150px; */
	background-image: url('images/sfonfoForms.png');
}
.CreateUserWizardButton {

	margin-right: 276px;
	border-style: solid;
	border-width: 1px;
	width: 100px;
	background-image: url('images/sfondoLoginButton.png');
	background-repeat: repeat-x;
	height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.CreateUserWizardLabel {
	text-align: left;
	padding-left:20px; 
}
.CreateUserWizardLabelTitle {
	text-align: left;
	font-weight: bold;
	padding-bottom: 10px;
}
.CreateUserWizardErrorMessage {
	text-align: left;
	padding-left:20px; 
}
.CreateUserWizardValidatorText {
	font-size:8pt;
	border-color:white;
	border-style:solid;
	border-width:2px; 
}
.CreateUserWizardStepTextbox {
	border: 1px solid #000000;
	width: 150px;
	background-image: url('images/sfonfoForms.png');
}

