/* *********** archivio cybernaua.it vers. php 1.0 **************** */
@import "menunav.css";
@import "footer.css";
* {
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll;
}
body {
  background-color: #fff;
  font: normal 11px tahoma,verdana,arial,helvetica,sans-serif;
  color: #555;
  text-align: center;
  margin-top: 6px;
}
a {
  text-decoration: none
}
img {
  border: none;
}
div#pagina {
  margin: 0 auto;
  width: 990px;
  text-align: left;
}
div#testata {
  width: 990px;
  height: 164px;
  background: #fff url(../images/testata.jpg) center no-repeat;
}
div#manchettesx {
  position: relative;
  float: left;
  top: 60px;
  left: 55px;
  width: 184px;
  height: 90px;
  background: transparent;
}
div#manchettedx {
  position: relative;
  float: left;
  top: 60px;
  left: 530px;
  width: 184px;
  height: 90px;
}
div#oradata {
  position: relative;
  float: left;
  top: 60px;
  left: 535px;
  width: 73px;
  height: 70px;
  background: #fff url(../images/oradata.gif) top left no-repeat;
  padding-top: 25px;
  padding-left: 12px;
  font: bold 11px Tahoma, verdana, arial, sans-serif;
  color: #777;
}
div#archivio {
  position: relative;
  float: left;
  background: #fff url(../images/archivio.jpg) top left no-repeat;
  width: 195px;
  height: 51px;
}
div#colsx {
  position: relative;
  float: left;
  width: 720px;
  margin-left: 10px;
}
.cercaxdata {
  position: relative;
  float: left;
  width: 700px;
  margin: 50px auto 30px 85px;
  font: bold 12px tahoma,verdana,arial,helvetica,sans-serif;
  color: #000;
}

.inputdati {
  position: relative;
  float: left;
  margin: 50px auto 30px 85px;
}
.insdati {
  position: relative;
  float: left;
}
.selsubmit {
  position: relative;
  float: left;
  margin-left: 20px;
}
.f300 {
  font: normal 12px tahoma,verdana,arial,helvetica,sans-serif;
  color: #000;
	width: 300px;
  height: 18px;
	background: #eee;
  padding-left: 3px;
  border: #888 1px solid;
}
.cerca {
  background: url(../images/cerca.gif) no-repeat;
  width: 80px;
  height: 22px;
  border: none;
}
div#coldx {
  position: relative;
  float: right;
  width: 220px;
  margin-left: 15px;
  margin-right: 10px;
}
.f50,.f80,.f100 {
  font: normal 12px tahoma,verdana,arial,helvetica,sans-serif;
  color: #000;
	width: 50px;
  height: 18px;
	background: #eee;
  padding-left: 3px;
  border: #888 1px solid;
}
.f80 {
	width: 80px;
}
.f100 {
	width: 100px;
}


