* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: Verdana,Tahoma,sans-serif;
	padding-bottom: 30px;
	background: #222;
}

#page-wrap {
	min-width: 780px;
	max-width: 100%;
}

#sub-main-ricerca {
	display: none;
}

#ancora {
	display: none;
	width: 30px;
	height: 28px;
	border: 3px solid #E60B0B;
	position: fixed;
	right: 0;
	bottom: 0;
	color: #000;
	background: orange;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 40px;
	padding-top: 2px;
	padding-right: 6px;
	padding-left: 4px;
	padding-bottom: 8px;
	margin: 3px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#tags {
	font-size: 15px;
	color: white;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

#tags a {
	text-decoration: none;
	color: gold;
	font-weight: bold;
}

#tags a:hover {
	text-decoration: underline;
}

#search {
	width: 780px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background: black;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#button {
	height: 28px;
	width: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 0px;
	padding: 2px;
	border: 0 none;
	background: orange;
	font-size: 18px;
	color: red;
	font-weight: bold;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#query {
	height: 28px;
	width: 620px;
	margin: 10px;
	border: 0 none;
	outline: none;
	color: Forest Green;
	background: orange;
	padding-left: 4px;	
	font-size: 18px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#main-content {
	width: 90%;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

/********** VETRINA **********/
#container_vetrina {
	display: block;
}

.vetrina {
	background: none;
	border: 1px solid orange;	
	overflow: hidden;
	-webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	margin: 20px;
	margin-left: 5px;
	margin-right: 5px;
	box-shadow: 0 0 10px #021C02;
}

.vetrina td {
	background-color: #1C1C1B;
	border: 1px solid #F06D15;
	padding: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.vetrina td.titolovetrina {
	border-collapse: collapse;		/* rimuove lo spazio tra le celle */
	font-family: Georgia, sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: #C41800;
	text-align: center;
	background: black;
	padding-top: 10px;
	padding-bottom: 10px;
	text-shadow: 0 0 20px #fefcc9, 2px -2px 30px #feec85, -4px -4px 40px #ffae34, 4px -8px 50px #ec760c, 0 -4px 14px #973716, 2px -18px 16px #451b0e;
}

.vetrina td.datavetrina {
	background: #1C1C1B;
	text-align: center;
	white-space: nowrap;
	font-family: Georgia, sans-serif;
	font-style: italic;
	padding-top: 8px;
	padding-left: 5px;
	padding-right: 5px;
}

.vetrina td.datavetrina .day {
	font-size: 20px;
	font-weight: bold;
	color: #B23C1C;
}

.vetrina td.datavetrina .month {
	text-transform: uppercase;
	font-size: 9px;
	position: relative;
	top: -6px;
	font-weight: bold;
	color: #B23C1C;
}

.vetrina td.padding {
	border: 0 none;
	background: transparent;
}

.vetrina td a.titolo {
	color: #FAD6A2;
	text-decoration: none;
}

.vetrina td a.titolo:hover {      
	background: yellow;
	color: #CC0000;	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.vetrina td div {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

.vetrina td div a {
	text-decoration: none;
	background-color: black;
	background:-moz-linear-gradient(top,#000000 0%,#F34A1C 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#000000),color-stop(100%,#F34A1C));
	background:-webkit-linear-gradient(top,#000000 0%,#F34A1C 100%);
	background:-o-linear-gradient(top,#000000 0%,#F34A1C 100%);
	background:-ms-linear-gradient(top,#000000 0%,#F34A1C 100%);
	background:linear-gradient(top,#000000 0%,#F34A1C 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#F34A1C',GradientType=0);
	padding:1px 3px;
	color: gold;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #F83E22;
	box-shadow: 0 0 10px #FFF; 
}

.vetrina td div a:hover {
	background: #000;
	color: #CC0000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* specifica qui i colori dei singoli titoli in vetrina per posizione */
/*
.vetrina td a.pos0 {
	color: blue;
}

.vetrina td a.pos1 {
	color: red;
}
*/

/*********** LISTA E RICERCA **********/
.lista {
	background: none;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	border-collapse: collapse;		/* rimuove lo spazio tra le celle */
	margin-top: 10px;
	margin-bottom: 20px;
	-webkit-border-top-left-radius: 14px;
	-webkit-border-top-right-radius: 14px;
	-moz-border-radius-topleft: 14px;
	-moz-border-radius-topright: 14px;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}

/*********** NICK DEL BOT **********/
.lista th {
	background: #000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	color: #C41800;
	font-size: 20pt;
	font-weight: bold;
	text-shadow: 0 0 20px #fefcc9, 2px -2px 30px #feec85, -4px -4px 40px #ffae34, 4px -8px 50px #ec760c, -4px -12px 60px #cd4606, 0 -4px 14px #973716, 2px -18px 16px #451b0e;
}

/*********** Header Pacco	Dimen.	Data	Nome File   **********/
.lista .header td {
	color: #FFEBCD;
	background: #242424;	
	font-size: 14px;
	box-shadow: 0 0 10px #F27A01;
}

/*********** Pacco	Dimen.	Data	Nome File   **********/
.lista td {
	color: orange;
	border-bottom: 1px solid #000000;
	background: #242424;
	padding: 5px;
	padding-left: 10px;
	padding-right: 20px;
	box-shadow: 0 0 10px #F06D15;
}

.lista td button {
	text-decoration: none;
	background:#000000;
	background:-moz-linear-gradient(top,#000000 0%,#F34A1C 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#000000),color-stop(100%,#F34A1C));
	background:-webkit-linear-gradient(top,#000000 0%,#F34A1C 100%);
	background:-o-linear-gradient(top,#000000 0%,#F34A1C 100%);
	background:-ms-linear-gradient(top,#000000 0%,#F34A1C 100%);
	background:linear-gradient(top,#000000 0%,#F34A1C 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#F34A1C',GradientType=0);
	padding:5px 8px;
	color: gold;
	font-family:'Helvetica Neue',sans-serif;
	font-size:16px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #F83E22;
	cursor: pointer;
	box-shadow: 0 0 10px #fff; 
}

.lista td button:hover {
	background: #000;
	color: #CC0000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.lista td span {
	color: gold;
	font-weight: bold;
	border: 2px solid #F43D0A;
	padding: 3px;
	-webkit-border-radius: 999px;
	-moz-border-radius: 999px;
	border-radius: 999px;
}

/*********** LA DATA DEL FILE **********/
.lista .data {
	white-space: nowrap;
}

/*********** SE LA DATA DEL FILE E' QUELLA ODIERNA **********/
.lista .dataOggi {
	color: #B23C1C;
	font-weight: bold;
	white-space: nowrap;
}

/*********** NOME DEL FILE **********/
.lista a {
	color: #FFEBCD;
	text-decoration: none;
}

.lista a:hover {
	background: yellow;
	color: #C41800;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#altririsultati {
	text-align: center;
	display: block;
}

#altririsultati input {
	width: 300px;
	height: 40px;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.filtri {
	text-align: center;
	margin-top: 10px;
}

.filtri input {
	width: 240px;
	height: 40px;
	font-size: 16px;
	border: 1px solid #F2AB27;
	cursor: pointer;
	background: #000;
	background:-moz-linear-gradient(top,#000000 0%,#F34A1C 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#000000),color-stop(100%,#F34A1C));
	background:-webkit-linear-gradient(top,#000000 0%,#F34A1C 100%);
	background:-o-linear-gradient(top,#000000 0%,#F34A1C 100%);
	background:-ms-linear-gradient(top,#000000 0%,#F34A1C 100%);
	background:linear-gradient(top,#000000 0%,#F34A1C 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#F34A1C',GradientType=0);
	padding:1px 3px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 1px solid orange;
}

.filtri input:hover {
	background: #000;
	color: red;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.warning {
	width: 100%;
	color: #F5DEB3;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

#backgroundPopup { 
	display: none;
	position: fixed;
	_position: absolute;	/* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	background: #000;
	top: 0;
	left: 0;
	z-index: 3;
}

#popupContact {
	display: none;
	position: fixed;
	_position: absolute;	/* hack for internet explorer 6*/
	width: 640px;
	height: 400px;
	background: #fff;
	border: 6px solid #F73722;
	z-index: 4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#popupContactClose {
	background-color: orange;
	border: 1px solid #CC0000;
	padding: 7px;
	padding-left: 9px;
	padding-right: 9px;
	line-height: 13px;
	cursor: pointer; 
	right: -28px;
	top: -29px;
	position: absolute;
	font-weight: 900;
	display: block;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 2px 2px #1c6a2e;
	-moz-box-shadow: 0 0 2px 2px #1c6a2e;
	box-shadow: 0 0 7px 2px #1c6a2e;
}

#popupContact p {
	text-align: center;
	font-weight: 100;
}

#popupContact p#msg1 {
	margin-top: 40px;
	font-size: 18px;
	color: #111;
}

#popupContact p#filename {
	margin-top: 20px;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#popupContact p#msg2 {
	margin-top: 40px;
	font-size: 18px;
	color: #111;
}

#popupContact p#request {
	margin-top: 20px;
	background: #000;
	border-top: 1px dashed #32ba28;
	border-bottom: 1px dashed #32ba28;
}

#popupContact p#msg3 {
	margin-top: 45px;
	font-size: 18px;
	color: #111;
	display: none;
}

#popupContact p#request input {
	width: 100%;
	border: none;
	background: #000;
	font-size: 15px;
	color: #F5DEB3;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#popupContact p img {
	position: relative;
	top: 22px;
}

#loading {
	display: none;
	position: fixed;
	z-index: 4;
}

#footer {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

#footer a {
	color: #F34A1C;
}
