@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
{
	border: 1px solid #999; background-color: white;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2 {font-size: 13px;}
h2.top {
	margin: 0;
	font-size: 13px;
	letter-spacing: .3em;
}
h3 {
	font-size: 12px;
	margin: 0 0 0 0;
}
.content {
	background-image: url(../p7ap/images/p7ap_light_gray_bevel.jpg);
	background-repeat: repeat-x;
	margin: 0px 0 1px;
	padding: 7px;
}
.content p {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
	margin: 6px 0 12px 0;
	line-height: 1.3em;
}
.content ul {
	font-size: 11px;
	padding-left: 0.85em;
	padding-top: 10px;
}
/*Explicitly set dark blue link colors for IE7 Vista*/
.content a, .p7AB p a, #footer a {
	color: #0000FF;
}
.content a:hover, .p7AB p a:hover, #footer a:hover {
	color: #000000;
}
