@charset "utf-8";
/* CSS Document */

html, body {
    background-color: #EDEBE6;
    font-family: Trebuchet MS,arial,verdana,sans-serif;
    font-size: 100%;
    margin-top: 2px;
    min-width: 1100px;
    padding: 0;
    /*    width: 100%;
    */}
a {
    color: #355B82;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    opacity:0.5;
}
a:visited {
    color: #355B82;
}
img {
    border: medium none;
}
h6 {
    font-family: arial,verdana,sans-serif;
    font-size: x-small;
    font-weight: normal;
    margin-bottom: 5px;
    vertical-align: bottom;
}
h5 {
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}
h4 {
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    margin: 0;
    padding-left: 10px;
}
h3 {
    color: #333333;
    font-family: Trebuchet MS,arial,verdana,sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0 15px;
    padding: 0;
    text-align: left;
}
h2 {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    padding-left: 5px;
    text-align: left;
}
h1 {
    font-family: "Trebuchet MS", arial, verdana, sans-serif;
    font-size: 11px;
    text-align: center;
    font-weight: bold;
    line-height: 12px;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#container {
    width: 98%;
    margin: 0 auto;
    padding: 0 ;
    min-width: 1100px;
    /*	min-height: 95vh;
    */	background-color: #FFFFFF;
    box-shadow:0 0 5px rgba(0,0,0,0.2);
    overflow-y: auto;
}
footer {
    font-size: 11px;
    text-align: center;
    clear: both;
    padding-top: 5px;
}
.clear {
    clear: both;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
header {
    height: 100px;

}
.fuori_BD {
    display: inline;
}
#logo {
    float: left;
    margin-left: 10px;
    margin-top: 0;
    width:150px;
    display:inline;

}
#logoBD {
    float: left;
    margin-left: 10px;
    margin-top: 0;
    width:100px;
    display:inline;

}
#logo a:hover {
    text-decoration: none;
}
.cercaBD {
    padding: 5px 0 0 50%;
    width:300px;
    display:inline;
    font-size: small;
}
.ricerca {
    padding-left: 20px;

}
.galileoteca {
    width:80px;
    display:inline;
    float: right;
}
.lingua {
    width:30px;
    display:inline;
    float: right;
}
.col_sx {
    /*	margin-top: 10px;
    */	float: left;
    width: 50%;
    /*	height: 75vh;
    */	text-align: right;
}
.col_dx {	
    margin-top: 10px;
    overflow: auto;
}
#pag_dx {
    padding:5px;
}
#pag_sx {
    padding:5px;
}
.testoPiccolo {
    font-size: x-small;
    font-weight: bold;
    clear: both;
}
.testoMedio {
    font-size: small;
    font-weight: bold;
    clear: both;
}
.pagNomeSx {
    float: right;
    font-size: 12px;
    margin-right: 10px;
}
.pagNomeDx {
    float: left;
    font-size: 12px;
    margin-left: 10px;
}
.pagNumSx {
    font-size: 10px;
    font-weight: bold;
    text-align: right;
    margin-right: 20px;
    clear : both;
}
.pagNumDx {
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    margin-left: 20px;
    clear : both;
}
.navigazione_sup {/*cambiato nome*/
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    margin-left: 180px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E5E5E5;
    height: 60px;/*aggiunto*/
}
.navigazione_inf {/*aggiunto*/
    /*    padding-bottom: 5px;
        padding-top: 5px;
    */    text-align: center;
    /*    border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #E5E5E5;
            clear: both;
    */}
.consolle {
    /* margin-right: 50px;
     padding: 5px;
     width: 220px;*/
}
.consolle td{
    padding-right: 8px;
}
.zoom {
    margin-right: 25px;
    padding-top: 5px;
    width: 60px;
}
.pagine {
    padding-right: 10px;
    padding-top: 5px;
    width: 48px;
}
.pagine td{
    padding-right: 7px;
}
.strumenti {
    margin-top: 0px;
}

.search-field {
    float: left;
    width: 40px;
    height: 22px;
    margin: 2px 0 0 2px;
    padding: 0 8px;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    color: #888;
    font-style: italic;
    font-weight: 400;
    background: white;
    border: 1px solid #CCC;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(whiteSmoke), to(white));
    background-image: -webkit-linear-gradient(top, whiteSmoke, white);
    background-image: -moz-linear-gradient(top, whiteSmoke, white);
    background-image: -ms-linear-gradient(top, whiteSmoke, white);
    background-image: -o-linear-gradient(top, whiteSmoke, white);
    background-image: linear-gradient(top, whiteSmoke, white);
    -moz-box-shadow: 0 1px 1px #e2e2e2 inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 1px #E2E2E2 inset, 0 1px 0 white;
    box-shadow: 0 1px 1px #E2E2E2 inset, 0 1px 0 white;
}
.submit-container {
    -moz-border-radius: 6px 6px 6px 6px;
    background: -moz-linear-gradient(center top , #CCCCCC, #EEEEEE) repeat scroll 0 0 #CCCCCC;
    border: 1px solid #CCCCCC;
    cursor: pointer;
    float: left;
    height: 24px;
    padding: 0;
    width: 24px;
    margin-left: 2px;
}
.submit {
    -moz-border-radius: 6px 6px 6px 6px;
    background: url("images/magnifier.png") no-repeat scroll 2px 2px transparent;
    border: 0 solid black;
    cursor: pointer;
    float: left;
    height: 32px;
    margin: 0;
    padding: 0;
    width: 30px;
}
.form-container {
    width: 90px;
    height: 28px;
    padding: 0;
    overflow: hidden;
    text-align: left;
}
.indice {
    font-size: 14px;
    margin-left: 10px;
    text-align: left;
    /*min-height:85%;
    overflow: auto;*/
}
.indice h1{
    font-size: 15px;
    margin-left: 10px;
    text-align: left;
    font-style: italic;
}
.panel{
    padding: 0 5px 0 5px;
    max-width: 75%;
    text-align: left;
    margin:0 auto;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    font-weight: normal;
}
.riquadro {
    /*	margin-top: 52vh;
    */	clear: both;
    margin-bottom: 5px;

}
.helpPanel {
    display: none;
    width: 201px;
    height: 312px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -171px;
    margin-left: -111px;
    z-index: 5;
    color: White;
    padding: 20px;
    padding-top: 10px;
    cursor: pointer;
}


