﻿#DIV_OptionBox_StrategyGuide {
	position:absolute;
	top: 400px;
	left:385px;
	background-image:url(/Image/Strategy_Guides/HomepageBox_StrategyGuide.png);
	width: 200px;
	height: 194px;
}

.WhiteBG {
	background-color:white;
}

/****** STRATEGY BOX ************/
.StrategyBox {
	float:left;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	Width: 250px;
	Height: 190px;
	background-image:url(/Image/Strategy_Guides/StrategyBox_BG.png);
	background-repeat:no-repeat;
}
.StrategyBox_Long {
	float:left;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	Width: 250px;
	Height: 316px;
	background-image:url(/Image/Strategy_Guides/StrategyBox_BG_Long.png);
	background-repeat:no-repeat;
}
.StrategyBox_Heading {
	padding-top: 3px;
	margin-left: 13px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
.StrategyImage {
	margin-top: 10px;
}
.StrategyText {
	margin-left: 15px;
	margin-right: 15px;
	text-align:left;
}
.StrategyButton {
	margin-top: 8px;
	margin-right: 15px;
	text-align:right;
}
/********* STRATEGY GUIDE *********************/
.StratGuides {
	background-color: #FFFFFF;
	padding: 10 10 10 10;

	font-size:12px;
}
.StratGuides H2 {

	font-size:16px;
	color:#00055A;
}
.StratGuides H3 {
	
	font-size:14px;
	color:#00055A;
}
.StratGuides hr {
	width: 80%;
	height: 1px;
	color: #999;
	background: inherit;
	margin: 0px;
	padding: 0px;
	align: center;
	border-bottom-style: dashed;
}
.StratGuides div.NavBar span {
	padding: 4px 1px;
}
.StratGuides div.QuickLinks {
	padding: 0px;
	position: relative;
	float: right;
	top: -11px;
	text-align: right;
}
.StratGuides div.QuickLinks table {
	border-collapse: collapse;
	border: solid 1px #999;
}
.StratGuides div.QuickLinks td {
	border: solid 1px #999;
	padding: 1px 3px;
}
.StratGuides div.QuickLinks td#AnalyzeNow {
	background-color: #ccf;
}
.StratGuides div.QuickLinks td#TradeFinder {
	background-color: #cfc;
}
.StratGuides table.StratGuideImageDesc {
	color: inherit;
	background:#eee;
	border: 1px solid #009;
}
.StratGuides table.StratGuideImageDesc td {
	font-size: 11px; 
	color: #000;
	background: #eee;
	text-align: center;
}

.StratGuides table.GreekTable { clear: both; }
.StratGuides table.GreekTable td { 
	width: 25%; 
	
	font-size:12px;
}

.StratGuides table#RRBTable { border: solid 1px #999; border-collapse: collapse; }
.StratGuides table#RRBTable th { padding: 0px 5px; width: 13em; vertical-align: top; text-align: left; border-bottom: solid 1px #999; }
.StratGuides table#RRBTable td { padding: 0px 5px; border-bottom: solid 1px #999; }
.StratGuides table#RRBTable ul { margin: 0px; list-style: inside; }
