@charset "UTF-8";

/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1000;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	color:;
	background-color:;
	padding:;
}
.popup {background-color:#FFFFCC; color:black; width:150px; min-height:100px; border:0px solid black; padding:0px; text-align:left; text-decoration:none; z-index:100; position:relative;}
.popup_title { background-color:#FFC310; color:black; font-size:13px; font-weight:bold; padding:3px;text-align:left;}
.popup_author { background-color:#FFC310; color:black; font-size:12px; font-weight:normal; padding:3px;text-align:left;}
.popup_text {color:black; font-size:12px; font-weight:normal; padding:5px;text-align:left;}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 10;
text-decoration:none;
}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: ;
padding: 0px;
left: -1000px;
border: 1px solid black;
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: -100px;
left: 90px; /*position where enlarged image should offset horizontally */

}
