
#main, table
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    text-align: justify;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
{
    margin: 0;
    padding: 0;
}

.postcontent,
.postcontent li,
.postcontent table,
.postcontent a,
.postcontent a:link,
.postcontent a:visited,
.postcontent a.visited,
.postcontent a:hover,
.postcontent a.hovered
{
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
}

.postcontent p
{
    margin: 12px 0;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
{
  font-family: Didot,Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 31px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.postcontent a
{
  text-decoration: underline;
  letter-spacing: 1px;
  color: #444620;
}

.postcontent a:link
{
  text-decoration: underline;
  letter-spacing: 1px;
  color: #444620;
}

.postcontent a:visited, .postcontent a.visited
{
  color: #5B6138;
}

.postcontent  a:hover, .postcontent a.hover
{
  text-decoration: none;
  color: #676A2F;
}

.postcontent h1
{
   color: #676A2F;
margin: 19px 0;    
}

.blockcontent h1
{
margin: 19px 0; 
}

.postcontent h2
{
   color: #676A2F;
margin: 19px 0;
   font-weight: normal;
   font-size: 26px;    
}

.blockcontent h2
{
margin: 19px 0;
   font-weight: normal;
   font-size: 26px; 
}

.postcontent h2 a, .postcontent h2 a:link, .postcontent h2 a:hover, .postcontent h2 a:visited, .blockcontent h2 a, .blockcontent h2 a:link, .blockcontent h2 a:hover, .blockcontent h2 a:visited 
{
   font-weight: normal;
   font-size: 26px; 
}

.postcontent h3
{
   color: #5B6138;
margin: 22px 0;
   font-size: 24px;    
}

.blockcontent h3
{
margin: 22px 0;
   font-size: 24px; 
}

.postcontent h3 a, .postcontent h3 a:link, .postcontent h3 a:hover, .postcontent h3 a:visited, .blockcontent h3 a, .blockcontent h3 a:link, .blockcontent h3 a:hover, .blockcontent h3 a:visited 
{
   font-size: 24px; 
}

.postcontent h4
{
   color: #151509;
margin: 22px 0;
   font-size: 20px;    
}

.blockcontent h4
{
margin: 22px 0;
   font-size: 20px; 
}

.postcontent h4 a, .postcontent h4 a:link, .postcontent h4 a:hover, .postcontent h4 a:visited, .blockcontent h4 a, .blockcontent h4 a:link, .blockcontent h4 a:hover, .blockcontent h4 a:visited 
{
   font-size: 20px; 
}

.postcontent h5
{
   color: #151509;
margin: 27px 0;
   font-size: 18px;    
}

.blockcontent h5
{
margin: 27px 0;
   font-size: 18px; 
}

.postcontent h5 a, .postcontent h5 a:link, .postcontent h5 a:hover, .postcontent h5 a:visited, .blockcontent h5 a, .blockcontent h5 a:link, .blockcontent h5 a:hover, .blockcontent h5 a:visited 
{
   font-size: 18px; 
}

.postcontent h6
{
   color: #222310;
margin: 32px 0;
   font-size: 15px;    
}

.blockcontent h6
{
margin: 32px 0;
   font-size: 15px; 
}

.postcontent h6 a, .postcontent h6 a:link, .postcontent h6 a:hover, .postcontent h6 a:visited, .blockcontent h6 a, .blockcontent h6 a:link, .blockcontent h6 a:hover, .blockcontent h6 a:visited 
{
   font-size: 15px; 
}

ul
{
  list-style-type: none;
}

ol
{
  list-style-position: inside;
}

html 
{
    height:100%;
}

#main
{
  position: relative;
  z-index: 0;
  width: 100%;
  left: 0;
  top: 0;
  cursor:default;
  overflow:visible;
}

#page-background-glare
{
  position: absolute;
  left: 0;
  margin-left :;
  top:0;
  width:100%;
  height:100%;
  overflow:hidden;
  min-width: 100%;
}

#page-background-glare-image
{
  position: fixed;
  width:90%;
  top: 0;
  height:90%;
  background-image: url('images/page_gl.png');
  background-repeat: no-repeat;
}

html:first-child #page-background-glare
{
  border: 0px solid transparent; /* Opera fix */
}


body
{
  padding: 0; 
  margin:0;
  color: #3D4125;
  height:100%;
  min-height:100%;
  background-color: #E3E3E3;
  background-image: url('images/Bottom_texture.jpg');
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top left;
  min-width: 700px;
}

.cleared
{
  display:block;
  clear: both;
  float: none;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 0;
  height:0;
  overflow:hidden;
}

.reset-box
{
  overflow:hidden;
  display:table; 
}

form
{
  padding: 0 !important;
  margin: 0 !important;
}

table.position
{
  position: relative;
  width: 100%;
  table-layout: fixed;
}

/* end Page */

/* begin Box, Sheet */
.sheet
{
  position: relative;
  margin: 0 auto;
  min-height: 19px;
  margin-top: 10px;
  margin-bottom: 0;
  cursor:auto;
  width: 100%;
  min-width: 700px;
  max-width: 1920px;
}

.sheet-body
{
  position: relative;
  padding: 6px;
    padding-top:0;
    padding-bottom:0;
}

#page-background-top-texture, #page-background-middle-texture, #page-background-glare
{
  min-width: 100%;
}

/* end Box, Sheet */

/* begin Layout */
.content-layout
{
  display: table;
  position:relative;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: Transparent;
  border: none !important;
  padding:0 !important;
  width:100%;
  margin-top:0;
  margin-bottom:0;
}
.layout-cell, .content-layout-row
{
  background-color: Transparent;
  vertical-align: top;
  text-align: left;
  border: none;
  margin:0;
  padding:0;
}

.content-layout .content-layout{margin:0;}
.content-layout .layout-cell, .content-layout .layout-cell .content-layout .layout-cell{display: table-cell;}
.layout-cell .layout-cell{display: block;}
.content-layout-row {display: table-row;}
.layout-glare{position:relative;}/* end Layout */

/* begin Box, Block, VMenuBlock */
.vmenublock
{
  position: relative;
  min-width: 1px;
  min-height: 1px;
  margin: 5px;
}

.vmenublock-body
{
  position: relative;
  padding: 0;
}

/* end Box, Block, VMenuBlock */

/* begin Box, Box, VMenuBlockContent */
.vmenublockcontent
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.vmenublockcontent-body
{
  position: relative;
  padding: 0;
}

/* end Box, Box, VMenuBlockContent */

/* begin VMenu */
ul.vmenu, ul.vmenu li
{
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 0;
}

ul.vmenu
{
  margin-top: 0; 
  margin-bottom: 0;
}

ul.vmenu ul
{
  display: none;
  padding: 0;
    margin:0 0 0 0;
}

ul.vmenu ul.active
{
  display: block;
}
/* end VMenu */

/* begin VMenuItem */
ul.vmenu a
{
  position: relative;
  display: block;
  overflow: hidden;
  height: 24px;
  cursor: pointer;
  text-decoration: none;
}

ul.vmenu li.vmenu-separator
{
  display: block;
  padding: 2px 0 2px 0;
  margin: 0;
  font-size: 1px;
}

ul.vmenu .vmenu-separator-span
{
  display: block;
  padding: 0;
  font-size: 1px;
  height: 0;
  line-height: 0;
  border: none;
}

ul.vmenu a .r, ul.vmenu a .l
{
  position: absolute;
  display: block;
  top: 0;
  height: 82px;
  background-image: url('images/vmenuitem.png');
}

ul.vmenu a .l
{
  left: 0;
  right: 6px;
}

ul.vmenu a .r
{
  width: 1932px;
  right: 0;
  clip: rect(auto, auto, auto, 1926px);
}

ul.vmenu a .t, ul.vmenu ul a
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
}

ul.vmenu a .t
{
  display: block;
  position:relative;
  top:0;
  line-height: 24px;
  color: #1E2013;
  padding: 0 14px 0 14px;
  margin-left:0;
  margin-right:0;
}

ul.vmenu a.active .l, ul.vmenu a.active .r
{
  top: -58px;
}

ul.vmenu a.active .t
{
  color: #676A2F;
}

ul.vmenu a:hover .l, ul.vmenu a:hover .r
{
  top: -29px;
}

ul.vmenu a:hover .t
{
  color: #373819;
}

/* end VMenuItem */

/* begin VMenuSubItem */
ul.vmenu ul li
{
  margin: 0;
  padding: 0;
}

ul.vmenu ul a
{
  display: block;
  white-space: nowrap;
  height: 18px;
  overflow: visible;
  background-image: url('images/vsubitem.gif');
  background-position: 24px 0;
  background-repeat: repeat-x;
  padding: 0 0 0 24px;
  line-height: 18px;
  color: #334224;
  font-weight: normal;
  font-size: 12px;
  margin-left: 0;
}

ul.vmenu ul ul li
{
  padding:0;
}

ul.vmenu ul span, ul.vmenu ul span span
{
  display: inline;
  float: none;
  margin: inherit;
  padding: inherit;
  background-image: none;
  text-align: inherit;
  text-decoration: inherit;
}

ul.vmenu ul a:link, ul.vmenu ul a:visited, ul.vmenu ul a:hover, ul.vmenu ul a:active, ul.vmenu ul span, ul.vmenu ul span span
{
  line-height: 18px;
  color: #334224;
  font-weight: normal;
  font-size: 12px;
  margin-left: 0;
}

ul.vmenu ul ul
{
  margin:0 0 0 0;
}

ul.vmenu ul li.vsubmenu-separator
{ 
  display: block;
  margin: 0;
  font-size: 1px;
  padding: 3px 0 3px 0;
 }

ul.vmenu ul .vsubmenu-separator-span
{
  display: block;
  padding: 0;
  font-size: 1px;
  height: 0;
  line-height: 0;
  margin: 0;
  border: none;
}

ul.vmenu ul li.vmenu-separator-first
{
    margin-bottom:2px;
    padding-bottom:0;
}

ul.vmenu ul li li a
{
  background-position: 48px 0;
  padding: 0 0 0 48px;
}

ul.vmenu ul li li li a
{
  background-position: 72px 0;
  padding: 0 0 0 72px;
}

ul.vmenu ul li li li li a
{
  background-position: 96px 0;
  padding: 0 0 0 96px;
}

ul.vmenu ul li li li li li a
{
  background-position: 120px 0;
  padding: 0 0 0 120px;
}

ul.vmenu ul li a.active
{
  color: #373819;
  background-position: 24px -46px;
}

ul.vmenu ul li li a.active
{
  background-position: 48px -46px;
}

ul.vmenu ul li li li a.active
{
  background-position: 72px -46px;
}

ul.vmenu ul li li li li a.active
{
  background-position: 96px -46px;
}

ul.vmenu ul li li li li li a.active
{
  background-position: 120px -46px;
}

ul.vmenu ul li a:hover, ul.vmenu ul li a:hover.active
{
  color: #31341E;
  background-position: 24px -23px;
}

ul.vmenu ul li li a:hover, ul.vmenu ul li li a:hover.active
{
  background-position: 48px -23px;
}

ul.vmenu ul li li li a:hover, ul.vmenu ul li li li a:hover.active
{
  background-position: 72px -23px;
}

ul.vmenu ul li li li li a:hover, ul.vmenu ul li li li li a:hover.active
{
  background-position: 96px -23px;
}

ul.vmenu ul li li li li li a:hover, ul.vmenu ul li li li li li a:hover.active
{
  background-position: 120px -23px;
}
/* end VMenuSubItem */

/* begin Box, Block */
.block
{
  position: relative;
  min-width: 1px;
  min-height: 1px;
  margin: 5px;
}

.block-body
{
  position: relative;
  padding: 5px;
}

div.block img
{
/* WARNING do NOT collapse this to 'border' - inheritance! */
    border-color: #ABC392;
  border-style: solid;
  margin: 10px;
}

/* end Box, Block */

/* begin Box, BlockContent */
.blockcontent
{
  position: relative;
  margin: 0 auto;
  min-width: 1px;
  min-height: 1px;
}

.blockcontent-body
{
  position: relative;
  padding: 0;
  color: #000000;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}

.blockcontent-body table,
.blockcontent-body li, 
.blockcontent-body a,
.blockcontent-body a:link,
.blockcontent-body a:visited,
.blockcontent-body a:hover
{
  color: #000000;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 13px;
}

.blockcontent-body p
{
  margin: 6px 0;
}

.blockcontent-body a, .blockcontent-body a:link
{
  color: #676A2F;
  text-decoration: underline;
}

.blockcontent-body a:visited, .blockcontent-body a.visited
{
  color: #5B6138;
  text-decoration: underline;
}

.blockcontent-body a:hover, .blockcontent-body a.hover
{
  color: #898D3F;
  text-decoration: none;
}

.blockcontent-body ul li
{
  line-height: 125%;    
  color: #12130B;
  padding: 0 0 0 13px;
  background-image: url('images/blockcontentbullets.png');
  background-repeat: no-repeat;
}/* end Box, BlockContent */

/* begin Button */
.button-wrapper a.button,
.button-wrapper a.button:link,
.button-wrapper input.button,
.button-wrapper button.button
{
  text-decoration: none;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  position:relative;
  top:0;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  color: #1C2414 !important;
  width: auto;
  outline: none;
  border: none;
  background: none;
  line-height: 23px;
  height: 23px;
  margin: 0 !important;
  padding: 0 10px !important;
  overflow: visible;
  cursor: pointer;
}

.button img, .button-wrapper img
{
  margin: 0;
  vertical-align: middle;
}

.button-wrapper
{
  vertical-align: middle;
  display: inline-block;
  position: relative;
  height: 23px;
  overflow: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.firefox2 .button-wrapper
{
  display: block;
  float: left;
}

input, select, textarea
{
  vertical-align: middle;
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
}

.block select 
{
    width:96%;
}

.button-wrapper.hover .button, .button-wrapper.hover a.button:link, .button:hover
{
  color: #262711 !important;
  text-decoration: none !important;
}

.button-wrapper.active .button, .button-wrapper.active a.button:link
{
  color: #212414 !important;
}

.button-wrapper .button-l, .button-wrapper .button-r
{
  display: block;
  position: absolute;
  height: 79px;
  margin: 0;
  padding: 0;
  background-image: url('images/button.png');
}

.button-wrapper .button-l
{
  left: 0;
  right: 9px;
}

.button-wrapper .button-r
{
  width: 419px;
  right: 0;
  clip: rect(auto, auto, auto, 410px);
}

.button-wrapper.hover .button-l, .button-wrapper.hover .button-r
{
  top: -28px;
}

.button-wrapper.active .button-l, .button-wrapper.active .button-r
{
  top: -56px;
}

.button-wrapper input
{
  float: none !important;
}
/* end Button */

/* begin Box, Post */
.post
{
  position: relative;
  min-width: 1px;
  min-height: 1px;
  margin: 5px;
}

.post-body
{
  position: relative;
  padding: 12px;
}

a img
{
  border: 0;
}

.article img, img.article, .block img, .footer img
{
  border: solid 0 #ABC392;
  margin: 5px;
}

.metadata-icons img
{
  border: none;
  vertical-align: middle;
  margin: 2px;
}

.article table, table.article
{
  border-collapse: collapse;
  margin: 1px;
}

.article th, .article td
{
  padding: 2px;
  border: solid 0 #889254;
  vertical-align: top;
  text-align: left;
}

.article th
{
  text-align: center;
  vertical-align: middle;
  padding: 7px;
}

pre
{
  overflow: auto;
  padding: 0.1em;
}

/* end Box, Post */

/* begin PostHeaderIcon */
h2.postheader
{
  color: #2C2E15;
  margin: 6px 0;
  font-size: 26px;
  letter-spacing: normal;
}

h2.postheader a, 
h2.postheader a:link, 
h2.postheader a:visited,
h2.postheader a.visited,
h2.postheader a:hover,
h2.postheader a.hovered
{
  font-size: 26px;
  letter-spacing: normal;
}

h2.postheader a, h2.postheader a:link
{
  text-align: left;
  text-decoration: none;
  color: #3A3C1B;
}

h2.postheader a:visited, h2.postheader a.visited
{
  color: #4C512F;
}

h2.postheader a:hover,  h2.postheader a.hovered
{
  text-decoration: underline;
  color: #676A2F;
}

/* end PostHeaderIcon */

/* begin PostMetadata, PostMetadataHeader */
.postmetadataheader
{
  overflow:hidden;
  padding: 1px;
  background-image: url('images/postmetadataheader_bg.png');
  border-color: #CDD2B1;
  border-style: solid;
  border-width: 1px;
}
/* end PostMetadata, PostMetadataHeader */

/* begin PostIcons, PostHeaderIcons */
.postheadericons,
.postheadericons a,
.postheadericons a:link,
.postheadericons a:visited,
.postheadericons a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  color: #12130B;
}

.postheadericons
{
  padding: 1px;
}

.postheadericons a, .postheadericons a:link
{
  text-decoration: underline;
  letter-spacing: 1px;
  color: #4D6336;
}

.postheadericons a:visited, .postheadericons a.visited
{
  color: #4D6336;
}

.postheadericons a:hover, .postheadericons a.hover
{
  text-decoration: none;
  color: #000000;
}
/* end PostIcons, PostHeaderIcons */

/* begin PostBullets */
.post ol, .post ul
{
  margin: 1em 0 1em 2em;
  padding: 0;
}

.post li
{
  font-size: 13px;
  text-align: left;
  color: #0F140B; 
  margin: 0 0 0 12px;
  padding: 0 0 0 14px;
}

.post li ol, .post li ul
{
  margin: 0.5em 0 0.5em 2em;
  padding: 0;
}

.post ol>li
{
  background: none;
  padding-left: 0;
  /* overrides overflow for "ul li" and sets the default value */
  overflow: visible;
}

.post ul>li
{
  background-image: url('images/postbullets.png');
  background-repeat: no-repeat;
  padding-left: 14px;
  /* makes "ul li" not to align behind the image if they are in the same line */
  overflow-x: visible;
  overflow-y: hidden;
}

/* end PostBullets */

/* begin PostQuote */
.postcontent blockquote,
.postcontent blockquote a,
.postcontent blockquote a:link,
.postcontent blockquote a:visited,
.postcontent blockquote a:hover
{
  color: #18190B;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

.postcontent blockquote p
{
   margin: 17px 0 17px 17px;
}

.postcontent blockquote
{
   border: solid 0 #ABC392;
  margin: 10px 10px 10px 50px;
  padding: 4px 4px 4px 32px;
  background-color: #F2F2E3;
  background-image: url('images/postquote.png');
  background-position: left top;
  background-repeat: no-repeat;
  /* makes blockquote not to align behind the image if they are in the same line */
  overflow: auto;
  clear:both;
}

/* end PostQuote */

/* begin PostMetadata, PostMetadataFooter */
.postmetadatafooter
{
  overflow:hidden;
  padding: 1px;
  background-image: url('images/postmetadatafooter_bg.png');
  border-color: #CDD2B1;
  border-style: solid;
  border-width: 1px;
}
/* end PostMetadata, PostMetadataFooter */

/* begin PostIcons, PostFooterIcons */
.postfootericons,
.postfootericons a,
.postfootericons a:link,
.postfootericons a:visited,
.postfootericons a:hover
{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  color: #12130B;
}

.postfootericons
{
  padding: 1px;
}

.postfootericons a, .postfootericons a:link
{
  text-decoration: underline;
  letter-spacing: 1px;
  color: #4D6336;
}

.postfootericons a:visited, .postfootericons a.visited
{
  color: #4D6336;
}

.postfootericons a:hover, .postfootericons a.hover
{
  text-decoration: none;
  color: #000000;
}
/* end PostIcons, PostFooterIcons */

/* begin Footer */
.footer
{
  position: relative;
  margin-top:0;
  margin-bottom:0;
  width: 100%;
}

.footer-body
{
    position:relative;
    padding: 5px;
}

.footer-text p
{
  padding:0;
  margin:0;
  text-align: center;
}

.footer-text,
.footer-text a,
.footer-text a:link,
.footer-text a:visited,
.footer-text a:hover,
.footer-text td, 
.footer-text th,
.footer-text caption
{
    color: #272A18;
    font-style: italic;
    font-size: 12px;
}

.footer-text
{
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.footer-text a,
.footer-text a:link
{
  color: #444620;
  text-decoration: underline;
}

.footer-text a:visited
{
  color: #1E2013;
}

.footer-text a:hover
{
  color: #676A2F;
  text-decoration: none;
}

div.footer img
{
/* WARNING do NOT collapse this to 'border' - inheritance! */
    border-width: 0;
    border-color: #ABC392;
  border-style: solid;
  margin: 7px;
}/* end Footer */

/* begin PageFooter */
.page-footer, 
.page-footer a,
.page-footer a:link,
.page-footer a:visited,
.page-footer a:hover
{
  font-family: Arial;
  font-size: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  font-style: normal;
  font-weight: normal;
  text-decoration: underline;
  color: #4D6336;
}

.page-footer
{
  padding: 1em;
  text-align: center;
  text-decoration: none;
  color: #5B6138;
}
/* end PageFooter */

/* begin LayoutCell, sidebar1 */

.content-layout .sidebar1
{
  width: 20%;
}

/* end LayoutCell, sidebar1 */

/* begin LayoutCell, content */

/* end LayoutCell, content */


/* BOTTONI PERSONALIZZATI */

.bottone {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	
	-moz-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.2);
	
	border: 1px solid;
	padding: 8px 12px;
	
	color: #fff;
	font-family: "Myriad Pro", Arial, Tahoma, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	text-shadow: -1px -1px rgba(0,0,0,0.1), 0 0 15px rgba(255,255,255,0.75);
	white-space: nowrap;
	
	background: #777;
	border-color: #777;
	
	text-decoration: none;
	font-style: normal;
	text-transform: none;
}
.bottone:hover,
.bottone:focus {
	position: relative;
	bottom: 1px;

	-moz-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 3px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 3px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 3px 2px rgba(0,0,0,0.2);
	
	background: #999;
	border-color: #999; /* Default color */
}

.bottone:active {
	position: relative;
	top: 1px;

	-moz-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 1px 2px rgba(0,0,0,0.2);
}

.rect {
	-moz-box-shadow: 0 0 2px 2px #dad8d5;
	-webkit-box-shadow: 0 0 2px 2px #dad8d5;
}

.arancione{
	background:#ffa201;
	padding:2px 4px 2px 4px;
	border-color:#e49100;
	
}
.arancione:hover,
.arancione:focus {
	background: #fbb844;
	border-color:#ffa201;
}
.verde {
	background:#99cc66;
	padding:2px 4px 2px 4px;
	border-color:#b3ef77;
}
.verde:hover,
.verde:focus {
	background: #b0ea76;
	border-color:#99cc66;
}
.blu {
	background:#3399ff;
	padding:2px 4px 2px 4px;
	border-color:#3CF;
}
.blu:hover,
.blu:focus {
	background: #3CF;
	border-color:#3399ff;
}
.rosso {
	background:#fd1b1b;
	padding:2px 4px 2px 4px;
	border-color:#ff8787;
}
.rosso:hover,
.rosso:focus {
	background: #fc5e5e;
	border-color:#F30;
}
.grigio{
	background:#333333;
	padding:2px 4px 2px 4px;
	border-color:#666;
}
.grigio:hover,
.grigio:focus {
	background: #666;
	border-color:#333333;
}
.marrone{
	background:#996600;
	padding:2px 4px 2px 4px;
	border-color:#bd7f04;
}
.marrone:hover,
.marrone:focus {
	background: #b57a03;
	border-color:#996600;
}
.viola{
	background: #90F;
	padding:2px 4px 2px 4px;
	border-color:#bd7f04;
}
.viola:hover,
.viola:focus {
	background: #96F;
	border-color:#90F;
}

.bluScuro{
	background: #00C;
	padding:4px 8px 4px 8px;
	border-color:#bd7f04;
	border:solid;
}
.bluScuro:hover,
.bluScuro:focus {
	background: #00F;
	border-color:#00C;
	border:solid;
}

.trasparente{
	background: #CCC;
	padding:2px 4px 2px 4px;
	border-color:#bd7f04;
	color: #666;
	
}
.trasparente:hover,
.trasparente:focus {
	background: #CCC;
	border-color:#bd7f04;
	color:  #666;
}


/* PULSANTI GRANDI CHIARO E SCURO */

.grande {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	
	-moz-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.2);
	
	border: 1px solid;
	padding: 8px 12px;
	
	color: #fff;
	font-family: "Myriad Pro", Arial, Tahoma, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-shadow: -1px -1px rgba(0,0,0,0.1), 0 0 15px rgba(255,255,255,0.75);
	white-space: nowrap;
	
	background: #777;
	border-color: #777;
	
	text-decoration: none;
	font-style: normal;
	text-transform: none;
}
.grande:hover,
.grande:focus {
	position: relative;
	bottom: 1px;

	-moz-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 3px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 3px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 3px 2px rgba(0,0,0,0.2);
	
	background: #999;
	border-color: #999; /* Default color */
}

.grande:active {
	position: relative;
	top: 1px;

	-moz-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 1px 2px rgba(0,0,0,0.2);
}

.scuro{
	background:#333333;
	padding:10px 20px 10px 20px;
	border-color:#666;
}
.scuro:hover,
.scuro:focus {
	background: #666;
	border-color:#333333;
}

.grigioo{
	background: #999;
	padding:10px 20px 10px 20px;
	border-color:#666;
}
.grigioo:hover,
.grigioo:focus {
	background: #CCC;
	border-color:#999;
}

.chiaro{
	background: #ffa201;
	padding:10px 20px 10px 20px;
	border-color:#666;
}
.chiaro:hover,
.chiaro:focus {
	background: #fbb844;
	border-color:#ffa201;
}


#content_box_esempi li a {
	text-decoration:none;
	font-size:6px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#FFF;
	margin-right:5px;
	text-shadow: #000 0px 0px  2px;
	
}
.arancione{
	background:#ffa201;
	padding:2px 4px 2px 4px;
	border-color:#e49100;
	
}
.arancione:hover,
.arancione:focus {
	background: #fbb844;
	border-color:#ffa201;
}
.verde {
	background:#99cc66;
	padding:2px 4px 2px 4px;
	border-color:#b3ef77;
}
.verde:hover,
.verde:focus {
	background: #b0ea76;
	border-color:#99cc66;
}
.blu {
	background:#3399ff;
	padding:2px 4px 2px 4px;
	border-color:#3CF;
}
.blu:hover,
.blu:focus {
	background: #3CF;
	border-color:#3399ff;
}
.rosso {
	background:#fd1b1b;
	padding:2px 4px 2px 4px;
	border-color:#ff8787;
}
.rosso:hover,
.rosso:focus {
	background: #fc5e5e;
	border-color:#F30;
}
.grigio{
	background:#333333;
	padding:2px 4px 2px 4px;
	border-color:#666;
}
.grigio:hover,
.grigio:focus {
	background: #666;
	border-color:#333333;
}
.marrone{
	background:#996600;
	padding:2px 4px 2px 4px;
	border-color:#bd7f04;
}
.marrone:hover,
.marrone:focus {
	background: #b57a03;
	border-color:#996600;
}
.viola{
	background: #90F;
	padding:2px 4px 2px 4px;
	border-color:#bd7f04;
}
.viola:hover,
.viola:focus {
	background: #96F;
	border-color:#90F;
}


.trasparente{
	background: #CCC;
	padding:2px 4px 2px 4px;
	border-color:#bd7f04;
	color: #666;
	
}
.trasparente:hover,
.trasparente:focus {
	background: #CCC;
	border-color:#bd7f04;
	color:  #666;
}



/* PULSANTI RICERCA CHIARO  */

.Pulsantericerca {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	
	-moz-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.2);
	
	border: 1px solid;
	padding: 8px 12px;
	
	color: #000;
	font-family: "Myriad Pro", Arial, Tahoma, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	text-shadow: -1px -1px rgba(0,0,0,0.1), 0 0 15px rgba(255,255,255,0.75);
	white-space: nowrap;
	
	background: #777;
	border-color: #777;
	
	text-decoration: none;
	font-style: normal;
	text-transform: none;
}
.Pulsantericerca:hover,
.Pulsantericerca:focus {
	position: relative;
	bottom: 1px;

	-moz-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 3px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 3px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 3px 2px rgba(0,0,0,0.2);
	
	background: #999;
	border-color: #999; /* Default color */
}

.Pulsantericerca:active {
	position: relative;
	top: 1px;
	-moz-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 1px 2px rgba(0,0,0,0.2);

}

.chiaro{
	background: #ffa201;
	padding:10px 20px 10px 20px;
	border-color:#666;
}
.chiaro:hover,
.chiaro:focus {
	background: #fbb844;
	border-color:#ffa201;
}

/* Impostazioni POPUP */

 
#popup {
width: 700px; 
height: 350px;
position: absolute;
top: 50;
left: 30%;
margin: -67px 0 0 -160px;
border: 3px outset ActiveBorder;
background: #FFF;
color: #FFF;
display: none;
}

#popupFine {
width: 700px; 
height: 400px;
position: absolute;
top: 200;
left: 25%;
margin: -67px 0 0 -160px;
border: 3px outset ActiveBorder;
background: #FFF;
color: #FFF;
display: none;
}

#messaggio {
width: 320px; 
height: 134px;
position: absolute;
top: 400px;
left: 50%;
margin: -67px 0 0 -160px;
border: 3px outset ActiveBorder;
background: #FFF;
color: #FFF;
display: none;
}

#popupFuori {
width: 700px; 
height: 400px;
position: absolute;
top: 75;
left: 30%;
margin: -67px 0 0 -160px;
border: 3px outset ActiveBorder;
background: #FFF;
color: #FFF;
display: none;
}

input.nomeTest
{  
   font-size:32px;
  text-align: center; 
}


textarea.descrizioneFoto { /* Stili specifici per la teaxtarea */
    /*background: #CCC; /* Colore di sfondo */
    border: 1px solid #323232; /* Bordo */
    color: #000; /* Colore del testo */
    height: 15px; /* Altezza */
    line-height: 15px; /* Altezza di riga */
	text-align: center;
    width: 300px; /* Larghezza */
    padding: 0 10px; /* Padding */
    font-size: 12px;
    height: 100px;
    width: 320px;
    overflow: hidden; /* disabilitare la scrollbar in IE */
}

#ErroreBobina {
width: 700px; 
height: 400px;
position: absolute;
top: 75;
left: 30%;
margin: -67px 0 0 -160px;
border: 3px outset ActiveBorder;
background: #FFF;
color: #FFF;
display: none;
}

#ErroreInduttanza {
width: 700px; 
height: 400px;
position: absolute;
top: 75;
left: 30%;
margin: -67px 0 0 -160px;
border: 3px outset ActiveBorder;
background: #FFF;
color: #FFF;
display: none;
}

#ErroreNumeroReale {
width: 700px; 
height: 400px;
position: absolute;
top: 75;
left: 30%;
margin: -67px 0 0 -160px;
border: 3px outset ActiveBorder;
background: #FFF;
color: #FFF;
display: none;
}


#ControlloNuoviValori {
width: 700px; 
height: 400px;
position: absolute;
top: 75;
left: 30%;
margin: -67px 0 0 -160px;
border: 3px outset ActiveBorder;
background: #FFF;
color: #FFF;
display: none;
}

#Test2Ok {
background: #00CC33;
color: #00CC33;
opacity: 0.75;

border-radius: 40px; 
  -moz-border-radius: 40px; /* firefox */
  -webkit-border-radius: 40px; /* safari, chrome */
display: none;
}

#Test3Ok {
background: #00CC33;
color: #00CC33;
opacity: 0.75;

border-radius: 40px; 
  -moz-border-radius: 40px; /* firefox */
  -webkit-border-radius: 40px; /* safari, chrome */
display: none;
}

#Test3Ko {
background: #FF0000;
color: #FF0000;
opacity: 0.75;

border-radius: 40px; 
  -moz-border-radius: 40px; /* firefox */
  -webkit-border-radius: 40px; /* safari, chrome */
display: none;
}


/* PULSANTI IMMAGINE TEST1 */

.Test1 {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 8px;
	
	width: 174px;
	height: 200px;
	
	-moz-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.2);
	
	border: 1px solid;
	padding: 8px 12px;
	
	color: #000;
	font-family: "Myriad Pro", Arial, Tahoma, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	text-shadow: -1px -1px rgba(0,0,0,0.1), 0 0 15px rgba(255,255,255,0.75);
	white-space: nowrap;
	
	border-color: #777;
	background-image:url(../images/Test1.JPG);
	background-position:center;
	background-repeat:no-repeat;
	
	text-decoration: none;
	font-style: normal;
	text-transform: none;
	
}
.Test1:hover,
.Test1:focus {
	position: relative;
	bottom: 2px;

	-moz-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 3px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 3px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 3px 2px rgba(0,0,0,0.2);
	
	border-color: #999; /* Default color */
}

.Test1:active {
	position: relative;
	top: 2px;
	-moz-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 1px 2px rgba(0,0,0,0.2);

}

/* PULSANTI IMMAGINE TEST2 */

.Test2 {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 8px;
	
	width: 174px;
	height: 200px;
	
	-moz-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.2);
	
	border: 1px solid;
	padding: 8px 12px;
	
	color: #000;
	font-family: "Myriad Pro", Arial, Tahoma, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	text-shadow: -1px -1px rgba(0,0,0,0.1), 0 0 15px rgba(255,255,255,0.75);
	white-space: nowrap;
	
	border-color: #777;
	background-image:url(../images/Test2.JPG);
	background-position:center;
	background-repeat:no-repeat;
	
	text-decoration: none;
	font-style: normal;
	text-transform: none;
	
}
.Test2:hover,
.Test2:focus {
	position: relative;
	bottom: 2px;

	-moz-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 3px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 3px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 3px 2px rgba(0,0,0,0.2);
	
	border-color: #999; /* Default color */
}

.Test2:active {
	position: relative;
	top: 2px;
	-moz-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 1px 2px rgba(0,0,0,0.2);

}



/* PULSANTI IMMAGINE TEST3 */

.Test3 {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 8px;
	
	width: 174px;
	height: 200px;
	
	-moz-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 2px 2px rgba(0,0,0,0.2);
	
	border: 1px solid;
	padding: 8px 12px;
	
	color: #000;
	font-family: "Myriad Pro", Arial, Tahoma, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	text-shadow: -1px -1px rgba(0,0,0,0.1), 0 0 15px rgba(255,255,255,0.75);
	white-space: nowrap;
	
	border-color: #777;
	background-image:url(../images/Test3.JPG);
	background-position:center;
	background-repeat:no-repeat;
	
	text-decoration: none;
	font-style: normal;
	text-transform: none;
	
}
.Test3:hover,
.Test3:focus {
	position: relative;
	bottom: 2px;

	-moz-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 3px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 3px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 3px 2px rgba(0,0,0,0.2);
	
	border-color: #999; /* Default color */
}

.Test3:active {
	position: relative;
	top: 2px;
	-moz-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 1px 2px rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px 3px rgba(255,255,255,0.5), 0 1px 2px rgba(0,0,0,0.2);

}