/* CSS Document */

body,td,th {
	font-family: Trebuchet MS;
	font-size: 13px;
	color: #4C402D;
}
.style1 {
	font-size: 18px;
	font-weight: bold;
	color: #7A1F12;
}
.style2 {
	font-size: 14px;
	font-weight: bold;
	color: #A68352;
}
a:link {
	color: #7A1F12;
}
a:visited {
	color: #7A1F12;
}
a:hover {
	color: #333333;
}
.style3 {
	font-size: 2px;
	font-style: italic;
}
.style4 {
	font-family: Tahoma;
	font-size: 10px;
}
.style5 {font-size: 11px}

#neville-content-text {
width:590px;
height:450px;
align:left;
overflow-y:auto;
overflow-x:hidden;
padding:5px 20px 5px 10px;
}

.citeref {
	margin-left:45%;

}

blockquote:first-letter {
  padding-left: 20px;
  font: italic 1.2em Georgia, "Times New Roman", Times, serif;
}
blockquote {
  font: 1.0em/1.4em Georgia, "Times New Roman", Times, serif;
  width: 500px;
  margin-left: 20%;
  text-indent: -18px;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
margin-left:500px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
