﻿*
{
	margin: 0;
	padding: 0;
	border: 0;
}
body
{
	margin: 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
	line-height: 140%;
}
a, a:visited
{
	color: #747678;
}
a:hover
{
	text-decoration: none;
}
p
{
	margin-bottom: 15px;
	margin-top: 0px;
}
div.close-window
{
	margin-bottom: 5px;
	text-align: center;
}
div.sub-container
{
	margin-bottom: 10px;
	clear: both;
}
div.sub-container a:hover
{
	background-color: #FFF;
}
div.sub-container div.top, div.sub-container div.bottom
{
	display: none;
}
div.sub-container div.middle
{
	background: #EAEBEB url(../images/popup-sub-container-bg.gif) repeat-x top left;
	padding: 5px;
	border-top: 1px solid #d6d6d7;
	border-right: 1px solid #babbbc;
	border-bottom: 1px solid #babbbc;
	border-left: 1px solid #d6d6d7;
}
div.sub-container div.middle h1
{
	font-weight: bold;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	font-size: 100%;
}
div.sub-container h1,
div.sub-container h2,
div.sub-container ul,
div.sub-container table
{
	margin-bottom: 1em;
}
div.sub-container h2
{
	color: #C75B12;
	font-size: 100%;
}
div.sub-container ul
{
	list-style-type: none;
}
div.sub-container li
{
	padding-bottom: 5px;
	padding-left: 15px;
	background: transparent url(../images/popup-arrow.gif) no-repeat 5px 5px;
}
div.sub-container ul.steps li
{
	background-image: none;
}
div.sub-container ul.steps li.completed
{
	font-weight: bold;
	background-image: url(../images/popup-check.gif);
	background-position: 2px 2px;
}
div.fund-grid
{
	float: right;
	margin: 0 0 10px 10px;
}
div.fund-grid table
{
	border-collapse: collapse;
}
div.fund-grid table th span
{
	position: absolute;
	left: -99999px;
	top: 0;
}
div.fund-grid table
{
	width: 228px;
}
div.fund-grid th,
div.fund-grid td
{
	background-image: url(../images/grid.png);
	background-repeat: no-repeat;
}
div.fund-grid tr.top th,
div.fund-grid tr.top td
{
	height: 38px;
}
div.fund-grid tr.bottom td
{
	height: 13px;
}
div.fund-grid td
{
	height: 59px;
}
div.fund-grid tr.top th
{
	width: 59px;
}
div.fund-grid th.value
{
	background-position: -38px 0px;
}
div.fund-grid th.core
{
	background-position: -97px 0px;
}
div.fund-grid th.growth
{
	background-position: -156px 0px;
}
div.fund-grid th.large
{
	background-position: 0px -38px;
}
div.fund-grid th.mid
{
	background-position: 0px -97px;
}
div.fund-grid th.small
{
	background-position: 0px -156px;
}
div.fund-grid td.top-left
{
	width: 38px;
	background-position: 0px 0px;
}
div.fund-grid td.top-right
{
	width: 13px;
	background-position: -215px 0px;
}
div.fund-grid td.bottom-left
{
	background-position: 0px -215px;
}
div.fund-grid td.bottom-right
{
	background-position: -215px -215px;
}
div.fund-grid td.bottom
{
	background-position: -38px -215px;
}
div.fund-grid td.right
{
	background-position: -215px -38px;
}
div.fund-grid td.blank
{
	background-position: -38px -38px;
}
div.fund-grid td.checked
{
	background-position: -97px -97px;
}
div.legal
{
	font-size: 75%;
}
