﻿/* 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 {
  background: #FEF9E2; border: 1px solid #FBF0BF; 
  border-radius: 0;
  padding: 6px 8px;
  color: #4a3906;
  max-width: 200px; width: 200px;
  text-shadow: none;
  z-index: 999 !important; 
  font-size: .9em;
  font-weight: normal;
}

.tooltipContent img { margin-bottom: 5px }

.sttTrg { 
	color: #4a3906;
	cursor:pointer;
	background:url(images/info.png) 100% center no-repeat;
	display: inline-block;
    min-height: 16px; height: auto !important; height: 16px;
    padding-right: 20px
}
