#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #0054E3;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 11px Tahoma;
letter-spacing: 3px;
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;
}

.menuDAV {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #003399; text-decoration: underline}
a:hover.menuDAV { 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 12px; 
 font-weight: bold; 
 color: #0066CC; 
 text-decoration: underline}


.link {font-family : verdana, arial, "Sans Serif";
	font-size : 11px;
	font-weight : bold;
	color : #ffffff;
	text-decoration : none; }
a:hover.link {color : #cccccc; text-decoration : underline; }


.linkMarco {font-family : verdana, arial, "Sans Serif";
	font-size : 11px;
	font-weight : bold;
	color : #f5f5f5;
	 background-color: #0066CC;
	text-decoration : underline; }
a:hover.linkMarco {background-color: #003399;  color : #ffffff;}

.menuDAV1 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #003399; text-decoration: none}


