#thumbBox{
	/*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 0px 10px 10px 10px;
	padding-bottom: 0;
	background: #FFFFFF;
	visibility: hidden;
	z-index: 10;
	border: 1px solid #959595;
}

#thumbBox .headerBar{ /*Footer DIV of thumbbox that contains "close" link */
line-height: 1.1em;
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;
	font: 12px Arial;
	padding: 5px;
	z-index: 7;
	color: #707070;
}

.titleText{
	font: 12px Arial;
	cursor: default;
	padding: 5px 0 5px 0;
}

.footerButton{

}

.footerLink{
  font: bold 12px Arial;
  color: white;
  cursor: pointer;
  cursor: hand;
}

.footerText{
  font: bold 12px Arial;
  color: white;
  cursor: default;
}

a {
  outline: none; 
}

a:link{
  font: Arial 12px;
  color: #666666;
  font-style: normal;
}

a:visited {
  color: #666666;
}

a:hover {
  color: #990000;
}

a:active {
  color: #990000;
}

/* Hide the selection box around the hidden anchor tag that detects key strokes in the thumbBox viewer. */
a#KeyPressAnchor:focus {
  outline-style: none;
  -moz-outline-style: none;
}