﻿body {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #362F2D;
	background: url('../immagini/bg.jpg');
}

img { border:0; vertical-align: text-bottom; }

hr {
	width: 85%;
	color: #C0C0C0;
	height: 1px;
}

#body{ text-align: center; }

#msg{
	width: 944px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}

#msg td {
	height: 30px;
	font-weight: 600;
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
/*	text-transform: uppercase; */
}

#main{
	width: 944px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background: #FFFFFF;
	border-collapse: collapse;
}

.logo {
	background-color: #015A8C;
	background-image: url('../immagini/bglogo.jpg');
	text-align: center;
	width: 306px;
	height: 155px;
}

.banner {
	background-color: #015A8C;
	background-image: url('../immagini/bgbanner.jpg');
	text-align: center;
	width: 627px;
	height: 155px;
}

.left {
	width: 303px;
	height: auto;
	vertical-align: top;
}

#left {
	width: 100%;
	border-collapse: collapse;
}

.area { vertical-align: top; text-align:center; }
#area { border-collapse: collapse; }


.search {
	border: thin #C0C0C0 solid;
	background-image: url('../immagini/bgsearch.jpg');
	width: 303px;
	height: 80px;
}

.titolo {
	border-top: thin #C0C0C0 solid;
	border-right: thin #C0C0C0 solid;
	border-left: thin #C0C0C0 solid;
	background-image: url('../immagini/bgsezioni.jpg');
	width: 299px;
	height: 30px;
	color: #474747;
	font-size: 14px;
	font-weight: 800;
	text-align: left;
	text-indent: 10px;
}

.titsupport {
	border-top: thin #C0C0C0 solid;
	border-right: thin #C0C0C0 solid;
	border-left: thin #C0C0C0 solid;
	background-image: url('../immagini/bgsezred.jpg');
	width: 299px;
	height: 30px;
	color: #474747;
	font-size: 14px;
	font-weight: 800;
	text-align: left;
	text-indent: 10px;
}


.box {
	text-align: center;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left: thin #C0C0C0 solid;
	border-bottom: thin #C0C0C0 solid;
	border-right: thin #C0C0C0 solid;
	width: 299px;
	padding: 15px 0 15px 0;
}

.box input, .box select { font-family: Verdana; color: #105D84; font-size: 11px; text-align: left; }

.box select {
	padding-top: 1px;
	padding-bottom: 2px;
}
.box a { color: #105D84; text-decoration: none; }
.box a:hover { text-decoration: underline; }
.box p {
	padding: 0 15px 0 15px;
	margin: 10px;
	color: #666666;
	text-align: justify;
	height: 100px;
}

.supporto {
	background-position: bottom;
	text-align: center;
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left: thin #C0C0C0 solid;
	border-bottom: thin #C0C0C0 solid;
	border-right: thin #C0C0C0 solid;
	width: 299px;
	height: 85px;
	background-image: url('../immagini/bghelp.jpg');
	background-repeat: no-repeat;
	padding: 25px 35px 25px 0;
}


ul.solotesto {
	margin-left: 20px;
	text-align: left;
}

ul.soloimg {
	list-style: none;
	margin-right: 40px;
}

.webmail {
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left: thin #C0C0C0 solid;
	border-bottom: thin #C0C0C0 solid;
	border-right: thin #C0C0C0 solid;
	width: 299px;
	text-align: right;
	padding-left: 25px;
	padding-right: 25px;
}

.webmail p { padding: 9px 0 0 15px; float: left; font-style: italic; }
.webmail a { font-style: italic; text-decoration: none; color: #015A8C; }

.webmail label {
	cursor: pointer;
	vertical-align: middle;
	margin-bottom: 4px;
	color: #015A8C;
	font-weight: bold;
	padding: 3px 3px 9px 3px;
}
.webmail button { cursor: pointer; padding:3px;}

.webmail input { cursor: pointer; padding:3px;}

#password {
	padding: 0.2em;
	font-size: small;
	border: 1px #CAE1EF solid;
	padding-left: 25px;
	width: 150px;
	margin-top: 15px;
	color: #015A8C;
}

#username {
	padding: 0.2em;
	font-size: small;
	border: 1px #CAE1EF solid;
	padding-left: 25px;
	width: 150px;
	margin-top: 15px;
	color: #015A8C;
}
#username{ background:#fff url('../immagini/email.png') no-repeat 3px 50%; }
#password { background: #fff url('../immagini/key.png') no-repeat 2px 50%; }
#username:focus { background-image: url('../immagini/email_go.png'); border: 1px #015A8C solid; }
#username:active { background-image: url('../immagini/email_go.png'); border: 1px #015A8C solid; }
#username:hover { background-image: url('../immagini/email_go.png'); border: 1px #015A8C solid; }
#password:focus { background-image: url('../immagini/key_go.png'); border: 1px #015A8C solid; }
#password:active { background-image: url('../immagini/key_go.png'); border: 1px #015A8C solid; }
#password:hover { background-image: url('../immagini/key_go.png'); border: 1px #015A8C solid; }
#login {
	background: #EFF1F2 url('../immagini/accept.png') no-repeat 2px 50%;
	font-weight: bold;
	font-size: 80%;
	width: 80px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#login:focus{ color:#880000;}
#login:active{ color:#880000;}
#login:hover{ color:#880000;}

.right { border: thin #C0C0C0 solid; width: 624px; height: auto; vertical-align: top; }

.bottom {
	background-color: #015A8C;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Verdana, sans-serif, Arial, Helvetica;
}

.bottom a {
	background-color: #015A8C;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.bottom a:hover { text-decoration: underline; }

a.blnk {
	background-color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	color: #015A8C;
	text-decoration: none;
}

a:hover.blnk { background-color: #90B9CD; }

#lista { text-align:center }
#lista ul {
	list-style: none;
	padding-left: 15px;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 0px;
	min-width: 160px;
}
#lista li {
	background: url('../immagini/bullet_star.png') no-repeat 3px 4px;
	text-align: left;
	padding-top: 5px;
	padding-left: 30px;
	color: #666666;
}
#lista li.link {
	background: url('../immagini/bullet_go.png') no-repeat 100px 4px;
	text-align: right;
	padding-top: 5px;
	padding-left: 40px;
	text-decoration: none;
	color: #015A8C;
}

#lista li.link a { text-decoration: none; color: #015A8C; }
#lista li.link a:hover { text-decoration: underline; }

#menu{ width: 624px; height: 42px; }
#menu ul { padding: 0px; margin: 0px; }
#menu li { display: inline; }
#menu a {
	background-color: #015A8C;
	font-family: Arial, Verdana, serif;
	font-size: 16px;
	font-weight: 900;
	display: block;
	float: left;
	width: 156px;
	height: 42px;
	text-decoration: none;
	color: #EEEEEE;
	text-align: center;
	line-height: 42px;
}

.bm1 {background: url('../immagini/bgblue.jpg') repeat-x 0px 0px; }
.bm2 {background: url('../immagini/bgcyan.jpg') repeat-x 0px 0px; }
.bm3 {background: url('../immagini/bgoran.jpg') repeat-x 0px 0px; }
.bm4 {background: url('../immagini/bgyell.jpg') repeat-x 0px 0px; }

#menu a:hover {text-decoration: underline;}
.bm1:hover {background: url('../immagini/bgblueo.jpg') repeat-x 0px 0px; }
.bm2:hover {background: url('../immagini/bgcyano.jpg') repeat-x 0px 0px; }
.bm3:hover {background: url('../immagini/bgorano.jpg') repeat-x 0px 0px; }
.bm4:hover {background: url('../immagini/bgyello.jpg') repeat-x 0px 0px; }

a.tip {
	position: relative;
	z-index: 24;
	text-decoration: none;
	cursor: help;
	color: #666666;
	background-color: #E9EBED;
}
a.tip span {display: none;}
a.tip:hover { z-index:25; color: #aaaaff; background:;}
a.tip:hover span.ttop {
	display: block;
	background: url('../immagini/info.gif') no-repeat left;
	color: #666666;
	text-align: left;
	font-size: 99%;
	font-weight: bold;
	padding-left: 22px;
	line-height: 15px;
	margin-top: 0px;
}
a.tip:hover span.tip {
	background-color: #F7F8F9;
	margin: 0;
	padding: 5px 5px 5px 5px;
	border: 1px #AAAAFF solid;
	display: block;
	position: absolute;
	top: 5px;
	left: 25px;
	text-align: left;
	font-size: 99%;
	width: 180px;
	color: #015A8C;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}


