body {
	background: url(img/sfondo.jpg);
	background-repeat:no-repeat;
	
	font-family: arial;
	font-size:12px;
}

#level1 {
	width:160px;
	float: left;
	margin:6px;
	padding:15px;
	background:url(img/b6.png);
	height:290px;
	box-shadow: 3px 3px #333;
}

#level2 {
	width:200px;
	float: left;
	margin:6px;
	padding:15px;
	background:url(img/b6.png);
	#height:690px;
	box-shadow: 3px 3px #333;
}

#level3 {
	min-width:400px;
	float: left;
	margin:6px;
	padding:15px;
	background:url(img/b6.png);
	#height:690px;
	box-shadow: 3px 3px #333;
}

#container {
	width:100%;
	padding:4px;
	margin:0px;
	color:#000;
	height:100%;
	margin-bottom: 2px;
	background: url(img/logoback.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#login {
	padding:15px;
	margin-right:auto;
	margin-left:auto;
	width:300px;
	margin-top:12px;
	background:#fff;
	border:1px solid #615EE8;
	border-radius: 10px;
	box-shadow: 5px 5px 7px #111;
}

#messenger {
	width:800px;
	border:1px solid red;
	clear: both;
	text-align: center;
	font-weight:700;
	padding:9px;
	margin: 5px;
	background: #feffce;
	box-shadow: 3px 3px #333;
	
}

#header {
	width:98%;
	clear: both;
	margin:6px;
	padding:3px;
	background:url(img/b6.png);
	height:90px;
	box-shadow: 3px 3px #333;
}
.bottone {
	border:1px solid #615EE8;
	border-radius: 8px;
	box-shadow: 2px 2px 5px #999;
	width: 160px;
	background: url(img/butt1.png);
}

input {
	border:0px;
	border-bottom:1px dotted #777;
	text-align:center;
	box-shadow: 1px 1px 3px #eee;
	width:100%;
}

b {
	font-weight:600;
	color:#615EE8;
}

.tail {
	color:#fff;
	#text-align: center;
	padding:3px;
	width: 90%;
	margin: 4px;
	background:#615EE8;
	box-shadow: 2px 2px 3px #999;
}

.tail a:link {color:#fff;text-decoration: none;}      /* unvisited link */
.tail a:visited {color:#fff;text-decoration: none;}  /* visited link */
.tail a:hover {color:#fff;text-decoration: underline;}  /* mouse over link */
.tail a:active {color:#fff;text-decoration: none;}  /* selected link */

a:link {color:#000;text-decoration: none;}      /* unvisited link */
a:visited {color:#000;text-decoration: none;}  /* visited link */
a:hover {color:#615EE8;text-decoration: none;}  /* mouse over link */
a:active {color:#625EE8;text-decoration: none;}  /* selected link */

.listzz{
	color:#000;
}

.listzz a:link {color:#000;text-decoration: none;padding-left: 15px;font-weight: 500;}      /* unvisited link */
.listzz a:visited {color:#000;text-decoration: none;padding-left: 15px;font-weight: 500;}  /* visited link */
.listzz a:hover {color:#000;text-decoration: underline;padding-left: 15px;font-weight: 500;}  /* mouse over link */
.listzz a:active {color:red;text-decoration: none;padding-left: 15px;font-weight: 500;}  /* selected link */


.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.CSSTableGenerator table{
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#aad4ff; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:3px;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f) );
	background:-moz-linear-gradient( center top, #005fbf 5%, #003f7f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf", endColorstr="#003f7f");	background: -o-linear-gradient(top,#005fbf,003f7f);

	background-color:#005fbf;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}