body { 
  margin:0; 
  padding:0;
  background-color: #FDFBFB; 
  text-align: justify;
  font-family: tahoma,verdana,arial;
  font-size: 16px;
}

#header {
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  background-color:#FDFBFB;
  border-bottom:2px ridge #10416B;
  width:100%;
  height: 70px;
}

.sfondo {
  position:absolute;
  vertical-align:top;
  width:100%;
  background: -moz-linear-gradient(top, rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.75) 100%), url("../img/sfondo.png") no-repeat -300px 50px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.75)), color-stop(100%,rgba(255,255,255,0.75))), url("../img/sfondo.png") no-repeat -300px 50px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.75) 60%,rgba(255,255,255,0.75) 100%), url("../img/sfondo.png") no-repeat -300px 50px;
  background: -o-linear-gradient(top, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.75) 100%), url("../img/sfondo.png") no-repeat -300px 50px;
  background: -ms-linear-gradient(top, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.75) 100%), url("../img/sfondo.png") no-repeat -300px 50px;
  background: linear-gradient(to bottom, rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.75) 100%), url("../img/sfondo.png") no-repeat -300px 50px;
  background-size: 100%;
  background-position: 0% 90%;
  z-index:-1;
}

#logo {
  float:left;
  padding:10px;
}

#title {
  font-family: tahoma,verdana,arial;
  float:left;
  padding-top:10px;
  font-size:32pt;
  font-variant: small-caps;
  font-style:italic;
  font-weight: 800;
  color:#10416B;
}

#accesso {
  font-family: tahoma,verdana,arial;
  float:right;
  margin-right:20px;
  width:auto;
  min-width:80px;
  height:38px;
  text-align:center;
  border: #10416B 1px solid;
  -moz-border-radius:3px;
  -moz-box-shadow:1px 1px 1px #10416B;
  -webkit-border-radius:3px;
  -webkit-box-shadow:1px 1px 1px #10416B;
  border-radius:3px;
  box-shadow:1px 1px 1px #10416B;
  background: #10416B;
  cursor:hand;
  cursor: pointer;
  color:#fff;
}

#accesso:hover {
  border: #E5E5E5 1px solid;
  -moz-border-radius:3px;
  -moz-box-shadow:1px 1px 1px #17619E;
  -webkit-border-radius:3px;
  -webkit-box-shadow:1px 1px 1px #17619E;
  border-radius:3px;
  box-shadow:1px 1px 1px #17619E;
  background: #17619E;
  cursor:hand;
  cursor: pointer;
  color:#fff;
}

#accesso .pict{
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
}

#submenu {
  text-shadow: none;
  margin-top:38px;
  border: #10416B 1px solid;
  -moz-border-radius: 3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  -moz-box-shadow:1px 1px 1px #aaa;
  -webkit-box-shadow:1px 1px 1px #aaa;
  box-shadow:1px 1px 1px #aaa;
  background: #fff;
  cursor: hand;
  cursor: pointer;
  color: #10416B;
}

#submenu table {
  width:100%;
}

#submenu .tr-menu:hover{
  cursor:hand;
  cursor:pointer;
  background-color:#ddd;
}

#submenu .td-menu {
  height:30px;
  text-align:left;
  padding-left:20px;
}

#submenu table td span.lineadiv {
  padding:0px;
  display: block;
  height: 1px;
  overflow: hidden;
  margin: 4px 0px 2px 0px;
  background: #CCC;
  width:100%;
}

#page {
  font-family: tahoma,verdana,arial;
  margin:0px;
  padding:0px;
  width: 100%; 
  height: auto;
}

#page .sx{
  padding:10px;
  vertical-align:top;
}
       
#page .dx {
  padding:10px;
  width:320px;
}

#dx {
  font-family: tahoma,verdana,arial;
}

#dx.up{
  float:left;
  margin:10px 10px 5px 0;
  padding:15px;
  border: #10416B 1px solid;
  -moz-border-radius:3px;
  -moz-box-shadow:1px 1px 1px #10416B;
  -webkit-border-radius:3px;
  -webkit-box-shadow:1px 1px 1px #10416B;
  border-radius:3px;
  box-shadow:1px 1px 1px #10416B;
  height:20px;
  width:320px;
  color:#fff;
  background-color:#10416B;
  font-family: tahoma,verdana,arial;
  font-size:16px;
  font-variant: small-caps;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

#dx.accedi{
  float:left;
  margin:20px 20px 20px 0;
  padding:25px;
  border: #10416B 1px solid;
  -moz-border-radius:3px;
  -moz-box-shadow:1px 1px 1px #10416B;
  -webkit-border-radius:3px;
  -webkit-box-shadow:1px 1px 1px #10416B;
  border-radius:3px;
  box-shadow:1px 1px 1px #10416B;
  height:320px;
  width:300px;
  color:#fff;
  background-color:#10416B;
}

#dx .title {
  font-family: tahoma,verdana,arial;
  font-variant: small-caps;
  font-size:16pt;
  text-align:left;
  color:#fff;
  height:40px;
}

#dx.accedi #errore {
  float:left;
  padding-top:2px;
  width:300px;
  height:50px;
  font-size: 12pt;
  color:#ff0000;
}

#user {  
  float:left;
  padding-top:2px;
}

#user input.text {
  font-weight: normal;
  font-size: 1em;
  padding: 10px 40px 10px 10px;
  background: #ffffff url(../img/user.png) top right no-repeat;
  border: 0;
  width: 250px;
  color: #000;
}

#pwd {  
  float:left;
  padding-top:2px;
}

#pwd input.text {
  font-weight: normal;
  font-size: 1em;
  padding: 10px 40px 10px 10px;
  background: #ffffff url(../img/pwd.png) top right no-repeat;
  border: 0;
  width: 250px;
  color: #000;
}

#email {  
  float:left;
  padding-top:2px;
}

#email input.text {
  font-weight: normal;
  font-size: 1em;
  padding: 10px 40px 10px 10px;
  background: #ffffff url(../img/email.png) top right no-repeat;
  border: 0;
  width: 250px;
  color: #000;
}

#noimage {  
  float:left;
  padding-top:2px;
}

#noimage input.text {
  font-weight: normal;
  font-size: 1em;
  padding: 10px 40px 10px 10px;
  background: #ffffff top right no-repeat;
  border: 2px solid #10416B;
  width: 250px;
  color: #000;
}

#noimageobbl input.text {
  font-weight: normal;
  font-size: 1em;
  padding: 10px 40px 10px 10px;
  background: #feffe0 top right no-repeat;
  border: 2px solid #10416B;
  width: 250px;
  color: #000;
}

#noimagedis input.text {
  font-weight: normal;
  font-size: 1em;
  padding: 10px 40px 10px 10px;
  background: #dddddd top right no-repeat;
  border: 2px solid #10416B;
  width: 250px;
  color: #000;
}

#search {
  margin-right:20px;
  bottom: 0;
  right: 28px;
  height: 38px;
  line-height: 38px;
  padding-bottom:20px;
}

#search input.text {
  font-weight: normal;
  font-size: 1em;
  padding: 10px 40px 10px 10px;
  background: #ffffff url(../img/search.png) top right no-repeat;
  border: 0;
  width: 400px;
  color: #000;
  border: 1px solid #10416B;
}

#dx.accedi a {
  font-family: tahoma,verdana,arial;
  font-size:12pt;
  color:#FDFBFB;
}
 
input.button {
  font-size:12pt;
  width: 160px;
  height: 30px;
}

#list .list-dispari:hover, .list-pari:hover{
  cursor:hand;
  cursor:pointer;
  border: #aaa 1px solid;
  -moz-box-shadow:1px 1px 1px #aaa;
  -webkit-box-shadow:1px 1px 1px #aaa;
  box-shadow:1px 1px 1px #aaa;
  background: #E5E5E5;
}

#selrating{
  padding-top:2px;
  border: #fff 1px solid;
  padding-left:10px;
  text-align:left;
  cursor:hand;
  cursor:pointer;
  position:relative;
  height:20px;
  margin-top:4px;
  font-size:8pt;
}

#selrating:hover{
  padding-top:1px;
  cursor:hand;
  cursor:pointer;
  border: #fff 1px solid;
  -moz-box-shadow:1px 1px 1px #aaa;
  -webkit-box-shadow:1px 1px 1px #aaa;
  box-shadow:1px 1px 1px #aaa;
  background: #E5E5E5;
}

#vtab {
    margin: auto;
    width: 100%;
    height: 100%;
}
#vtab > ul > li {
    width: 110px;
    height: 100px;
    background-color: #fff !important;
    list-style-type: none;
    display: block;
    text-align: center;
    margin: auto;
    padding-bottom: 10px;
    border: 1px solid #fff;
    position: relative;
    border-right: none;
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}
#vtab > ul > li.mapview {
    background: url('../img/mapview.png') no-repeat center center;
    z-index:1000;
}
#vtab > ul > li.complexity {
    background: url('../img/complexity.png') no-repeat center center;
    z-index:1000;
}
#vtab > ul > li.datifinanziari {
    background: url('../img/datifinanziari.png') no-repeat center center;
    z-index:1000;
}
#vtab > ul > li.quotazioni {
    background: url('../img/quotazioni.png') no-repeat center center;
    z-index:1000;
}
#vtab > ul > li.profilo {
    background: url('../img/societa.png') no-repeat center center;
    z-index:1000;
}

#vtab > ul > li.selected {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    border: 1px solid #10416B;
    border-right: none;
    z-index: 10;
    background-color: #fff !important;
    position: relative;
}
#vtab > ul {
    float: left;
    width: 110px;
    text-align: left;
    display: block;
    margin: auto 0;
    padding: 0;
    position: relative;
    top: 0px;
}
#vtab > div {
    background-color: #fff;
    margin-left: 110px;
    border:1px solid #10416B;
    min-height: 558px;
    position: relative;
    z-index: 9;
    -moz-border-radius: 20px;
}
   
.dynamic-tab-pane-control.tab-pane {
  position:  relative;
  width:    100%;    /* width needed weird IE bug */
  margin-right:  -2px;  /* to make room for the shadow */
}

.home {
  width:42px;
  border:0px;
  cursor:hand;
  cursor:pointer;
}

.home:hover {
  border:1px solid #aaa;
  box-shadow:1px 1px 1px #aaa;
}

.mask{width: 100%;height: 100%;position: fixed;z-index: 100;top: 0;left: 0;filter: alpha(opacity=74); -moz-opacity: 0.74;-khtml-opacity: 0.74;opacity: 0.74;background: #C0C0C0;}
.modal{z-index: 500;width:100%;height:420px;opacity: 1.0;position: fixed;top:80px;font-size: 72px;-webkit-border-radius: 5px;-moz-border-radius: 5px;}
.hide{display: none;}
.content{background:-webkit-gradient(linear, 0 0, 0 100%, from(#8DB3FF),to(#003399));background:-moz-linear-gradient(top, #8DB3FF, #003399);/* IE5.5 – IE7 */filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8DB3FF, endColorstr=#003399);/* IE8 */-ms-filter: “progid:DXImageTransform.Microsoft.gradient(startColorstr=#8DB3FF, endColorstr=#003399)”;z-index: 2;margin-top: 15px;padding: 15px;width: 100%;height: 100%;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;font-size: 16px;font-style: normal;font-weight: bold;text-shadow: none;text-decoration: none;text-transform: none;letter-spacing: 0em;word-spacing: 0em;line-height: 1.2;color: white;text-shadow: 1px 0px 5px #77a05e;text-align:left;overflow-y: auto;border-radius: 5px;border-width: 5px;border-color: white;border-style: solid;}
.contentpopup{background:#FAFCFE;z-index: 2;margin:0 auto;padding: 15px;width:800px;height:440px;border: 1px solid #ACC2DA;font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;font-size: 16px;font-style: normal;font-weight: bold;text-shadow: none;text-decoration: none;text-transform: none;letter-spacing: 0em;word-spacing: 0em;line-height: 1.2;color: #000;text-align:left;overflow-y: auto;border-radius: 5px;border-width: 5px;border-color: white;border-style: solid;}
.close {float:right}
.title{ font-family:Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;font-size: 10px; font-style: normal;font-weight: 400;text-shadow: none;text-decoration: none;text-transform: none;letter-spacing: 0em;word-spacing: 0em;line-height: 1.2;color: #222;text-shadow: 1px 0px 5px black, 3px 0px 5px black;text-align:center;}
.launch:active{opacity: 0.8;}
.text{font-family:Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;color:#000;font-size: 14px;font-weight: 400;text-shadow: none;text-align: left;}
.info{ font-family:Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;border:2px solid #10416B;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;height:480px;padding:20px;font-size: 12pt; font-style: normal;font-weight: 400;text-shadow: none;text-decoration: none;text-transform: none;letter-spacing: 0em;word-spacing: 0em;line-height: 1.2;color: #222;text-shadow: 1px 0px 1px #fff, 1px 0px 1px #fff;}

.label {font-size:11pt;text-align:right;font-weight:400;color:#000;}
.text-any {text-align:left;height:18px;}
.text-upper {text-align:left;height:18px;}
.obbl {border: 1px solid #7f9db9;background-color:#feffe0;}
.disable {border: 1px solid #7f9db9;background-color:#EFEFEF;height:16px;}

.yfnc_d{background:none repeat scroll 0 0 #A1A1A1;font:10pt Arial;}
.yfi-module-title{text-transform:capitalize;font:bold 115% Arial;}

.yfnc_tabledata1{background:#FFF;padding:3px 8px;font:10pt Arial;}
.yfnc_tabledata1{background:none repeat scroll 0 0 #fff;padding:3px 8px;}
.yfnc_modtitle1{padding:2 2 2 2;}
.yfnc_modtitle1{font-size:17px;font-family: Arial;}
.yfnc_modtitle1{background:none repeat scroll 0 0 transparent;border-top:0 solid #000;padding-top:10px;padding-bottom:10px;}
table.yfnc_modtitle1 td{padding-top:10px;padding-bottom:10px;font:10pt Arial;}
table.yfnc_modtitle1 td,table.yfnc_modtitle1 th{*padding-top:10px;*padding-bottom:10px;font:10pt Arial;}

#dati {
  width:100%;
  border:1px solid #EEF0F0;
}

#dati tr.etichetta {
  font-family: tahoma,verdana,arial;
  font-size:12pt;
  font-weight: 800;
  background-color:#10416B;
  color:#fff;
  height:40px;
  
}

#dati td {
  padding-left:10px;
  padding-right:10px;
}

#dati tr.pari {
  font-family: tahoma,verdana,arial;
  font-size:12pt;
  background-color:#EEF0F0;
  height:30px;
}

#dati tr.dispari {
  font-family: tahoma,verdana,arial;
  font-size:12pt;
  background-color:#fff;
  height:30px;
}
