﻿/* inizio stile generale sito */
html, body {
    font-size: 11px;
    color: Navy;
   	background-color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    margin: 0;
	padding: 0;
	height: 100%;
}
.no-overflow {
    overflow: hidden;
}
.stripe {
    position: absolute;
    left: 0px;
    top: 40px;
    height: 110px;
    width: 100%;
    background: url('../img/stripe_bg.gif');
}
.wrapper {
    position: relative;
    top: 20px;
    width: 1046px;
    margin: auto;
}
.container {
    width: 506px;
    float: left;
}
.ncdf {
    position: relative;
    float: left;
    height: 110px;
    width: 540px;
    margin-top: 20px;
    background: #FFFFFF;
    border-bottom: 10px solid #59A2EE;
    background-position: center;
    background-repeat: no-repeat;
}
.rightbar {
    float: right;
    width: 240px;
}
.leftbar {
    float: left;
    width: 240px;
    margin-right: 15px;
}
.sfogliabili {
    width: 240px;
    background: #FFFFFF;
    border: 2px Outset #59A2EE;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;     
    -moz-box-shadow: 5px 5px 5px #888;      
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
    background-color: #EBF2FA;
}
.pulsanti {
    width: 240px;
    background: #FFFFFF;
    border: 2px Outset #59A2EE;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 5px 5px 5px #888;      
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
    background-color: #EBF2FA;
}
.hyphen {
    width: 240px;
    margin-top: 15px;
    font-size: 10px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
}
.hyphen img {
    cursor: pointer;
}
.content {
    position: relative;
    float: left;
    margin-top: 13px;
    padding: 15px;
    width: 506px;
    background-color: #FFFFFF;
    background-position: center;
    background-repeat: no-repeat;
    /*border-right: 1px solid #59A2EE;
    border-left: 1px solid #59A2EE;*/    
    border: 2px Outset #59A2EE;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; 
    -moz-box-shadow: 5px 5px 5px #888;      
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
}
.contentPrd {
    background-image: url(../img/chisiamo.png);
    background-color: #59A2EE;
    height: 346px;
    position: relative;
    float: left;
    margin-top: 13px;
    padding: 15px;
    width: 506px;
    background-position: center;
    background-repeat: no-repeat;
    border: 2px Outset #59A2EE;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; 
    -moz-box-shadow: 5px 5px 5px #888;      
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;    
}
.footer {
    position: relative;
    float: left;
    margin-top: 13px;
    padding: 15px;
    width: 506px;
    background: #FFFFFF;
    /*border-right: 1px solid #59A2EE;
    border-left: 1px solid #59A2EE;*/
    border: 2px Outset #59A2EE;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;       
    -moz-box-shadow: 5px 5px 5px #888;      
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
}
.footer-spacer {
    clear: both;
    height: 15px;
    width: 100%;
    margin-top: 13px;
    text-align: center;
    background: #FFFFFF;
    bottom: 10px;
}
/* inizio stile pagina login */
.t1 {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    text-align: center;
}
.t2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}
.t3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
}
.t4 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
}
.t5 {
    margin-top: 10px;
    font-size: 10px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
}
.list {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
}
.link {
    color: #59A2EE;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: block;
}
.link:hover {
    text-decoration: underline;
}
.linkdiv {
    cursor: pointer;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    text-decoration: underline;
}
/* inizio stile sfogliabili */
.numero {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 120px;
    float: left;
    font-size: 10px;
    color: White;
    font-weight: bold;
    text-align: center;
}
.numero div {
    cursor: pointer;
    position: relative;
    margin: auto;
    width: 100px;
    height: 150px;
    border: 2px outset #137AD7;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #E7E7E7;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;   
    -moz-box-shadow: 5px 5px 5px #888;      
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
}
.numero p {
    cursor: move;
    margin: 10px auto 0px auto;
    width: 100px;
    padding: 0px;
    line-height: 10px;
    border: 2px outset #137AD7;
    background-color: White;
    /*background-color: #137AD7;*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 5px 5px 5px #888;      
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
    color: #137AD7; 
}
.giornaleoggi {
    cursor: pointer;
    list-style-type: none;
    margin: 0px 10px 0px 10px;
    padding: 0px;
    position: relative;
    float: left;
    width: 100px;
    height: 150px;
    border: 2px outset #137AD7;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #E7E7E7;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;   
    -moz-box-shadow: 5px 5px 5px #888;      
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
}
.giornaleoggi a div {
    margin: 0px;
    width: 100px;
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;    
    background-color: #E7E7E7;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; 
}
.popUp {
    position: fixed;
    text-align: center;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    background: url(../img/background.png);
    background-repeat: repeat;
}
.msgPopUpContent {
	position: relative;
	top: 15px;
    margin: auto;
    height: 96%;
    width: 98%;
    background: White;
	border: 2px outset #59A2EE;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;    
}
.msgPopUpDetails {
	position: relative;
	top: 50%;
	background: #FFFFFF url(../img/close.png) no-repeat 5px 5px;
	width: 500px;
	height: 400px;
	margin: -200px auto auto auto;
	border: 2px outset #59A2EE;
	vertical-align: middle;
	text-align: left;
	padding: 50px 20px 20px 30px;
	color: Navy;
	overflow: auto;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;    
}
.closepopup {
    position: absolute;
    cursor: pointer;
    top: 5px;
    right: 5px;
    height: 24px;
    width: 24px;
    background: url(../img/close.png);
}
.button {
    position: relative;
    cursor: pointer;
    margin: 10.5px auto auto auto;
    width: 150px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    border: 2px outset #59A2EE;
    color: #59A2EE;
    background-color: White;
    background-position: center;
    background-repeat: no-repeat;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;   
    -moz-box-shadow: 5px 5px 5px #888;      
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
}
.buttontxt {
    position: relative;
    cursor: pointer;
    margin: 10.5px auto auto auto;
    width: 150px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    border: 2px outset #59A2EE;
    background-color: #59A2EE;
    color: White;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;   
    -moz-box-shadow: 5px 5px 5px #888;      
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
}
.buttonspecial {
    position: relative;
    cursor: pointer;
    margin: 10.5px auto auto auto;
    width: 150px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    border: 2px outset #59A2EE;
    color: #59A2EE;
    background-color: #bfdbf9;
    background-position: center;
    background-repeat: no-repeat;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;   
    -moz-box-shadow: 5px 5px 5px #888;      
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
}

.buttonbtmtxt {
    position: relative;
    float: left;
    cursor: pointer;
    margin-left: 10px;
    width: 150px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    border: 2px outset #59A2EE;
    background-color: #59A2EE;
    color: White;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;   
    -moz-box-shadow: 5px 5px 5px #888;      
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
}
.bcontainer {
    position: relative;
    margin: 10.5px auto auto auto;
    width: 154px;
    height: 35px;
    clear: both;
}
.buttonhome, .buttonback, .buttonhomelog, .buttonbacklog, .buttonlogout, .avanti, .indietro {
    position: absolute;
    top: 0px;
    cursor: pointer;
    height: 30px;
    border: 2px outset #59A2EE;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;   
    -moz-box-shadow: 5px 5px 5px #888;      
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
}
.buttonhome {
    left: 0px;
    width: 68px;
    background: #59A2EE url(../img/home.png) center no-repeat;
}
.buttonback {
    right: 0px;
    width: 68px;
    background: #59A2EE url(../img/indietro.png) center no-repeat;
}
.buttonhomelog {
    left: 0px;
    width: 40px;
    background: #59A2EE url(../img/home.png) center no-repeat;
}
.buttonbacklog {
    left: 55px;
    width: 40px;
    background: #59A2EE url(../img/indietro.png) center no-repeat;
}
.buttonlogout {
    right: 0px;
    width: 40px;
    background: #59A2EE url(../img/logout.png) center no-repeat;
}
.indietro {
    left: 0px;
    top: 10px;
    width: 40px;
    background: #59A2EE url(../img/indietro.png) center no-repeat;
}
.avanti {
    right: 0px;
    top: 10px;
    width: 40px;
    background: #59A2EE url(../img/avanti.png) center no-repeat;
}
.listini {
    margin: auto;
}
.listini tr:first-child td {
    font-weight: bold;
    text-align: center;
}
.listini td {
    text-align: right;
    border-bottom: 1px solid #59A2EE;
    border-right: 1px solid #59A2EE;
}
.listini td:first-child {
    text-align: left;
}
.testadorsi {
    width: 496px;
    height: 773px;
    margin: auto;
    background: white url(../img/dorsi.png) left top no-repeat;
}
.testadorsitxt {
    padding-top: 30px;
    width: 496px;
    height: 150px;
    margin: auto;
    color: Navy;
    text-align: right;
    font-size: 16px;
}
.testadorsitxt p {
    line-height: 20px;
    margin: 0px;
    padding: 0px;
}
.error {
    border-color: Red;
    background-color: #FFDDDD;
    color: Red;
}
/*table*/
table.ds {
    width: 485px;
    margin: 10px;
    padding: 0px;
}

.trover td {
    background: #eef4fa;
}

table.ds td {
    padding: 5px;
    margin: 0px;   
    border-right: solid 1px #e8eef4;
    border-bottom: solid 1px #e8eef4;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;     
}

table.ds td a img {
    white-space: nowrap;
    border: 0px solid White;
}

table.ds th {
    padding: 6px 5px;
    text-align: center;
    background-color: #e8eef4; 
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;     
}

table.ds td a {
    color: Red;
    font-weight: bold;
    text-decoration: none;
}
