/************************************************************************
CSS Design
Mirko Delcaldo - 2007
www.delcaldo.com
************************************************************************/
/*********** GENERICI *************/
body {
    margin: 0px;
    padding: 0px;
    background-color: white;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px; /* dimensione FONT */
    color: #000000;
}

img {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    vertical-align: middle;
}
a{
    color:#002f5c;
    font-weight: bold;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
/*********** SIMPLE LOG IN *************/
div#logincontainer {
    text-align: center;
}

div#simplelogin {
    text-align: left;
    border: 1px solid gray;
    width: 300px;
    height: 150px;
    margin: 150px auto 10px auto;
    padding: 10px;
}


#newsletter {
    position: absolute;
    font-size: 0.6em; /* dimensione FONT */
    color: #ffffff;
    right: 30px;
    top: 20px;
    margin: 0em;
    padding: 0em;
    padding-right: 1.4em;
}

#newsText{
    width: 771px;
    height: 100px;
    position:absolute;
    top:394px; 
    padding:10px;
    overflow: hidden;
    font-size: 70%;
    text-align: left;

}
#newsText h2{
    font-size: 1.0em;
    margin:0px 0px 3px 0px;
    padding:0px;

}
#newsText p{
    font-size: 1.0em;
    margin:0px;
    padding:0px;

}

/*********** MENU *************/
#login_menu{
    font-size: 80%;
    color: white;
    text-align: right;
    padding-right: 10px;
}

#login_menu a, #login_menu a:visited{
    color: #990000;
    text-decoration: none;
}

#login_menu a:hover, #login_menu a:visited:hover{
    color: #ff0000;
}

#menu ul {
    display: inline;
}

#menu li {
    display: inline;
}

#menu a {
    color: #e3eff9;
    text-decoration: none;
    padding-right: 0.3em;
    padding-left: 0.3em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}

#menu a:hover {
    color: #134474;
    text-decoration: none;
    background-color: silver;
}

#menu #search_box {
    float: right;
    padding-right: 10px;
    margin-top: -4px;
}


.select {
    color: #134474;
    text-decoration: none;
    background-color: #660000;
    padding-right: 0.8em;
    padding-left: 0.8em;
    padding-top: 0.4em;
    padding-bottom: 0.4em;
}

.submenu {
    font-size: 0.8em; /* dimensione FONT */
    margin: 0em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    padding-left: 0.8em;
    padding-right: 0.8em;
    background-color: #002F5C;
    border-bottom-color: silver;
    border-bottom-width: 1px;
    border-bottom-style: solid;


}

.submenu ul {
    display: inline;
}

.submenu li {
    display: inline;
}

.submenu a {
    color: #FFFFFF;
    text-decoration: none;
    padding-right: 0.4em;
    padding-left: 0.4em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
}

.submenu .select {
    color: #000000;
    text-decoration: none;
    background-color: #eee6e2;
    padding-right: 0.4em;
    padding-left: 0.4em;
    padding-top: 0.8em;
    padding-bottom: 0.9em;
    font-weight: bold;
}

.submenu label {
    float: left;
    margin: 4px;
    margin-left:0px;
    margin-right:20px;
    color:#000;
    font-size:11px;

}

.submenu input {
    display: block;
}

.submenu form {
    height: auto;
}

/*
#submenuRicerca{
	height: 200px;
	width: 350px;
	margin-left: 273px;
	z-index: 2000;
}*/ /*********** CONTAINER  *************/
#container {
    margin: 0em;
    padding-top: 0.8em;
    padding-left: 0.8em;
    padding-right: 0.8em;
}

.testo_piccolo_2 {
    font-size: 0.6em;
}

/*********** MONOCONTENT  *************/
#pagina {
    margin: 0em;
    padding: 0em;
    padding-bottom: 2em;
    border-left-color: #d1d5e0;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: #d1d5e0;
    border-right-width: 1px;
    border-right-style: solid;
    border-bottom-color: #d1d5e0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

div#viewmode{
    text-align: right;
    display:inline;
    margin:0px;
    display:inline;
    text-align:right;
}

#monocontent{
    padding-bottom:5px;
    margin-right: 50px;
} 

/*********** INDICE IMMAGINI  *************/
#monocontent .pictures_pw {
    background-color: #FFFFFF;
    /*float: left;
	padding: 10px;
	margin-right: 1em;*/
    margin-bottom: 1em;
    margin-top: 1em;
    border-color: #134474;
    border-width: 1px;
    border-style: solid;
    margin-left: 0px;
    height: 250px;
    width: 250px;
    vertical-align: middle;
    text-align: center;
}

#monocontent .menu_pictures_pw {
    width: 270px;
    /*background-color: #CCCCCC;*/
    float: left;
    margin-right: 1em;
    font-size: 0.8em;
    padding: 10px;
}

#monocontent .menu_pictures_pw span.titoloOggetto {
    height: 50px;
    overflow: hidden;
    display: block;
    font-weight: bold;
}

#monocontent .menu_pictures_pw span.datiOggetto {
    margin-top: 5px;
    height: 35px;
    overflow: hidden;
    display: block;
}

#monocontent .menu_pictures_pw span.datiOggetto a {
    font-size: 1em;
    line-height: 1em;
}

#monocontent .menu_pictures_pw ul, div.scaricaOpere ul {
    padding-left: 0px;
    margin: 0px;
    list-style-type: none;
}

#monocontent .menu_pictures_pw li, div.scaricaOpere li {
    border-bottom-color: #990000;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#monocontent .menu_pictures_pw li img, div.scaricaOpere li img {
    padding-right: 3px;
}

#monocontent .menu_pictures_pw li a, div.scaricaOpere li a {
    list-style-type: none;
    font-size: 1.0em;
}

#monocontent .menu_pictures_pw a.metadati {
    font-size: 1em;
    line-height: 1em;
    padding: 0px;
    margin: 0px;
    height: 30px;
    overflow: hidden;
    display: block;
}

#monocontent .break {
    clear: both;
}

#monocontent ul {
    list-style-type: none;
}

#monocontent li {
    list-style-type: none;
}

#monocontent li a {
    list-style-type: none;
    font-size: 1.0em;
}



#monocontent span.add2Cart {
    line-height: 1.8em;
}
#monocontent a {
    text-decoration: none;
}

#monocontent a:hover {
    text-decoration: underline;
}

#monocontent .paginatore {
    font-size: 0.7em;
    margin-top: 1.2em;
    margin-left: 1.2em;
}

#monocontent .paginatore a {
    font-size: 1em;
}

/*********** SCHEDA  *************/
#monocontent #left_column {
    float: left;
    font-size: 0.8em;
    padding: 0px 10px 10px 10px;
    margin-bottom: 1em;
    text-align: left;
}

#monocontent .pictures_scheda {
    background-color: #FFFFFF;
    padding: 10px;
    /*margin-right: 1em;*/
    margin-bottom: 1em;
    margin-top: 1em;
    width: 470px;
}


#scheda {
    font-size: 0.8em;
    padding: 10px;
    margin-bottom: 1em;
    margin-top: 1em;
    margin-left: 530px;
    text-align: left;
}

#scheda h1 {
    color: #002F5C;
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 5px;
    margin-top: 5px;
}

#scheda h2 {
    font-size: 11px;
}

#scheda a {
    font-size: 12px;
}

#left_column  ul {
    margin-left: 0px;
    margin-top: 10px;
    padding-left: 0px;
    list-style-type: none;
}

#left_column  li {
    border-bottom-color: #990000;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#left_column li img {
    padding-right: 3px;
}
/*
#scheda  ul {
    margin-left: 0px;
    margin-top: 10px;
    padding-left: 0px;
    list-style-type: none;
}

#scheda  li {
    border-bottom-color: silver;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 24px;
    line-height: 2.2em;
}
*/
#scheda  li.provenienza{
    border-bottom-style: none;
}

#scheda  li.toponimo{
    border-bottom-style: none;
}

#scheda li img {
    padding-right: 3px;
}

#box_prezzo {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    padding: 1em;
    background-color: #F9F2ED;
}



/*
body{
	background-color: lime;
}
#monocontent{
	background-color: aqua;
}
#scheda{
	background-color: fuchsia;
}

*/
div#box_img {
    margin: 10px;
}

div#box_img #ifrm {
    height: 700px;
    width: 100%;
}

dl#datiOggetto dt {
    font-weight: bold;
    margin-top: 12px;
}

div#pageNavigator {
    text-align: center;
    font-size: 80%;
    clear:both;
}

table#checkout {
    font-size: 0.8em;
}

table#checkout span.titoloCO {
    font-size: 1.3em;
    color: #75564a;
}

table#checkout span.autoreCO {
    font-weight: bold;
}

table#checkout a,table#checkout a:visited {
    font-size: 1.1em;
}

span.editInline {
    font-weight: normal;
    font-size: 70%;
}

/*********** EDIT IN LINE *************/
span.editInline a,span.editInline a:visited {
    text-decoration: none;
}

span.editInline a:hover,span.editInline a:visited :hover {
    text-decoration: underline;
}

/*********** MANAGE *************/
div.formAdmin label {
    display: block;
    float: left;
    margin: 10px;
    color: #002F5C;
}
div.formAdmin legend {
    color: #002F5C;
    font-weight: bold;
}
div.formAdmin fieldset {
    margin-top:10px;
    background-color: #dbdbdb;
    border:none;
    width:96%;
    margin-left: 1%;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 5px;
    padding-bottom: 5px;
}
*:first-child+html div.formAdmin fieldset {
    float: left;
    margin-bottom: 10px;
}
div.formAdmin fieldset label{
    padding-left:0px;
    margin-left: 0px;

}
div.formAdmin h2.titolo {
    border-bottom:1px solid #ccc;
    color: #002F5C;
    font-family:Verdana, Arial, sans-serif;
    font-size:21px;
    font-weight:normal;
    margin:0px;
    padding:10px;
}

div.formAdmin input {
    display: block;
}

div.formAdmin select {
    display: block;
}

div.formAdmin div#formButton {
    text-align: center;
    padding: 20px;
}

div#boxFormRicercaUtenti fieldset{
    margin-left:1%;
    width:98%;
    background-color: #dbdbdb;
    border:none;
    padding-top:0px;
    padding-bottom:10px;
    margin-top: 10px;
}
*:first-child+html div#boxFormRicercaUtenti fieldset{
    float: left;
}
div#boxFormRicercaUtenti fieldset label{
    display:inline;
    float:left;
    padding-left:10px;
    padding-right:20px;
    padding-top: 3px;

}
div#boxFormRicercaUtenti fieldset legend{
    font-weight: bold;
    color:#002f5c;
    padding-left: 2px;
    padding-bottom: 10px;
    font-size: 14px;
}
table.adminTables {
    margin: 20px auto;
    width: 98%;
}
table.adminTables th {
    background-color: #134474;
    padding: 2px 5px;
    color:#fff;
}

table.adminTables td {
    border-bottom: 1px solid silver;
    text-align: left;
}

table.adminTables td.command {
    text-align: center;
    padding: 3px;
    width: 25px;
}

/*********** HOME USER *************/
#monocontent h2.titolo {
    padding: 0px;
    margin: 0px;
    font-size: 120%;
}

#monocontent h2.titolo img,#monocontent h2.titolo a {
    padding: 0px;
    margin: 0px;
}

div.divHomeUtente {
    padding-bottom: 10px;
}
#monocontent div.divHomeUtente  h2.titolo{
    font-weight: bold;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
}
div.divHomeUtente  p{
    padding-bottom: 5px;
}
div.divHomeUtente  span{
    font-weight: bold;
}
.noborderfieldset {
    color:#000;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border:none;
}

/*********** CARRELLO *************/
div#submitCarrello{
    text-align: center;
}

div#monocontent div.submitCarrello a, div#monocontent div.submitCarrello a:visited{
    border: 1px solid #134474;
    background-color: #990000;
    color: #EEE6E2;
    font-size: 1.0em;
    padding: 5px;
    margin-bottom:20px;
}

div#monocontent div.submitCarrello a:hover, div#monocontent div.submitCarrello a:visited:hover{
    background-color: red;
}

div#monocontent table.carrello {
    margin: 20px auto;

}

div#monocontent table.carrello  {
    width: 90%;
    font-size: 90%;
}
div#monocontent table.carrello th {
    background-color: #444444;
    padding: 2px 5px;
}

div#monocontent table.carrello td {
    border-width: 5px 0px 0px 0px;
    border-color:#eee6e2;
    border-style:solid;
    text-align: left;
    font-size: 90%;
    vertical-align:middle;
    background-color:#ecdfd9;
    padding:5px;
    border-bottom: 1px solid #444444;
}

div#monocontent table.carrello td.opera {
    width:100%;
    padding: 10px;
}
div#monocontent table.carrello td.opera span.titoloOpera{
    display:block;
}
div#monocontent table.carrello td.comando {
    text-align:center;
    white-space:nowrap;
    font-size:80%;
}

div#monocontent table.carrello td img.thumbCarrello{
    background-color: white;

}
div#monocontent table.carrello a, div#monocontent table.carrello a:visited  {
    font-size: 90%;
    /*color: black;*/
}

div#monocontent table.carrello  td.prezzo {
    font-weight: bold;
    text-align: right;
    width: 300px;

}

div#monocontent table.carrello  td.prezzo span.prezzonc{
    color: red;
    font-size:90%;
}

div#monocontent table.carrello  td.nowrap {
    white-space:nowrap;
}
div#monocontent table.carrello  td.immagine {
    text-align:center;
}

#monocontent .cart_pictures_pw {
    background-color: #FFFFFF;
    /*float: left;
	padding: 10px;
	margin-right: 1em;*/

    border-color: #b6c0cb;
    border-width: 1px;
    border-style: solid;
    margin-left: 0px;
    height: 200px;
    width: 200px;
    vertical-align: middle;
    text-align: center;
}


div#monocontent table.carrello  tr.totale td {
    background-color: #444444;
    text-align: right;
    border: none;

    white-space:nowrap;
    padding: 5px;
    font-weight: bold;
    border-width: 5px 0px 0px 0px;
    border-color:#eee6e2;
    border-style:solid;
}



/*********** elenco opere *************/
div#monocontent table.elencoOpere {
    margin: 20px auto;
}

div#monocontent table.elencoOpere  {
    width: 90%;
    font-size: 11px;
}
div#monocontent table.elencoOpere th {
    background-color: #002F5C;
    color:#fff;
    padding: 2px 5px;
}

div#monocontent table.elencoOpere td {
    border-bottom: 1px solid #134474;
    text-align: left;
    font-size: 11px;
}
div#monocontent table.elencoOpere{
    font-size: 10px;
}


td.command {
    text-align: center;
    padding: 3px;

}
div#monocontent table.elencoOpere  td.nowrap {
    white-space:nowrap;
}
/*********** elenco opere Quadro unione *************/
div#monocontent table.elencoOpereQu  {
    width: 90%;
}
div#monocontent table.elencoOpereQu td {
    border-bottom: 1px solid #134474;
    text-align: left;
}

div#monocontent table.elencoOpereQu td.title {
    width: 100%;
}

div#monocontent table.elencoOpereQu  td.nowrap {
    white-space:nowrap;
}

div#monocontent li.listitematlanti{
    list-style: square;
    color: #002F5C;
}

div#monocontent li.listitematlanti span.numopere{
    color: white;
}

div#monocontent span.image_detail_link{
    font-size: 80%;
}
div#monocontent a.image_detail_link{
    line-height: 1em;
}


.areamappa{
    position: absolute;
    display: none;
    z-index: 2;
    background-color: white;
}
div.loading{

    background-color:#fff;
    background-image:url(../resources/spinner_moz.gif);
    background-position:center;
    background-repeat:no-repeat;

}
div#bookmarks_manager{
    color:#134474;
    background-color:#fff;
    position:inherit;
    width:100%;
    height:100%;

}
div#bookmarks_manager h2{
    margin:0px;
    padding:0px;
    padding-left:4px;
    background:#134474;
    color:#fff;
    font-weight:normal;
}
div#bookmarks_manager ul{

    list-style-type:none;
    margin:0 4px;
    padding:4px 0 0;


}
div#bookmarks_manager ul li.documento.selected{
    background:#d8d8d8 url(../resources/ico_preferiti.gif) no-repeat left;

}
div#bookmarks_manager ul li.cartella.selected{
    background:#d8d8d8 url(../resources/ico_cartella.gif) no-repeat left;
}
div#bookmarks_manager ul li.cartella.pubblica{
    background:#fff url(../resources/ico_cartella_p.gif) no-repeat left;
}
div#bookmarks_manager ul li.cartella.pubblica.selected{
    background:#d8d8d8 url(../resources/ico_cartella_p.gif) no-repeat left;
}
div#bookmarks_manager ul li.cartella, div#bookmarks_manager ul li.documento{
    cursor:pointer;
    margin-bottom:0px;
    padding:4px 2px;
    border-bottom:1px solid #ccc;
}
div#bookmarks_manager ul li.documento{
    background: url(../resources/ico_preferiti.gif) no-repeat left;
    padding-left:16px;
    font-weight: bold;
}
div#bookmarks_manager ul li.cartella{
    background: url(../resources/ico_cartella.gif) no-repeat left;
    padding-left:16px;
    font-weight: bold;
}
div#bookmarks_manager div.cartelle{
    float:left;
    width:204px;
    height:100%;
    background-color:#fff;
    border-right: 1px solid #ccc;
}
div#bookmarks_manager div.cartelle ul.items{
}
div#bookmarks_manager div.documenti ul.items{
}
div#bookmarks_manager div.separatore{
    float:left;
    width:5px;
    height:100%;
    background:#ccc;

}
div#bookmarks_manager div.documenti{

    background-color:#fff;
    display:block;
    height:80%;
    width:450px;
    float:left;
    border-left: 1px solid #ccc;
}

div#bookmarks_manager div#new{


}
div#bookmarks_manager form{
    border-top:1px solid #134474;
    margin:4px;
    padding-top:4px;
}
div#bookmarks_manager form fieldset{
    border:none;
}
div#bookmarks_manager form fieldset label{
    font-size:11px;
}
div#bookmarks_manager form fieldset label input{
    width:130px;
}


.bottoni{
    margin-right:5px;
    text-align:right;
    padding-bottom:5px;
    padding-top: 5px;
}
.bottoni img{
    padding:0px;
    padding-left:4px;
}
.bottoni ul{
    display:inline;
    text-align:right;
}
.bottoni  li{
    float:right;
    width:25px;

}
.bottoni a{

}
div#elencoCartelle{
    height:250px;
    overflow:auto;
    border-top:1px solid #134474;
}
div#elencoDocumenti{
    height:220px;
    overflow:auto;
    border-top:1px solid #134474;
}
span.errore{
    color: red;
    float: left;
    font-size: 12px;
    font-weight: bold;
    width: 98%;
    padding:5px;
    border:1px solid red;
    margin-bottom: 10px;
    background-color: #fff;
}

.tool-tip {

    width: 180px;
    z-index: 13000;
    background-color: #fff;
    border: 1px solid #134474;
}

.tool-title {
    font-weight: bold;
    font-size: 11px;
    margin: 0;
    color: #134474;
    padding: 8px 8px 4px;
}

.tool-text {
    font-size: 11px;
    padding: 4px 8px 8px;
    color: #134474;
}
div#logErrori{
    color:red;
    border:1px solid red;
    margin:5px;
    padding:5px;

}
div#logErrori h3{
    color:red;

    margin:0px;
    padding:5px;

}
div#logErrori div.contenitore{
    height:200px;
    overflow:auto;
}
div#logErrori ul li{
    width:80%;
    color:#134474;
    font-size:0.8em;
}



/* Footer */

html,body{
    height:100%;

}
#wrapper{
    min-height:90%; /* adriano 2023-03-15 min-height:100%;*/
    height:auto !important;
    height:100%;
    margin:0 auto -71px; /* margine negativo altezza footer+border */
    /*background: url(../resources/fondo-news.jpg) no-repeat bottom left;*/

}
.pushfooter{
    height:5px; /* adriano 2023-03-15 era 70, distanziatore footer */
    clear:both; /* clear di eventuali float se presenti nel layout */

}
div#footer{
    background-color: #fff;
    height:50px;
    font-size: 11px;

}
div#credits{
    float:right;
    padding-top:10px;
    padding-right:20px;
}
div#copy{
    float:left;
    padding-top:10px;
    padding-left:20px;
}
div.pulsanti{
    width:100%;
    float: left;
    padding-top:15px;
}
div.pulsanti input{
    display:inline;
    background-color: #134474;
    color:#fff;
    border:white;
    font-weight: bold;
    margin-right:15px;
    padding:2px 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
div.pulsanti input:hover{
    background-color: #002f5c;
}
div#new span.errore{
    border:none;
    width:auto;
}
div#pageNavigator a:hover{
    text-decoration: none;
}
ol, ul{
    padding-left:20px;
    padding-top:5px;
    padding-bottom: 10px;
}
