/* Created by TopStyle Pro Trial Version - www.bradsoft.com */
body {scrollbar-arrow-color: #ffffff;scrollbar-base-color: #ffffff;scrollbar-dark-shadow-color: #BAB6B1;scrollbar-track-color: #F4F4F4;scrollbar-face-color: #BAB6B1;scrollbar-shadow-color: #BAB6B1=;scrollbar-highlight-color: #BAB6B1;scrollbar-3d-light-color: #BAB6B1;background-attachment : fixed; background-color: #F7F9F4;}
a:link {text-decoration: none;}
	a:visited {text-decoration: none; color: #8A865D;
	background-color: #F7F9F4;
	}
	a:active {text-decoration: none; color: #ABA983;}

	a.blue:link {color: #ABA983; font-weight: bold;}
	a.blue:visited {color: #ABA983; font-weight: bold;}

	A {cursor: hand} 

	P {font: 9pt Tahoma,Verdana, Arial, Helvetica, sans-serif; color:#ABA983;  text-align: left;  }
	A:hover {COLOR: #8A865D}

a:link {
text-decoration: none;
color: #ABA983;
	}
.me{
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #838A60;
	text-align: left;
	font-weight: bold;
	font-style: italic;
	}
.btable{
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #838A60;
	text-align: left;
	font-weight: bold;

}
.note {
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ABA983;
	}
.footer {
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
	text-align: left;
}
.linksjumb
{
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: right;
	color: #8A865D;
	float: left;
	border-style: dotted;
	border-width: 1;
	background-color: #F7F9F4;
}
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 0px solid white;
margin: 0 1px 1px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
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*/
visibility: visible;
top: 0;
left: 50px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

