/* begin Page */


body
{
  margin: 0 auto;
  padding: 0;
  background-color: #050505;
}

.Main
{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}




.PageBackgroundSimpleGradient
{
  background-image: url('images/Page-BgSimpleGradient.jpg');
  background-repeat: repeat-x;
  height: 1px;
}

.cleared
{
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
  border: none;
  font-size:1px;
}


/* end Page */

/* begin Box, Sheet */
.Sheet
{
  overflow: hidden;
  min-width:35px;
  min-height:35px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
  width: 800px;
}


.Sheet-body
{
  position: relative;
  z-index: 0;
  margin: 3px;
}

.Sheet-tl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-tr
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 17px;
  height: 17px;
}

.Sheet-tr div
{
  position: absolute;
  z-index: -1;
  top: 0px;
  left: -17px;
  width: 34px;
  height: 34px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-bl
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 17px;
  height: 17px;
}

.Sheet-bl div
{
  position: absolute;
  z-index: -1;
  top: -17px;
  left: 0;
  width: 34px;
  height: 34px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-br
{
  position: absolute;
  overflow: hidden;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 17px;
  height: 17px;
}

.Sheet-br div
{
  position: absolute;
  z-index: -1;
  top: -17px;
  left: -17px;
  width: 34px;
  height: 34px;
  background-image: url('images/Sheet-s.png');
}

.Sheet-tc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 0;
  left: 17px;
  right: 17px;
  height: 17px;
}

.Sheet-tc div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 34px;
  background-image: url('images/Sheet-h.png');
}

.Sheet-bc
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  bottom: 0;
  left: 17px;
  right: 17px;
  height: 17px;
}

.Sheet-bc div
{
  position: absolute;
  z-index: -1;
  top: -17px;
  left: 0;
  width: 100%;
  height: 34px;
  background-image: url('images/Sheet-h.png');
}

.Sheet-cl
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 17px;
  left: 0;
  width: 17px;
  bottom: 17px;
}

.Sheet-cl div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
  background-image: url('images/Sheet-v.png');
}

.Sheet-cr
{
  position: absolute;
  overflow:hidden;
  z-index: -1;
  top: 17px;
  right: 0;
  width: 17px;
  bottom: 17px;
}

.Sheet-cr div
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: -17px;
  width: 34px;
  height: 100%;
  background-image: url('images/Sheet-v.png');
}

.Sheet-cc
{
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 17px;
  left: 17px;
  right: 17px;
  bottom: 17px;
  background-image: url('images/Sheet-c.png');
}


.Sheet
{
  margin-top: -3px !important;
}
/* end Box, Sheet */

/* begin Header */
div.Header
{
  margin: 0 auto;
  position: relative;
  z-index:0;
  width: 794px;
  height: 179px;
}



div.Header-jpeg
{
  position: absolute;
  z-index:-1;
  top: 0;
  left: 0;
  width: 794px;
  height: 179px;
  background-image: url('icone/testata.gif');
  background-repeat: no-repeat;
  background-position: center center;
}
/* end Header */

/* begin Logo */
.logo
{
  display : block;
  position: absolute;
  left: {LogoLeft}px;
  top: {LogoTop}px;
  width: {LogoWidth}px;
}

h1.logo-name
{
  display: block;
  text-align: {HorizontalAlign};
}

h1.logo-name, h1.logo-name a, h1.logo-name a:link, h1.logo-name a:visited, h1.logo-name a:hover
{
{LogoNameFont}
  padding:0;
  margin:0;
  color: {NameFontColor} !important;
}

.logo-text
{
  display: block;
  text-align: {HorizontalAlign};
}

.logo-text, .logo-text a
{
{LogoSloganFont}
  padding:0;
  margin:0;
  color: {TextFontColor} !important;
}

/* end Logo */

/* begin Menu */
/* menu structure */

.artmenu a, .artmenu a:link, .artmenu a:visited, .artmenu a:hover
{
  text-align:left;
  text-decoration:none;
  outline:none;
  letter-spacing:normal;
  word-spacing:normal;
}

.artmenu, .artmenu ul
{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}

.artmenu li
{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
  background:none;
}

.artmenu li:hover
{
  z-index: 10000;
  white-space: normal;
}

.artmenu li li
{
  float: none;
}

.artmenu ul
{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  background:none;
}

.artmenu li:hover>ul
{
  visibility: visible;
  top: 100%;
}

.artmenu li li:hover>ul
{
  top: 0;
  left: 100%;
}

.artmenu:after, .artmenu ul:after
{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.artmenu, .artmenu ul
{
  min-height: 0;
}

.artmenu ul
{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}

.artmenu ul ul
{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}


/* menu structure */

.nav
{
  position: relative;
  margin: 0  auto;
  width: 794px;
  height: 29px;
  z-index: 100;
}

.nav2
{
  margin: 0  auto;
  width: 535px;

}
.artmenu
{
  padding: 0px 0px 0px 0px;
}


.nav .l, .nav .r, .nav .r div
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 29px;
}

.nav .l
{
  left: 0;
  right: 0px;
}


.nav .r
{
  right: 0;
  width: 0px;
}


.nav .r div
{
  width: 794px;
  right: 0;
}


.nav .l, .nav .r div
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/nav.png');
}

/* end Menu */

/* begin MenuItem */
.artmenu ul li
{
  clear: both;
}

.artmenu a , .artmenu a span
{
  height: 29px;
  display: block;
}


.artmenu a
{
  cursor: pointer;
  text-decoration: none;
  margin-right: 0px;
  margin-left: 0px;

}
.artmenu a span span
{
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #D4D4D4;
  padding: 0 22px;
  margin: 0 0px;
  line-height: 29px;
  text-align: center;
  background-image: url('images/item-center.png');
  background-position: left top;
  background-repeat: repeat-x;

}




.artmenu a:hover span span
{
  color: #262626;
  background-position: left -29px;
}

.artmenu li:hover a span span
{
  color: #262626;
  background-position: left -29px;
}


.artmenu a.active span span
{
  color: #080808;
  background-position: left -58px;
}

/* end MenuItem */

/* begin MenuSeparator */
.nav .separator
{
  display: block;
  width: 2px;
  height: 29px;
  background-image: url('images/item-separator.png');
}

/* end MenuSeparator */

/* begin ContentLayout */
.contentLayout
{
  margin-bottom: 1px;
  width: 794px;
  position: relative;
}
/* end ContentLayout */

/* begin Box, Block */
.Block
{
  overflow: hidden;
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}


.Block-body
{
  position: relative;
  z-index: 0;
  margin: 0px;
}


.Block
{
  margin: 7px;
}

/* end Box, Block */

/* begin BlockHeader */
.BlockHeader
{
  position: relative;
  overflow: hidden;
  height: 30px;
  z-index: 0;
  line-height: 30px;
  padding: 0 7px;
  margin-bottom: 7px;

}

.BlockHeader-text
{
  white-space : nowrap;
  color: #000000;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
}


.BlockHeader .l, .BlockHeader .r, .BlockHeader .r div
{
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 30px;
}

.BlockHeader .l
{
  left: 0;
  right: 0px;
}


.BlockHeader .r
{
  right: 0;
  width: 0px;
}


.BlockHeader .r div
{
  width: 794px;
  right: 0;
}


.BlockHeader .l, .BlockHeader .r div
{
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('images/BlockHeader.png');
}




/* end BlockHeader */

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


.BlockContent-body
{
  position: relative;
  z-index: 0;
  margin: 7px;
}


.BlockContent-body
{
  color:#EBEBEB;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}

.BlockContent-body a:link
{
  color: #C8BE92;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  text-decoration: underline;
}

.BlockContent-body a:visited, .BlockContent-body a.visited
{
  color: #E3E3E3;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  text-decoration: underline;
}

.BlockContent-body a:hover, .BlockContent-body a.hover
{
  color: #FEC295;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  text-decoration: none;
}


.BlockContent-body ul
{
  list-style-type: none;
  color: #B5B5B5;
  margin:0;
  padding:0;
}

.BlockContent-body li
{
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.BlockContent-body ul li
{
  padding:1px 0 1px 20px;
  background-image: url('images/BlockContentBullets.png');
  background-repeat:no-repeat;
  margin:0.5em 0 0.5em 0;
  line-height:1.2em;
}

/* end Box, BlockContent */

/* begin Box, Post */
.Post
{
  overflow: hidden;
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}


.Post-body
{
  position: relative;
  z-index: 0;
  margin: 7px;
}


.Post
{
  margin: 5px;
}


/* Start images */
a img
{
  border: 0;
}

.article img, img.article
{
  border-style: solid;
  border-width: 0px;
  border-color: #B7A971;
  margin: 0.5em;
}

.article2 img, img.article2
{
  border-style: solid;
  border-width: 0px;
  border-color: #B7A971;
  margin-left: 0.5em;
}

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

/* Start tables */

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

.article table, table.article .article tr, .article th, .article td
{
  background-color:Transparent;
}

.article th, .article td
{
  padding: 2px;
  border: dotted 1px #7E7E7E;
  border-top-color: #454545;
  border-bottom-color: Transparent;
  border-left-color: Transparent;
  border-right-color: Transparent;
  width: 560px; 
  vertical-align: top;
  text-align:left;
}

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

.article2 table, table.article2
{
  border-collapse: collapse;
  margin: 1px;
  width:auto;
}

.article2 table, table.article2 .article2 tr, .article2 th, .article2 td
{
  background-color:Transparent;
}

.article2 th, .article2 td
{
  padding: 2px;
  border-bottom: dotted 1px #7E7E7E;
  border-left-color: Transparent;
  border-right-color: Transparent; 
  border-top-color: Transparent;;
  width: 210px; 
  vertical-align: top;
  text-align:left;
}

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

.article3 table, table.article3
{
  border-collapse: collapse;
  margin: 1px;
  width:auto;
}

.article3 table, table.article3 .article3 tr, .article3 th, .article3 td
{
  background-color:Transparent;
}

.article3 th, .article3 td
{
  padding: 2px;
  border-color: Transparent;
  width: 210px; 
  vertical-align: top;
  text-align:left;
}

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

.article4 table, table.article4
{
  margin: 1px;
  width:auto;
}

.article4 table, table.article4 .article4 tr, .article4 th, .article4 td
{
  background-color:Transparent;
}

.article4 th, .article4 td
{
  padding: 2px;
  border-bottom: 1px ;
  width: 210px; 
  vertical-align: top;
  text-align:left;
}

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

/* Finish tables */
/* end Box, Post */

/* begin PostHeaderIcon */
.PostHeaderIcon-wrapper
{
  text-decoration:none;
  margin: 0.2em 0;
  padding: 0;
  font-weight:normal;
  font-style:normal;
  letter-spacing:normal;
  word-spacing:normal;
  font-variant:normal;
  text-decoration:none;
  font-variant:normal;
  text-transform:none;
  text-align:left;
  text-indent:0;
  line-height:inherit;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #C7C7C7;
}

.PostHeaderIcon-wrapper, .PostHeaderIcon-wrapper a, .PostHeaderIcon-wrapper a:link, .PostHeaderIcon-wrapper a:visited, .PostHeaderIcon-wrapper a:hover
{
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 22px;
  margin: 0.4em; 
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #C7C7C7;
}

/* end PostHeaderIcon */

/* begin PostHeader */
.PostHeader a:link
{
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: left;
  color: #D1C8A3;
}

.PostHeader a:visited, .PostHeader a.visited
{
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: left;
  color: #D1D1D1;
}

.PostHeader a:hover, .PostHeader a.hovered
{
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  text-decoration: none;
  text-align: left;
  color: #FEC295;
}
/* end PostHeader */

/* begin PostContent */
/* Content Text Font & Color (Default) */
body
{
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #D9D9D9;
}

.PostContent
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: #D9D9D9;
}

/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif ;
  text-decoration: underline;
  color: #DBD4B8;
}

/* Adds special style to an unvisited link. */
a:link
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-decoration: underline;
  color: #DBD4B8;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-decoration: underline;
  color: #949494;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #FEC295;
}

a:hover2, a.hover2
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #FF8000;
}

a.titolitabpiccoli
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #FF8000;
}

/* Adds special style to an unvisited link. */
a.titolitabpiccoli:link
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #FF8000;
}

/* Adds special style to a visited link. */
a.titolitabpiccoli:visited, a.visited
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #FF8000;
}

/* :hover - adds special style to an element when you mouse over it. */
a.titolitabpiccoli:hover, a.hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #FF8000;
}

a.titolitabpiccoli:hover2, a.hover2
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #FF8000;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6, 
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #ADADAD;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #C9C9C9;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #C9C9C9;
  line-height:0.05;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  color: #EBEBEB;
  line-height: 0.01;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #FF8000;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #FF8000;
  padding: 0;
}

h7, h7 a, h7 a:link, h7 a:visited, h7 a:hover
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #FF8000;
}
.titolitab
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #FF8000;
}
.titolitabgrigio
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #C9C9C9;
}
.titolitabmenu
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding-left: 5px;
  font-size: 14px;
  font-style:normal;
  text-decoration: underline;
  font-weight: normal;
  text-align: left;
  color: #FF8000;
}
.titolitabpiccoli
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #FF8000;
}

/* Finish Content headings Fonts & Colors  */

/* end PostContent */

/* begin PostBullets */
/* Start Content list */

ul
{
  list-style-type: none;
  color: #C7C7C7;
  margin:0;
  padding:0;
}

li
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
}



.Post ul li
{
  padding:0px 0 0px 1px;
  background-repeat:no-repeat;
  margin:0.5em 0 0.5em 0;
  line-height:1.2em;
}


/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */

blockquote p
{
  color:#0F0F0F;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

blockquote
{
  border-color:#D4CCAA;
  border-width: 1px;
  border-style: solid;

  margin:10px 10px 10px 50px;
  padding:5px 5px 5px 38px;

  background-color:#E9E4D3;

  background-image:url('images/PostQuote.png');
  background-position:left top;
  background-repeat:no-repeat;
}



/* Finish blockuote */
/* end PostQuote */

/* begin Button */
button.Button, a.Button
{
  position:relative;
  display:inline-block;
  width: auto;
  outline:none;
  border:none;
  background:none;
  line-height:34px;
  margin:0;
  padding:0;
  overflow: visible;
  cursor: default;
  text-decoration: none !important;
}


/*This HACK needed for ie7 (button position)*/
*:first-child+html button.Button, *:first-child+html a.Button
{
  display:list-item;
  list-style-type:none;
  float:left;
}


.Button .btn
{
  position: relative;
  overflow: hidden;
  display: block;
  width: auto;
  z-index: 0;
  height: 34px;
  color: #000000;
  white-space: nowrap;
  float: left;
}

.Button .t
{
  height:34px;
  white-space: normal;
  padding: 0 21px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  line-height: 34px;
  text-decoration: none !important;
}

input, select
{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
}

.Button .active
{
  color: #FFEBDC;
}

.Button .hover,  a.Button:hover
{
  color: #B5B5B5;
  text-decoration: none !important;
}

.Button .active .r
{
  top: -68px;
}

.Button .hover .r
{
  top: -34px;
}

.Button .r
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 11px;
  height: 102px;
}


.Button .r span
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width:411px;
  height: 102px;
}


.Button .active .l
{
  top: -68px;
}

.Button .hover .l
{
  top: -34px;
}

.Button .l
{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  right: 11px;
  height: 102px;
}


.Button .l, .Button .r span
{
  background-image: url('images/Button.png');
}

/* end Button */

/* begin Footer */
.Footer
{
  position:relative;
  z-index:0;
  overflow:hidden;
  width: 794px;
  margin: 5px auto 0px auto;
}

.Footer .Footer-inner
{
  height:1%;
  position: relative;
  z-index: 0;
  padding: 15px;
  text-align: center;
}

.Footer .Footer-background
{
  position:absolute;
  z-index:-1;
  background-repeat:no-repeat;
  background-image: url('images/Footer.png');
  width: 794px;
  height: 100px;
  bottom:0;
  left:0;
}



.rss-tag-icon
{
  position: relative;
  display:block;
  float:left;
  background-image: url('images/rssIcon.png');
  background-position: center right;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
  height: 27px;
  width: 26px;
}




.Footer .Footer-text p
{
  margin: 0;
}

.Footer .Footer-text
{
  display:inline-block;
  color:#bcaf7b;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.Footer .Footer-text a:link
{
  text-decoration: none;
  color: #665C33;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-decoration: underline;
}

.Footer .Footer-text a:visited
{
  text-decoration: none;
  color: #1A1A1A;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-decoration: underline;
}

.Footer .Footer-text a:hover
{
  text-decoration: none;
  color: #974302;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-decoration: none;
}
/* 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:#FD8F3A;
}

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

/* begin LayoutCell */
.contentLayout .sidebar1
{
  position: relative;
  margin: 0;
  padding: 2px;
  border: 0;
  float: left;
  overflow: hidden;
  width: 210px;
}
.contentLayout .sidebar2
{
  position: relative; 
  margin: 0;
  padding-top: 14px;
  padding-left: 10px;
  border: 0;
  float: left;
  overflow: hidden;
  width: 194px;
}
/* end LayoutCell */

/* begin LayoutCell */
.contentLayout .content
{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
  overflow: hidden;
  width: 560px;
}

/* end LayoutCell */

.puntinato
{
  border:0px; border-top: 1px; dotted #FFF; height: 0px;
  margin: 0px;
  padding: 0px;
}

td.alto80 
{
  width: 260px;
  height: 100px;
  vertical-align: top;
}
td.eventipassati 
{
  border-bottom: 1px; dotted #FFF; height: 1px;
  width: 500px;
  height: 100px;
  vertical-align: top;
}
td.largo280 
{
  width: 260px;
  height: 130px;
  vertical-align: top;
}

td.largo210 
{
  width: 200px;
  height: 160px;
  vertical-align: top;
}

td.largo150 
{
  width: 150px;
  height: 150px;
  border:#000 solid 9px;
  vertical-align: top;
}
td.largo150nobordo 
{
  width: 180px;
  height: 180px;
  vertical-align: top;
}
td.largo560 
{
  width: 560px;
  height: 400px;
  vertical-align: top;
  border:#000 solid 9px;
}
td.largo150transparent
{
  width: 150px;
  height: 60px;
  vertical-align: top;
  border:transparent;
}
td.largo410
{
  width: 410px;
  vertical-align: top;
  border:transparent;
  padding: 0px 10px 10px 20px;
}
td.largo410inf
{
  width: 410px;
  vertical-align: top;
  border:transparent;
  padding: 10px 10px 10px 0px;
}
td.opereconcorso 
{
  width: 240px;
  height: 160px;
  vertical-align: top;
  border:#000000 solid 9px;
  border-spacing: 12em 24em;
}
td.opereconcorsocateg 
{
  width: 240px;
  height: 20px;
  vertical-align: top;
  border-spacing: 12em 24em;
}
td.opereconcorsochiusura 
{
  width: 240px;
  height: 30px;
  vertical-align: top;
  border-spacing: 12em 24em;
}

.foto{ margin:0; padding:0px; height:160px; position:relative; border-top: 0 solid #000; border-right: 0 solid #000; border-bottom: 0 solid #000; border-left: 0px solid #000; background-color: transparent; width: 240px; voice-family: "\"}\"";  voice-family:inherit; width: 240px; }  

.foto span{ position:absolute; top:110px; left:0px; width:240px; height:50px; font-weight:lighter; background:#000; color:#fff; padding:5px 5px 5px 5px; font-size:90%; filter:alpha(opacity=50); -moz-opacity:.4; opacity:.50; }

.cazzo{

text-align: left;
} 

.titoligallery{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12x;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #FF8000;
 } 
