@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: 1010;
	filter:alpha(opacity:0.1);
	margin: 3px;
}
#wrapper #copyBar #rightBox #creditBox3 #creditsBox2 {
	background-image: url(../spry_site_jpgs/grads/GRAD_darkBlue_ltBlue.jpg);
	float: right;
	width: 95%;
	padding-top: 0.4em;
	font-size: 1.2em;
	padding-bottom: 0.2em;
	padding-right: 5%;
}

.tooltipContent
{
	height: 150px;
	width: 400px;
	border: 1px solid #003;
	color: #003;
	padding: 0.5em;
	background-image: url(../spry_site_jpgs/grads/GRAD_choco_cream_small.jpg);
	font-size: 0.9em;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.4em;
}
.collectionName {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
}
.collectionStory {
	font-size: 1.1em;
	color: #333;
}
.storyCategory {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003;
	font-weight: bold;
}
