/* About Pages */

.about h1
{
	color:#CC6600;
	margin-bottom:15px;
}
.about h2
{
	border:none;
	margin-top:25px;
	margin-bottom:15px;
}
.about p
{
	margin: 15px 0px;
}
.about ol, .about ul
{
	margin: 20px;
	padding-left: 20px;
}
.about .module p
{
	padding: 0px 10px;
}

.about .perfGraph
{
	border: solid 1px #C4C4C4;
	margin: 10px;
}
/* General page styles */
*
{
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS" ,Arial,sans-serif;
}
body
{
	/* 	background-image: url(    '../i/rgm_background_tile.png' ); 	*/
	background: #999999 url(/i/traderbots/shadowBackground.gif) repeat-y scroll center center;
}

a, a:visited
{
	text-decoration: none;
	color: #19426B;
}
a:hover, #header .betaBlurb a:hover
{
	text-decoration: underline;
}
a img
{
	border: 0px;
}

.center
{
	text-align: center;
}

#header
{
}

.sub
{
	background-color: #E8E8E8;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#content .sub
{
	background-color: #E8E8E8;
	padding: 16px 4px 1px; /* */
	width: 952px;
}
.main
{
	float: left;
	width: 781px;
}
.sidebar
{
	float: right;
	width: 171px;
}
.sidebar .module2
{
	text-align: center;
}

.sidebar h4 a
{
	color: Black;
	text-decoration: none;
}
#footer .sub
{
	padding-top: 20px;
}
.module2, .promoHome, .promoSearch
{
	margin: 0px 6px 6px;
}

.module2
{
	padding: 20px;
	border: solid 1px #C4C4C4;
	background-color: White;
}


.sidebar .module2
{
	margin: 0px 6px 6px;
	padding: 8px 5px;
	border: solid 1px #C4C4C4;
	background-color: White;
}
.module
{
	border: solid 2px #EEEEEE;
}
.module h3, .module2 h3
{
	background-color: #EEEEEE;
}

h2
{
	border-bottom: solid 1px Black;
}

/* Tables*/
.tableHeader, .totalRow
{
	font-weight: bold;
}
.normRow
{
}
.altRow
{
	background-color: #EEEEEE;
}


.tableInfo
{
	font-size: 12px;
	color: Gray;
}


/* Sidebar */
.sidebar .module
{
	border: solid 1px #D3D3D3;
	margin: 10px 5px;
	padding: 8px 5px;
}
.explainBlurb
{
	padding: 8px 20px;
}



/* Top Stocks */

.leftStat
{
	float: left;
	text-align: right;
	width: 47%;
}
.rightStat
{
	float: right;
	text-align: left;
	width: 47%;
}

.legend
{
	color: #686C68;
	text-align: center;
	font-size: 12px;
}
.legendBox
{
	width: 10px;
	height: 10px;
	display: inline-block;
}
.dateOptions
{
	text-align: right;
	font-size: 12px;
	margin-right: 14px;
}
.dateOptions a
{
	border: solid 1px #C4C4C4;
	padding: 2px;
}

.subscribePackage
{
	float: left;
	width: 160px;
}
.subscribePackage h1
{
	font-size: 16px;
}

/*Careers*/
.careers dt
{
	font-weight:bold;
}/*Footer*/
/*Header.css*/
/* Header */
#header a
{
	color: Black;
}
#header a:hover
{
	text-decoration: none;
}
#header .headerRightLinks a:hover
{
	text-decoration:underline;
}
.betaBlurb
{
	background-color: #E8E8E8;
	padding: 0px 10px;
	border-bottom: solid 1px #B1B1B1;
}
#header .betaBlurb a, #header .betaBlurb a:visited
{
	/*	font-weight:bold;*/
	color: #3B6DB8;
}

.headerLogo
{
	float: left;
	padding-left:8px;
}

.betaTag
{
	vertical-align: top;
	color: red;
}
.tagLine
{
	font-size: 12px;
	margin-left: 10px;
}

/*Tabs*/
#tabs
{
	overflow: auto;
	border-top: solid 1px #B1B1B1;
	background: transparent url(/i/traderbots/tabUnselected.gif) repeat-x;
}
.leftTabSpacer
{
	border-right: solid 1px #C4C4C4;
	height: 27px;
	width: 10px;
	float: left;
}
.rightTabSpacer
{
	border-left: solid 1px #F3F3F3;
	height: 27px;
	width: 10px;
	float: left;
}
#tabs a
{
	/* 	padding:0px 2px 0px 16px; 	*/
	float: left;
	border-left: solid 1px #F3F3F3;
	border-right: solid 1px #C4C4C4;
	padding: 0px 20px 3px;
	color: #1A1A1A;
	font-weight: Bold;
}
#tabs a.selectedTab, #tabs a:hover
{
	color: #ECECEC;
	border: solid 1px #657171;
	background: transparent url(/i/traderbots/tabSelected.gif) repeat-x;
}
#tabs a:hover
{
	font-weight: Bold;
}

.analyzeButton
{
	height: 26px;
}

#subTabs a
{
	color: #E2E3E3;
	margin: auto 15px;
}
/*HomePage*/

/*Big Promo Search*/
.promoSearch
{
	padding: 0px;
	text-align: center;
	background-color: #E8F2F7;
	font-size: 23px;
	border: solid 1px #B2C2CF;
}
.promoSearchText
{
	margin: auto;
}
.promoSearch input
{
	font-size: 25px;
	height: 40px;
}
.promoSearch .submitButton
{
	width: 150px;
}
.homeNew .promoSearch .textBox
{
	width: 230px;
	height: 35px;
}

.homeMember .promoSearch .textBox
{
	width: 323px;
	height: 35px;
}

.promoWrapper
{
	padding: 12px;
}
.promo
{
	float: left;
	width: 213px;
	margin: 6px;
}
.promo h2
{
	font-size: 20px;
	border-top: solid 1px Gray;
	border-bottom: solid 1px Gray;
}

.promoHome
{
	width: 322px;
	padding: 12px;
}
.promoHome h2
{
	font-size: 20px; /*border-top: solid 1px Gray;*/
	border-bottom: solid 1px Gray;
	margin-bottom: 6px;
}
.promoHome a
{
	margin-top: 6px;
}
.share img
{
	width: 20px;
}


/*Show Case*/
.showcase
{
	padding: 0px;
}
.showcase .posterFrame
{
	float: left;
	width: 340px;
}
.showcase .rightPane
{
	float: right;
	width: 287px;
	padding: 20px 20px 10px;
}
.showcase h1
{
	font-size: 25px;
}
.showcase ul
{
	margin-top: 16px;
	margin-left: 26px;
	list-style-image: url(        '/i/traderbots/star.png' );
}
.homeNew3 .showcase ul
{
	margin-top: 13px;
}
.showcase li
{
	margin-top: 5px;
}
.showcase .tourLink
{
	text-align: right;
	margin: 25px 0px 10px;
}
.homeNew3 .showcase .tourLink
{
	text-align: right;
	margin: 6px 0px 0px;
}

/*Big buttons*/
.getPredictions
{
	padding: 12px 11px 14px;
	height: 89px;
}
.getSystems
{
	padding: 12px 11px 15px;
	height: 88px;
}

.homeNew3 .getPredictions, .homeNew3 .getSystems
{
	padding-top: 18px;
}
.homeNew3 .getPredictions
{
	height: 103px;
}
.homeNew3 .getSystems
{
	height: 104px;
}
.homeNew3 .getPredictions .explain, .homeNew3 .getSystems .explain
{
	font-size: 14px;
	margin-top: 16px;
}

.getPredictions .explain, .getSystems .explain
{
	font-size: 13px;
	margin-top: 10px;
}
.reviewBlurb
{
	width: 295px;
	float: left;
	text-align: center;
}
.homeNew3 .reviewBlurb
{
	width: 221px;
	margin: 0 0 33px;
}

.reviewBlurb img
{
	height: 45px;
	margin-bottom: 7px;
}
.homeNew3 .reviewBlurb, .homeNew4 .reviewBlurb
{
	width: 221px;
	margin: 0 0 33px;
}
.homeNew3 .reviewBlurb img,
.homeNew4 .reviewBlurb img

{
	height: auto;
	width: 200px;
}

.homeNew3 .reviewLogos,
.homeNew4 .reviewLogos
{
	margin-bottom: 42px;
}

.reviewLogos
{
	padding-top: 15px;
}
.homeNew3 .reviewLogos,
.homeNew4 .reviewLogos
{
	padding-top: 0px;
}

.reviewLogos img
{
	height: 37px;
	margin: 0px 2px;
}
.homeNew3 .reviewLogos img,
.homeNew4 .reviewLogos img
{
	height: 37px;
	display: block;
	margin: 21px auto;
}

/* Home 4 */
.homeNew4 .showcase .leftPane
{
	float: left;
	width: 525px;
	padding: 20px 20px 10px;
}
.homeNew4 .showcase h1
{
	font-size: 35px;
}
.homeNew4 .tourLink
{
	margin-top: 41px;
	text-align: center;
}
.homeNew4 .promoSearch
{
	float: left;
	width: 667px;
}
.homeNew4 .showcase .posterFrame
{
	width: 369px;
}
.homeNew4 .homeExplain
{
	width: 47%;
	float: left;
	font-size:15px;

}
.homeNew4 .homeExplain h3
{
	font-size:26px;
	color:#CC6600;
	background-color:White;
	margin-bottom:10px;
}
.homeNew4 .homeExplain .body
{
}
.homeNew4 .homeExplain li
{
	margin: 9px 0px 9px 15px;
}

/*end Home4*/

/*Small Modules */
.smallBlurb dl
{
	margin: 0 0 6px 7px;
	background: white;
	float: left;
	width: 190px;
	height: 132px;
}
.smallBlurb .module2
{
	padding: 13px;
}
.smallBlurb dt
{
	border-bottom: solid 1px Gray;
}
.smallBlurb .exploreMore
{
	text-align: right;
}

/*Homepage Footer*/
.homeFooter
{
	font-size: 10pt;
}

.homeFooter .author
{
	text-align: right;
	margin-bottom: 10px;
}
/*Misc.css*/
.freeTrialBadge
{
	width: 105px;
margin:auto;	
}
.freeTrialBadgeText
{
	position: absolute;
	width: 105px;
	margin-top: 15px;
	text-align: center;
	color: White;
	font-weight: bold;
	font-size: 18px;
	text-shadow: Black 0.2em 0.3em .5em;
}
.freeSelect
{display:block;
}/*Shared.css - For controls used throughout*/

/* Prediction*/

.bigPrediction
{
	font-size: 30px;
}
.bullPrediction, a.bullPrediction
{
	color: Green;
}
.bearPrediction, a.bearPrediction
{
	color: Red;
}
.neutralPrediction, a.neutralPrediction
{
	color: Gray;
}

/*Sidebar*/
.sidebar .quickRegister
{
	background: url(  '/i/traderbots/signupgradient.png' );
}

/*tabbed modules*/
.predictionTabs
{
	margin-top:10px;
	text-align: left;
	border-bottom:solid 2px #EEEEEE;
}
.predictionTabs span
{
	background: #EEEEEE;
	margin: 3px;
	padding: 0 5px; /*border:solid 1px Gray;*/
	border: solid 2px #EEEEEE;
	border-left: solid 2px #EEEEEE;
	border-right: solid 2px #EEEEEE;
}
.predictionTabs span.selected
{
	background-color: White;
	font-weight:bold;
	border-bottom: none;
	padding-bottom:2px;
}
.predictionTabs span.selected a
{
	color:Black;
}

.selector
{
	font-size:10pt;
}
.selector .header
{
	font-weight:bold;
}

.selector span.selected
{
	font-weight:bold;
}

.siteStatus p
{
	border-bottom:solid 1px Gray;
	padding-bottom:20px;
	margin-top:20px;
	margin-bottom:20px;
}.stockExplain h3
{
	background-color: White;
	font-size: 26px;
	color: #CC6600;
}
.stockExplain h4
{
	margin-top: 10px;
}
.technicalSummaryTable .strongBullish, .technicalSummaryTable .bullish, .technicalSummaryTable .neutral, .technicalSummaryTable .bearish, .technicalSummaryTable .strongBearish
{
	text-align: center;
	color: White;
	font-weight:bold;
}
.technicalSummaryTable .pred
{
	width:130px;
}
.technicalSummaryTable .strongBullish
{
	background-color: Green;
}
.technicalSummaryTable .bullish
{
	background-color: #53B953;
}

.technicalSummaryTable .neutral
{
	background-color: Gray;
}

.technicalSummaryTable .bearish
{
	background-color: #C8524F;
}

.technicalSummaryTable .strongBearish
{
	background-color: Red;
}
.watchlist .errorMessage
{
	text-align:center;
	color:Red;
	margin:10px;
}
.watchlist .listOptions
{
	margin: 0px 10px 10px;
}
.watchlist select
{
	width: 200px;
}
.watchlist .listSelect
{
	float: left;
}
.watchlist .listEdit
{
	float: right;
}
.watchlist .listBottomOptions
{
	margin:10px;
}
.watchlist .listBottomOptions .addSymbols
{
	float:left;

}
.notLoggedInWatchlist
{
	margin:30px;
	text-align:center;
	
}
.createWatchlist, .deleteWatchlist, .subscribeWatchlist
{
	margin:20px;
}
.deleteWatchlist, .subscribeWatchlist
{
	text-align:center;
}
.createWatchlist table, .deleteWatchlist table
{
	margin: 0 auto;
	width:560px;
}
.createWatchlist h3, .deleteWatchlist h3
{
	border:none;
	background:none;
	margin-bottom:10px;
}
.createWatchlist form
{
	text-align:center;
}/*CSS rendered in 78.125 milliseconds*/
/*CSS rendered at 9/8/2010 11:42:33 AM*/
