@charset "UTF-8";

body,td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000066;
	vertical-align:top;
}
body table,tr,td,th{
	border:0px solid white;
}

body th {
	text-align:center;
	color:white;
	background-color:#3c6cc0;
	text-transform:uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align:top;
}

input{
	background-color:white;
	color:#3c6cc0;
	font-size: 12px;
	border:1px solid #3c6cc0;
	padding:5px;
}

body {
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	/* background-color:#ccddfb; */
	background-image: url('http://lnx.slothcode.com/net.com/sfondo1.jpg');
}

#avvisi{
	position:absolute;
	top:0px;
	right:0px;
	border:1px solid #FF0000;
	background-color:#FFCACA;
	text-align:center;	
}

#email{
	position:absolute;
	top:25%;
	left:35%;
	border:3px solid blue;
	background-color:white;
	text-align:center;
	color:blue;
}

#operazioni{
	position:absolute;
	top:20%;
	left:25%;
	width:60%;
	height:45%;
	display:none;
	border:5px solid #3c6cc0;
	background-color:white;
	text-align:center;	
}

body h1,h2,h3,h4,h5 {
	color:white;
	background-color:#0d439b;
	padding:7px;
}

a:link {
	color: #FF6600;
	text-decoration:none;
}
a:visited {
	color: #FF6600;
	text-decoration:none;
}
a:hover {
	color: #FF6600;
	text-decoration:underline;
}
a:active {
	color: #FF6600;
	text-decoration:none;
}

#logo {
 text-align:right;
}

