/* Elements */
html{
}
body {
    background-color: #000000;
    background-image: url(../imgs/top.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    height: 100%;
    margin: 0px;
    padding: 0px;
    /* start ie style */
    scrollbar-face-color: #676767; /* face color */
    scrollbar-track-color: #EFECEE; /* background color */
    scrollbar-arrow-color: #FFF; /* arrow color */
    scrollbar-highlight-color: #EFECEE; /* inner left and top border color */
    scrollbar-shadow-color: #EFECEE; /* inner right and bottom border color */
    scrollbar-3dlight-color: #EFECEE; /* left and top border color */
    scrollbar-darkshadow-color: #EFECEE; /* right and bottom border color */
    scrollbar-base-color: #EFECEE; /* generic color - not required - util for 3D standard scollbar width custom color */
    /* end ie style */
}
a, a:link, a:active {
    color: #efb913;
    text-decoration: none;
}
a:hover {
    color: #b98f0f;
    text-decoration : underline;
}
a img{
  border: 0px;
}
button{
    cursor: pointer;
}
img, form {
    margin: 0px;
    padding: 0px;
    border: none;
}
p img{
    margin: 4px;
}
input, select {
    display: block;
    position: relative;
    float: left;
    margin: 5px;
    padding: 0px;
    border: #676767 1px solid;
    height: 18px;
}
h1 {
    margin: 10px;
    padding: 0px;
    font-size: 20px;
    font-weight: bold;
    font-family: Trebuchet MS, verdana, arial, helvetica, sans-serif;
}
h2 {
    margin: 15px 15px 5px 15px;
    padding: 0px;
    font-size: 16px;
    font-weight: bold;
    font-family: Trebuchet MS, verdana, arial, helvetica, sans-serif;
    color: #efb913;
}
#page1 h2 {
    margin: 0px 15px 5px 15px;
}
#pagebasispoint h2{
    border-bottom: 1px solid #efb913;
}
#pageriferimenti h2{
    border-bottom: 1px solid #efb913;
}
#pageriferimenti p{
    min-height: 100px;
}
h3 {
    width: 500px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    font-family: Trebuchet MS, verdana, arial, helvetica, sans-serif;
    color: #efb913;
    line-height: 40px;
}
a:hover h2 {
    color: #b98f0f;
}
h4 {
    margin: 5px 15px 0px 15px;
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
    font-family: Trebuchet MS, verdana, arial, helvetica, sans-serif;
    color: #efb913;
}
p {
    margin: 15px;
    padding: 0px;
}
a + p{
    margin: 0px 15px 0px 15px;
}
hr {
    margin: 0px;
    padding: 0px;
    height: 0px;

}
.hr hr{
    display: none;
    visibility: none;
    margin: 0px;
    padding: 0px;
    height: 0px;
}
big {
    font-size: 160%;
}
small {
    font-size: 80%;
}
label {
    display: block;
    position: relative;
    float: left;
    width: 150px;
    height: 18px;
    margin: 5px;
    line-height: 18px;
}
strong {
    font-weight: bold;
}
object {
    display: block;
    position: relative;
    float: left;
    margin: 0px;
    padding: 0px;
    border: none;
}
div{
    display: block;
    position: relative;
    float: left;
    left: 0px;
    top: 0px;
    padding: 0px;
    border: 0px;
    margin: 0px;
}
div.box-sizing {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/* Classes */
.xscreen {
    display: block;
}
.xhandheld, .xtty, .xprint {
    display: none;
}
.tab {
    display: block;
    position: relative;
    float: left;
    width: 100px;
    height: 18px;
}
.green{
    color: #000;
    font-size: 0.8em;

}
.indent{
    text-indent: 30px;
}
.photo{
    margin: 10px 10px 10px 10px;
    border: 1px solid #717679;
}
.hr{

    width: 98%;
    height: 1px;
    background: url(../imgs/hr.gif) repeat-x center center;
    margin: 5px 0px 5px 5px;
}
.second:before{
    content: "- ";
}
.title{
    font-size: 12px;
    line-height: 20px;
}
.title_grey {
    display: block;
    margin: 15px 10px 0px 10px;
    padding: 0px;
    font-size: 20px;
    font-weight: bold;
    font-family: Trebuchet MS, verdana, arial, helvetica, sans-serif;
}
.title_grey a{
    text-decoration: none;
}
.title_yellow{
    font-size: 16px;
    font-weight: bold;
    font-family: Trebuchet MS, verdana, arial, helvetica, sans-serif;
    color: #efb913;
}


.red{
  color: #f00000;
}
.hidden{
    display: none;
    visibility: hidden;
}
a.close{
    display: block;
    position: relative;
    float: left;
    margin: 10px 0px 0px 0px;
    left: 130px;
    cursor: pointer;
}
a.login{
    cursor: pointer;
}
a.external:after{
    content: url(../imgs/external.gif);
}
img.thumb{
    display: block;
    position: relative;
    float: left;
    padding: 1px;
    margin: 2px;
    border: 1px solid #717679;
}
a img.thumb{
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
a:hover img.thumb{
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
img.thumb2{
    padding: 1px;
    margin: 2px;
    border: 1px solid #717679;
}
a img.thumb2{
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
a:hover img.thumb2{
  filter:alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.line{
  width: 100%;
}
.line24{
  display: block;
  position: relative;
  float: left;
  width: auto;
  clear: left;
  line-height: 28px;
}


#wrapper {
    position: absolute;
    left: 50%;
    top: 0px;
    width: 960px;
    margin-top: 0px;
    margin-left: -480px;
    padding-top: 15px;
    background: transparent;
}

/* Menu1 */
#menu1 {
    left: 0px;
    top: 0px;
    float: right;
    width: 700px;
    height: 60px;
    color: #fff;
    margin: 8px 0px 14px 0px;
}
ul.menu1{
    display: block;
    position: absolute;
    list-style: none;
    right: 0px;
    bottom: 0px;
}
ul.menu1 li{
    display: block;
    position: relative;
    float: left;
    display: inline;
}
li.menu1{
    display: block;
    position: relative;
    float: left;
    margin: 28px 10px 0px 10px;
    display: inline;
}
li.image{
    display: block;
    position: relative;
    float: left;
    margin: 0px 10px 0px 10px;
    display: inline;
}
li.menu1 a, li.menu1 a:link, li.menu1 a:active, li.menu1 a:hover {
    display: block;
    position: relative;
    float: left;
    height: 25px;
    font-weight: bold;
    color: #FFFFFF;
    padding-left: 10px;
    border-left: 5px solid #4b5e1b;
    text-decoration: none;
    font-size: 1.15em;
    line-height: 0.9em;
}
li.menu1 a:active, li.menu1 a:hover {
    border-left: 5px solid #efb913;
    text-decoration: none;
}
li.menu1 a.active {
    border-left: 5px solid #efb913;
    text-decoration: none;
}
li.menu1 a .green{
    color: #4b5e1b;
}
li.menu1 a:hover .green{
    color: #efb913;
}
li.menu1 a.active .green{
    color: #efb913;
}
/* End Menu1 */
#top{
    width: 960px;
    height: auto;
    margin: 63px 0px 0px 0px;

}
#leftcell{
    width: 230px;
    margin: 0px 5px 0px 0px;
  	z-index: 10000;
}
#content{
    width: 722px;
    min-height: 147px;
    margin: 0px 0px 0px 0px;
}
#bnghome {
    left: 0px;
    top: 0px;
    width: 958px;
    height: 197px;
    border: 1px solid #717679;
    margin: 0px 0px 5px 0px;
    overflow: hidden;
}
#bnghome li{
    /*
    	define width and height of list item (slide)
    	entire slider area will adjust according to the parameters provided here
    */
    width: 958px;
    height: 197px;
    overflow: hidden;
}
span.navbtn{
    position: absolute;
    display: block;
    float: left;
    width: 120px;
    height: 190px;
    margin: 10px 10px 10px 10px;

}
span.navbtn a{
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
span#prevBtn.navbtn{
  left: 0px;
  text-align: left;
}
span#nextBtn.navbtn{
  right: 0px;
  text-align: right;
}

#bng{
    width: 720px;
    height: 147px;
    border: 1px solid #717679;
    margin: 0px 0px 0px 0px;
}
#nws{
    width: 720px;
    min-height: 150px;
    background: #232323;
    border: 1px solid #717679;
    margin: 5px 0px 0px 0px;
}
#nws img.thumb {
    margin: 5px 30px 5px 30px;

}
#nwsreserved{
    width: 720px;
    height: 300px;
    background: #232323;
    border: 1px solid #717679;
    margin: 5px 0px 0px 0px;
}
#nwsreserved img.thumb {
    margin: 5px 30px 5px 30px;

}
#links{
    width: 202px;
    min-height: 147px;
    border: 1px solid #717679;
    background: #121414;
    margin: 5px 0px 0px 5px;
}
#txt{
    width: 511px;
    min-height: 300px;
    background: #232323;
    border: 1px solid #717679;
    margin: 5px 0px 0px 0px;
    text-align: justify;
}
#txt ul{
    list-style: disc;
    list-style-type: disc;
    list-style-position: outside;
    margin: 0px 0px 0px 30px;
    padding: 0px 15px 0px 0px;
}
#txt ul li{
    list-style-type: disc;
    list-style-position: outside;
    list-style: disc;
    margin: 8px 2px 2px 2px;
}
#txt.large{
    width: 720px;
}
#txt table{
    margin: 0px 0px 15px 15px;
}
#fls{
    width: 700px;
    min-height: 300px;
    background: #232323;
    border: 1px solid #717679;
    margin: 5px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    text-align: justify;
}
#fls ul{
    margin-left: 35px;
}
#cat{
    width: 700px;
    margin: 1px 0px 0px 0px;
}
#fl{
    width: 700px;
    margin-bottom: 15px;
    border-bottom: 1px solid #717679;

}


#element{
  width: 100%;
  height: auto;
}
.ajaxgal{
  display: block;
  position: relative;
  float: left;
  width: 720px;
  height: auto;
}
#ajaxlogin{
    position: absolute;
    width: 200px;
    height: 175px;
    color: #fff;
    background: #121414;
    border: 1px solid #717679;
    text-align: justify;
    z-index: 100;
    top: 55px;
    left: 758px;
}
#login{
    width: 218px;
    height: 60px;
    color: #fff;
    background: #121414;
    border: 1px solid #717679;
    text-align: justify;
    margin: 0px 0px 5px 0px;
    padding: 5px;
}
/* Menu2 */
#menu {
    left: 0px;
    top: 0px;
    width: 230px;
    min-height: 314px;
    color: #fff;
    z-index: 10000;
    margin: 0px 0px 0px 0px;
}
#menu2 {
    left: 0px;
    top: 0px;
    width: 228px;
    height: 314px;
    color: #fff;
    background: #121414;
    border: 1px solid #717679;
    text-align: justify;
    margin: 5px 5px 0px 0px;
}
ul.menu2{
    display: block;
    position: relative;
    list-style: none;
    margin: 5px 0px 0px 5px;
}
li.menu2{
    position: relative;
    clear: left;
    float: left;
    margin: 0px 0px 0px 5px;

}
li.menu2 a{
    display: block;
    position: relative;
    float: left;
    font-weight: bold;
    color: #FFFFFF;
    height: 22px;
}
#menu2 a, #menu2 a:link, #menu2 a:visited {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
 #menu2 a._active, #menu2 a:hover {
    color: #efb913;
    font-weight: bold;
    text-decoration: none;
}
/* End Menu2 */

#newsbox{
    width: 723px;
    min-height: 330px;
    height: auto;
    border: 1px solid #717679;
    background: #232323;
    margin: 0px 0px 0px 5px;
    padding: 0px;

}
#newsbox p {
    margin: 5px 15px 5px 15px;
    padding: 0px;
    text-align: justify;
}
#newsbox img.thumb {
    margin: 5px 30px 5px 30px;
}
#nw{
    width: 710px;
    height: 150px;
    margin: 0px 0px 0px 0px;
}
#ws-menu{
    position: absolute;
    display: block;
    top: 10px;
    left: 575px;
    color: #efb913;
}
#listafile{

}
#bnr{
    width: 200px;
    height: 100px;
    float: right;
    border: 1px solid #717679;
    margin: 5px 0px 0px 0px;
}
#bottom {
    width: 956px;
    text-align: center;
    margin-top: 10px;
    color: #717679;
}
#copy {
    display: block;
    position: relative;
    left: 0px;
    top: 10px;
    text-align: center;
}
/*************** Forms ***************/
input, select {
    display: block;
    position: relative;
    float: left;
    margin: 0px;
    padding: 0px;
}
input:focus{
  background: #E8E8E8;
}
select:focus{
  background: #E8E8E8;
}
form.login button{
    display: block;
    position: relative;
    float: left;
    width: 152px;
    background: none;
    border: 0px;
    margin-top: 10px;
    cursor: pointer;
}
div#campo{
    margin: 5px 0px 5px 0px;
}

label {
    display: block;
    position: relative;
    float: left;
    margin: 0px 24px 0px 24px;
}
form.login{
  padding: 0px 24px 0px 24px;
}
form.login input{
  width: 152px;
  margin: 0px;
}
form.login label{
  width: 152px;
  margin: 0px;
}
label.small{

}
label.long{

}
label.full{

}
label.req:after{

}


div#campo.radio input{
    width: 18px;
    height: 18px;
}
div#campo.checkbox input{
    width: 18px;
    height: 18px;
}



/* Sondaggio */

div.js-pollSubject{
  width: 100%;
  font-family: Trebuchet MS, Arial;
  font-size: 20px;
  clear: both;
}
div.js-pollItems{
clear: left;
}
div.js-pollItem{
width: 400px;
}
div.js-pollText{
  position: relative;
  float: left;
}
div.js-pollSubmitRegion{
  position: relative;
  float: left;
  clear: both;
}
input.js-pollSubmit{
  width: 80px;
  padding: 4px;
  height: 24px;
  line-height: auto;
  background: #EFB913;
  margin-top: 20px;
}
div.js-pollByJSKit{
    position: absolute;
    top: 90%;
    left: 80%;
}
div.js-pollItemDVT{
    color: black;
}

/* ---------------- Begin  Ticker box CSS ----------------- */

.tickerbox {width: 100%; height: 100%;}
body#page1 .tickerbox ul {width:700px; height: 330px; display: block; position: relative;   float: left;}
.tickerbox ul {width:700px; height: 100%; display: block; position: relative;   float: left;}
.tickerbox li {
width: 100%;
height: auto;
float: none;
list-style: none;
position: absolute;
display: none;
overflow: hidden;
}
#tickerpages a {background: #534108;}
#tickerpages a.active {color: #232323;background: #EFB913;  }
/* ---------------- End  Ticker box CSS ----------------- */
.tickerHovered {}
.tickerPageSelected {background:red;}
.tickerPageNotSelected{background: white;}
span#play{
    display: block;
    position: relative;
    float: left;
    width: 20px;
    height: 20px;
    background: #232323 url(./imgs/play.gif) no-repeat center center;
    cursor: pointer;
}
span#play:hover{
    background: #232323 url(./imgs/play_h.gif) no-repeat center center;
}
span#stop{
    display: block;
    position: relative;
    float: left;
    width: 19px;
    height: 19px;
    background: #232323 url(./imgs/stop.gif) no-repeat center center;
    cursor: pointer;
}
span#stop:hover{
    background: #232323 url(./imgs/stop_h.gif) no-repeat center center;
}
span#play.go{
    background: #232323 url(./imgs/play_h.gif) no-repeat center center;
}
span#stop.go{
    background: #232323 url(./imgs/stop_h.gif) no-repeat center center;
}
#tickerpages{
      position: relative;
      width: 185px;
      top: -30px;
      right: 5px;
      left: 530px;
}

#tickerpages a{
        display: block;
        float: left;
      width: 18px;
      height: 18px;
      line-height: 10px;
      cursor: pointer;
      margin: 0px 1px 0px 1px;
      padding: 0px 0px 0px 0px;
      text-align: center;
      line-height: 18px;
}
#tickerpages a:hover{
        background: #EFB913;
}
#tikercontrols{
      position: absolute;
      width: 50px;
      height: 20px;
      top: 12px;
      right: 160px;
}

body#pagereservedhome .tickerbox{
      height: 200px;
}

