body {
/*	background-color: #CBCBCB; */
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 5px;
}

a {
	color: #1A1A1A;
	text-decoration: underline;
}
/*a:hover {
	font-weight: bold;
}*/
.nowrap {
	white-space: nowrap;
}
.submit {
	color: #FFFFFF;
	background-color: #8D638C;
	border: 0px none;
	font-weight: bold;
	padding: 2px;
}

.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
/*background-color: #333;*/
padding: 4px;
border: 1px solid black;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 3px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 10px;
left: -30px; /*position where enlarged image should offset horizontally */
}

