
/*.thumbnail{
background-color: transparent;
z-index: 50;
text-decoration: none;
}
*/


.thumbnailspan{ /*CSS for enlarged image*/
position: absolute;

background-color: #FFF6D3;
/*background-color: #F9E698/FEFAEB;*/
/* padding: 5px; */
  padding: 1px 1px 1px 1px;
  font-size: .9em;
  font-family: Verdana, Arial, sans-serif;
/*left: -1000px;*/
/*left: 2000px;*/
/*border: 1px dashed gray; */
border: 2px solid #910220;
/*border-color: #910220;*/
visibility: hidden;
/*color: black;*/
margin: auto;
text-decoration: none;
top: auto;
}
.thumbnailspan img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
/*.thumbnail:link,.thumbnail:visited,.thumbnail:active 
{
	color:#595959;
}



.thumbnail:hover span{ 
visibility: visible;
top: 0;
left: 200px; 

}
*/
/* Scroll box */
.toolTip
{		
	z-index:2000;
	position:absolute;
	margin:0px;
	padding:0px;
	border-width:0px;
	left:0px;
	top:0px;		
	width:auto;
	display:none;
}
#jump_base {
  overflow-y:hidden;
  width: 200px;
  height: 140px;
  /*border: 2px solid #910220;
  margin: auto;
 /* padding: 0 10px 0 10px;*/
  font-size: .9em;
  font-family: Verdana, Arial, sans-serif;  
}
#jump_base a {
  color: #000099;
  background-color: inherit;
}
.news {
  background-color: Transparent;
  color: inherit;
}

