@media screen {
	#container {
		width: 760px;
	}
}
@media print {
	#container {
		width: 100%;
	}
}
html, body {
	margin:0;
	padding: 0;
}

body {
	font-family: georgia, times, serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
}

#container {
	margin: 0 auto;
}
#logo {
	margin: 20px auto 0;
	width: 444px;
}
#nav {
	margin-top: 20px;
}
#content {
	float: left;
	font-size: 15px;
	line-height: 1.5em;
	margin: 48px 0;
	width: 100%;
}
#content .main {
	float: left;
	width: 540px;
}

#content .main.full,
#container.members .main,
#container.admin .main {
	width: 100%;
}
#content.pop-up {
	margin: 48px 20px 20px;
	width: auto;
}
#content #sidebar {
	float: right;
	line-height: normal;
	margin: 0 0 20px 20px;
	width: 200px;
}
#footer {
	clear: both;
	border-top: 1px solid #999;
	margin: 0 auto 25px;
	width: 100%;
}
a:link,a:active,a:visited {
	color: #990000;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
#nav-primary {
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url("/images/tab_bottom.gif") repeat-x bottom;
}
#nav-primary ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav-primary li {
	display: inline;
	text-transform: uppercase;
}
#nav-primary a:link, #nav-primary a:visited {
	float: left;
	background: #EEE;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 2px 10px;
	margin-right: 4px;
	border: 1px solid #999;
	text-decoration: none;
	color: #666;
}
#nav-primary a:link.active, #nav-primary a:visited.active {
	border-bottom: 1px solid #FFF;
	background: #FFF;
	color: #990000;
}
#nav-primary a:hover {
	background: #FFFFFF;
	color: #990000;
}
#nav-secondary {
	border-bottom: 1px solid #999;
	list-style-type: none;
	margin: 0;
	padding: 8px 0;
	text-align: center;
}
#nav-secondary li {
	background: url("/images/nav_secondary_li.png") no-repeat 4px 3px;
	display: inline;
	font-size: 11px;
	padding-left: 12px;
	text-transform: uppercase;
}
#nav-secondary li.first {
	background: none;
	padding-left: 0;	
}
#nav-secondary a.active {
	font-weight: bold;
}
#nav-right {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#nav-right li {
	display: inline;
	margin-right: 10px;
	text-transform: uppercase;
}
#nav-right a:link, #nav-right a:visited {
	background: #FFF;
	border: none;
	color: #990000;
	text-decoration: underline;
	font-size: 10px;
}
#nav-right a:hover {
	text-decoration: none;
}
.nav-primary-new {
	float: left;
	position: relative;
	left: -26px;
	top: -8px;
	cursor: pointer;
}
.ie6 .nav-primary-new {
	behavior: url("/common/iepngfix.htc");
}
.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.u {
	text-decoration: underline;
}

.uc {
	text-transform: uppercase;
}
.title {
	font-size: 24px;
	font-weight: normal;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.2em;
	margin-top: 0;
}
.subtitle {
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
}
h2 {
	font-size: 17px;
	font-style: italic;
	font-weight: normal;
	margin-top: 0;
}
#footer-top {
	margin: 10px 0;
}
#footer-top ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#footer-top ul li {
	display: inline;
	margin-left:10px;
	font-size: 12px;
	margin-left:10px;
	text-transform: uppercase;
}
#footer-top ul li a {
	color: #000;
	font-weight: bold;
}
#footer-promo {
	border-top: 1px solid #999;
	background-color: #EEE;
}
#footer-promo ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer-promo ul#footer-promo-items {
	height: 67px;
	padding: 5px 0;
	text-align: center;
}
#footer-promo ul li.footer-promo-item {
	display: inline-block;
	margin-left: 25px;
	text-align: left;
	width: 175px;
}
#footer-promo ul li.footer-promo-item:first-child {
	margin-left: 0;
}
.ie6 #footer-promo ul li.footer-promo-item,
.ie7 #footer-promo ul li.footer-promo-item {
	display: inline;
	zoom: 1;
}
li.footer-promo-item ul li {
	display: block;
	float: left;
}
.footer-promo-image {
	float: left;
	height: 67px;
	margin-right: 5px;
	width: 56px;
}
.footer-promo-image-new {
	position: relative;
	top: -70px;
}
.ff3 .footer-promo-image-new {
	top: -77px;
}
li.footer-promo-link {
	background: transparent url("/images/li_arrow_sm.png") no-repeat 2px 6px;
}
.ie6 li.footer-promo-link {
	background: transparent url("/images/li_arrow_sm.gif") no-repeat 2px 6px;
}
li.footer-promo-title {
	width: 110px;
}
li.footer-promo-title h5 {
	margin: 0;
	font-size: 12px;
	text-transform: uppercase;
}
li.footer-promo-title a:link,
li.footer-promo-title a:visited,
li.footer-promo-title a:active {
	color: #333;
	text-decoration: none;
}
li.footer-promo-title a:hover {
	color: #990000;
}
li.footer-promo-link h5 {
	margin: 0;
	font-weight: normal;
	font-size: 14px;
}
li.footer-promo-link a {
	margin-left: 8px;
}
#footer-bottom {
	clear: both;
	padding-top: 2px;
	border-top: 1px solid #999;
	font-size: 12px;
}
#footer-bottom-right {
	float: right;
	position: relative;
	top: 0;
}
#footer-bottom-right ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer-bottom-right ul li {
	display: inline;
}
#footer-bottom-right ul li {
	padding-left: 5px;
}
#footer-bottom-logo {
	float: left;
	margin: 0 2px 0 0;
}
#footer-bottom-brand {
	margin: 0;
}
#footer-bottom-copyright {
	margin: 0;
	color: #333;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
}
.sidebar-box-container {
	width: 194px;
	margin-bottom: 20px;
	padding: 2px;
	border: 1px solid #000000;
}
.sidebar-box-inset {
	margin: 2px;
	padding: 10px 0;
	background-color: #EEEEEE;
	text-align: center;
}
h4.sidebar-title {
	margin: 0 0 10px 0;
	font-size: 18px;
	text-transform: uppercase;
}
#sidebar-newsletter h4.sidebar-title {
	font-size: 17px;
}
h4.sidebar-title a:link,
h4.sidebar-title a:visited,
h4.sidebar-title a:active {
	color: #000;
}
h4.sidebar-title a:hover {
	color: #990000;
}
.sidebar-subtitle {
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}
ul#sidebar-services,
ul#sidebar-services li ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li.sidebar-service-item {
	margin: 0 auto 25px auto;
	width: 166px;
	height: 67px;
	text-align: left;
}
.sidebar-service-image {
	float: left;
	margin-right: 5px;
	width: 56px;
}
.sidebar-service-image-new {
	position: relative;
	top: -78px;
}
.ie8 .sidebar-service-image-new,
.safari .sidebar-service-image-new,
.chrome .sidebar-service-image-new {
	top: -72px;
}
li.sidebar-service-title {
	float: left;
}
li.sidebar-service-title h5 {
	margin: 0;
	font-weight: normal;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
li.sidebar-service-title a:link,
li.sidebar-service-title a:visited,
li.sidebar-service-title a:active {
	color: #333;
	text-decoration: none;
}
li.sidebar-service-title a:hover {
	color: #990000;
}
li.sidebar-service-link {
	background: transparent url("/images/li_arrow_sm.png") no-repeat 2px 6px;
	float: left;
}
.ie6 li.sidebar-service-link {
	background: transparent url("/images/li_arrow_sm.gif") no-repeat 2px 6px;
}
li.sidebar-service-link h5 {
	margin: 0;
	font-weight: normal;
	font-size: 14px;
}
li.sidebar-service-link a {
	margin-left: 8px;
}
div.sidebar-promo-link {
	font-size: 16px;
}
div.sidebar-promo-link a {
	font-weight: bold;
}
.sidebar-login-container, .sidebar-newsletter-container {
	width: 164px;
	margin: 0 auto 0 auto;
	text-align: left;
}
.sidebar-login-container form, .sidebar-newsletter-container form {
	margin-bottom: 0;
}
.sidebar-login-submit, .sidebar-newsletter-submit {
	width: 60px;
	margin: 15px auto 0;
	font-size: 13px;
}
.sidebar-login-submit input, .sidebar-newsletter-submit input {
	text-transform: uppercase;
}
.sidebar-newsletter-email {
	margin: 15px auto 0;
}
ul.sidebar {
	margin-left: 12px;
	padding-left: 12px;
	text-align: left;
}
ul.sidebar li {
	padding-bottom: 6px;
}
.sidebar-testimonial-container {
	width: 180px;
	margin: 0 auto;
	text-align: left;
}
.sidebar-testimonial-title {
	font-size: 11px;
	font-weight: bold;
}
.sidebar-testimonial-quote {
	font-size: 11px;
	margin-bottom: 4px;
}
.sidebar-testimonial-cite {
	font-family: arial, helvetica, sans-serif;
}
.sidebar-testimonial-link {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
table#sidebar-toptrades {
	margin-bottom: 10px;
}
table#sidebar-toptrades tr th {
	font-size: 10px;
	text-transform: uppercase;
}
table#sidebar-toptrades tr td {
	border-bottom: 1px dotted #CCC;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
.sidebar-featured-alerts-container {
	width: 180px;
	margin: 0 auto;
	text-align: left;
}
.sidebar-featured-alerts-title {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	text-decoration: underline;
	text-transform: uppercase;
}
.sidebar-featured-alerts-timestamp {
	color: #666;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
}
ul#service-feature-items,
ul#service-feature-items li ul,
.service-feature-container ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}
li.service-feature-item {
	display: inline;
	float: left;
	width: 252px;
	text-align: center;
}
li.service-feature-link {
	background: transparent url("/images/li_arrow_lg.png") no-repeat 1px 8px;
}
.ie6 li.service-feature-link {
	background: transparent url("/images/li_arrow_lg.gif") no-repeat 1px 8px;
}
.service-feature-container ul {
	float: left;
	margin-left: 5px;
	width: 425px;
}
.service-feature-item ul li h2,
.service-feature-item ul li h3,
.service-feature-container ul li h2,
.service-feature-container ul li h3 {
	margin: 0;
}
.service-feature-image {
	float: left;
}
ul.service-feature-links {
	margin: 12px auto;
}
ul.service-feature-links.subscription.options {
	width: 165px;
}
ul.service-feature-links.subscription.blasters {
	width: 166px;
}
ul.service-feature-links.subscription.leaps {
	width: 157px;
}
ul.service-feature-links.track-record.options {
	width: 168px;
}
ul.service-feature-links.track-record.blasters {
	width: 171px;
}
ul.service-feature-links.track-record.leaps {
	width: 161px;
}
li.service-feature-title {
	margin: -5px 0 0;
}
.service-feature-title a:link,
.service-feature-title a:visited,
.service-feature-title a:active {
	color: #333;
	text-decoration: none;
}
.service-feature-title a:hover {
	color: #990000;
}
li.service-feature-link {
	margin: 0;
	text-align: left;
}
li.service-feature-link a {
	display: block;
	font-size: 14px;
	margin-left: 10px;
}
#track-record li.service-feature-link a {
	font-size: 12px;
}
#alert-navigation-top,
#special-report-navigation-top,
#newsletter-navigation-top {
	padding-bottom: 25px;
}
#alert-navigation-bottom,
#special-report-navigation-bottom,
#newsletter-navigation-bottom {
	padding-top: 25px;
}
#track-record-month #alert-navigation-bottom {
	padding-top: 0;
}
.alert-navigation .previous,
.special-report-navigation .previous,
.position-navigation .previous,
.newsletter-navigation .previous {
	float: left;
}
.alert-navigation .next,
.special-report-navigation .next,
.position-navigation .next,
.newsletter-navigation .next {
	float: right;
}
.service-feature-divider,
.navigation-divider {
	clear: both;
}
#aan-status {
	color: #666;
	font-size: 12px;
}
#alert h1, #special-report h1 {
	margin: 0;
}
#alert h2, #special-report h2, ul.service-feature-links h2 {
	margin-top: 8px;
}
#alert-byline, #special-report-byline, #newsletter-byline {
	color: #808080;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	margin-top: 14px;
}
#alert-author, #special-report-author, #newsletter-author {
	font-weight: bold;
}
#alert-timestamp, #special-report-timestamp, #newsletter-timestamp {
	font-family: arial, helvetica, sans-serif;
	color: #808080;
	font-size: 11px;
	line-height: normal;
}
#alert-printer-friendly, #special-report-printer-friendly {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	margin: 6px 0 14px;
}
#alert-tags, #newsletter-tags {
	color: #777;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 25px auto 0;
	width: 600px;
}
#newsletter-tags {
	width: 760px;
}
#alert-tags-header, #newsletter-tags-header {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
}
#alert-tags ul, #newsletter-tags ul {
	list-style-type: none;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
#alert-tags ul li, #alert-tags ul li h4,
#newsletter-tags ul li, #newsletter-tags ul li h4 {
	display: inline;
	margin: 0;
}
#alert-tags ul li h4 a, #alert-tags ul li h4 a:link,
#alert-tags ul li span,
#newsletter-tags ul li h4 a, #newsletter-tags ul li h4 a:link,
#newsletter-tags ul li span {
	background-color: #DDD;
	color: #666;
	font-size: 8px;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
	text-transform: uppercase;
}
#alert-tags ul li h4 a:hover, #newsletter-tags ul li h4 a:hover {
	background-color: #333;
	color: #FFF;
}
#other-alerts {
	width: 100%;
}
#other-alerts-header {
	font-family: arial,helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: uppercase;
}
#members-area-left {
	float: left;
	width: 359px;
	padding-right:20px;
	border-right: 1px solid #CCC;
}

#members-area-right {
	float: left;
	margin-left: 20px;
	width: 360px;
}

#members-area #alerts, #members-area #special-reports {
	margin-top: 36px;
}
#alerts ul,
#special-reports ul,
#other-alerts ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#other-alerts ul {
	border: 1px solid #999;
	height: 285px;
	overflow-y: scroll;
	padding: 10px;
	width: auto;
}
#alerts ul li,
#special-reports ul li,
#other-alerts ul li {
	border-bottom: 1px dotted #DEDEDE;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#alerts ul li h4,
#special-reports ul li h4,
#other-alerts ul li h4 {
	margin: 0;
}
#alerts ul li .alert-timestamp,
#special-reports ul li .special-report-date {
	color: #666;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
}
#disclaimer {
	margin: 25px auto 0;
	width: 600px;
}
#content.pop-up #disclaimer {
	margin: 25px 0 0;
	width: auto;
}
#newsletter #disclaimer {
	float: left;
	width: 100%;
}
.disclaimer {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	line-height: 1em;
	color: #675E55;
}
#pop-up-links {
	float: right;
	clear: both;
	margin-right: 20px;
}
#promo {
	float: left;
	height: 100%;
	width: 100%;
}
#promo.options {
	background-color: #CCC;
}
#promo.blasters {
	background-color: #8FBC8F;
}
#promo.leaps {
	background-color: #666;
}
#promo p {
	margin: 20px 0;
	text-indent: 40px;
}
#promo-wrapper {
	background: #FFF;
	border: 1px solid #000;
	margin: 40px auto;
	width: 760px;
}
#promo-wrapper #content {
	float: none;
	margin: 40px;
	width: auto;
}
#promo-wrapper #content ul, #promo-wrapper #content ol {
	margin-left: 40px;
	padding-left: 40px;
}
#promo p.no-indent {
	text-indent: 0;
}
.promo-indent {
	margin: 20px 0;
	text-indent: 40px;
}
.promo-quote {
	font-weight: bold;
}
div.promo-opt {
	font-size: 36px;
	line-height: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 35px;
}
h1.promo-opt {
	font-size: 24px;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 35px;
}
h2.promo-opt, h3.promo-opt {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin: 5px 0;
}
h4.promo-opt {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
h5.promo-opt {
	font-size: 20px;
	margin: 0;
}
h1.promo-smcap {
	font-size: 36px;
	line-height: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 35px;
}
h2.promo-smcap {
	font-size: 24px;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 35px;
}
h3.promo-smcap {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 5px 0;
}
h4.promo-smcap {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
h5.promo-smcap {
	font-size: 20px;
	margin: 0;
}
div.promo-leap {
	font-size: 36px;
	line-height: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 35px;
}
h2.promo-leap {
	font-size: 24px;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 35px;
}
h3.promo-leap {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
h4.promo-leap {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: -5px;
}
h1.promo-leap, h5.promo-leap {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
h6.promo-leap {
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	margin: 5px 0 15px;
}
ul#track-record-month,
ul#alert-archive-month,
ul#special-report-archive,
ul#newsletter-year {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#track-record-month li,
ul#alert-archive-month li,
ul#special-report-archive li
ul#newsletter-year li {
	border-bottom: 1px dotted #DEDEDE;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
ul#track-record-month li h4,
ul#alert-archive-month li h4,
ul#special-report-archive li h4,
ul#newsletter-year li h4 {
	margin: 0;
	padding: 0;
}
#track-record-month .hr,
#track-record-month #alert-navigation-bottom {
	width: 100%;
}
.track-record-date,
.alert-archive-date,
.special-report-date,
.newsletter-archive-date {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
.track-record-year-cell,
.alert-archive-year-cell{
	display: table-cell;
	width: 250px;
}
.track-record-year-cell h4,
.alert-archive-year-cell h4{
	margin-bottom: 8px;
}
ul.track-record-year,
ul.alert-archive-year{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.track-record-year li,
ul.alert-archive-year li {
	background: transparent url("/images/li_arrow_sm.png") no-repeat 0 9px;
}
.ie6 ul.track-record-year li,
.ie6 ul.alert-archive-year li {
	background: transparent url("/images/li_arrow_sm.gif") no-repeat 0 9px;
}
ul.track-record-year li a,
ul.alert-archive-year li a {
	margin-left: 8px;
}
ul.track-record-year li h4,
ul.alert-archive-year li h4{
	margin: 0;
}
#subscription-successful h1, #renewal-successful h1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 60px;
	margin: auto;
	height: 1em;
}
#rss h1 {
	display: inline;
}
ul.rss-feeds {
	list-style-type: none;
}
ul.questions {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.questions li a {
	display: block;
	margin-left: 8px;
}
ul.questions li {
	background: transparent url("/images/li_arrow_lg.png") no-repeat 1px 8px;
	margin-bottom: 10px;
}
.ie6 ul.questions li  {
	background: transparent url("/images/li_arrow_lg.gif") no-repeat 1px 8px;
}
ul.about li {
	padding-bottom: 20px;
}
div.hr {
	border-bottom: 1px dotted #999;
	margin: 20px 0;
}
div.hr hr {
	display: none;
}
div.div-shadow-bottom {
	background: url("/images/divshadowbottom.png") repeat-x bottom right;
	position: relative;
	margin: 0 auto;
	width: 600px;
}
div.div-shadow-right {
	background: url("/images/divshadowright.png") repeat-y bottom right;
}
div.div-shadow-indent {
	background: url("/images/divshadowindent.png") no-repeat bottom left;
}
div.div-shadow-corner {
	background: url("/images/divshadowcorner.png") no-repeat bottom right;
}
div.div-shadow-right {
	_position: relative;
}
div.div-shadow-wrapper {
	_width: 600px;
	position: relative;
	top: -5px;
	left: -5px;
	text-align: left;
	padding: 15px;
	border: 1px solid #CCC;
}
#newsletter div.div-shadow-bottom,
#newsletter div.div-shadow-right,
#newsletter div.div-shadow-indent,
#newsletter div.div-shadow-corner,
#newsletter div.div-shadow-wrapper {
	float: left;
}
#newsletter div.div-shadow-bottom {
	width: 100%;
}
#newsletter div.div-shadow-wrapper {
	padding: 0;
}
#newsletter-content {
	background: transparent url("/images/split-pane.png") repeat-y top right;
	float: left;
	padding: 15px;
	width: 428px;
}
#newsletter-sidebar {
	float: left;
	line-height: normal;
	margin: 15px 10px;
	width: 280px;
}
.newsletter-sidebar-section {
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.newsletter-sidebar-heading {
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.newsletter-sidebar-copy {
	font-size: 12px;
	margin-top: 10px;
}
.newsletter-sidebar-data-fine-print {
	font-family: helvetica, arial, sans-serif;
	color: #666;
	font-size: 9px;
}
.newsletter-sidebar-table {
	border: 1px solid #666;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	width: 100%;
}
.newsletter-sidebar-chart {
	margin-top: 10px;
	margin-bottom: 10px;
}
div.image-shadow {
	background: url("/images/shadow.gif") no-repeat bottom right;
	clear: left;
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	position: relative;
}
div.image-shadow img {
	background-color: #FFF;
	border: 1px solid #A9A9A9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}
table.customerform td {
	font-size: 16px;
	color: #675E55;
	font-weight: bold;
	padding-bottom: 10px;
}
table.nopadding td {
	padding-bottom: 0px;
	padding:0;
}
table.customerform td.red {
	color: #990000;
}
table.customerform td.valuebold {
	font-family: arial, helvetica, sans-serif;
	color: #000;
}
table.customerform td.valuenormal {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
table.customerform input, table.customerform select, table.customerform textarea {
	background: #FFFADB url("/images/field-bg.gif") repeat-x;
	border: 1px solid #675E55;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 2px;
}
table.customerform input.radio, table.customerform input.checkbox {
	width: 22px;
	height: 22px;
	margin: 0;
	border: none;
	padding: 0;
}
table.customerform input {
	padding: 3px 7px !important;
}
.submit-button {
	border: solid 1px #990000;
	display: -moz-inline-box;
	display: inline-block;
	padding: 5px;
}
.ie6 .submit-button,
.ie7 .submit-button {
	display: inline;
	zoom: 1;
}
.submit-button input[type="submit"], .submit-button input[type="button"] {
	text-transform: uppercase;
}
a.rounded-button {
	display: inline-block;
	cursor: pointer;
	cursor: hand;
	background: transparent url("/images/rounded-button-bg.png") repeat-x top left;
	padding: 0 30px;
	vertical-align: middle;
	color: #000;
	text-decoration: none;
	outline: none;
	border: 1px solid #CCC;
	height: 22px;
	line-height: 22px;
	-moz-border-radius: 3px;
}
a.rounded-button:hover {
	border: 1px solid #333;
}
a.rounded-button:active {
    background-position: 0% -22px;
}
.clear {
	clear: both;
}
.error {
	background: #FFFFCC url("/images/error.gif") no-repeat 10px 10px;
	border: 1px dashed #CCC;
	color: #990000;
	font-weight: bold;
	margin-bottom: 15px;
	min-height: 42px;
	width: auto;
}
.error-message {
	padding: 10px 10px 10px 40px;
}
.error ul {
	clear: both;
	margin: 0;
	padding: 0 10px 10px 55px;
}
.highlight-price {
	background-color: #FFFF00;
	font-family: arial, helvetica, sans-serif;
	color: #000;
	font-style:italic;
	font-weight: normal;
	font-size: 15px;
}
.special-offer {
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	color: #675E55;
}
.receipt {
	font-family: courier, "courier new", sans-serif;
	letter-spacing: 1px;
}
.data {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
}
.fineprint {
	font-size: 11px;
}
.fine-print-data {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}
.table-data {
	border: 1px solid #000;
	clear: both;
	font-family: helvetica, arial, sans-serif;
	font-size: 0.9em;
}
.stock-symbol {
	font-family: 'courier new', monospace;
}
.num {
	font-family: arial, helvetica, sans-serif;
}
.percent-gain {
	font-weight: bold;
	font-style: italic;
}
.red {
	color: #990000;
}
.red-subtitle {
	color: #990000;
	font-size: 18px;
}
.shaded {
	background-color: #EFEFEF;
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-moz-binding: url("ellipsis.xml#ellipsis");
}

ul.arrow {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li.li-spacing {
	margin-top: 8px;
}
ul.arrow li, li.arrow {
	background: transparent url("/images/li_arrow_lg.png") no-repeat 1px 8px;
}
ul.arrow li a, ul.arrow li span, li.arrow a, li.arrow span {
	margin-left: 8px;
}
.single-arrow {
  background: transparent url("http://www.bottarelliresearch.com/images/li_arrow_lg.png") no-repeat 0 4px;
  padding-left: 8px;
}
.service-matrix {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.service-matrix li {
  float: left;
  border-left: 1px dotted #CCC;
  height: 241px;
  margin-left: 15px;
  padding-left: 15px;
  width: 158px;
}
.service-matrix li.first {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}
.service-matrix-label {
  font-family: helvetica, arial, sans-serif;
  font-size: 9px;
  font-weight: bold;
  color: #666;
  margin: 10px 0;
  text-transform: uppercase;
}
.play-banner {
	background: #F8F7EF url("/images/starburst_sm.gif") 10px 15px no-repeat;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
	padding: 10px 60px;
}
.quote {
	font-style: italic;
}
.cite {
	font-size: 11px;
	margin: 10px 0 10px 15px;
}
.credit {
	background-color: #CCFFCC;
}

.debit {
	background-color: #FFCCCC;
}
.left {
	text-align: left;
}
table.xthf-fix-tbl {
	position: fixed;
  	/*overflow: hidden;*/
	left: -2000px;
	top: 0;
}
table.xthf-abs-tbl {
	position: absolute;
	/*overflow: hidden;*/
	left: -2000px;
	top: 0;
}
@media print {
  table.xthf-fix-tbl, table.xthf-abs-tbl {
  	display: none;
  }
}
.fixed-headers {
	table-layout: fixed;
}
table.fixed-headers th {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5em;
}
table.fixed-headers td {
	font-size: 13px;
	padding: 5px;
}
table.fixed-headers th, table.fixed-headers td {
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
table.fixed-headers th:last-child, table.fixed-headers td:last-child {
	border-right: none;
}
table.fixed-headers tr:last-child td {
	border-bottom: none;
}
tr.position-parent td {
	border-bottom: 1px solid #EFEFEF;
	border-top: 1px dotted #666;
}
tr.position-parent.shaded td {
	border-bottom: 1px solid #FFF;
	border-right: none;
}
tr.position-parent .position-symbol {
	font-weight: bold;
}
tr.position-child.shaded td {
	border-bottom: none;
	border-right: none;
}
tr.position-child + tr.position-child td {
	border-bottom: 1px dotted #666;
}
tr.position-child + tr.position-parent td {
	border-top: none;
}
tr.position-child + tr.position-child:last-child td {
	border-bottom: none;
}
table.fixed-headers td.position-date {
	padding: 5px 0;
	text-align: center;
}
td.position-price, td.position-change {
	text-align: right;
}
td.position-na, td.position-change-na {
	text-align: center;
}
.mobile #container {
	width: 100%;
}
.mobile #logo {
	margin: 5px;
	width: auto;
}
.mobile #nav {
	margin: 0;
}
.mobile #content {
	float: none;
	margin: 10px;
	width: auto;
}
.mobile #content .main {
	float: none;
	width: 100%;
}
.mobile h1 {
	font-size: 18px;
}
.mobile input {
	font-size: 15px;
}
.mobile #login h1 {
	margin-left: 10px;
}
.mobile #login form {
	background: #EFEFEF;
	border-top: 1px solid #DEDEDE;
	padding: 10px;
}
.mobile #alerts ul li {
	cursor: pointer;
	background: url("/images/m-arrow.png") no-repeat right center;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 0;
	padding: 5px 0 5px 5px;
}
.mobile #alerts ul li:hover {
	background-color: #EFEFEF;
}
.mobile #alert-heading {
	border-bottom: 1px solid #DEDEDE;
	padding: 5px 0 5px 5px;
}
.mobile #alert-heading .title {
	font-size: 17px;
	margin-right: 10px;
}
.mobile .alert-navigation .next {
	clear: both;
	display: block;
	float: left;
	margin-top: 6px;
}
.mobile #disclaimer {
	width: auto;
}
.mobile #footer-bottom {
	border: none;
	margin-top: 5px;
}
#alerts ul li.alert-highlight {
	background-color: #FFFFCC;
}
#banner {
	position: absolute;
	left: 0;
	top: 0;
}
.ie6 #banner img {
	behavior: url("/common/iepngfix.htc");
}