@charset "utf-8";

/* --------------------------------------------------------------

   reset.css
   * Resets default browser CSS.

-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, ./image/img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

body {
  line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 1; }
caption, th, td { font-weight: normal; }
table, td, th { vertical-align: middle; }
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a ./image/img { border: none; }


/* BODY - BACKGROUND COLOR E TEXT LINK */

body {
	font-size:10px;
	color:#333; 
	font-family: Arial, Helvetica, sans-serif, Geneva; 
	font-weight: bold; 
	background: #D0D0D0;		
    background-image: -webkit-linear-gradient(left, #B1AFB0, #D0D0D0, #B1AFB0); 
    background-image:    -moz-linear-gradient(left, #B1AFB0, #D0D0D0, #B1AFB0);
    background-image:     -ms-linear-gradient(left, #B1AFB0, #D0D0D0, #B1AFB0);
    background-image:      -o-linear-gradient(left, #B1AFB0, #D0D0D0, #B1AFB0);	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B1AFB0', endColorstr='#D0D0D0', GradientType=0);

}

a:link {
	color: #333;
	text-decoration: none;	
}
a:visited {
	color: #333;
	text-decoration: none;	
}
a:hover {
	color: #F99E58;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: none;
}

.background1 {background-color: #D9DCD3;}

.backgroundlogoazienda {background-color: #4A4F49;}

.backgroundbutton {
	background-color: #D9DCD3;	
	font-size: 12px;
	font-weight: bold;
}

.descrizioneazienda {
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 6px;
}

.usernamepasswordstyle {
	font-family: Arial, Helvetica, sans-serif, Geneva;
	font-weight: normal;
	font-size: 12px;
	font-style:italic;
	color: #333;
}

.errore {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif, Geneva;
	font-size: 12px;
}
.enter {
	color: #9BC437;
	font-family: Arial, Helvetica, sans-serif, Geneva;
	font-size: 10px;
	width: 60px;
	background: #000;	

	border:solid 0px;
	-webkit-border-radius:2px; border-radius:2px;
	
}

.enter:hover {
	color: #fff;

}


.visible {
	font-family: Arial, Helvetica, sans-serif, Geneva;
	font-weight: bold;
	font-size: 12px;
	background-color: #F5F5F5;
	border: solid 1px #F5F5F5;
}

#index_wrapper{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-255px;
	margin-left:-200px;
	box-shadow:0 0 10px #666;
	-webkit-box-shadow:0 0 20px #666;
}

.backgroundlogo{
	background: #999;	
    background-image: -webkit-linear-gradient(top, #C0C0C0, #ddd, #C0C0C0); 
    background-image:    -moz-linear-gradient(top, #C0C0C0, #ddd, #C0C0C0); 
    background-image:     -ms-linear-gradient(top, #C0C0C0, #ddd, #C0C0C0);  
    background-image:      -o-linear-gradient(top, #C0C0C0, #ddd, #C0C0C0); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9999999', endColorstr='#dddddd', GradientType=0);
	
	
}
	
.backgroundlogotop{
	background: #000;	
    background-image: -webkit-linear-gradient(top, #000, #333, #000); 
    background-image:    -moz-linear-gradient(top, #000, #333, #000); 
    background-image:     -ms-linear-gradient(top, #000, #333, #000);  
    background-image:      -o-linear-gradient(top, #000, #333, #000); 
	
}	

.backgroundlogobottom{
	background: #000;		
}	

