body {
	/*background-image: url(img/bg-body.gif);*/
	/*background-repeat: repeat-x;*/
	font-family: verdana;
	/*text-align: center;*/
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #fafafa;
	padding: 0;
	margin: 0;
}

h3 {
	font-family: verdana;
	font-size: 18px;
}

#col-sx {
	left: 0px;
	top: 0px;
	position: fixed;
	width: 200px;
	height: 100%;
	padding-left: 10px;
	padding-bottom: 10px;
	float: left;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #FFF;
	background-color: #333;
	overflow-y: auto;
}

#col-sx a {
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	color: #fafafa;
}

#col-sx a:hover {
	text-decoration: underline;
}

#logo {
	display: block;
	float: left;
	width: 170px;
	height: 56px;
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 10px;
	background-position: center center;
	background-color: #FFF;
}

/* Any CSS for bigger screens / default CSS goes outside the brackets */

#col-dx {
	width: 1060px;
	float: left;
	margin-left: 220px;
	margin-top: 10px;
}

@media screen and (max-width: 768px) {

	#col-dx {
		width: 548px;
		float: right;
		margin-left: 220px;
		margin-top: 10px;
	}

}


#sezione {
	text-align: left;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin-bottom: 20px;
}

.msg-ok {
	font-size: 11px; 
	margin-left: 10px; 
	padding: 5px; 
	color: white; 
	background-color: green; 
	-webkit-animation-duration: 4s;animation-duration: 4s;
	-webkit-animation-fill-mode: both;animation-fill-mode: both;
}

.msg-no {
	font-size: 11px; 
	margin-left: 10px; 
	padding: 5px; 
	color: white; 
	background-color: red; 
	-webkit-animation-duration: 4s;animation-duration: 4s;
	-webkit-animation-fill-mode: both;animation-fill-mode: both;
}
         
@-webkit-keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

@keyframes fadeOut {
	0% {opacity: 1;}
	100% {opacity: 0;}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.tit1 {
	font-family: verdana;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
}

.tit1 a {
	font-family: verdana;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration:none;
}

.tit1 a:hover {
	color: #FF3300;
}


.tit2 {
	font-family: verdana;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #009900;
}

.text1 {
	font-family: verdana;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.text2 {
	font-family: verdana;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.input1 {
	font-family: verdana;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #FDA100;
	padding: 2px;
}

.button1 {
	display:block;
	float:left;
	font-family: verdana;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #FF6600;	
	height: 16px;
	background-image: url(img/button.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	margin-left:5px;
	margin-right:5px;	
	text-decoration:none;	
	color: #FFFFFF;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;	
}

.button1 a {
	display:block;
	float:left;
	font-family: verdana;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #FF6600;	
	height: 16px;
	background-image: url(img/button.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	margin-left:5px;
	margin-right:5px;	
	text-decoration:none;	
	color: #FFFFFF;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;	
}

.button1 a:hover {
	display:block;
	float:left;
	font-family: verdana;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #FF6600;	
	height: 16px;
	background-image: url(img/button.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	margin-left:5px;
	margin-right:5px;
	text-decoration:none;	
	color: #FFFFFF;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;	
}

.button2 {
	display:block;
	float:right;
	font-family: verdana;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #FFFFFF;	
	height: 36px;	
	background-color: #FF0000;
	cursor: pointer;
	text-decoration:none;	
	color: #FFFFFF;	
	padding-left: 5px;
	padding-right: 5px;	
}


.button3 {
	display:block;
	float:left;
	font-family: verdana;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #666666;	
	height: 16px;
	background-color:#DDDDDD;	
	cursor: pointer;
	text-decoration:none;	
	color: #666666;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;	
}

.button4 {
	display:block;
	float:left;
	font-family: verdana;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border: 2px solid #FFFFFF;	
	height: 22px;
	background-color:#666666;	
	cursor: pointer;
	text-decoration:none;	
	color: #FFFFFF;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;	
}

#footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	height:20px;
	line-height: 20px;
	margin: 0px auto;
	background-color: #333;
	color: #FFF;
	text-align: center;
	/*
	background-image:url(bg_bottom.gif);
	background-repeat:no-repeat;
	*/
	
}

.txtFooter{
	font-weight:normal;
	text-decoration: none;
}
.txtFooter a:link{
	font-weight:normal;
	color:#ff6600;
	text-decoration: none;	
}
.txtFooter a:hover{
	font-weight:normal;
	color:#ff6600;
	text-decoration: underline;	
}
.txtFooter a:visited{
	font-weight:normal;
	color:#ff6600;
	text-decoration: underline;	
}

.txt0 {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #FF0000;
	text-decoration: none;
	width: 250px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 2px solid #FF0000;
}

.txt0b {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #FF0000;
	text-decoration: none;
	width: 250px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 2px solid #FF0000;
}

.txt1 {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	text-decoration: none;
	width: 250px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CCCCCC;
}

.txt2 {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	color: #000000;
	text-decoration: none;
	width: 500px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #CCCCCC;
}

.tab1 {
	display: block;
	float: left;
	padding-left: 15px;
	padding-bottom: 20px;
	width: 758px;
}

.tab2 {
	display: block;
	float: left;
	padding-left: 15px;
	padding-bottom: 20px;
	width: 100%;
}

table.tab2 th {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	border-top: 1px solid #660000;
	border-bottom: 1px solid #660000;
	border-left: 0px solid #660000;
	border-right: 0px solid #660000;
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.tab2 th A:link {
	text-decoration: none;
	border-top: 1px solid #660000;
	border-bottom: 1px solid #660000;
	border-left: 0px solid #660000;
	border-right: 0px solid #660000;
	background-color: #663399;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
table.tab2 th A:visited {
	text-decoration: none;
	border-top: 1px solid #660000;
	border-bottom: 1px solid #660000;
	border-left: 0px solid #660000;
	border-right: 0px solid #660000;
	background-color: #663399;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
table.tab2 th A:active {
	text-decoration: none;
	border-top: 1px solid #660000;
	border-bottom: 1px solid #660000;
	border-left: 0px solid #660000;
	border-right: 0px solid #660000;
	background-color: #663399;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
table.tab2 th A:hover {
	text-decoration: underline;
	border-top: 1px solid #660000;
	border-bottom: 1px solid #660000;
	border-left: 0px solid #660000;
	border-right: 0px solid #660000;
	background-color: #663399;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
table.tab2 td {
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 0px solid #660000;
	border-bottom: 1px solid #660000;
	border-left: 0px solid #660000;
	border-right: 0px solid #660000;
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
}