/* Reset Styles */

html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}

ul, ol {
	list-style: none;
}

/* Clear Float Styles */

.clear:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clear {
    display: inline-block;
}

html[xmlns] .clear {
    display: block;
}

* html .clear {
    height: 1%;
}

/* Xhina Html Editor Styles */

body#msh_htmlarea {
  font-size: 12px !important;
	font-family: "Arial, Helvetica, sans-serif";
  padding: 8px;
	text-align: normal !important;
}

body#msh_htmlarea h1 {
  font-family: Arial;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 12px;
  padding: 0;
}

body#msh_htmlarea p {
	text-align: normal !important;
	font-size: 12px !important;
}

/* Default Element Styles */

body {
	text-align: left;
	font: normal normal 12px Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #146397;
}

a:hover {
	color: #146397;
	text-decoration: underline;
}

/*
a:active {
	color: #0000ff;
}

a:visited {
	color: #0000ff;
}
*/

p {
	line-height: 16px;
	margin-bottom: 9px;
}

p a {
	line-height: 14px;
}

hr {
	height: 1px;
	clear: both;
	color: #CECECE;
	margin-bottom: 12px;
}

h1, h2, h3, h4, h5, h6 {
	color: #000000;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #146397;
	line-height: 15px;
}

h1 {
	display: block;
	font: normal bold 18px Helvetica, Arial,"san serif";
	padding: 0 0 2px 0;
	margin: 0 0 5px 0;
	color: #5E5E5E;
}

h2 {
	font: normal bold 15px Helvetica, Arial,"san serif";
	margin-bottom: 4px;
}

h3 {
	font: normal bold 13px Helvetica, Arial,"san serif";
	color: #003366;
}

h4 {
	font:normal bold 12px Helvetica, Arial,"san serif";
}

h5 {
	font: normal bold 11px Helvetica, Arial,"san serif";
}

h6 {
	font: normal bold 10px Helvetica, Arial,"san serif";
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
	line-height: 15px;
}

table img {
	display: block;
}

/* Form Styles */

input, select {
	font: normal normal 11px Arial;
}

input[type=text], input[type=password], select, textarea {
	height: 18px;
	padding: 0 0 0 4px;
	float: left;
	width: 200px;
	margin-bottom: 10px;
	border: 1px solid #828790;
}

select {
	height: 18px;
	width: auto;
	padding: 0;
}

select[multiple] {
	height: auto;
	padding: 4px;
}

select.static {
	width: 205px;
}

input[type=button],  input[type=submit], input[type=image] {
	background-color: #FFFFFF;
	border: 1px solid #CFCFCF;
	background-image: url(http://cdn.tradersmagazine.com/media/ui/button_bg.gif);
	background-position: 1px 0;
	height: 25px;
	padding: 0 10px;
	clear: both;
	font: normal bold 11px Arial;
	text-transform: uppercase;
	margin-bottom: 16px;
}

input[type=image] {
	background: none;
	border: none;
	width: auto;
	height: auto;
	padding: 0;
	clear: none;
}

input.full {
	margin: 0;
}

input[type=checkbox], input[type=radio] {
	clear: both;
	float: left;
	margin-right: 6px;
}

input[type=checkbox] + label, input[type=radio] + label {
	font: normal normal 11px Arial;
	display: block;
	clear: none;
	width: 350px;
	color: #000000;
	line-height: 18px;
	padding-top: 2px;
}

textarea {
	width: 300px;
	height: auto;
}

label {
	float: left;
	clear: both;
	width: 120px;
	height: 20px;
	font: normal bold 12px Arial;
	line-height: 20px;
	margin: 0 10px 10px 0;
	display: block;
}

div#formContainer {
	width: 420px;
}

div#formContainer.twoColumn {
	width: 450px;
}
f
div#formContainer.twoColumnWide {
	width: 609px;
}

div#formContainer div.columnSub {
	float: left;
	width: 200px;
	border: 0;
	margin: 0 20px 0 0;
	padding: 0;
}

div#formContainer input[type="submit"] {
	margin-left: 130px;
}

div#formContainer.someRequired input[type="submit"] {
	margin-left: 140px;
}

div#formContainer div.last {
	margin: 0;
}

div#formContainer.twoColumn div.columnSub, #page.flow div#formContainer.twoColumn div.columnSub {
	border: none;
	float: left;
	width: 205px;
	margin-right: 0 20px 0 0;
}

div#formContainer.twoColumn div.last {
	margin: 0;
}

div#formContainer.twoColumn div.last select.static, #page.flow #columnMain div#formContainer.twoColumn div.last select.static {
	width: 200px;
}

div#formContainer.twoColumnWide div.columnSub, #page.flow div#formContainer.twoColumnWide div.columnSub {
	width: 300px;
	margin: 0 9px 0 0;
}

div#formContainer.twoColumnWide div.last, #page.flow div#formContainer.twoColumnWide div.last {
	width: 300px;
	margin: 0;
	padding: 0;
	border: 0;
}

div#formContainer.twoColumnWide div.columnSub label {
	float: left;
	margin-bottom: 10px;
	width: 90px;
}

div#formContainer.twoColumnWide div.columnSub label.full {
	width: 290px;
	height: auto;
	font: normal bold 10px Verdana;
	line-height: auto;
	color: #4F4F4F;
	margin-bottom: 10px;
}

div#formContainer.twoColumnWide div.columnSub label.full + select {
	width: 292px;
}

div#formContainer.twoColumnWide div.columnSub input[type=text], div#formContainer.twoColumnWide div.columnSub input[type=password], div#formContainer.twoColumnWide div.columnSub select {
	clear: none;
	float: left;
	width: 180px;
}

div#formContainer.twoColumnWide div.columnSub input[type="checkbox"] + label, div#formContainer.twoColumnWide div.columnSub input[type="radio"] + label {
	width: 250px;
	font: normal normal 10px Verdana;
	line-height: auto;
}

div#formContainer.twoColumnWide label + ul.optionFloat, #page.flow div#formContainer.twoColumnWide label + ul.optionFloat {
	clear: both;
	width: 290px;
	list-style: none;
}

div#formContainer.twoColumnWide ul li, #page.flow div#formContainer.twoColumnWide ul li {
	clear: both;
	margin: 0 0 8px 0;
	padding: 0;
}

div#formContainer.twoColumnWide ul li label, #page.flow div#formContainer.twoColumnWide ul li label {
	margin-bottom: 0;
	padding-top: 1px;
}

div#formContainer.twoColumnWide ul.optionFloat li, #page.flow #columnMain div#formContainer.twoColumnWide ul.optionFloat li {
	clear: none;
	float: left;
	background: none;
}

div#formContainer.twoColumnWide ul.optionFloat li label, #page.flow div#formContainer.twoColumnWide ul.optionFloat li label {
	width: auto;
	margin-bottom: 0;
}

div#formContainer.twoColumnWide input[type="image"], #page.flow div#formContainer.twoColumnWide input[type="image"], div#formContainer.twoColumnWide input[type="submit"], #page.flow div#formContainer.twoColumnWide input[type="submit"] {
	margin-left: 0;
}

div#formContainer #error h5 {
	font: normal bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
	color: #000000;
}

div#formContainer #error ul {
	margin: 6px 0 20px 12px;
}

div#formContainer #error ul li {
	font: normal bold 12px Verdana, Arial, Helvetica, sans-serif;
	background: none;
	margin-left: -8px;
	margin-bottom: 4px;
	color: red;
}

div#formContainer label + ul, #columnMain div.panel label + ul {
	width: 290px;
	list-style: none;
	display: block;
	float: left;
	margin-left: 0;
	margin-bottom: 10px;
}

div#formContainer label + ul.optionFloat {
	clear: both;
	width: 400px;
}

div#formContainer ul li, #page.flow #columnMain div.columnSub div#formContainer ul li {
	background: none;  
	font: normal normal 11px Arial;
	line-height: 16px;
	clear: both;
	margin: 0 0 4px 0;
	padding-left: 0;
}

div#formContainer ul li label {
	margin-bottom: 0;
}

div#formContainer ul.optionFloat li {
	clear: none;
	float: left;
}

div#formContainer ul.optionFloat li label {
	width: auto;
	margin-bottom: 0;
}

div#formContainer div.separator {
	height: 1px;
	clear: both;
}

div#formContainer p.notice, div.panelContent div#formContainer p.notice {
	display: block;
	clear: both;
	width: 240px;
	margin: -4px 0 10px 130px;
	font: normal normal 11px Arial;
}

div#formContainer.someRequired p.notice, div.panelContent div#formContainer.someRequired p.notice {
	margin: -4px 0 10px 140px;
}

div#formContainer p.full, #columnMain #story div#formContainer p.full {
	margin-left: 0;
	width: 380px;
}

div#formContainer label.full {
	width: auto;
	height: auto;
	margin-bottom: 10px;
	clear: none;
	float: left;
	width: 380px;
}

div#formContainer label.full + input[type=text], div#formContainer label.full + input[type=password], div#formContainer label.full + textarea, div#formContainer label.full + select {
	width: 400px;
}

div#formContainer h6 {
	font: normal bold 12px Georgia;
	color: #003366;
	padding-bottom: 6px;
	margin: 4px 16px 16px 0;
	border-bottom: 1px dotted #CCCCCC;
}

div#formContainer label {
	font: normal bold 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 13px;
	clear: none;
	
}

div#formContainer div.columnSub label {
	width: auto;
	margin-bottom: 1px;
	float: none;
}

div#formContainer div.columnSub p.required {
	margin-bottom: 1px;
	line-height: 14px;
}

div#formContainer div.columnSub input[type="text"], div#formContainer div.columnSub input[type="password"] {
	width: 150px;
	float: none;
	clear: both;
	padding-left: 0;
}

div#formContainer h3 {
	font: normal bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #90181b;
	margin-bottom: 4px;
}

div#formContainer span.required {
	color: #90181b;
}

div#formContainer p.unrequired {
	float: left;
	clear: both;
	display: block;
	height: 16px;
	width: 11px;
}

div#formContainer #eletters img {
	margin-bottom: 8px;
	margin-right: 50px;
}

div#formContainer #eletters input {
	margin-left: 8px;
}

div#formContainer #eletters p.promo {
	margin: 14px 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

/* Class Element Styles */

.alert {
	font: normal normal 11px Arial;
	color: #990000;
}

.clearThis {
	clear: both;
}

.date {
	font: normal normal 11px Arial;
	color: #990000;
}

img.border {
	border: 2px solid #146397;
}

img.left, table.left, div.left {
	float: left;
	clear: left;
	margin: 5px 10px 5px 0;
}

img.right, table.right, div.right {
	float: right;
	clear: right;
	margin: 5px 0 5px 10px;
}

label.unrequired {
	font-weight: normal;
	padding-left: 11px;
}

h2.sectionHeader {
	color: #666666;
	padding-bottom: 3px;
	margin-bottom: 8px;
	border-bottom: 2px solid #EEEEEE;
}

p.caption {
	display: block;
	background: #EEEEEE;
	padding: 6px;
	font: normal normal 11px Arial;
}

p.eventDate, p.eventLocation {
	font: normal normal 11px Arial;
	color: #990000;
	margin-bottom: 18px;
}

p.eventDate {
	float: right;
}

p.last {
	margin-bottom: 0;
}

p.required {
	display: block;
	height: 20px;
	clear: both;
	float: left;
	margin: 0 6px 0 0;
	font: normal normal 12px Arial;
	color: #990000;
}

p.notice {
	clear: both;
	font: normal normal 11px Arial;
}

p.snippet {
	font: normal normal 13px Helvetica,Arial,"san serif";
	line-height: 17px;
}

p.snippet span.source {
	font: normal normal 11px Arial;
	color: #B20838;
	text-transform: uppercase;
}

p.snippet span.date {
	font: normal normal 10px Arial;
	color: #8f8f8f;
	text-transform: uppercase;
}

div.columnSub {
	float: left;
	margin-right: 10px;
}

div.divider {
	clear: both;
	display: block;
	height: 12px;
	border-bottom: 1px solid #CECECE;
	margin-bottom: 12px;
}

div.separator {
	clear: both;
	display: block;
	height: 1px;
}

div.last {
	margin-right: 0;
}

div.navigationMain {
	background-color: #656768;
	overflow: hidden;
	padding-left: 29px;
}

div.navigationMain ul li, div.navigationSub ul li, div.navigationGlobal ul li {
	float: left;
	margin: 6px 11px 0 0;
	padding-bottom: 4px;
	color: #FFF;
	font: normal bold 12px Arial;
}

div.navigationMain ul li a {
	color: #FFF;
	letter-spacing: .5px;
	border-right: 1px solid #FFF;
	padding-right: 11px;
}

div.navigationMain ul li a:hover {
	text-decoration: underline;
}

div.navigationMain ul li.last a {
	border: 0;
	padding-right: 0;
}

div.navigationMain .divider {
	font: normal normal 12px Verdana, Arial, Helvetica, sans-serif;
}

div.panel {
	clear: left;
	border: 1px solid #939393;
	background: #FFF;
	margin-bottom: 15px;
}

div.panelHeader {	
	border-bottom: 1px solid #939393;
}

div.panelHeaderMore {
	font: normal normal 11px Arial;
	color: #ffffff;
	float: right;
}

div.panelHeaderMore a {
	color: #ffffff;
	font: normal normal 11px Arial;
}

div.panelHeader h1, div.panelHeader h2, div.panelHeader h3, div.panelHeader h4 {
	display: block;
	padding: 6px 2px 6px 6px;
	font: normal bold 14px Arial;
	color: #000000;
	text-transform: uppercase;
}

div.panelContent {
	clear: both;
	padding: 6px 6px 2px 6px;
}

/*div#channels.panel div.panelContent {
	padding: 0;
}*/

div.panelContentSub {
	float: left;
}

div.box {
	border: 1px solid #CCC;
}

div.box div.panelContent {
	padding: 8px;
}

div.panelContent h3, #columnMain div.panel div.panelContent h3, div.panelContent h4, #columnMain div.panel div.panelContent h4 {
	font: normal bold 12px Arial;
	margin-bottom: 1px;
	border: 0;
	color: #146397;
}

div.panelContent h5 {
	font: normal bold 10px Arial;
	text-transform: uppercase;
	color: #00456d;
	margin-bottom: 8px;
}

div.panelContent img {
	float: left;
	margin: 0 6px 4px 0;
}

/* Marketplace logo overwrite */
div.panelContent img.xLogoLg {
	float: none;
}

div.panelContent div.ad img {
	float: none;
}

div.panelContent ul.last {
	padding-bottom: 0;
	border-bottom: none;
}

div.panelContent p {
	font-size: 12px;
	line-height: 15px;
}

div.panelContent p.byline {
	font-family: Helvetica,Arial,"san serif";
	color: #9E0101;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 4px;
}

div.panelContent p.snippet {
	font: normal normal 11px;
	line-height: 14px;
	margin-bottom: 15px;
}

div.panelContent p.snippetCurrent {
        font: normal normal 11px;
        line-height: 14px;
        margin-bottom: 5px;
}

div.panelContent p.last {
	margin-bottom: 0;
}

div.panelContent p.more {
	font: normal normal 11px Georgia;
	text-align: right;
}

div.panelContent p.more a {
	color: #003366;
	text-decoration: underline;
}

div.panel div.center {
	text-align: center;
}

div.panel div.center img {
	float: none;
	padding: 0;
	margin: auto;
}

div.panel div.morePad {
	padding: 12px 18px;
}

div.panel div.noPad {
	padding: 0;
}

div.panel div.topPad {
	padding: 10px 0 0 0;
}

div.panel div.noBorder {
	border: 0;
}

div.panelTabs {
	clear: both;
}

div.panelTabs ul, div.panelTabs ul li, div.panelTabs ul li a {
	list-style: none;
	padding: 0;
	margin: 0;
	background: 0;
}

div.panelTabs ul li {
	float: left;
	height: 23px;
	border: none;
	border-right: 1px solid #d0cac4;
	border-bottom: 1px solid #d0cac4;
	background: #eeebe9;
}

div.panelTabs ul li.on {
	background: #ffffff;
	border-bottom: 1px solid #ffffff;
}

div.panelTabs ul li.last {
	border-right: none;
}

div.panelTabs ul li a {
	font: normal normal 11px Arial;
	line-height: 23px;
	text-align: center;
	color: #000000;
	padding: 0 6px;
}

#storySidebar div.panelContent {
	padding: 0px;
}

/* Structure Styles */
#page {
	width: 995px;
	padding: 0 20px;
	margin: 0 auto;
	background: url(http://cdn.tradersmagazine.com/media/ui/page_bg.gif);
	background-color: #D2D2D2;
	background-repeat: repeat-y;
	display: block;
}

#header {
	/* margin: 0 33px 0 32px; */
}

#headerAdContainer {
	background: url(http://cdn.tradersmagazine.com/media/ui/ad_bg.gif);
	background-repeat: repeat-x; 
	height: 125px;
	border-bottom: 1px solid #d2d2d2;
	padding-left: 55px;
}

#branding {
	clear: both;
	height: 106px;
	background-color: #E5EEF7;
}

#branding #logo {
	float: left;
	width: 350px;
	padding: 0 0 0 10px;
}

#branding #login {
	float: right;
	width: 600px;
	margin: 15px 10px 0 12px;
}

#branding #tagline {
	font: normal normal 11px Arial;
	line-height: 11px;
	margin-bottom: 10px;
	color: #990000;
}

#content {
	background: #d2d2d2;
	background-image: url(http://cdn.tradersmagazine.com/media/ui/content_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 23px;
}

#columnLeft {
	width: 200px;
	margin: 0 14px;
	float: left;
}

#columnMain {
	width: 441px;
	height: auto;
	margin: 0 15px 0 0;
	float: left;
}

#columnRight {
	width: 300px;
	float: left;
}

#page.layout2 #columnLeft {
	display: none;
}

#page.layout2 #columnMain {
	width: 655px;
	margin: 0 15px 0 14px;
}

#columnMain div.columnSub {
	width: 215px;
}

#page.layout2 #columnMain div.columnSub {
	width: 302px;
}

#page.layout3 #columnMain {
	width: 756px;
	margin-right: 0;
}

#page.layout3 #columnMain div.columnSub {
	width: 347px;
}

#page.layout3 #columnRight {
	display: none;
}

#page.layout4 #columnMain {
	width: 756px;
	margin-right: 0;
}

#page.layout5 #columnLeft {
	display: none;
}

#page.layout5 #columnMain {
	width: 875px;
	margin: 0 29px 0 25px;
}

#page.flow #columnMain {
	width: 970px;
	margin: 0 11px 0 14px;
}

#footer {
	clear: both;
	background: #D2D2D2;
	padding-top: 20px;
}

div#glosnav {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}

/* Structure Descendant Styles */

#header div.navigationMain {
	height: 28px;
	background: url(http://cdn.tradersmagazine.com/media/ui/headerNavMain_bg.gif);
}

#header div.navigationMain ul li a {
	color: #FFF;
	display: inline;
}

#header div.ad {
	float: left;
	margin: 16px 38px 5px 0;
}

#branding #login label {
	float: right;
	width: auto;
	clear: none;
	font: normal normal 12px Arial;
	line-height: 20px;
	margin: 2px 6px 0 0;
}

#branding #login input {
	float: right;
	margin-right: 15px;
}

#branding #login input[type=text], #branding #login input[type=password] {
	width: 138px;
}

#branding input[type="text"], #branding input[type="password"] {
	height: 18px;
	margin-bottom: 0;
	margin-top: 2px;
	font-size: 12px;
}

#branding select, textarea {
	font-size: 12px;
}

#branding #login input[type=submit] {
	clear: both;
	float: right;
	width: 60px;
	padding-left: 0;
	padding-right: 0;
	margin-right: 0;
	margin-bottom: 2px;
}

#branding #login li {
	clear: both;
	float: right;
	margin: 0;
	padding: 0;
}

#branding #login a {
	display: block;
	clear: both;
	float: right;
	font: normal normal 9px Arial;
	padding-right: 76px;
	margin: 0;
	text-decoration: none;
	color: #146397;
}

#branding #login a:hover {
	text-decoration: underline;
}

#branding #login.loggedin a {
	font-size: 12px;
	margin: 0;
	padding: 0;
	display: inline;
	float: none;
}

#branding #login.loggedin ul {
	padding-right: 25px;
	margin: 0;
}

#branding #login p.alert {
	margin-top: 6px;
	margin-bottom: 4px;
	float: right;
	margin-right: 76px;
}

#branding #logo {
	margin-top: 10px;
}



#search input {
	float: left;
	width: 155px;
	height: 19px;
	margin-bottom: 6px;
	padding-top: 4px;
	font-size: 12px;
}

#search input[type=image] {
	float: left;
	width: auto;
	height: auto;
	padding: 4px 0 0 6px;
}

#search a {
	font: normal normal 9px Arial;
	padding-left: 2px;
}

#content ul li {
	font: normal normal 12px Helvetica, Arial, sans-serif;
	/*color: #00456d;*/
	/*margin-bottom: 8px;*/
	border: 1px solid #FFF;
}

#content ul li a {
	font: normal normal 12px Helvetica, Arial, sans-serif;
	line-height: 16px;
	color: #00456d;
}

#content ul.alert li {
	font: normal normal 11px Arial;
	color: #990000;
}

#columnLeft #printEdition {
	width: 235px;
	height: 305px;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	background: url(http://cdn.tradersmagazine.com/media/ui/print-edition-bg.jpg) no-repeat;
	margin: 0px 0 15px -35px;
	padding-left: 25px;
}

#columnLeft #printEdition h6 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 15px;
	color: #FFF;
	border: 0;
}

#columnLeft #printEdition img {
	padding-left: 4px;
}

#columnLeft #printEdition ul {
	margin-top: 6px;
}

#columnLeft #printEdition ul li {
	float: left;
	border: 0;
	width: 50px;
	margin: 0 14px 0 4px;
	text-align: center;
}

#columnLeft #printEdition ul li a {
	font-size: 10px;
	color: #FFF;
	text-align: center;
	line-height: 12px;
}

#columnLeft div.ad {
	padding: 12px 0 17px 0;
	text-align: center;
	background: url(http://cdn.tradersmagazine.com/media/ui/ad_bg.gif);
	border: 1px solid #939393;
	margin-bottom: 15px;
}

#columnLeft div.ad p {
	font: normal normal 10px Arial;
	color: #656769;
	text-transform: uppercase;
	display: block;
	width: auto;
	text-align: center;
}

#columnLeft div.panel ul {
	clear: both;
	list-style: none;
	margin: 0;
}

#columnMain div.panel ul, #columnMain div.panel ol {
	list-style: disc;
	margin-left: 10px;
}

#columnMain div.panel ol {
	list-style: decimal;
	list-style-position: inside;
}

#columnMain div.panel ul.more {
	margin-left: 0;
}

#columnLeft div.panel ul li, #columnMain div.panel ul li, #columnRight div.panel ul li, #columnLeft div.panel ol li, #columnMain div.panel ol li, #columnRight div.panel ol li {
	clear: both;
	padding-left: 15px;
	background: url(http://cdn.tradersmagazine.com/media/ui/leftnav_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	border-bottom: 2px solid #CECECE;
	padding-bottom: 5px;
	margin: 0 3px 2px 3px;
}

/*#columnLeft div#channels.panel ul li {
	background: url(http://cdn.tradersmagazine.com/media/ui/leftnav_bg.gif);
	margin: 0;
	border: 0;
	padding-top: 4px;
}


#columnLeft div#channels.panel ul li.more {
	background: url(http://cdn.tradersmagazine.com/media/ui/leftnav_more_bg.gif);
}*/

#columnMain div.panel ul li, #columnMain div.panel ol li {
	border: none;
	background: none;
	background-position: 0px 0px;
	list-style: disc;
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 0px;
	margin-left: 6px;
	line-height: 15px;
}

#columnMain div.panel ol li {
	list-style: decimal;
	list-style-position: inside;
}

#columnLeft div.panel ul li.last, #columnMain div.panel ul li.last, #columnRight div.panel ul li.last {
	padding-bottom: 3px;
	margin-bottom: 0;
	border: 0;
}

#columnLeft div.panel ul li.more, #columnMain div.panel ul li.more, #columnRight div.panel ul li.more {
	font: normal normal 9px Arial;
	line-height: 12px;
	border-bottom: none;
	background: url(http://cdn.tradersmagazine.com/media/ui/leftnav_bullet.gif);
	list-style: none;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0 2px;
}

#columnMain div.panel ul li.more {
	padding-left: 15px;
	padding-bottom: 6px;
	margin-left: 0;
}

#columnRight div.panel ul li {
	border: 0;
	margin-bottom: 0;
}

#columnRight div.panel ul li.more {
	padding-bottom: 6px;
}

#columnLeft div.panel ul li.more a, #columnMain div.panel ul li.more a, #columnRight div.panel ul li.more a {
	font: normal normal 9px Arial;
	color: #146397;
}

/*#columnLeft div#channels.panel ul li.more a {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
*/
#columnLeft div.panel div.panelHeader {
	background: #4b6274;
}

/*#columnLeft div#channels.panel div.panelHeader {
	background: #780000;
	height: 35px;
}
*/
#columnLeft div.panel div.panelHeader h3 {
	color: #FFF;
}

/*#columnLeft div#channels.panel div.panelHeader h3 {
	color: #FFF;
	font-size: 18px;
	margin-left: 7px;
}
*/
#columnLeft div.panel ul li a {
	font: normal bold 12px Arial;
}

/*#columnLeft div#channels.panel ul li a {
	color: #FFF;
}
*/
#columnRight div.panel ul li a {
	font: normal bold 11px Arial;
}

#columnLeft div.panel h4 {
	font: normal bold 12px Arial;
	color: #000;
}

#columnLeft div.panel div.storyList h4 {
	border-bottom: 1px solid #CECECE;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#columnLeft div.panel h4 a {
	color: #146397;
	text-decoration: none;
}

#columnLeft div.panel p.date {
	font: normal normal 10px Arial;
	color: #8f8f8f;
	text-transform: uppercase;
}

#columnLeft #search div.panelHeader {
	background: #FFF;
}

#columnLeft #search div.panelHeader h3 {
	color: #000;
}

#columnLeft #newsletters label {
	font: normal bold 12px Arial;
	color: #7f7f7f;
	margin: 0 4px 0 0;
	width: 150px;
	height: 18px;
	padding-top: 2px;
	float: left;
	clear: none;
}

#columnLeft #newsletters label.last {
	margin-bottom: 20px;
}

#columnLeft #newsletters input[type=text] {
	width: 108px;
	margin: 0 4px 8px 0;
}

#columnLeft #newsletters input[type=submit] {
	margin: 0;
	padding: 0;
	clear: none;
}

#columnMain #story div.panelContent {
	padding: 14px 14px 6px 14px;
}

#columnMain #story div.panelContent img {
	float: none;
}

#columnMain #story #storySidebar div.panelContent {
	padding: 2px 0 0 2px;
}

#columnMain #story h1 {
	font: normal bold 22px Arial;
	margin-bottom: 12px;
	padding: 0;
}

#columnMain #story h2 {
	margin-bottom: 14px;
}

#columnMain #story h3 {
	padding-bottom: 10px;
}

#columnMain #story p.storyByline {
	margin-bottom: 0;
}

#columnMain #story p.storyBylineCredit {
	font-style: italic;
}

#columnMain #story #storySidebar {
	width: 178px;
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #CCCCCC;
}

#columnMain #story  #storySidebar div.panel {
	border: 0;
	background: #F6F6F6;
	margin-bottom: 0px;
	padding-bottom: 0;
}

#columnMain #story  #storySidebar div.panelHeader {
	background: #0073ae;
}

#columnMain #story  #storySidebar div.panelContent ul li {
	border-color: #F6F6F6;
}

#columnMain #story  #storySidebar ul#storyUtilities {
	list-style: none;
	list-sytle-type: none;
	margin-left: 0;
	margin-bottom: 0;
}

#columnMain #story  #storySidebar ul#storyUtilities a {
	border-style: none;
	color: #7F7F7F;
	font-size: 11px;
	font-weight: bold;
	vertical-align: middle;
}

#columnMain #story  #storySidebar ul#storyUtilities li {
	clear: both;
	margin: 0px;
	padding: 0;
	list-style: none;
	list-sytle-type: none;
	list-style-position: outside;
}

#columnMain #story  #storySidebar ul#storyUtilities img {
	margin-top: 2px;
	float: left;
}

#columnMain ol {
	list-style: decimal;
	list-style-position: inside;
}

#columnMain #story p, #columnMain span font, #columnMain font span, #columnMain #story p font, #columnMain #story ul li, #columnMain #story ol li {
	font: normal normal 12px Arial;
	line-height: 15px;
}

#columnMain h1 {
	font: normal bold 18px Arial;
	padding-bottom: 2px;
	margin-bottom: 10px 0 4px;
	padding-bottom: 3px 0;
}

#columnMain h1.large {
	border-top: none !important; 
	border-bottom: none !important; 
	font-family: Georgia,Times,serif; 
	font-size: 22px ! important;
}

#columnMain h1.noneditorial {
	font: normal bold 15px Georgia;
	color: #921719;
	text-decoration: none;
	border: none;
}

#columnMain p em {
	font-style: italic;
}

#columnMain p.date {
	color: #878787;
	font: normal normal 11px Arial;
	line-height: 12px;
	margin-bottom: 12px;
}

#columnMain p.more {
	font-family: Helvetica,Arial,"san serif";
	color:#00456D;
	font-size: 12px;
	line-height:17px;
	margin-bottom: 12px;
	text-align: right;
	clear: both;
	font-weight: normal;
}

#columnMain #story p.date {
	font: normal normal 11px Arial;
	color: #8f8f8f;
}

#columnMain #story .storyByline, #columnMain #story .storyBylineCredit {
	color: #146397;
	font: normal bold 12px Arial;
	line-height: normal;
}

#columnMain #story ul {
	margin-bottom: 9px;
}

#columnMain ul#breadcrumb {
	list-style: none;
	margin: 0;
}

#columnMain ul#breadcrumb li {
	float: left;
	font: normal bold 11px Helvetica, Arial, Geneva, sans-serif;
	color: #000000;
	background: url(http://cdn.tradersmagazine.com/media/ui/breadcrumb_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding: 0 0 5px 10px;
	margin: 0 2px 0 0;
}

#columnMain ul#breadcrumb li a {
	font: normal bold 11px Arial;
	color: #146397;
	text-decoration: none;
}

#columnMain ul#breadcrumb li a:hover {
	color: #990000;
	text-decoration: underline;
}

#columnMain ul#breadcrumb li.first {
	background: none;
	padding: 0;
}

#columnMain ul#searchNavigation {
	display: block;
	list-style: none;
	margin: 10px auto;
	border: 1px solid black;
	height: 30px;
	text-align: center;
}

#columnMain ul#searchNavigation li {
	font: normal normal 15px Times New Roman;
	float: left;
	padding: 2px;
}

#columnMain ul#searchNavigation li a {
	font: normal normal 15px Times New Roman;
	text-decoration: underline;
}

#columnMain ul#searchNavigation li a:hover {
	color: #990000;
}

#columnMain ul#searchNavigation li.disabled {
	display: none;	
}

#columnMain ul#searchNavigation li.current {
	font-weight: bold;
}

#columnMain div.panelContent, #columnRight div.panelContent {
	padding: 10px 8px 2px 10px;
}

#columnMain div.panel h3, #columnMain div.panel h1, #columnRight div.panel h3, #columnRight div.panel h1 {
	font: normal bold 18px Arial;
	padding: 5px 6px 0px 6px;
	border: none;
	color: #000;
}

#columnMain div.panelHeader h1, #columnMain div.panelHeader h2, #columnMain div.panelHeader h3, #columnMain div.panelHeader h4, #columnMain div.panelHeader h5, #columnMain div.panelHeader h6, #columnRight div.panelHeader h1, #columnRight div.panelHeader h2, #columnRight div.panelHeader h3, #columnRight div.panelHeader h4, #columnRight div.panelHeader h5, #columnRight div.panelHeader h6 {
	font: normal bold 18px Arial;
	line-height: 28px;
	padding: 0 0 0 6px;
	margin: 0;
}

#columnMain div.panel div.panelContent h2 {
	font: normal bold 15px Arial;
	margin-bottom: 8px;
}

#columnMain div.panel div.panelContent h2 a {
	color: #000;
}

#columnMain div.panel div.panelContent h1, #columnMain div.panel div.panelContent h2, #columnMain div.panel div.panelContent h3, #columnMain div.panel div.panelContent h4, #columnMain div.panel div.panelContent h5, #columnMain div.panel div.panelContent h6 {
	padding-left: 0px;
	padding-top: 0;
}

#columnMain div.topStories h3 {
	background: url(http://cdn.tradersmagazine.com/media/ui/panelTopStories_bg.gif);
	background-repeat: no-repeat;
	background-position: 8px 2px;
	padding-left: 31px;
}

#columnMain div.topStories h4 {
	font: normal bold 14px Arial;
}

#columnMain div.columns h3, #columnMain div.blogs h3 {
	background: url(http://cdn.tradersmagazine.com/media/ui/panelColumns_bg.gif);
	background-repeat: no-repeat;
	background-position: 8px 4px;
	padding-left: 42px;
}

#columnMain div.columns img.left {
	margin-right: 12px;
}

#columnMain div.columns h4 {
	font: normal bold 14px Arial;
	text-transform: uppercase;
	margin-bottom: 6px;
}

#columnMain div.columns h4 a {
	color: #000;
}

#columnMain div.columns h5 {
	font: normal bold 12px Arial;
	color: #146397;
	text-transform: none;
	margin-bottom: 3px;
}

#columnMain div.columns p.snippet {
	margin-bottom: 0;
}

#columnMain div.columns div.last {
	border: 0;
	margin-bottom: 0;
}

#columnMain div.profiles h3 {
	background: url(http://cdn.tradersmagazine.com/media/ui/panelProfiles_bg.gif);
	background-repeat: no-repeat;
	background-position: 8px 2px;
	padding-left: 52px;
}

#columnMain div.leadership h3 {
	background: url(http://cdn.tradersmagazine.com/media/ui/panelLeader_bg.gif);
	background-repeat: no-repeat;
	background-position: 8px 3px;
	padding-left: 56px;
}

#issue_index h3, #issue_index h3 a {
	line-height: 110%;
}

#issue_index h3, #issue_index h3 a {
	line-height: 110%;
}

#issue_index h4 {
	border-bottom:1px solid #B2B2B2;
	border-top:1px solid #B2B2B2;
	font-size:12px;
	margin-top: 5px;
	margin-bottom:5px;
	padding-bottom:5px;
	padding-top:5px;
	color:#000000;
}

#issue_index h6, #issue_index h6 a {
	color:#003366;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	line-height: 120%;
	margin-bottom: 6px;
}

#issue_index h5 {
	color:#000;
	font-size:12px;
	font-weight:bold;
	line-height: 120%;
	margin-bottom: 6px;
}

#issue_index #featured {
	border:1px solid #CCCCCC;
	margin-top:20px;
	margin-bottom: 10px;
	padding:5px 5px 10px;
	text-align:center;
}

#issue_index p {
	font-size:13px;
	font-family:"Times New Roman",Georgia,Times,serif;
}

.splitcolumn-left {
	float: left;
	width: 44%;
	padding-right: 10px;
}

.splitcolumn-right {
	float: right;
	width: 44%;
	padding-left: 10px;
}

#columnRight #relatedItems #moreLink { 
	text-align: center;
}

#columnRight #relatedItems #moreLink a { 
	font-weight: normal;
}

#columnRight div.ad {
	margin-bottom: 15px;
}

#columnRight #relatedItems {
	margin-bottom: 10px;
}

#columnRight #relatedItems a {
	color: #146397; 
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#columnRight #relatedItems a:hover {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #9E0101; 
	color: #9E0101; 
	text-decoration: none;
}

#columnRight h2 {
	border-bottom: 1px solid #3B5669; 
	border-top: 1px solid #3B5669; 
	color: #373632; 
	font: bold 14px Arial, Helvetica, Geneva, sans-serif; 
	margin-bottom: 4px; 
	margin-top: 5px; 
	padding-bottom: 3px; 
	padding-top: 3px;
}

#columnRight #relatedItems h4 {
	color: #9E0101;
	font-size: 13px;
}

#columnRight h2 a {
	color:#003366;
	font-size:11px;
	text-decoration:underline;
	line-height: normal;
}

#columnRight h3 a {
	text-decoration: none;
}

#columnRight div.currentIssue div.panelContentSub {
	width: 130px;
}

#columnRight div.interviews h3 {
	background: url(http://cdn.tradersmagazine.com/media/ui/panelInterviews_bg.gif);
	background-repeat: no-repeat;
	background-position: 8px 2px;
	padding-left: 56px;
}
	

#columnRight div.interviews img.left {
	margin-right:12px;
	margin-bottom: 10px;
}

#columnRight div.interviews p.snippet {
	display: block;
}

#columnRight div.currentIssue div.panelContentSub img {
	border: 1px solid #939393;
	margin-bottom: 10px;
}

#columnRight div.currentIssue div.last {
	width: 148px;
}

#columnRight div.currentIssue div.last p.snippet {
	display: block;
}

#columnRight div.dmradio h3 {
	background: url(http://cdn.tradersmagazine.com/media/ui/panelDMRadio_bg.gif);
	background-repeat: no-repeat;
	background-position: 8px 2px;
	padding-left: 26px;
	color: #B20838;
}

#columnRight div.ad p, #columnMain #story div.ad-story-inject p {
	font: normal normal 10px Arial;
	color: #656769;
	text-transform: uppercase;
	display: block;
	width: auto;
	text-align: right;
	margin-bottom: 3px;
}

#columnMain #story div.ad-story-inject p {
	text-align: left;
	width: 469px;
	padding-bottom: 3px;
}

#footer #marketplace {
	background: #D2D2D2;;
	width: 983px;
	margin-left: 6px;
}

#footer #marketplace #pin {
	width: 77px;
	height: 61px;
	background: url(http://cdn.tradersmagazine.com/media/ui/pin.gif);
	float: left;
}

#footer #marketplace #header {
	width: 796px;
	height: 61px;
	float: left;
	background: #D2D2D2;
}

#footer #marketplace #header2 {
	background-color: #FFF;
	border-top: 1px solid #9A9A9A;
	margin-top: 19px;
	text-align: center;
}

#footer #marketplace #ear {
	width: 110px;
	height: 61px;
	background: url(http://cdn.tradersmagazine.com/media/ui/ear.gif);
	float: left;
}

#footer #marketplace #marketplace-content {
	border-left: 1px solid #9A9A9A;
	border-right: 1px solid #9A9A9A;
	border-bottom: 1px solid #9A9A9A;
	background-color: #FFF;
	float: left;
	clear: both;
	margin-left: 7px;
	padding: 0 0 5px 13px;
	width: 954px;
}

#footer #marketplace h6 {
	font: normal bold 14px Arial;
	margin-bottom: 8px;
	color: #9E0101;
}

#footer #marketplace ul {
	display: block;
	margin: 0;
	padding: 0;
}

#footer #marketplace ul li {
	border-right: 1px solid #939393;
	background: #FFF;
	padding: 4px 10px 4px 11px;
	float: left;
	width: 215px;
}

#footer #marketplace ul li.last {
	border-right: none;
}

#footer div.navigationMain {
	clear: both;
	height: 20px;
	padding-top: 10px;
	margin-bottom: 15px;
}

#footer div.navigationMain ul {
	padding-left: 180px;
	margin: auto;
}

#footer div.navigationMain ul li {
	margin-right: 0;
}

#footer div.navigationMain ul li a {
	color: #FFF;
	font: normal normal 10px Arial;
	margin-right: 10px;
	padding-right: 10px;
	line-spacing: 70%;
}

#footer div.ad { 
	clear: both; 
	display: block; 
	margin-bottom: 15px; 
	margin-left: 125px; 
	margin-top: 15px; 
	text-align: left; 
}

#footer #navCopyContainer {
	background: #656768;
}

#footer #copyright {
	clear: both;
	padding-bottom: 10px;
}

#footer #copyright img {
	float: left;
	padding-left: 20px;
}

#footer #copyright p {
	font-family: Helvetica,Arial,Geneva,sans-serif;
	font-size: 10px;
	width: 500px;
	display: block;
	text-align:center;
	float: left;
	color: #FFF;
	line-height: 16px;
	padding-top: 10px;
	padding-left: 100px;
}

#bottom {
	clear: both;
	height: 4px;
	width: 978px;
	margin: 0 auto;
}


#about li span {
	font-weight: bold;
}

#register {font: 12px Helvetica, Arial, Geneva, sans-serif; line-height:16px; margin: 0px 0px 20px 0px; background-color: #ffffff; border: 1px solid #9c9a9c; color: #515151;}
#register #registerHeader { background-color: #0099CC; height: 24px; color: #FFF; font: bold 12px Helvetica, Arial, Geneva, sans-serif; padding: 8px 0 0 12px; }
#register #registerContent { padding: 8px 12px; }
#register #registerContent p { font: normal 13px "Times New Roman", Georgia, sans-serif; line-height: 20px; margin-bottom: 0px; color: #000; }
#register #registerContent input.text { font: normal 11px Helvetica, Arial, Geneva, sans-serif; height: 16px; }
#register_webseminar {font-size: 14px; font-family: "Times New Roman", Georgia, Times, serif; color: #000; line-height: 17px; border: 1px solid #5e5e5e}
#register_webseminar input {border: 1px solid #003366;}
#register_webseminar select {border: 1px solid #003366;}
#register_webseminar form {margin-bottom: 10px; padding-bottom: 10px;}
#register input { float: none; clear: none; margin: 0px; }

div.panel ul#articleViewer {
	border: 0;
	list-style: none;
	margin-right:5px;
	margin-left: 23px;
	clear: both;
	width: auto;
	display: block;
}

#columnRight div.panel ul#articleViewer {
	margin-left: 0px;
}


div.panel ul#articleViewer li {
	float: left; 
	padding: 1px 4px 6px 4px;
	margin:0;
	background: none;
	border: none;
	clear: none;
	display: inline;
	color: #000;
	font-size: 12px;
	font-weight: normal;
}

div.panel ul li a.prevbacklink {
	font-family: Arial,Helvetica,Geneva,sans-serif; 
	color: #146397;
	font-size: 15px;
	font-weight: normal;
	border: 1px solid #3B5669;
	margin: 0 10px;
	padding: 0 4px;
}

#featured {
	border: 1px solid #CCCCCC;
	padding: 5px 5px 0;
	text-align: center;
}
#columnMain .breaking {
	font-size: 14px;
	margin-top: 5px;
	color: #000;
}
#related {
	float: left;
	margin-top: 5px;
	margin-left: 10px ! important;
}
#related li {
	list-style: none;
	margin-right: 15px;
	width: 160px;
}
#related-left {
	clear: none;
	float: right;
	margin-top: 5px;
}
#related-left li {
	list-style: none;
	width: 160px;
}
#related h5, #related-left h5 {
	border-bottom: 1px solid #B2B2B2;
	border-top: 1px solid #B2B2B2;
	color: #000000;
	font-size: 12px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 170px;
}
#related h6 {
	font-size: 12px;
	margin-bottom: 5px;
}
#related h6 a, #related-left h6 a {
	font-family: Georgia,"Times New Roman",Times,serif ! important;
	border-style: none;
	color: #003366 ! important;
	font-size: 12px ! important;
	font-weight: normal ! important;
	list-style: none;
	text-decoration: none;
	width: 170px;
}

#storyNavigation {
	list-style: none;
	display: block;
	font-family: Georgia,"Times New Roman",Times,serif;
}
#storyNavigation a{
	/*margin: 5px;*/
}

div.pagination { padding: 6px 0 10px 0; margin: 3px; text-align:center; }
div.pagination a { border: 1px solid #ccc; margin-right:2px; padding:2px 6px; background-position:bottom; text-decoration: none; font-weight:bold; }
div.pagination a:hover, div.pagination a:active { background-color:#E8E6D8; text-decoration:none!important; }
div.pagination span.current { border: 1px solid #ccc; margin-right:2px; padding:2px 6px; background-position:bottom; text-decoration: none; font-weight:bold; background-color:#E8E6D8; color:#146397; }
div.pagination span.disabled { display:none; }

.action_button {
	margin: 2px 5px; 
	padding: 1px; 
	border-top: 1px solid #cccccc; 
	border-bottom: 1px solid black; 
	border-left: 1px solid #cccccc; 
	border-right: 1px solid black; 
	background: #eee; 
	font: bold 9px Verdana !important; 
	color: #9E0101!important; 
	line-height: 2em!important;
}

.action_button:hover { 
	background: #ccc; 
	text-decoration:none!important; 
}

#content #columnLeft h3 a {
	text-decoration: none;
}

.seminar_text {font-size: 13px!important; font-family: "Times New Roman", Georgia, Times, serif!important; color: #000!important; line-height: 17px; font-weight:normal!important;}
#seminar_link {text-align: left; margin-top: 15px;}
#seminar_link a {color: #003366; text-decoration: underline;}
#seminar_link a:hover {color: #921719; text-decoration: underline;}

.image_mcol2 {border: 1px solid #CCCCCC; float: right; margin-left: 10px; margin-right: 5px; margin-top: 5px;}
#columnMain #specialreport a {color: #003366; font-size: 13px; text-decoration: underline; line-height: 17px;}
#columnMain #specialreport p {margin-top: 10px; margin-bottom: 5px;}
.specialreport2 {color: #000;}
#privacy table {
  padding: 5px;
}
#privacy td {
  border-right: 1px solid #000; 
  border-top: 1px solid #000;
  padding: 5px;
}
div.ad-story-inject {
	margin: 0 10px 10px 0;
	float: left;
	width: 330px;
}

div.ad-story-inject iframe {
	padding: 10px 0 0 10px;
	background-color: #f2f2f2;
	border:1px solid #ccc;
}

#story #comments hr {
	margin-bottom: 6px;
}

#story #comments p {
	margin-left: 4px;
	margin-right: 4px;
}

#story #comments #commentNotice {
	display: block;
	padding: 10px;
	border: 1px solid #CECECE;
	margin: 8px 0;
	text-align: center;
}

#story #comments #commentNotice p {
	font: normal bold 11px Arial;
	color: #9E0101;
	text-align: center;
	margin: 0;
}

#story #comments p.comment {
	margin-bottom: 3px;
}

#story #comments p.commentCredit {
	font: normal normal 11px Arial;
	color: #969696;
	margin-bottom: 3px;
}

#story #comments p.commentReport {
	font: normal normal 11px Arial;
	color: #9E0101;
	text-transform: uppercase;
	margin-bottom: 4px;
}

#story #comments p.commentReport a {
	color: #9E0101;
}

#story #comments h3 {
	font: normal bold 14px Arial;
	color: #616161;
	border-top: 1px solid #CECECE;
	border-bottom: 1px solid #CECECE;
	margin: 0 0 8px 0;
	padding: 6px 0 6px 3px;
}
/** DISCUSSIONS **/
ul#discussions-nav { border-top: 3px solid #ededed; padding: 5px 0 5px 7px;  }
ul#discussions-nav li { display: inline; }
ul#discussions-nav a { font-size: 11px; font-weight: bold; margin-right: 30px; padding:  7px 0; }
#discussions-main a#discussions-main-link,  #discussions-main a#discussions-recent-posts, #discussions-nav a#discussions-guidelines-link, #discussions-nav a#discussions-hosts-link, #discussions-nav a#discussions-etiquette-link, #discussions-nav a#discussions-faqs-link, #discussions-nav a#discussions-search, #recent-posts a#discussions-recent-posts-link  { color: #333; background: url(http://cdn.tradersmagazine.com/media/ui/discussion-nav-arrow.gif) no-repeat 50% 0; }
#discussions-faq .formpage-border { border: 1px solid #e1e1e1; padding: 10px; margin-bottom:18px; }
#main-content #discussions-faq #questions li,  #main-content #discussions-etiquette #bullets li {background: url(http://cdn.tradersmagazine.com/media/ui/bullet.gif) no-repeat; margin: 0 0 10px 0px; padding-left: 10px; }
div#discussion-board-content h2 a.article-link { background:transparent url(http://cdn.tradersmagazine.com/media/ui/article-icon.gif) no-repeat scroll 0%; padding-left:23px;}   /* discussion article icon */
#discussion-topics li {display:block; height:18px; overflow:hidden;} /* homepage discussion topics listing - hide response # */

/** POLL STYLES **/

#columnMain #poll-archive div.panel ul {
  margin-left: 0;
}

#columnMain #poll-archive ul li {
  list-style-type: none;
  list-style-position: outside;
}

#columnMain #poll-archive div.panel ul li a {
  font-weight: bold;
}

#columnMain #poll-archive div.panel ul li .published {
  color: #6F6F6F;
}

#columnMain .poll-sponsor {
  clear: right;
  float: right;
}

#poll-content .pollquestion, #pollchart .pollquestion {
  font-size:16px;
  font-weight:bold;
  line-height:23px;
}

#poll-content .pollquestion-small {
  font-weight: bold;
  line-height: 18px;
}

#poll-choice-input-submit {
  float: left;
  margin-bottom: 5px;
}

#poll-results-button {
  margin: 7px 0 0 10px;
  width: 50%;
  float: left;
}

#columnMain #poll span, #poll table {
  background: transparent url(http://cdn.tradersmagazine.com/media/ui/bg-poll-home.gif) repeat-y scroll 0 0;
  display: block;
  margin-top: -10px;
  padding: 10px 0 5px 15px;
}

#columnLeft #poll span {
  background: transparent url(http://cdn.tradersmagazine.com/media/ui/bg-poll-home.gif) repeat-y scroll 0 0;
  display: block;
  margin-top: -10px;
  padding: 10px 0 5px 10px;
}

#pollchart dl {
  border-bottom: 1px solid #88AED2;
  border-left: 1px solid #88AED2;
  border-right: 1px solid #EBF0F5;
  margin: 0 0 0 20px;
}

#pollchart dd p {
  color: #666666;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 0 -36px;
  position: relative;
  text-align: right;
  width: 30px;
}

#pollchart dl dt {
  color: #6699CC;
  display: block;
  font-size: 95%;
  margin: 0 0 4px 4px;
  padding: 0;
  width: 250px;
}

#pollchart dl dd {
  background: #4B6274 none repeat scroll 0 0;
  border-bottom: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  display: block;
  height: 18px;
  margin: 0 0 5px;
  padding: 0;
}

/** ADDTHIS SOCIAL MEDIA WIDGET - added to Toolbox area **/ 
div.addthis_toolbox.addthis_default_style {
	width: 205px;
	padding-bottom: 5px;
}
div.addthis_toolbox.addthis_default_style a { 
	padding-left: 3px !important;
	font-size: 9.5px;
	font-weight: bold; 
	color:#696969;
}
.at300bs.at15t_compact { padding-left: 7px; }