@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:200px; }
div.rounded-block { margin-top: 0px;  /* use negative margin to overlap stacked blocks */ }
p.rounded-topspace { margin-top: 0px; /* removes unwanted space */ }
p.rounded-bottomspace { margin-bottom: 0px;  /* removes unwanted space */ }
div.rounded-block-top-left,
div.rounded-block-top-right,
div.rounded-block-bottom-left,
div.rounded-block-bottom-right { background: transparent url('../images/rounded-block.png') no-repeat; /* combined rounded corner image */ font-size: 2px;  /* IE div correction */ height: 11px;    /* height of an image corner */ }
div.rounded-block-top-left,
div.rounded-block-bottom-left { margin-right: 11px;  /* width of an image corner */ }
div.rounded-block-top-right {    /* anchor image in top right */ background-position: 100% 0; }
div.rounded-block-top-right,
div.rounded-block-bottom-right { margin-left: 11px; /* width of an image corner */ margin-top: -11px; /* height of an image corner */ }
div.rounded-block-bottom-left { background-position: 0 -6px;   /* negative height of an image corner */ }
div.rounded-block-bottom-right { background-position: 100% -6px;  /* negative height of an image corner */ }
div.rounded-outside,
div.rounded-inside { background: transparent url('../images/rounded-block-inner.png') repeat-y right; padding-right: 8px; margin-top: -30px; margin-bottom: -7px; }
div.rounded-inside { background-position: left; padding: 0 0 0 8px; }
