@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);}

.tooltipContent {
	width: 280px;
}

/*adapted changes from codify design*/

.tooltipContent .content{ margin: 0px; padding: 30px 20px 5px 20px; color: #333333; font-size: 10pt; font-family: "Gill Sans", Futura, Arial, sans-serif; background-image: url(../images/tooltip.gif); background-repeat: no-repeat; background-position: 0px 0px; line-height: 14pt; font-weight: normal; text-transform: lowercase; text-align: left; }
.tooltipContent .bottom { margin: 0px; height: 33px; background-image: url(../images/tooltip.gif); background-repeat: no-repeat; background-position: 0px bottom; }

.tooltipBullet {width: 280px;}
.tooltipBullet .content{ margin: 0px; padding: 30px 20px 5px 20px; color: #333333; font-size: 10pt; font-family: "Gill Sans", Futura, Arial, sans-serif; background-image: url(../images/tooltipbullet.gif); background-repeat: no-repeat; background-position: 0px 0px; line-height: 14pt; font-weight: normal; text-transform: lowercase; text-align: left; }
.tooltipBullet .bottom { margin: 0px; height: 33px; background-image: url(../images/tooltipbullet.gif); background-repeat: no-repeat; background-position: 0px bottom; }

.tooltipSeenMe {width: 280px;}
.tooltipSeenMe .content{ margin: 0px; padding: 30px 20px 5px 20px; color: #333333; font-size: 10pt; font-family: "Gill Sans", Futura, Arial, sans-serif; background-image: url(../images/tooltipseenme.gif); background-repeat: no-repeat; background-position: 0px 0px; line-height: 14pt; font-weight: normal; text-transform: lowercase; text-align: left; }
.tooltipSeenMe .bottom { margin: 0px; height: 33px; background-image: url(../images/tooltipseenme.gif); background-repeat: no-repeat; background-position: 0px bottom; }

.tooltipPress {width: 100px;}
.tooltipPress .content{ margin: 0px; padding: 10px 8px 3px 8px; color: #333333; font-size: 12pt; font-family: "Gill Sans", Futura, Arial, sans-serif; background-image: url(../images/tooltippress.gif); background-repeat: no-repeat; background-position: 0px 0px; line-height: 14pt; font-weight: normal; text-transform: uppercase; text-align: center; letter-spacing: .3em; }
.tooltipPress .bottom { margin: 0px; height: 12px; background-image: url(../images/tooltippress.gif); background-repeat: no-repeat; background-position: 0px bottom; }