#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #006699;
visibility: hidden;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: 13px Verdana;
/*letter-spacing: 2px;*/
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;
}


/* ----- tool tip specific styles ----- */
#theToolTip{
position: absolute;
left: -300px;
width: 200px;
border: 1px solid #C0C09F;
padding: 6px 0px 0px 6px;
background-color: #ffffff;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);
}

#ToolTipPointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#theToolTip p{
font-size: 10px;
color: #333333;
line-height:12px;
margin-right:10px;
margin-top:5px;
text-align: justify;
}

#ToolTipTextWrap {
font-weight:bold;
font-size: 10px;
color: #592C16;
margin-right:10px;
}

.testopicc {
	color: #1e558d;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
	 
}

.titolibarra {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
	 
}

.testobbh {
	color: #666666;
	font-size: 11px;
	font-weight: bold; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
	 
}
.testobbh_on {
	color: #666666;
	font-size: 11px;
	font-weight: bold; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
	 
}
.testologo {
	color: #1e558d;
	font-size: 13px;
	font-weight: bold; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
	 
}
.testoerrore {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
	 
}
.testosopra {
	color: #999999;
	font-size: 10px;
	font-weight: bold; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
	 
}
.testosopra_on {
	color: #1e558d;
	font-size: 10px;
	font-weight: bold; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
	 
}
.testomenuon {
	color: #1e558d;
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
	 
}
.testomenu {
	color: #1e558d;
	font-size: 9px;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
	 
}

.testo {
	color: #1e558d;
	font-size: 12px;
	font-weight: normal;
    line-height: 20pt; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
	 
}
.testomot {
	color: #1e558d;
	font-size: 10px;
	font-weight: normal;
    line-height: 14pt; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
	 
}

.testo_rosso {
	color: #ff0000;
	font-size: 12px;
	font-weight: normal;
    line-height: 20pt; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
	 
}

.testo_bianco {
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
    line-height: 20pt; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
	 
}
.testo_off {
	color: #999999;
	font-size: 12px;
	font-weight: normal;
    line-height: 20pt; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
	 
}
.testopiccolo {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif
	 
}