body {
	color: white;
	background-color: black;
	background-attachment: fixed;
	background-image: url("../images/sfondo.jpg");
}
img {
	border: none;
}
.toolbar_item {
	display: block;
	background-color: #b0bbbf;
	color: black;
	width: 100px;
	min-height: 19px;
	line-height: 19px;
	height: auto;
	font-family: arial;
	font-size: 13px;
	letter-spacing: 0px;
	font-weight: normal;
	text-decoration: none;
	border-left: 8px solid #294753;
	border-bottom: 1px solid #294753;
	border-top: 0px solid transparent;
	white-space: normal;
	overflow: hidden;
	padding: 1px;
}
.toolbar_item:hover {
	background-color: #660000;
	color: white;
	border-left-color: #990000;
}
.toolbar_item_disabled {
    color: dimgray;
    cursor: not-allowed;
}
.toolbar_item.toolbar_item_disabled:hover {
	background-color: gray;
	color: white;
	border-left-color: dimgray;
}
.toolbar_separator {
	display: block;
	width: 100px;
	height: 10px;
}
.titolo {
	display: block;
	padding: 5px;
	padding-left: 50px;
	padding-right: 50px;
	font-size: 16pt;
	color: red;
	font-family: verdana;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
}
.sotto-titolo,
.last-updated {
	display: block;
	padding: 5px;
	padding-left: 50px;
	padding-right: 50px;
	font-size: small;
	color: #00ffff;
	font-family: verdana;
	text-align: center;
	font-style: italic;
}
.link_banner {
	border: 1px solid black;
	display: inline-block;
}
.link_banner img {
	border: none;
}
.link_banner:hover {
	border: 1px solid white;
	-webkit-box-shadow: 5px 5px 6px gray;
	-moz-box-shadow: 5px 5px 6px gray;
	box-shadow: 5px 5px 6px gray;
}


.pulsante_bianco {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff7f7+0,cecece+52 */
	background: rgb(255,247,247); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,247,247,1) 0%, rgba(206,206,206,1) 52%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,247,247,1) 0%,rgba(206,206,206,1) 52%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,247,247,1) 0%,rgba(206,206,206,1) 52%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7f7', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */

	font-variant: small-caps;
	color: black;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 30px;
	text-decoration: none;
	border-radius: 1px solid black;
	margin-right: 10px;
	line-height: 45px;
}
.pulsante_bianco:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fff7f7+0,adadad+52 */
	background: rgb(255,247,247); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,247,247,1) 0%, rgba(173,173,173,1) 52%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,247,247,1) 0%,rgba(173,173,173,1) 52%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,247,247,1) 0%,rgba(173,173,173,1) 52%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff7f7', endColorstr='#adadad',GradientType=0 ); /* IE6-9 */
}

.footer {
	color: lightgray;
	font-size: 12px;
	
}
.footer .separator {
	color: #666666;
}
.pagina {
	padding: 20px;
	width: 700px;
}
