body {
  text-align: center;
  margin-top:10px;
  margin-bottom:10px;
  color:#666666;
  background-color: #E0E0E0;
	font-family: verdana, arial, sans-serif;
  font-size: 11px;
}

A:link {
	COLOR: #0000FF; text-decoration: none;
}
A:visited {
	COLOR: #0000FF; text-decoration: none;
}
A:active {
	COLOR: #0000FF; text-decoration: none;
}
A:hover {
	COLOR: #FF0000; text-decoration: underline;
}

#page_wrapper {
  margin-left: auto; 
  margin-right: auto;
  width: 950px; /*1050px*/ /*98%*/
  text-align: left;
  background: #FFFFFF;
  border: 8px solid #FFFFFF;
}

#header_wrapper {
  background: #4E7DD1 url('../img/menu_bg.gif') bottom left repeat-x;
  margin:0px; padding:0px;
}

#header {
  height: 60px;
  padding:15px;
  background: url('../img/header_bg.gif') top right no-repeat;
  margin:0px;
}

#header h1 {
  margin:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 28px;
  color:#ffffff;
  letter-spacing: -1px;
}

#header h2 {
  margin:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color:#B1C6EB;
  letter-spacing: 1px;
}

#left_side {
  margin-top: 10px;
  float: left;
  width: 170px;
  background: #F1F6FE url('../img/side_bg.gif') bottom left repeat-x;
}

#content {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 180px;
	margin-right: 180px;
	float: center;
  /* margin-right: 180px; */
}
#content_senza_dx {
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 180px;
	margin-right: 0px;
	float: center;
  /* margin-right: 180px; */
}
#right_side {
  margin-top: 10px;
  float: right;
  width: 170px;
  background: #F1F6FE url('../img/side_bg.gif') bottom left repeat-x;
}

#footer {
  height: 100%;
  background-color: #4E7DD1;
  clear: both;
  text-align: center;
  padding-top:12px;
  color: #B6CEF9;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
}

#footer A:link {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:visited {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:active {
	COLOR: #FFFFFF; text-decoration: none;
}
#footer A:hover {
	COLOR: #FFFFFF; text-decoration: underline;
}

#left_side p, #right_side p {
  margin:3px;margin-top:3px;margin-bottom:3px;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #333333;
}

#left_side h3, #right_side h3 {
  margin-top:5px; margin-bottom:10px; margin-left:5px; margin-right:5px;
  padding:4px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color: #FFFFFF;
  border:1px solid #0F3974;
  background-color: #2153AA;
}

#left_side h4, #right_side h4 {
  margin-top:0px;margin-bottom:0px;margin-left:10px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  color: #2153AA;
}

#content p {
  margin-top:15px; margin-bottom: 15px;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #333333;
}

#content h3 {
  margin-top:5px; margin-bottom: 10px;
  font-family: verdana, arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #2153AA;
}

#content h4 {
  margin-top:0px;margin-bottom:0px;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 12px;
  color: #2153AA;
}

#navlist
{
  margin-top:1px;
  margin-bottom:0px;
  text-align:right;
  padding: 5px 0;
  margin-left: 0;
  border-bottom: 1px solid #0F3974;
  font: bold 14px Verdana, sans-serif;
}

#navlist li
{
  list-style: none;
  margin: 0;
  display: inline;
}

#navlist li a
{
  color: #F1F6FE;
  padding: 5px 15px;
  margin-left: 3px;
  border: 1px solid #0F3974;
  border-bottom: none;
  background: #2153AA url('../img/tab_bg.gif') bottom left repeat-x;
  text-decoration: none;
}

#navlist li a:link { color: #F1F6FE; }
#navlist li a:visited { color: #F1F6FE; }

#navlist li a:hover
{
  color: #FFFFFF;
  background: #3364BB;
  border-color: #0F3974;
}

#navlist li a#current
{
  color: #000;
  background: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}

.float_left {
  float: left;
  margin-right: 10px;
}

.float_right {
  float: right;
  margin-left: 10px;
}




.prodbox_center {
  background-color: #fffff6;
  margin:2px;
  padding:3px;
  border: 1px solid #DFE8F7;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 15px;
  color: #333333;
}

.featurebox_center {
  width: 570px;
  background-color: #fffff6;
  padding:0px;
  border: 1px solid #DFE8F7;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  //line-height: 18px;
  color: #333333;
}

.featurebox_side {
  background-color: #fffff6; /*era #fffff6*/
  margin:0px; margin-left:10px; margin-right:10px; margin-bottom:15px;
  padding:10px;
  border: 1px solid #DFE8F7;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 18px;
  color: #333333;
}



#input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: blue;
	border: 1px inset Grey;
}
input{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000080;
	font-style: normal;
	background: #BDDEF4;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000080;
	border: 1px inset Gray;
	background: #BDDEF4;
}

select{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
}
.sbtn{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000033;
	background: #BDDEF4;
}
.L1{
	white-space: nowrap;
	background-color: #ffffff;
	height: 20;
}

td#ipertestuale{
 font-size: 11px;
 color: black;
 font-family: verdana, arial, sans-serif;
 
 border-left-color: #DFE8F7;
 border-left-style: solid;
 border-left-width: 1px;  

 border-top-color: #DFE8F7;
 border-top-style: solid;
 border-top-width: 1px;
 
 border-right-color: #DFE8F7;
 border-right-style: solid;
 border-right-width: 1px; 
 
 border-bottom-color: #DFE8F7;
 border-bottom-style: solid;
 border-bottom-width: 1px;
}

td#F11{
font-size: 11px;
color: black;
font-family: arial, verdana, sans-serif;

border-left-color: #DFE8F7;
border-left-style: solid;
border-left-width: 1px;

border-top-color: #DFE8F7;
border-top-style: solid;
border-top-width: 1px;

border-right-color: #DFE8F7;
border-right-style: solid;
border-right-width: 1px;

border-bottom-color: #DFE8F7;
border-bottom-style: solid;
border-bottom-width: 1px;
}
tr#TR_fos:hover {
background-color: #DFE8F7;
}

#riga_alf {
  width: 680px;
	height: 100%;
  background-color: #dadada;
  /* clear: both; */
  text-align: left;
  padding-top:12px;
  color: blue;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 11px;
}


.sx_text {
 font-family: verdana, arial, sans-serif;
 font-size: 11px;
}




table#bb{
 /*bb sta per border bianco*/
border-left-color: #fff;
border-left-style: solid;
border-left-width: 1px;

border-top-color: #fff;
border-top-style: solid;
border-top-width: 1px;

border-right-color: #fff;
border-right-style: solid;
border-right-width: 1px;

border-bottom-color: #fff;
border-bottom-style: solid;
border-bottom-width: 1px;

text-align:relative;
}
table#bg{
 /*bb sta per border grigio*/
border-left-color: #dadada;
border-left-style: solid;
border-left-width: 1px;

border-top-color: #dadada;
border-top-style: solid;
border-top-width: 1px;

border-right-color: #dadada;
border-right-style: solid;
border-right-width: 1px;

border-bottom-color: #dadada;
border-bottom-style: solid;
border-bottom-width: 1px;

text-align:relative;
}

td#bb{
 /*bb sta per border bianco*/
border-left-color: #fff;
border-left-style: solid;
border-left-width: 1px;

border-top-color: #fff;
border-top-style: solid;
border-top-width: 1px;

border-right-color: #fff;
border-right-style: solid;
border-right-width: 1px;

border-bottom-color: #fff;
border-bottom-style: solid;
border-bottom-width: 1px;

text-align:relative;
}




td#bg{
 /*bb sta per border grigio*/
border-left-color: #dadada;
border-left-style: solid;
border-left-width: 1px;

border-top-color: #dadada;
border-top-style: solid;
border-top-width: 1px;

border-right-color: #dadada;
border-right-style: solid;
border-right-width: 1px;

border-bottom-color: #dadada;
border-bottom-style: solid;
border-bottom-width: 1px;

text-align:relative;
}

tr
#fos:hover {
background-color: #DFE8F7;
}
