/* ********** cerca in archivio *************/
@import "menunav.css";
@import "footer.css";
html, body {
	width: 100%;
	background-color: #fff;
	font: normal 11px tahoma,arial,helvetica,sans-serif;
	color: #000;
}
html {
  overflow-y: scroll;
}
body {
	margin: 0px;
	padding: 0px;
}
img {
	margin: 0;
	padding: 0;
  border: none;
}
div#pagina {
	position: relative;
	width: 980px;
	margin: 0px auto 0px;
}
div#testata {
	position: relative;
  float: left;
  width: 980px;
  height: 127px;
  background: #fff url(../images/testata.jpg) top left no-repeat;
}
div#content {
	position: relative;
  float: left;
  top: 0px;
  left: 0px;
  width: 978px;
  background: #fff;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;        
}
div#colsx {
	position: relative;
  float: left;
  top: 0px;
  left: 0px;
  width: 223px;
  overflow: hidden;
}
div#barraimg {
  position: relative;
  float: left;
  width: 223px;
  height: 28px;
  margin-top: 15px;
}
div#lavorazione {
  position: relative;
  float: left;
  width: 223px;
	height: 310px;
	overflow: hidden;
}
div#lavorazione .paginaLav {
	height: 310px;
	width: 223px;
}
#barranavDati {
	display: inline;
	float: left;
  width: 223px;
  max-width: 213px;
	height: 28px;
	height: 21px;
	background: url(../images/barranavdati.jpg) no-repeat;
  padding-top: 7px;
  padding-right: 10px;
}
#barranavDati .btnPagLavoraz {
	display: inline;
	float: right;
}
#nextLav, #prevLav {
	cursor: pointer;
	display: inline;
	float: left;
  width: 18px;
	height: 16px;
	margin: 0px 2px;
}
#prevLav {
  border: none;
	background: url(../images/prev.gif) no-repeat;
	margin-left: 10px;
}
#nextLav {
  border: none;
	background: url(../images/next.gif) no-repeat;
}
.boxpp {
  width: 208px;
  height: 55px;
  background: url(../images/boxpp.gif) top right no-repeat;
  margin-top: 5px;
  padding: 5px 5px 5px 10px;
	font: normal 10px tahoma,arial,helvetica,sans-serif;
	line-height: 11px;
	color: #444;
  overflow: hidden;
}
.boxpp img {
  margin-right: 5px;
  height: 54px;
  border: none;
}
div#colcnt {
	position: relative;
  float: left;
  top: 0px;
  left: 0px;
  width: 480px;
  padding-left: 15px;
  padding-top: 15px;
	font: normal 11px tahoma,arial,helvetica,sans-serif;
}
div#coldx {
	position: relative;
  float: left;
	top: 0px;
  left: 0px;
  width: 250px;
  height: 300px;
  background: transparent;
}
.boxpp {
  width: 208px;
  height: 55px;
  background: url(../images/boxpp.gif) top right no-repeat;
  margin-top: 5px;
  padding: 5px 5px 5px 10px;
}
.f200 {
  height: 18px;
  background: #eee;
  border: 1px #999 solid;
  font: normal 11px tahoma,arial,helvetica,sans-serif;
  color: #333;
}
.f300t {
  width: 250px;
  height: 80px;
  background: #eee;
  border: 1px #999 solid;
  font: normal 11px tahoma,arial,helvetica,sans-serif;
  color: #333;
}

#wrapper {
	position: relative;
  float: left;
	left: 20px;
	top: 0px;
	height: 320px;
	width: 450px;
}
#titoloElenco {
  font: bold 12px tahoma,arial,helvetica,sans-serif;
	height: 20px;
	position: absolute;
	width: 450px;
}
div#wrapperForm {
	position: absolute;
	top: 40px;
	width: 450px;
}
div.inputForm {
	display: inline;
	float: left;
	margin: 5px 0px;
	width: 100%;
}
div.nomeInput {
	display: inline;
	float: left;
	width: 120px;
	text-align: right;
}
div.elementoInput {
	display: inline;
	float: left;
	margin: 0px 10px;
	width: 220px;
}
div.elementoInputRadio {
	display: inline;
	float: left;
	margin: 0px 10px;
	width: 100px;
}
div.elementoInput input {
  font: normal 11px tahoma,arial,helvetica,sans-serif;
	height: 12px;
	width: 213px;
}
div.elementoInput select {
  font: normal 11px tahoma,arial,helvetica,sans-serif;
	width: 220px;
}
#sendForm {
	display: block;
	float: left;
	width: 100px;
	margin: 0px 0px 0px 180px;  
}
.cerca {
	position: absolute;
  background: url(../images/cerca.jpg) no-repeat;
  width: 70px;
  height: 23px;
  border: none;
	right: 10px;
}
.search {
	position: absolute;
  background: url(../images/search.jpg) no-repeat;
  width: 70px;
  height: 23px;
  border: none;
	right: 10px;
}



