@charset "UTF-8";
a img {
	border: none;
}
img {
	border: none;
}
.FreeTrial input[type='text'], .searchTopNav input[type='text'] {
	margin: 0;
	padding: 0;
	border: none;
	font-size: inherit;
	line-height: inherit;
}
.FreeTrial table, .FreeTrial tr, .FreeTrial td {
	border-collapse: separate;
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:12px;
	font-family:inherit;
	vertical-align:baseline;
*vertical-align:middle;
}
.FreeTrial table {
	margin-top: 15px;
}
.FreeTrial table.inner {
width:inherit;} 
.FreeTrial, .searchTopNav, .hottopics, .ballot {
	line-height: 1.5em;
	font: 13px 'Trebuchet MS', Calibri, 'Lucida Grande', 'Lucida Sans', Arial, 'Gill Sans', sans-serif;
	width:600px;
	border: 2px solid #efefef;
	margin: 5px;
	margin-top: 18px;
	padding: 0px;
	overflow: visible;
	position:relative;
}


	
.FreeTrial { margin-top:0; margin-left:14px; width:630px}
.WM { margin-left:12px; width:590px;}
.FreeTrial h2 {
	color: #333;
	margin-top: 0px;
	padding-left: 5px;
	padding-bottom: 2px;
	font: 16px/24px Verdana, Arial, Helvetica, sans-serif;
	background: rgb(245,245,245);
	background: linear-gradient(top, rgb(245,245,245) 0%, rgb(245,245,245) 0%, rgb(237,238,236) 100%);
	background: -o-linear-gradient(top, rgb(245,245,245) 0%, rgb(245,245,245) 0%, rgb(237,238,236) 100%);
	background: -moz-linear-gradient(top, rgb(245,245,245) 0%, rgb(245,245,245) 0%, rgb(237,238,236) 100%);
	background: -webkit-linear-gradient(top, rgb(245,245,245) 0%, rgb(245,245,245) 0%, rgb(237,238,236) 100%);
	background: -ms-linear-gradient(top, rgb(245,245,245) 0%, rgb(245,245,245) 0%, rgb(237,238,236) 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgb(245,245,245)), color-stop(0, rgb(245,245,245)), color-stop(1, rgb(237,238,236)) );
}
.FreeTrial h3, .searchTopNav {
	font-size: 13px;
	color:#333;
	margin:10px auto 0px;
	text-align:center;
}
#userform, #callout, .searchTopNav, .TradResTable {
	width:540px;
	padding:0 10px;
	margin:20px auto;
*margin-left: 25px;
	background: #ebebeb;
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#ebebeb));
	background: -moz-linear-gradient(top, #fcfcfc, #ebebeb);
 *background: #ebebeb;/*for IE Quirks*/
		/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fcfcfc, endColorstr=#ebebeb);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fcfcfc, endColorstr=#ebebeb)";
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.5) 0 2px 2px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 2px 2px;
}
#callout {
	width: 250px;
*margin-left: 175px;
	border:4px solid red;
	text-align:center;
	font-size:14px;
	line-height:24px;
}
#userform h3 {
	color: #A00;
}
.FreeTrial p, .searchTopNav p {
	margin:1em;
	line-height: 1.5em;
	color:#333;
}
.searchTopNav p {
	margin:.25em;
}
.FreeTrial a, .searchTopNav a, .hottopics a {
	color:#ad1717;
}
.FreeTrial a:hover, .FreeTrial a:focus, .searchTopNav a:hover, .searchTopNav a:focus, .hottopics a:hover, .hottopics a:focus {
	color:#F00;
	text-decoration:none;
}
.FreeTrial input[type='text'], .FreeTrial input[type='password'], .searchTopNav input[type='text'] {
	margin:1px 5px 10px 5px;
	text-align: left;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	border-left: 3px solid #900;
	background-color:#fff;
	line-height: 18px;
	padding: 2px;
}
.searchTopNav input[type='text'] {
	margin-bottom:0;
} /*fixes IE 7 standards*/
.FreeTrial input.long {
	width:521px;
*width:513px;
}
.FreeTrial input.short {
	width:255px;
}
.FreeTrial label, .searchTopNav label {
	font-weight: bold;
	margin-left: 5px;
	line-height: 18px;
}
a.help, a.log {
	margin-right:30px;
	padding: 1px 10px;
	font-size: 12px;
	font-weight: bold;
	color:#000;
	background-color:#ebebeb;
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#ebebeb));
	background: -moz-linear-gradient(top, #fcfcfc, #ebebeb);
 *background-color:#ebebeb; /*FOR IE QUIRKS*/
		/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fcfcfc, endColorstr=#ebebeb);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fcfcfc, endColorstr=#ebebeb)";
	text-decoration:none;
	border-radius:10px;
	border:1px solid #777;
}
a.log {
	margin:5px auto;
	font-size:14px;
}
a.help:hover, a.help:focus, a.log:hover, a.log:focus {
	color:#f00;
	border:1px solid #777;
	background-color:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#fcfcfc));
	background: -moz-linear-gradient(top, #ebebeb, #fcfcfc);
 *background-color:#fff; /*FOR IE QUIRKS*/
		/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ebebeb, endColorstr=#fcfcfc);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ebebeb, endColorstr=#fcfcfc)";
}
#SubName, #Password {
	margin-left:10px;
}
#userform, .hottopics form {
	margin-bottom:.25em;
}
#inner1 {
	padding:10px 10px 0;
	overflow:hidden;
}
#inner1 div {
	float:left;
}
#inner2 {
	width:90%;
	margin:20px auto;
	overflow: hidden;
}
#inner2 div {
	float:left;
}
.SubButton1 {
	margin: 1em auto;
	text-align:center;
}
.smallCaps {
	font-variant:small-caps;
}
.FreeTrial input[type='submit'], .FreeTrial input[type='reset'] {
	margin:auto;
}
.hottopics input[type='submit'] {
	margin:10px auto 20px 10px;
*margin-left:0;
}
.hottopics input#submit1, .hottopics input#submit2 {
*margin-top: 10px;
}
.hilight {
	background-color: yellow;
	padding:0px 3px;
}
.spaceBelow {
	padding-bottom: 0.5em;
}
.smaller {
	font-size:11px;
	padding:1em 2em;
	text-align:justify;
}
.center {
	text-align: center;
	margin:auto;
}
.center1 {
	text-align: center;
	margin: 20px auto 18px auto;
}
.searchTopNav {
	border: 2px solid #f00;
	padding:10px;
}
.FreeTrial .searchTopNav {
	width: 90%;
*width:530px;
	_width: 540px;
}
.searchTopNav hr {
	margin:15px auto;
*margin: auto;
}
.FreeTrial blockquote {
*width: 99%;
}
.hottopics {
	width:99%;
	border:none;
}
.hottopics p {
	margin:5px auto 3px 0;
*margin-bottom:0px;
	font-weight: bold;
}
.hottopics ul {
	margin-top:0;
	list-style-type:none;
	list-style-position:inside;
	padding-left: 0px;
	margin-left:0px;
	-webkit-padding-start: 15px;
	-moz-padding-start: 15px;
}
.hottopics .list {
	float: left;
}
.hottopics .form {
	float: left;
}
.hottopics .form form {
*margin-top:3px;
*margin-bottom:20px;
}
.ht_float {
	margin-left: 30px;
}
.ht_float .form {
	margin-left:200px;
}
.FreeTrial .home {
	padding-left:5px;
	padding-right:5px;
}
.FreeTrial .home td, .FreeTrial .archive td {
	padding-left:3px;
*vertical-align: top;
}
.FreeTrial .home td img, .FreeTrial .archive td img {
*margin-top: 3px;
}
/*IMPORTANT: ARCHIVE DIVs ARE SLIGHTLY DIFFERENT TO ARCHIVE Ps - CHECK WHICH YOU MESS WITH!!!*/
.FreeTrial div.archive li, .FreeTrial div.archive, .FreeTrial div.archive p {
	margin-left:0px;
	padding-left:0px;
	-webkit-padding-start:0;
	-moz-padding-start:0;
	margin-right: 5px;
	font-size:12px;
}
.FreeTrial div.archive li {
	font-weight: bold;
}
.FreeTrial div.archive li, .FreeTrial div.archive {
	list-style-type: none;
	list-style-position:outside;
	margin-left:15px;
}
.FreeTrial div.archive li {
	margin-left:0px;
}
.FreeTrial div.archive p br, .FreeTrial div.archive p br:first-child, .FreeTrial div.archive li + br {
	display: none;
}
.snippet {
	font-size:1.15em;
	margin-bottom:.75em;
	padding-bottom:.75em;
	border-bottom: 2px dashed #999;
	margin-top:.75em;
	padding-top:.75em;
	border-top: 2px dashed #999;
}
p.snippet:first-line {
	color:#0000AA;
}
.snippet strong {
	font-size:1.5em;
	line-height:1.5em;
}
/*Traders Resource 2013*/
a.search {
	padding-top:6px;
	padding-bottom:6px;
	margin-right:0;
}
a.search span {
	background-image: url('//technical.traders.com/Products/images/search_24.png');
	background-repeat:no-repeat;
	background-position:100%;
	padding:5px 30px 5px 0px;
}
.TradResTable {
	width:590px;
	padding:0;
	/*border: 1px solid #efefef;*/
}
.TradResTable h2 {
	margin-bottom:0;
	color:black;
	background: rgb(245,245,245);
	background: linear-gradient(top, rgb(245,245,245) 0%, rgb(245,245,245) 0%, rgb(237,238,236) 100%);
	background: -o-linear-gradient(top, rgb(245,245,245) 0%, rgb(245,245,245) 0%, rgb(237,238,236) 100%);
	background: -moz-linear-gradient(top, rgb(245,245,245) 0%, rgb(245,245,245) 0%, rgb(237,238,236) 100%);
	background: -webkit-linear-gradient(top, rgb(245,245,245) 0%, rgb(245,245,245) 0%, rgb(237,238,236) 100%);
	background: -ms-linear-gradient(top, rgb(245,245,245) 0%, rgb(245,245,245) 0%, rgb(237,238,236) 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgb(245,245,245)), color-stop(0, rgb(245,245,245)), color-stop(1, rgb(237,238,236)) );
}
.FreeTrial table.inner a, .FreeTrial table.complist a {
	font-size:14px;
	line-height:1.3em;
}
.FreeTrial table.inner td.main {
	width:250px;
	padding-left:35px;
	padding-bottom:3px;
	padding-top:3px;
}
.FreeTrial table.inner td.links {
	width:335px;
	padding-left:20px;
}
.FreeTrial table.inner .links a {
	font-size:95%;
	padding-right:4px;
}
.FreeTrial table.inner {
	margin-top:0;
}
.FreeTrial table.inner td {
	padding:2px;
}
.FreeTrial table.inner tr:nth-child(odd) {
background: #fff;
}
.FreeTrial table.complist {
	margin:4px 10px;
}
.FreeTrial table.complist th {
	padding-left: 10px;
	padding-bottom:20px;
}
.FreeTrial table.complist tr.letter {
}
.FreeTrial table.complist tr.letter td {
	font-size:15px;
	padding:20px 10px 8px 10px;
}
.FreeTrial table.complist tr.letter td a {
	margin-left:15px;
	font-size:11px;
}
.FreeTrial table.comp {
	margin: auto;
}
.FreeTrial table.comp td {
	font-size: 14px;
	line-height:1.5em;
}
.FreeTrial table.comp td.ralign {
	text-align:right;
	padding-right: 10px;
	font-weight:bolder;
}
.FreeTrial table.comp td.note {
	color:#f00;
	text-align:center;
	font-size:12px;
	line-height:1.2em;
	padding-bottom:1em;
	font-style:italic;
}
.FreeTrial h4 {
	color:#036;
	padding-left: 10px;
	margin-bottom:.5em;
	margin-top:.5em;
}
.FreeTrial p.prods {
	margin-top:.5em;
}
.FreeTrial p.bigger {
	font-size:14px;
	font-weight: bold;
	margin-bottom:.25em;
	margin-top: .75em;
	color:#036;
}
.FreeTrial .evenbigger {
	font-size:18px !important;
	font-weight: bold !important;
	margin-bottom:.25em;
	margin-top: .75em;
	color:#036 !important;
}
.ruled {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.return {
	float:right;
	font-size:75%;
	margin-right:20px;
}
.return {
*float:none;
*margin-left:50px;
}
a.return:hover, a.return:focus {
	border-bottom:none;
}
.steel-blue {
	background-color: #d8e2ef;
}
.TradResTable .category-info {
	background-color:#ffffff;
	width:100%;
}
.category-info td {
	line-height: 1.33em;
	height:2em;
	vertical-align: middle;
	padding:4px;
}
.TradResTable .category-info-head {
	padding:0;
}
.TradResTable .category-info-head h2 {
	margin-bottom: 10px;
	margin-top: 10px;
}
.info-lead {
	font-weight: bold;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
/*SUBSCRIBE BTN*/
.Btn_subscribe {
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	border-radius:5px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff !important;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:1px 9px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}
.Btn_subscribe:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
	text-decoration:none !important;
}
.Btn_subscribe:active {
	position:relative;
	top:1px;
}
.more-info {
	width:500px;
	margin: 1em auto;
	text-align:center;
	line-height: 1.5em;
	font: bold 14px 'Trebuchet MS', Calibri, 'Lucida Grande', 'Lucida Sans', Arial, 'Gill Sans', sans-serif;
	border:2px dotted #BBBBBB;
	padding:8px;
	border-radius:5px;
}
.FreeTrial input[type='submit'].continue {
	margin-left:20px;
	vertical-align: top;
}
table.additional-info {
	padding:0 10px;
	margin-top:0;
	margin-bottom:0;
}
table.additional-info td {
	width:300px;
	padding-bottom:10px;
}
a.small-link {
	font-size:11px;
	margin-left:22px;
	color:#036;
	text-decoration:underline;
}
.addinform {
	margin:20px auto;
	width:90%;
	background-color:#fff;
	border:1px solid #ccc;
}
table.comp1 {
	width:590px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	padding-left:15px;
	line-height:1.5em;
	border:1px solid #000;
	background: #ebebeb;
	background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#ebebeb));
	background: -moz-linear-gradient(top, #fcfcfc, #ebebeb);
 *background: #ebebeb;/*for IE Quirks*/
		/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fcfcfc, endColorstr=#ebebeb);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fcfcfc, endColorstr=#ebebeb)";
}
table.comp1 select {
	width:98%;
}
table.comp1 input[type='Submit'] {
	margin:10px auto;
}
.FreeTrial input.short1 {
	width:250px;
}
.wide {
	width: 530px;
	max-width:530px;
}
div.addinform form p a {
	margin-right: 5px;
}
.ballot {
	width: 800px;
	border:2px solid black;
	margin-left:auto;
	margin-right:auto;
}
.ballot p {
	margin:10px;
}
.ballot ul, .ballot ul li {
	margin: 10px;
}
.ballot table {
	margin-left:auto;
	margin-right:auto;
	margin-top:2em;
	width:750px;
	border:1px solid #999;
	border-spacing:0;
}
.ballot table tr {
	padding: 4px;
	line-height:18px;
	height:18px;
}
.ballot table td {
	padding:2px;
	border:none;
}
.ballot table td+td {
	text-align:center;
	width: 140px;
	white-space:nowrap;
}
.ballot table th {
	padding:2px;
	border:none;
	font-size:1.2em;
}
.ballot .catHead, .RS .catHead {
	background-color:#36C;
	color:#fff;
}
.ballot .catHead h2 {
	text-align: center;
}
.ballot h3 {
	margin:10px;
}
.ballot>table {
	width:610px;
	margin-top:40px;
}
.ballot .Smaller {
	font-size:12px;
}
.ballot1 p {
	margin:10px;
}
.ballot1 table {
	margin-left:auto;
	margin-right:auto;
	margin-top:1em;
	margin-bottom:1em;
	width:590px !important;
	border:1px solid #999;
	border-spacing:0;
}
.ballot1 table tr {
	padding: 4px;
	line-height:18px;
	height:18px;
}
.ballot1 table td {
	padding:2px;
	border:none;
}
.ballot1 table td+td {
	word-wrap:break-word;
	width:100px;
}
.ballot1 table th {
	padding:2px;
	border:none;
	font-size:1.2em;
}
.ballot1 .catHead, .RS .catHead {
	background-color:#36C;
	color:#fff;
}
.ballot1 .catHead h2 {
	text-align: center;
	background:none !important;
}
.ballot1 h3 {
	margin:10px;
}
.ballot1 .Smaller {
	font-size:12px;
}
.grey {
	background-color:#ddd;
}
.RS table {
	width:100%;
	margin-top:0;
}
.RS table tr {
	line-height:20px;
	height:20px;
}
.RS table td {
	padding:.25em;
	padding-left:.5em;
}
.RS table td+td+td a {
	color:#036;
}
.RS input[type='submit'] {
	margin-bottom:.5em;
}
.TradResTable #commenttext {
	width: 90%;
	margin:2.2em;
}
.survey {
	padding:1em;
	padding-top:0;
}
.survey form {
	line-height:1.5em;
}
.survey form input {
	margin-left: 1em;
	margin-right:.75em;
}
.survey form input value {
	text-indent:1em;
}
table.complist1 {
	/*margin:1em;*/
	padding:1em;
	line-height:1.75em;
}
table.complist1 h3 {
	margin-bottom:1em;
	margin-top: .5em;
	text-align: left;
	font-weight: bold;
}
table.complist1 a {
	font-size: 1.2em;
	padding-left:.25em;
}
table.complist1 tr:nth-child(even) {
 background:#f9f9f9;
}
table.complist1 td+td a {
	color:#036;
}
td.boldCenter {font-weight:bold; text-align:center;}
table.complist1 td.boldRight+td a, table.complist1 td.boldCenter+td a {
	color:#ad1717;
}

/*SIDEBAR*/
#sidebar {
	font: 12px/1.5em 'Trebuchet MS', Calibri, 'Lucida Grande', 'Lucida Sans', Arial, 'Gill Sans', sans-serif;
	margin: 2px;
	padding: 5px;
	padding-bottom:0;
	border: 2px solid #000;
}
#sidebar ul {
	list-style:outside;
	list-style-type:none;
	padding-left:5px;
	margin-top:.25em;
	margin-bottom: .75em;
}
#sidebar a {
	color:#ad1717;
}
#sidebar a:hover, #sidebar a:focus {
	color:#F00;
	text-decoration:none;
	border-bottom:thin dotted;
}
#sidebar input[type='text'] {
	margin:1px 2px 10px 0px;
	text-align: left;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	border-left: 3px solid #900;
	background-color:#fff;
	line-height: 18px;
	padding: 2px;
	width: 90%;
}
#sidebar [type='submit'] {
	margin:0px 2px;
*margin-left:0;
}
#sidebar a.request {
	margin: 5px;
	margin-left:1px;
}
#sidebar a.request {
	color: #ffffff !important;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none !important;
}
#sidebar a.request:hover, #sidebar a.request:focus {
	border-bottom:none !important;
}
/*UPDATED GLOSSARY PAGES - 2015*/
.glossary {
text-align: center;
font-weight: bold;
margin: 4px auto;
padding: 2px;
padding-bottom:4px;
border-bottom: none;
}
.glossary a:link,.glossary a:visited  { text-decoration:none; color:#666;}
.glossary a:hover, .glossary a:active, .glossary a:focus  { text-decoration:underline; color:#000; font-weight:bold;}
.glossary a.selected {color:#000; font-weight:bold;}
dt {font-style:italic; font-weight:bold;}
dl, dt, dd {line-height:1.25em;}
dd {padding-bottom:1.25em;}
dl {padding:6px;}
dl img {padding:1em 3em;}
dl img.inline {padding:0px; position:relative; top:6px;}
/*UPDATED LIBRARY PAGES - 2015*/
.info {
	position:absolute;
	top: 65px;
	left:265px;
	list-style:none;
	padding:0;
	padding-top:5px;
	zoom:1
}
.info li {
	float:left;
	text-align:center;
	margin:0;
	padding:2px 6px;
	font-family:Arial, Helvetica, sans-serif
}
.info li a, .info li a:link, .info li a:visited {
	font:13px Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	height:auto;
	padding-bottom:1px;
	vertical-align:middle;
	zoom:1;
}
.info li a:focus, .info li a:hover {
	text-decoration:underline;
}
.green a {
	color:#339933;
}
.green a:focus, .green a:hover {
	color:#33CC33;
}
.book {
background-color:#fbfbfb;
position:relative;
	margin-left:4px;
	margin-bottom:4px;
	padding:4px;
	width: 344px;
	height:100px;
	border:1px solid #fbfbfb;
	float:left;
}
.book:hover, .book:focus { background-color:#fff;}
.book img, .bookSynop img {
	float: left;
	padding-right:10px;
}
.book p {margin:0; line-height:1.25em;}
.book p strong, .bookSynop p strong {color:#CC0033;}
.bookSynop {
	position: relative;
	margin-left: 10px;
	margin-bottom: 4px;
	padding: 4px;
}
.bookSynop ul {line-height: 1.5em; color: #333;}