@charset "utf-8";
/* CSS Document */

/* STANDARD HTML TAGS */

body {
   font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
   font-size: 80%;
   margin-top: 100px;
   margin-left: 1em;
   height: 100%;
   min-height: 100%;
   padding-bottom: 70px;
}
h1 {
   font-size: 100%;
   color: #666;
}


/* TESTATA */

#testata {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 60px;
	background-color:#000;
	color:#FFF;
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	font-size: 150%;
	text-align:left;
	text-indent: 280px;
	padding: 0 0 0 0;
	background-image: url(../images/logo-head.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#languageSelector {
   position: absolute;
	right: 10px;
	font-size: 80%;
}

#piede {
	width: 100%;
	height: 70px;
	position: fixed;
	display: block;
	bottom: 0px;
	left:0px;
	margin: 0px;
	background-color:#EEEEEE;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align:right;
	padding: 0 0 0 0;
}

#piede p {
   padding-right: 2em; 
}

#centrale {
	background-color: #FFF;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 76%;
	text-align:left;
	padding: 2em 0 1em 2em;
}

/* CLASS TAGS */

.errore {
	border-bottom-color: #2b0000;
	border-top-color: #2b0000;
	border-bottom-width: 1px;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: solid;
	border-top-width: 1px;
	padding-left: 1em;
	padding-top: 0.5em;
	height: 2em;
	width: 90%;
	font-weight: bold;
	font-size: 90%;
	color: #fffef3;
	background-color: #a10100;
}
.formError {
	border-right-width: 0px;
	border-left-width: 0px;
	border-color: #ff8f83;
	border-style: dashed;
	border-bottom-width: 1px;
	border-top-width: 1px;
	background-color: #f2ffce;
	color: #cf1100;
	padding-left: 1em;
	width: 335px;
}

.errorField {
	background-color: #f9ff00;
}

.killFile {
   display: inline;
}

#userlist {
	height: 400px;
	overflow: auto;
	width: 1000px;
}

#listaUtenti{
	border-style: solid;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	font-size: 70%;
	width: 980px;
}
#listaUtenti form {
	display: inline;
}
#listaUtenti th {
	background-color: #959595;
	color: #000;
}
#listaUtenti a {
	color: #000;
}
#listaUtenti a:hover {
	color: #FFF;
}

#listaUtenti td {
	color: #333;
}
#listaUtenti tr {
	height: 3em;
}
#listaUtenti tr.pari {
	background-color: #d2ddff;
}
#listaUtenti tr.dispari {
	background-color: #ffffff;
}
#listaUtenti tr:hover{
	background-color: #ccc;
	color: #fff;
}

#inactivelist {
	height: 400px;
	overflow: auto;
	width: 1000px;
}
#listaInattivi{
	border-style: solid;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	font-size: 70%;
	width: 980px;
}
#listaInattivi th {
	background-color: #959595;
	color: #000;
}
#listaInattivi a {
	color: #000;
}
#listaInattivi a:hover {
	color: #FFF;
}

#listaInattivi td {
	color: #333;
}
#listaInattivi tr {
	height: 3em;
}
#listaInattivi tr.pari {
	background-color: #d2ddff;
}
#listaInattivi tr.dispari {
	background-color: #ffffff;
}
#listaInattivi tr:hover{
	background-color: #ccc;
	color: #fff;
}

/* LOGIN FORM */

#login
{
	margin: 0;
	padding: 0;
	font: 11px "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

#login form
{
	margin-left: 8px;
	padding: 16px 16px 40px 16px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
}

#login form .forgetmenot
{
	font-weight: normal;
	float: left;
	margin-bottom: 0;
}

#login .button-primary
{
	font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	padding: 3px 10px;
	border: none;
	font-size: 12px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	cursor: pointer;
	text-decoration: none;
	margin-top: -3px;
}

#login form p { margin-bottom: 0; }

#login label
{
	color: #777;
	font-size: 13px;
}

#login form .forgetmenot label
{
	font-size: 11px;
	line-height: 19px;
}

#login form .submit,.alignright { float: right; }
#login form p { margin-bottom: 24px; }

#login h1 a
{
	/*background: url(../images/logo-login.gif) no-repeat top center;*/
  background: url('../../_images/logo-piombini-nero-big.png') no-repeat top center;
	height: 67px;
	text-indent: -9999px;
	overflow: hidden;
	padding-bottom: 15px;
	display: block;
}

#login
{
	width: 420px;
	margin: 7em auto;
}

#login_error,.message
{
	margin: 0 0 16px 8px;
	border-width: 1px;
	border-style: solid;
	padding: 12px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#user_pass,#user_login,#user_email
{
	font-size: 24px;
	width: 97%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
}

#login input { color: #555; }
#login .clear { clear: both; }
#passForgot {
	margin-top: 15px;
	margin-left: 10px;
}

/* MENU BAR */
#menubar {
	position: absolute;
	top: 60px;
	left: 0px;
	height: 30px;
	font-size: 14px;
	color: #fff;
	background-color: #666;
	width: 100%;
}
#menubar ul{
	display: inline;
	list-style-type:none;
	list-style-position:outside;
	padding: 0 0 0 1em;
}
#menubar li{
	float: left;
	padding: 5px 0 5px 0;
	border-right: solid 1px #999;
}
#menubar a {
	text-decoration:none;
	font-size:76%;
	color: #fff;
	padding: 5px 5px 5px 5px;
}
#menubar a:hover {
	background-color: #eee;
	color: #000;
}
#menubar .welcome {
	color: #fff;
	right: 0;
	margin: 0 20px 0 0;
	padding: 5px 0 5px 0;
	position: absolute;
}

/* EDIT FORM */

#editForm {
   display: block;
	margin: 2em auto;
	width: 50%;
	min-width: 500px;
	padding: 16px 16px 40px 16px;
	height: auto;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
}

#editForm ul {
   list-style: none;
   display: block;
   margin-top: 2em;
}

#editForm li {
   margin-bottom: 1em;
}

#editForm label {
   float: left;
   margin: 5px 10px 0 0;
   width: 15em;
}
#editForm input{
  display:block;
}
#editForm .inline{
  display:inline;
}
#editForm .right{
  text-align: right;
}
#editForm .testoSx {
   float: left;
   margin: 5px 10px 0 0;
   width: 15em;
}

#editForm .small {
   font-size: 75%;
   float: right;
   width: 150px;
   color: #666;
}
#editForm select {
   vertical-align: top;
   width: 155px;
}



/* UPLOAD FORM */

#uploadForm {
	display: block;
	margin: 3em auto;
	width: 60%;
	min-width: 680px;
	padding: 16px 16px 40px 16px;
	font-weight: normal;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #e5e5e5;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;

}

#uploadForm ul {
   list-style: none;
   display: block;
   margin-top: 2em;
}

#uploadForm li {
   margin-bottom: 1em;
}

#uploadForm label {
   float: left;
   margin: 5px 10px 0 0;
   width: 15em;
}
#uploadForm input{
  display:block;
}
#uploadForm .inline{
  display:inline;
}
#uploadForm .btnCopia {
   display: inline;
   cursor: pointer;
   color: #666;
   font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
	padding: 3px 10px;
	border: none;
	font-size: 10px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	text-decoration: none;
	/*margin-top: -3px;*/
}

#uploadForm label.error {  
   right: 5px;
   color: red; 
   padding-left: .5em; 
   font-size: 60%;
   float: none;
}

#uploadForm .testoSx {
   float: left;
   margin: 5px 10px 0 0;
   width: 15em;
}
#uploadForm .small {
   font-size: 75%;
   float: right;
   width: 150px;
   color: #666;
}
#uploadForm select {
   vertical-align: top;
   width: 155px;
}

/* TABELLA DI PREVIEW */

.tablePreview {
   margin-left: auto;
   margin-right: auto;
   width: 80%;
   height: auto;
   font-family: Arial,"Bitstream Vera Sans",sans-serif;
   font-size: 100%;
}
.tablePreview th{
	padding-right: 1em;
	font-weight: bold;
	font-size: 125%;
	text-align: right;
	color: white;
	background-color: black;
	height: 24px;
	border-bottom-color: #fff;
	border-bottom-style: solid;
	border-bottom-width: 5px;
}
.tablePreview td {
   padding-left: 5px;
}
.tablePreview td.data {
   width: 10%;
}
.tablePreview td.titolo {
   width: 45%;
}
.tablePreview td.allegato {
   width: 15%;
   text-align: center;
}
.tablePreview td.allegato a{
   text-decoration: none;
   font-weight: bold;
   color: #666;
}
.tablePreview tr.pari {
	background-color: #ececec;
}
.tablePreview tr.dispari {
	background-color: #d7d7d7;
}
.tablePreview tr:hover {
	background-color: #e8fffb;
}
.tablePreview tr.foot {
   background-color: #fff;
   text-align: right;
   margin-right: 2em;
}
.tablePreview tr.foot a {
   color: #333;
   text-decoration: none;
}
.tablePreview tr.foot a:hover {
   color: #007ea1;
}

.dataContainer{
	width:1000px;
	margin: 10px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.dataContainer a{
	text-decoration:none;
}
.dataTitle{
	width:100%;
	background-color:#000;
	color:#fff;
	text-align:center;
	position:relative;
	font-size: 14px;
	line-height: 20px;
}
.dataZoom{
	position:absolute;
	left: 10px;
	top: -1px;
}
.dataZoom p{
	margin:0;
	padding:0;
	display:inline;
	text-align: left;
}
.dataZoom a{
	color:#ddd;
	font-size: 11px;
}
.dataZoom img{
	border:none;
	margin-right:5px;
}
.dataPresentation{
	width:100%;
	margin: 10px 0;
}
.dataBox{
	position: relative;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border-bottom:1px #999 solid;
	border-top:1px #999 solid;
	width: 330px;
	height: 165px;
	background-color:#bbb;
	background-image:url(../images/box-bg.jpg);
	background-position: top left;
	background-repeat:no-repeat;
}
.noMarginRight{
	margin-right:0px;
}
.dataBoxData{
	position:absolute;
	left: 120px;
	top: 10px;
	width: 200px;
	height:20px;
	color:#666;
	font-weight:bold;
	font-size:12px;
}
.dataBoxTitolo{
	position:absolute;
	width: 194px;
	padding: 0 3px;
	height: 50px;
	bottom: 5px;
	left: 120px;
	background-color: #333;
	background-image:url(../images/titolo-bg.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.dataBoxTitolo p{
	text-align: center;
	color:#fff;
	font-weight:lighter;
}
.dataBoxAllegatoIta{
	position:absolute;
	left: 130px;
	top: 40px;
	width: 200px;
	height:15px;
}
.dataBoxAllegatoEng{
	position:absolute;
	left: 130px;
	top: 57px;
	width: 200px;
	height:15px;
}
.dataBoxAllegatoRus{
	position:absolute;
	left: 130px;
	top: 74px;
	width: 200px;
	height:15px;
}
.dataBoxAllegatoIta a, .dataBoxAllegatoEng a, .dataBoxAllegatoRus a{
	color: #999;
	font-weight:lighter;
	margin-left: 5px;
}
.dataBoxPreview{
	position:absolute;
	left:5px;
	top:5px;
	height:155px;
	width:110px;
}
