body {
	font-weight: normal; 
    margin: 0px;
    padding: 0px;	
}

.win {
	background-color: #FFEBAE;
}

a {
	text-decoration: none;
    color : #000000;
}

.bottone {
	border-right: #003333 1px solid; 
	border-top: #666666 1px solid; 
	font-weight: normal; 
	background: #f8f6f7; 
	border-left: #003333 1px solid; 
	color: #000066; 
	border-bottom: #003333 1px solid;
	height: 20px;
	width: 130px;
	cursor: pointer;
}

.bottonenero {
	border-right: #003333 1px solid; 
	border-top: #666666 1px solid; 
	font-family: verdana;
	background: #000000; 
	border-left: #003333 1px solid; 
	color: #FFFFFF; 
	border-bottom: #003333 1px solid;
	height: 20px;
	width: 130px;
	cursor: pointer;
}

.bottonearancio {
	border-right: #003333 1px solid; 
	border-top: #666666 1px solid; 
	background: #FC7D01; 
	border-left: #003333 1px solid; 
	color: #FFFFFF; 
	border-bottom: #003333 1px solid;
	height: 20px;
	width: 130px;
	pointer: cursor;
}

ul {
	width: 100%;
	margin: 0;
	text-align: left;
}

.bordotb {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.etichetta {
	cursor: pointer;
	font-weight: bold;
}

.voce {
    text-decoration: none;
}

.manina {
	cursor: pointer;
}

#tooltip {
	position: absolute;
	z-index: 9999;
	color: #000000;
	width: 400px;
}

#tooltip .tipHeader {
	height: 8px;
}

#tooltip .tipHeader {
	margin-bottom: -6px;
}

#tooltip .tipBody {
	background-color: #FFDC71;
	padding: 5px 5px 5px 5px;
}

#tooltip .tipFooter {
	height: 8px;
}

label.error {
	float: none;
	color: red;
	padding-left: .5em;
	vertical-align: top; 
}

.link {
	font-weight: normal; 
	font-size: 12px; 
	font-family: verdana;
	color: #000066; 
}

table.gradienttable {
	color:#000000;
	border-width: 1px;
	border-color: #ffffff;
	border-collapse: collapse;
}

table.gradienttable th {
	padding: 0px;
	color: #ffffff;
	background: #000000;
	background: -moz-linear-gradient(top,  #000000 0%, #000000 40%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(40%, #000000), color-stop(100%, #000000));
	background: -webkit-linear-gradient(top,  #000000 0%,#000000 40%,#000000 100%);
	background: -o-linear-gradient(top,  #000000 0%,#000000 40%,#000000 100%);
	background: -ms-linear-gradient(top,  #000000 0%,#000000 40%,#000000 100%);
	background: linear-gradient(to bottom,  #000000 0%,#000000 40%,#000000 100%);
	border: 1px solid #ffffff;
}

.TrWhite {
    background-color: #FFFFFF;
    color: #000000;
}

.TrGreen {
    background-color: #FCF1E7;
    color: #000000;
}

.btshopping {
    width: 190px; 
	height: 24px; 
	margin-top: 10px; 
	border-top: rgb(252, 125, 1) 4px solid; 
	border-left: rgb(252, 125, 1) 4px solid; 
	border-right: rgb(252, 125, 1) 4px solid; 
	border-bottom: rgb(252, 125, 1) 4px solid;
	background: rgb(252, 125, 1); 
	color: rgb(255, 255, 255); 
}

.maiuscolo {
	text-transform: uppercase;
}

.casellafam {
	width: 50%;
	height: 50px;
	text-align: center;
	background: #d6d8d9;
	background-image: -webkit-linear-gradient(top, #d6d8d9, #9b9d9e);
	background-image: -moz-linear-gradient(top, #d6d8d9, #9b9d9e);
	background-image: -ms-linear-gradient(top, #d6d8d9, #9b9d9e);
	background-image: -o-linear-gradient(top, #d6d8d9, #9b9d9e);
	background-image: linear-gradient(to bottom, #d6d8d9, #9b9d9e);
	-webkit-box-shadow: 0px 1px 3px #000000;
	-moz-box-shadow: 0px 1px 3px #000000;
	box-shadow: 0px 1px 3px #000000;
	color: #500fd1;
	font-size: 20px;
	padding: 10px 20px 10px 20px;
	border: solid #1f628d 2px;
	text-decoration: none;
}

#loginBox {
	background: #ffffff no-repeat right 20px top 20px;
    padding: 20px 30px;
    width: 400px;
    border: 1px solid #d3d3d3;
    margin: auto;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px 0px lightgray;
    -moz-box-shadow: 0 1px 3px 0px lightgray;
    box-shadow: 0 1px 3px 0px lightgray;
}

#loginBox h2 {
    font-size: 140%;
}

#loginForm label, #loginForm input, #loginBox h2 {
    display: block;
}

#loginForm input#loginSubmit {
    padding: 12px 26px;
    margin-top: 15px;
    vertical-align: middle;
}

#loginForm input[type="text"], #loginForm input[type="password"], #loginForm input[type="submit"] {
	margin-top: 8px;
    min-height: 30px !important;
}

h2, label {
    font-weight: bold;
}

label {
    font-size: 90%;
}

.adi-button-red {
	padding: 12px 26px;
	margin-top: 15px;
	vertical-align: middle;
	min-height: 30px !important;
    background-color: #CF4640;
    background-image: -webkit-linear-gradient(top,#DD4B39,#D14836);
    background-image: -moz-linear-gradient(top,#dd4b39,#d14836);
    background-image: -ms-linear-gradient(top,#dd4b39,#d14836);
    background-image: -o-linear-gradient(top,#dd4b39,#d14836);
    background-image: linear-gradient(top,#dd4b39,#d14836);
    color: #ffffff;
}

.adi-button {
    min-width: 80px;
    font-weight: bold;
    font-size: 100%;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-appearance: square-button;
    border-radius: 4px;
    border: 1px solid rgb(198, 198, 198);
    box-shadow: 0pt 1px 1px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

#loginForm label {
    margin-top: 8px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#loginForm input[type="text"], #loginForm input[type="password"] {
    border: 1px #add8e6 solid;
    padding: 2px 5px;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
}

.fieldrequired {
    color: #ff0000;
}

.container {
    width: 90%;
    margin-right: 15px;
    margin-left: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
