* {
	margin: 0;
	padding: 0;
}

body {
	background: url(sfondo.jpg) center center fixed;
	font-size: 13px;
	font-family: Verdana,Tahoma,sans-serif;
	padding-bottom: 30px;
}

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

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

#ancora {
	display: none;
	width: 20px;
	height: 14px;
	border: 1px solid #000;
	position: fixed;
	right: 0;
	bottom: 0;
	color: #000;
	background: #32ba28;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 19px;
	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 {
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	color: #fff;
}

#tags a {
	text-decoration: none;
}

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

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

#button {
	height: 28px;
	width: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-left: 0px;
	padding: 2px;
	border: 0 none;
	background: #00343a;
	font-size: 18px;
	color: #fff;
	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;
	background: #111111;
	color: #fff;
	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 {
	margin: 20px;
}

.vetrina td {
	background: #111111;
	border: 1px solid #007888;
	border-top: 0px;
	border-left: 0px;
	padding: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.vetrina td.titolovetrina {
	font-family: Splash;
	font-weight: bold;
	font-size: 20px;
	color: RED;
	text-align: center;	
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #FFFFF0;
	box-shadow: 0 0 10px #fff;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px red, 0 0 70px red, 0 0 80px red, 0 0 100px red, 0 0 150px red;
}
.vetrina td.datavetrina {
	background: #2E579B;
	text-align: center;
	white-space: nowrap;
	font-family: Georgia, sans-serif;
	font-style: italic;
	padding-top: 6px;
	padding-left: 5px;
	padding-right: 5px;
}

.vetrina td.datavetrina .day {
	font-size: 18px;
	font-weight: bold;
	color: #32ba28;
}

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

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

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

.vetrina td a.titolo:hover {
	text-decoration: underline;
}

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

.vetrina td div a {
	text-decoration: none;
	padding: 1px 3px;
	border: 1px solid #459A00;
	background: #5CCD00;
	color: #000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* specifica qui i colori dei singoli titoli in vetrina per posizione */
.vetrina td a.pos0 { 
      color: #FF00FF;
}
.vetrina td a.pos1 { 
      color: #CC0000;
}
.vetrina td a.pos2 {
      color: #FF0000; 
}
.vetrina td a.pos3 {
      color: #FF6600;
}
.vetrina td a.pos4 {
      color: #FF9900;
}
.vetrina td a.pos5 {
      color: #FFFF00;
}
.vetrina td a.pos6 {
      color: #006600;
}
.vetrina td a.pos7 {
      color: #00CC00;
}
.vetrina td a.pos8 {
      color: #99FF00;
}
.vetrina td a.pos9 {
      color: #00FFFF;
}

/*********** LISTA E RICERCA **********/
.lista {
	background: none;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	border-collapse: collapse;
	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 {
	color: Red;
	background: #00343a;
	font-size: 18px;
	text-align: left;
	padding: 10px;
}

/*********** Header Pacco	Dimen.	Data	Nome File   **********/
.lista .header td {
	color: #fff;
	background: #111111;	
	font-weight: bold;
	box-shadow: 0 0 10px #fff;
}

/*********** Pacco	Dimen.	Data	Nome File   **********/
.lista td {
	color: red;
	background: #111111;
	font-weight: bold;
	padding: 5px;
	padding-left: 10px;
	padding-right: 20px;
	box-shadow: 0 0 10px #fff;
}

.lista td button {
	background: #000000;
	padding: 2px 4px;
	font-family:'Helvetica Neue',sans-serif;
	font-size: 16px;
	border: 1px solid #459A00;
	cursor: pointer;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    color: #FFF;
}

.lista td span {
	color: #FF00FF;
	font-weight: bold;
	border: 1px solid #32ba28;
	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: #C0C0C0;
	text-decoration: none;
}

.lista a:hover {
	color: #FF00FF;
	text-decoration: underline;
}

#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: 200px;
	height: 40px;
	font-size: 15px;
	color: #FF7F50;
	border: 1px solid #459A00;
	background: #111111;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.warning {
	width: 100%;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	color: red;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px red, 0 0 70px red, 0 0 80px red, 0 0 100px red, 0 0 150px red;
}

#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: 540px;
	height: 400px;
	background: #111111;
	border: 6px solid #007888;
	z-index: 4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#popupContactClose {
	background: #2E579B;
	border: 1px solid #1c6a2e;
	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;
	background: #111111;
}

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

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

#popupContact p#msg3 {
	margin-top: 35px;
	font-size: 18px;
	color: red;
	display: none;
	background: #111111;
}

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

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

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

#footer {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px red, 0 0 70px red, 0 0 80px red, 0 0 100px red, 0 0 150px red;
}

#footer a {
	color: RED;
}
