/* CSS Document */

/* body {
		line-height: 125%;
		font-family: Tahoma, Helvetica, sans-serif;
}
*/

* {
  color: #343434; 
}

body {
  margin: 0px;
  background-color: #f3f3eb;
  background-image: url(../images/bkg-out-generic.gif);
  background-repeat: repeat-x;
}
h1 {
  color: #393;
  font-size: 16px;
  text-align: center;
}
h2 {
  color: #aaa;
  font-size: 14px;
  text-align: center;
}
table {
  border: 0px solid #ff0000;
  border-collapse: collapse;
  font-family: Verdana;
  font-size: 12px;
}
a {
  text-decoration: none;
  font-weight: bold;
  color: #0074ab;
}
a:hover {
  text-decoration: underline;
}
tr {
  border: 0px dotted #00ff00;
}
td {
  border: 0px dotted #0000ff;
  margin: 0;
  padding: 0;
  text-align: justify;
  vertical-align: top;
}

td.header{
  height:100px;
  width:810px;
  background-image:url('../images/logo.jpg');
}
.fill {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
.headerlogo {
  background: url(../images/logo.jpg);
  /* width: 810px; */
  height: 100px;
  text-align:right;
  padding-right:5px;
  vertical-align:top;
  padding-top: 5px;
}

.menu {
  background: url(../images/bkg-menu.gif) repeat-x;
  height: 30px;
  color: #fff;
  padding-left: 8px;
  padding-top: 3px;
  font-size: 18px;
  font-weight: bold;
}
.navigator {
  background: url(../images/bkg-navigator.gif) repeat-x;
  height: 25px;
  color: #fff;
  vertical-align: top;
  font-size: 10px;
  padding-left: 10px;
  padding-top: 4px;
}
.centro {
  width: 80%;
  height: 100%;
  vertical-align: top;
  padding: 10px;
  padding-top: 0px;
  /* color: #ff0000; */
}
.outtopleft {
  background: url(../images/bkg-outtopleft.gif) repeat-x;
  text-align: right;
}
.outmidleft {
  background: url(../images/bkg-outmidleft.gif) repeat-x;
  text-align: right;
}
.outbotleft {
  background: url(../images/bkg-outbotleft.gif) repeat-x;
  text-align: right;
}
.outcenterleft {
  background: url(../images/bkg-centerleft.gif) repeat-y;
  background-color: #f3f3eb;
  background-position: right;
  height: 100%;
}
.outtopright {
  background: url(../images/bkg-outtopleft.gif) repeat-x;
  text-align: left;
}
.outmidright {
  background: url(../images/bkg-outmidleft.gif) repeat-x;
  text-align: left;
}
.outbotright {
  background: url(../images/bkg-outbotleft.gif) repeat-x;
  text-align: left;
}
.outcenterright {
  background: url(../images/bkg-centerright.gif) repeat-y;
  background-color: #f3f3eb;
  background-position: left;
  height: 100%;
}
.foot_intop {
  background: url(../images/bkg-foot-top.gif) repeat-x;
  text-align:center;
  background-color:#6c6a5d;
  padding-top:10px;
  padding-bottom:4px;
}
table.mainbkg {
  background-image: url(../images/starbkg.gif);
  background-repeat: no-repeat;
}
td.news_index{
  width: 130px;
  padding: 10px;
  padding-top: 0px;
}
td.welcome{
  height: 100%;
  padding: 10px;
  padding-top: 0px;
}
td.servizi_right{
	width: 190px;
  padding: 10px;
  padding-top: 0px;
}

.banner img {
	border:1px solid black;
}

td.separ {
  background: url(../images/bkg-mainsepar.gif) repeat-y;
}
	div.loading{
	  top:0px;
	  left:0px;
	  display:none;
	  background-color: white;
	  position:absolute;
	  z-index:2000;
	  text-align: center;
	  opacity:0.85;
	  filter:alpha(opacity:90);
	  color:rgb(98,98,98);
	  width:100%;
	  height: 100%;
	}
	iframe.loading_iframe{
	  height: 600px;
	  width: 800px;
  }
.toplogin {
	width: 400px;
	height: 100%;
	text-align: right;
	vertical-align: top;
}


