/* CSS Document */
body{
	margin:0px;
	padding:0px;
	background-color: #EEEEEE;
	font-family:arial;
	font-size: 12px;
	background-image: url(img/sfondobody.jpg);
	background-position: top;
	background-repeat: repeat;
}
#mainbox{
	border: solid 1px #cccccc;
	width:1000px;
	text-align: left;
	margin:0px;
	padding:0px;
	background-color: white;
	background-image: url(img/sfondo.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

#intestazione{
	width: 1000px;
	height: 180px;
	background-image: url("img/intestazione.jpg");
	background-repeat: no-repeat;
}
#login{
	margin: 0px;
	padding: 0px;
	position: relative;
	top:70px;
	left: 720px;
	color: white;
	font-size:9px;
}
#login a, a:visited{
	color: white;
	text-decoration: none;
}
#login a:hover{
	text-decoration: underline;
}

#login form input{
	font-size:9px;
}

#saluto{
	width: 250px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top:70px;
	left: 720px;
	color: white;
	font-size:11px;
	text-align: right;
}

#saluto a, a:visited{
	color: white;
	text-decoration: none;
}
#saluto a:hover{
	text-decoration: underline;
}

.menu{
	text-align:center;
	background-color:#2772b4;
	color: white;
	height: 20px;
	font-weight: bold;
}
.menu a,.menu a:visited,#piede a, #piede a:visited {
	font-weight: bold;
	text-decoration: none;
	color: white;
	margin-right: 10px;
}
.menu a:hover, #piede a:hover{
	text-decoration: underline;
}
#piede{
	text-align:center;
	background-color:#2772b4;
	color: white;
	height: 20px;
}
#contenuti{
}
#colsx{
	width: 160px;
}
#coldx{
	width: 160px;
}
.menuLP{
	width: 100%;
	background-color: white;
	border:solid 1px #eeeeee;
}
.menuLP .title{
	padding-left:3px;
	height:30px;
	background-color: #000055;
	color:white;
	font-weight: bold;
}
.menuL{
	width: 100%;
	background-color: white;
	border:solid 1px #eeeeee;
}
.menuL .title{
	padding-left:3px;
	height:30px;
	background-color: rgb(153,0,0);
	color:white;
	font-weight: bold;
}
.vocemenu{
	color:gray;
	font-size: 13px;
	height: 30px;
	border:solid 1px #eeeeee;
}
.vocemenu:hover{
	background-color: #eeeeee;
	color: black;
}
.vocemenu a, .vocemenu a:visited{
    color:gray;
    text-decoration: none;
}
.vocemenu a:hover{
	text-decoration: underline;
	color: black;
}
#main{
	width: 100%;
   background-color: white;
   border:solid 1px #eeeeee;
}

form{
	margin:0px;
	padding:0px;
	font-size: 11px;
}
#boxricerca{
	display: inline;
}
input{
    font-size: 11px;
}
h1{
	text-align:left;
	font-size:14px;
}
p{
	text-align:left;
	margin-top:0px;
}
.box {
	border:solid 1px #eeeeee;
	padding:5px;
	margin-bottom:5px;
}
.LP{
	padding-top:5px;
    padding-left:3px;
    padding-bottom:0px;
	height:20px;
	background-color: #000055;
	color:white;
	font-weight: bold;
	text-align:left;
	font-size:14px;
}
.L{
	padding-top:5px;
    padding-left:3px;
    padding-bottom:0px;
	height:20px;
	background-color: rgb(153,0,0);
	color:white;
	font-weight: bold;
	text-align:left;
	font-size:14px;
}
img{
	border:none;
}
a, a:visited{
	text-decoration:none;
	color: #488dca;;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
	color: black;
}

.error{
	color: red;
	font-weight: bold;
	font-size: 12px;
}