/* CSS Document */

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border-radius: .5em;
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.medium {
	font-size: 11px;
	padding: .4em 1.5em .42em;
}


/* color styles 
---------------------------------------------- */
.white {
	color: #000000;
	border: solid 1px rgb(162,163,165);
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff')
}

.disabled {
	color: #999;
	border: solid 1px rgb(162,163,165);
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.disabled:hover {
	background: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.disabled:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff')
}

*.invis { opacity:0.0;filter:alpha(opacity=0); }

* { border: 0px; margin: 0px; padding: 0px;}
*.small {
	font-size: 9px;
}

*.big {
	font-size: 12px;
}
a {
	text-decoration: none;
}
*.link_00, *.link_02 {
	color: #a2a3a5;
}
*.curr_item{
	color: #000;
	cursor: default;
}
*.alink {
	text-transform: uppercase;color: #000000;cursor: default;
}
*.mlink {
	text-transform: uppercase;color: #a2a3a5;
}

*.link_01, *.link_00:hover {
	color: #000;
}

*.curr_item:active, *.link_00:active {color: #000;border-style:none;}

*.sfondo_nonapprovato {
	background: #fad5d5;
}
*.sfondo_approvato {
	background: #a2e6af;
}
*.sfondo_dettaglio {
	background: #d5d5fa;
}

body {
	font-family: Verdana; font-size: 12px; color: #000;
	background: #fff;
}

/* sezione Admin */
input, textarea {
  font-size: 11px;
  padding-left: 2px; padding-right: 2px; padding-top: 1px; padding-bottom: 2px;
  border: solid 1px #a6a6a7;
}
input.pulsante_00 {
  font-size: 10px;
  padding: 0px; margin: 0px;
  cursor: pointer;
  background: #eeeeee;
}
input.pulsante_01 {
  width: 200px;
  font-size: 12px; text-align: center;
  padding: 0px; margin: 0px;
  cursor: pointer;
  background: #eeeeee;
}
input.campo_00 {
  width: 100px;
  margin-right: 20px;
}
input.campo_01 {
  width: 70px;
}
input.campo_02 {
  width: 150px;
}
input.campo_noborder {
	width: 20px;
	text-align: center; vertical-align: middle;
  padding: 0px;
	border: none;
}
input.nuova_foto {
	width: 400px;
}
textarea.campo_00 {
  font-size: 11px;
  width: 324px; height: 92px;
}
input.campo_counter {
	width: 20px;
	text-align: center;
  padding-top: 1px; padding-bottom: 1px;
  margin-top: 15px;
}
select  {
	margin: 2px 4px 6px 0px;
	width: 200px;
	border: solid 1px #a6a6a7;
}
