﻿/* TopStockAnalysis.css */
* {font-family:Verdana;}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	background-color: white;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-image: url('https://www.streetauthority.com/images/etf-new/body-background.gif'); background-repeat: repeat; background-attachment: fixed;
}
p, td 
{
    font-size:8pt;
    line-height: 140%;
    
    }
    
   .intro
   {
    display:inline;
    font-size:9pt;
    text-align:left;
   }
a {
	font-size: 12px;
	color: #5b8c31;
	font-weight: bold;
}
a:visited {
	color: #5b8c31;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}
h1 {
	font-size: 18px;
	color: #FFFFFF;
	margin: 0px;
	line-height: 140%;
}
h2 {
	font-size: 18px;
	color: #000000;
	margin-top: 0px;
	line-height: 140%;
}
h3 {
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 3px;
	line-height: 140%;
}

#SignupHeader {
	font-size: 15px;
	font-weight:bold;
	color: #FFFFFF;
	background-color: #88BC3F;
	padding: 5px;
	width:640px;
}
h4 {
	font-size: 15px;
	color: #FFFFFF;
	background-color: #999999;
	padding: 5px;
}
h5 {
	font-size: 12px;
	color: #000000;
	margin: 0px;
}
h6 {
	font-size: 9px;
	color: #000000;
}

form {
	margin: 0px;
	padding: 0px;
}
input.check {
	margin: 0px 0px 5px 0px;
	width: 23px;
	height: 23px;
}

/* IDs */

#container {
	width: 700px;
	text-align: left;
	border: 1px solid #818181;
	padding: 1px;
	background-color: #FFFFFF;
}
#header {
	border-top: 20px solid #C4C4C4;
	padding: 10px;
	border-bottom: 20px solid #C4C4C4;
	text-align:left;
}

#content {
	padding: 20px;
	line-height: 160%;
	
}

/* Custom Classes */

a.smallLink {
	font-size: 9px;
}
.red {
	color: #FF0000;
	font-weight: bold;
	font-size: 14px;
}

.offer {
	border: 5px solid #999999;
	padding: 10px;
	font-size: 11px;
	line-height: 150%;
	margin-bottom: 10px;

}

.offer td{
	
	text-align:left;
}

.leftImage {
	margin-right: 10px;
	border: 1px solid #999999;
	cursor:pointer;
	
}

/*  ########################### TEXT FORMATTING ################# */

.Step2Text 
{
    font-family:Tahoma;
    color:#5f5f5f;
    font-size:14pt;
    font-weight:bold;
}
.Step2Instructions
{
    FONT-SIZE: 10pt; 
}

.redEmphasis
{
    font-weight:bold;
    color:red;
}


/*  ########################### OFFER CLASSES################# */

.phoneBoxes 
{
	width:40px;}

.smallheight 
{height:1px;}

input.largerCheckbox
{
	width: 24px;
	height: 24px;
	padding:0px;
	margin:0px;
	vertical-align:middle;
}


.LeadTable
{
	width:640px;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	}
.LeadTable td 
{
    font-size:9pt;}
    

.LeadTable .oddRow {
	background-color: #EFEFEF;
}

.LeadTable .evenRow {
	background-color: #FFFFFF;
}

.LeadTable .tdLabel
{
    text-align:right;
}

.LeadTable .tdCenterButton
{text-align:center;
}


.QualQuestion
{
    font-family:Verdana,Arial,Helvetica,san Serif;
    font-size:8pt;
    font-weight:bold;
}
.QualAnswer
{font-size:8pt;width:280px;}
.bottomofform{height:30px;background-color:#999999;width:100%;}
.errormsg{color:black;width:500px;border:1px solid red;padding:10px; background-color:#FEF1EC; }
.txtLength{width:240px;}
.formbg{background-color:#FCFFAB;}