@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clearFloat {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ebebe6;
}

.box_login {
	background-image: url(../images/bg_boxLogin.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 230px;
	width: 530px;
	margin-top: -115px;
	margin-left: -265px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#logMessage {
	background-color: #CCC;
	border: 1px solid #9CF;
	position: absolute;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	top: -40px;
	left: 25px;
	width: 475px;
}

#username {
	position: absolute;
	top: 75px;
	left: 50px;
	width: 275px;
	border: 1px solid #0A3760;
}
#password {
	position: absolute;
	top: 150px;
	left: 50px;
	width: 275px;
	border: 1px solid #0B3A66;
}
#recover {
	background-color: #FFF;
	height: 20px;
	width: 100px;
	position: absolute;
	top: 152px;
	left: 385px;
	color: #36ADD8;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
#recover a {
	color: #0B3A66;
	text-decoration: none;
}
#recover a:hover {
	color: #0B3A66;
	text-decoration: underline;
}
#accedi {
	position:absolute;
	width:60px;
	height:20px;
	z-index:1;
	top: 180px;
	left: 260px;
	text-align: center;
	color: #36ADD8;
	font-weight: bold;
	line-height: 20px;
}
#accedi a {
	color: #0B3A66;
	text-decoration: none;
	display: block;
}
#accedi a:hover {
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #0B3A66;
}
.contenitore {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #0E0E6A;
}

/*___________________________________________________*/
.testata {
	height: 115px;
	text-align: center;
	background-image: url(../../images/marchio.png);
	background-repeat: no-repeat;
}
.menu {
	background-color: #BEB0DB;
}

.contenuti {
	padding: 10px;
}
.settore {
	background-color: #4ABDEB;
	line-height: 30px;
	text-transform: uppercase;
	padding-left: 10px;
	color: #FFF;
	margin-bottom: 10px;
}
#titolo , #periodo, #file, #testo, #giorno{
	width: 300px;
	border: 1px solid #0E0E6A;
	margin-top: 5px;
	margin-bottom: 10px;
}
#email {
	width: 300px;
	border: 1px solid #0E0E6A;
	margin-top: 20px;
	margin-bottom: 10px;
}

#invio {
	background-color: #BEB0DB;
	color: #FFF;
	width: 300px;
	margin-top:10px;
}
#user, #oldPswd, #newPswd, #repeatPswd, #emailAccount {
	width: 300px;
	border: 1px solid #0E0E6A;
	margin-top: 5px;
	margin-bottom: 10px;
}
.msg {
	background-color: #CCC;
	border: 1px solid #9CF;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
