/*.thumbnail{
	font-size: 12px;
	text-decoration: none;
	color: #006600;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	text-align: center;
}*/

.tnpadding {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-decoration: none;
}

/*.thumbnail:hover{
	background-color: #e1e1aa;
	z-index: 50;
	text-decoration: none;
	color: #669933;
}*/

.thumbnailcell{
	font-size: 11px;
	text-decoration: none;
	color: #4872AE;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	padding: 10px;
	height: 103px;
	width: 64px;
	display: block;
}
.thumbnailcell:hover{
	background-color: #6699CC;
	cursor: pointer;
}
.thumbnailcell:focus {
	outline: none;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding: 5px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	left: -500px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 5px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 78px;
top: 0px; /*position where enlarged image should offset horizontally */

}

a.thumbnailcell {
	color: #4872AE;
	text-decoration: none;
}
a.thumbnailcell:visited {
	text-decoration: none;
	color: #4872AE;
}
a.thumbnailcell:active {
	text-decoration: none;
	color: #4872AE;
}
a.thumbnailcell:hover {
	text-decoration: none;
	color: #6699CC;
	background-color: #FFFFFF;
}
.thumbnailcellblank {
	padding: 10px;
	height: 103px;
	width: 64px;
	display: block;
	cursor: default;
}
