.standard {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #dcf178;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
}

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

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 10px Verdana;
letter-spacing: 1px;
line-height: 1.5em;
color: black;
padding: 5px;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #ffffff;
font: 10px Verdana;
color: white;
letter-spacing: 1px;
padding: 0px 0;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid white;
background-color: #ffffff;
font: 10px Verdana;
padding: 5px;
z-index: 5;
}
