﻿/* ------------------------------
HTML Redefine Tags
------------------------------ */
body{font-family:Agency FB; font-size:14px; margin:20px; padding:0;
     /*background-color:rgb(226, 201, 237)*/}

input, form, textarea
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
h1{font-size:18px;}
h2{font-size:14px; color:#999999;}
h3{font-size:13px; border-bottom:solid 1px #DEDEDE; padding:4px 0; margin-bottom:10px;}

a:link, a:visited{color:#5679e2;}
a:hover{text-decoration:none;}

/* ------------------------------
PAGE STRUCTURE
------------------------------ */

/* #container has an absolute width (780 pixel) */
#page-title{font-family:Agency FB; font-size:24px; color:rgb(146,154,204); text-align:left}
#line{ border-top:solid 2px rgb(0,0,153);}
#container{width:800px; margin:0 auto; /*border: solid 2px rgb(200,200,200);background:url(../image/sfumatura.jpg) repeat-y;*/ /*background-color:rgb(213,151,242)*/}
#topbar{width:auto; display:block; height:80px; background:url(../image/logo19bianco.jpg) no-repeat;}
#navbar{width:auto; display:block; height:28px; background:url(../image/navbar.jpg) no-repeat;font-family:Agency FB; font-size:20px; color:rgb(146,154,204); font-weight:bold; text-decoration:none; margin-top:10px }
#navbar a{heigth:28px; line-height:28px; padding:0 10px; display:inline; text-decoration:none}


#main{width:auto; display:block; padding:10px 0;}
#column_left{width:790px;font-family:Verdena,Tahoma,sans-serif; font-size:12px; color:rgb(0,0,153); font-weight:bold  /*margin-right:20px; float:left; border: solid 2px rgb(200,200,200)*/}
#column_right{width:160px; margin-right:20px; float:left;}
#column_right_adsense{width:120px; float:left;}
div.spacer{clear:both; height:10px; display:block;}

#footer{width:auto; display:block; padding:0px 0; height:30px; font-size:11px; color:#000000; /*background:url(../image/footerbianco.jpg) no-repeat;*/}

/* ------------------------------
CUSTOM CLASSES
------------------------------ */

/* Add here your custom classes ... */
#dettagli{width:790px; float:none; /*border: solid 2px rgb(153,0,204);*/}
#galleria{width:790px; float:none; margin-top:5px; border-top:solid 2px rgb(200,200,200) }

.imghome
{
	width:120px; 
	height:160px;
	
	
}
.panelhome{height:368px}
.panelgallery{height:230px; /*border: solid 2px rgb(153,0,204);*/ width:100%}
.datalisthome{ font-family:Agency FB; font-size:14px; color:Black;}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #ededed;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}