/* 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;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.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(/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;
}
#columnRight div.blogs p.snippet span.source {
    text-transform: capitalize;
}

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;
	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;
	display: block;
}

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

#headerAdContainer {
	background: url(/media/ui/ad_bg.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid #d2d2d2;padding:15px;
}
#headerAdContainer #leaderboard {text-align:center;margin:0 auto;}
#headerAdContainer #leaderboard div {margin:0 auto;}

#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 {
	padding-top: 23px;
}

#headerImg {
	text-align:center;
	margin-bottom:20px;
}

#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;
}

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(/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 #markets-media {
	margin-left: 15px;
	font-size:17px;
}

#branding #search {
    clear: right;
    float: right;
    margin-right: 13px;
    margin-top: 5px;
}
#branding #search h4 {
    float: left;
    font-size: 12px;
    margin: 4px 10px 0 0;
}



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

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

#columnLeft #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(/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 div {
	margin: 0 auto;
}
#columnLeft div.ad {
	padding: 12px 0 17px 0;
	text-align: center;
	background: url(/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(/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(/media/ui/leftnav_bg.gif);
	margin: 0;
	border: 0;
	padding-top: 4px;
}


#columnLeft div#channels.panel ul li.more {
	background: url(/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(/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 #content-tools {clear: both;margin: 10px 0 5px;}
#columnMain #story #content-tools ul {margin-left: 0;}
#columnMain #story #content-tools li {display:inline;padding: 0;list-style: none outside none;margin-left:0;}
#columnMain #story #content-tools li a {padding: 0 0 0 17px;}
#columnMain #story #content-tools li a#print {background: url("/media/ui/print-icon.png") no-repeat scroll 0 0 transparent;}
#columnMain #story #content-tools li a#reprint {background: url("/media/ui/reprint-icon.png") no-repeat scroll 0 0 transparent;}
#columnMain #story #content-tools li a#email {background: url("/media/ui/email-icon.png") no-repeat scroll 0 0 transparent;}
#columnMain #story #content-tools li a#discuss-tool {background: url("/media/ui/discuss-icon.png") no-repeat scroll 0 0 transparent;}
#columnMain #story #content-tools li a#comment {background: url("/media/ui/comment-icon.png") no-repeat scroll 0 0 transparent;}
#columnMain .share-icons {clear:both;margin-bottom:10px;}
#columnMain .share-icons .left {clear:none;}
.share-icons .share-icon {margin-right: 8px;}
.share-icons iframe.twitter-share-button {width: 90px !important;}

#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 #story .videotext p {
    font-size: 14px;
}

#columnMain #story .slide-summary p {
    font-size: 14px;
}

#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(/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(/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(/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(/media/ui/panelProfiles_bg.gif);
	background-repeat: no-repeat;
	background-position: 8px 2px;
	padding-left: 52px;
}

#columnMain div.leadership h3 {
	background: url(/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(/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(/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-ad div {
	margin: 0 auto;
}
#footer-ad {text-align:center;background:#FFF;padding:10px 0;}
#marketplace {
	background: #D2D2D2;
	margin: 0 auto;
	padding-left:6px;
}

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

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

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

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

#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;
}

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

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

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

#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;
}
*/

#footer-wrapper {margin-bottom: -15px;}
#footer-wrapper #footer{background-color: #f0f0f0;padding: 20px 0 0;color:#333;font-size:12px;line-height:20px;}
#footer a{font-weight: normal;color:#000;font-size:12px;}
#footer a:hover{color:#a8a8a8;text-decoration: none;}
#footer-nav{border-bottom:1px solid #fff;padding: 15px 0;}
#footer h2{margin: 0;text-transform:uppercase;font-weight:bold;font-size:12px;border-bottom: none;c}
#footer h2.second{margin: 20px 0 5px 0;}
#footer h2 a {font-weight: bold;}
#footer ul{list-style:none;margin:0;padding:0;}
#footer li{line-height:20px;}
#footer .frame {width: 943px;margin: 0 auto;}
#footer .left{clear: none;}
#footer .footer-col-1 a {line-height:22px;font-weight: bold;}
.footer-col-1{margin: 0 0 0 5px;width:196px;}
.footer-col-2{margin: 0 0 0 40px;width:230px;border-left:1px solid #afb5bd;padding: 0 0 0 40px;}
#footer .footer-col-3{margin: 42px 0 0 20px;width:220px;}
#footer .footer-col-4{margin: 42px 0 0 20px;}
#footer-bottom{margin:15px auto 0;width: 943px;padding-bottom: 20px;}
#footer-bottom-logo{padding: 0 10px 10px 268px;width:165px;}
#footer-bottom-privacy{color: #333;margin: 10px 0 0;width:450px;font-size:11px;padding-bottom: 15px;}
#footer-bottom-more-links #mobile-link a{display:none;}

#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(/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(/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(/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(/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(/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; }

/** TalkBack comments section **/
#columnMain #story #comments .pagination ul {margin:0;}
#columnMain #story #comments .pagination ul li {margin-left:0;}
	div#content div#columnMain div#story div#comments {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	div#content div#columnMain div#story div#comments h3 {
		color:#FFF;
		background:#0079A8 url(/media/ui/talkingbubble_icon.png) 3px 0 no-repeat;
		padding:0 0 0 65px;
		height:33px;
		font: bold 18px/28px Arial;
		margin:0;
		text-transform:uppercase;
		border:none;
	}
	div#content div#columnMain div#story div.comment-row {
		margin-bottom: 15px;
		clear: both;
		overflow: auto;
		background-color: #EFEFEF;
	}
	div#content div#columnMain div#story div.comment-row p.comment-byline {
		color:#666666;
		font-weight:bold;
		font-size:11px;
		margin-bottom:0;
		padding-top:5px;
		border-top:1px solid #CCCCCC;
	}
	div#content div#columnMain div#story div#add-comments {
		margin-bottom: 15px;
		clear: both;
		overflow: auto;
		background-color: #EFEFEF;
	}
	div#content div#columnMain div#story div#add-comments div#comment-left {
		float: left;
		border-right: 1px #CCCCCC solid;
		padding: 10px;
		margin-bottom: 10px;
	}
	div#content div#columnMain div#story div#add-comments div#comment-right {
		float: left;
		padding: 10px;
	}
	div#content div#columnMain div#story div#add-comments h4 {
		margin-top: 10px;
		color:#333333;
		font-size:14px;
	}
	div#content div#columnMain div#story div#add-comments input[type="submit"], div#content div#columnMain div#story div#add-comments input[type="reset"] {
		color: #FFFFFF;
		padding: 4px 7px;
		border:none;
		text-transform: uppercase;
		text-decoration: none;
		height:100%;
	}
	div#content div#columnMain div#story div#add-comments input[type="submit"] {
		background: #0079A8;
	}
	div#content div#columnMain div#story div#add-comments input[type="reset"] {
		background: #CCCCCC;
	}
#top-ad {
    margin: auto;
    padding-left: 12px;
    padding-top: 10px;
}

#login-box {
    display: none;
    margin: -23px 0 0;
    z-index: 1000002;
    position:relative;
}

#login-on {
    background: #FFFFFF;
    border: solid 2px #CCCCCC;
    border-bottom: 0;
    margin: 4px 0 0 0;
    z-index: 15;
    padding: 5px;
    width: 40px;
    position: absolute;
    right: -11px;
    opacity: 1;
}

#login-form {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #CCCCCC;
    color: #333333;
    display: block;
    font-size: 12px;
    margin: 27px 0 0;
    opacity: 1;
    overflow: hidden;
    padding: 15px;
    position: absolute;
    right: -11px;
    text-align: left;
    white-space: nowrap;
    width: 227px;
    z-index: 1000002;

}

#login-form label {
    float: left;
    width: 70px;
}

#login-form .form-text {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    margin: 0 0 10px;
    width: 130px;
}

input.smallbutton {
    background: none repeat scroll 0 0 #0D5483;
    border: medium none;
    color: #FFFFFF;
    font-family: Arial;
    font-size: 10px;
    padding: 3px 4px;
    text-transform: uppercase;
}

#search .links-holder #login-form a { color: #0A5485; font-size: 12px; }
#login-form .forgot-link { margin: 0 0 5px 0; }
#login-form .signup-link { margin: 5px 0 0 0; }

#login-on a { color: #0A5485;
    font-size: 11px;}
    
/* Updated Comments 11/6/2015 */
section#comments-area #comments {margin-top: 10px;margin-bottom: 10px;}
section#comments-area #comments .comments-header {color:#FFF;background:#0079A8 url(/media/ui/talkingbubble_icon.png) 3px 0 no-repeat;padding:0 0 0 65px;height:33px;font: bold 18px/28px Arial;margin:0 0 10px;text-transform:uppercase;border:none;}
section#comments-area #comments #comments-box .comment {margin-bottom: 15px;clear: both;overflow: auto;background-color: #EFEFEF;padding:10px;}
section#comments-area #comments #comments-box .comment .comment-text {margin-bottom:10px;}
section#comments-area #comments #comments-box .comment .comment-meta {color:#666666;font-weight:bold;font-size:11px;margin-bottom:0;padding-top:5px;border-top:1px solid #CCCCCC;}
section#comments-area #add-comments {padding:10px;margin-bottom: 15px;clear: both;overflow: auto;background-color: #EFEFEF;}
section#comments-area #add-comments .comments-header {color:#333333;font-size:14px;font-weight:bold;}
section#comments-area #add-comments #comment-buttons .not-following label {width:auto;margin-bottom:0;}
section#comments-area #add-comments #comment-buttons .right {clear:none;}
section#comments-area #add-comments #comment-buttons .right input[type=image] {margin-bottom:0;}
.hide {display:none;}

/** Sister Site Top Navigation **/

#sister-pub-bar {
    height: 32px;
    width: 100%;
    background: url('/media/ui/bg-pubbar.png') 0 0 repeat-x;
    /*border-bottom: solid 1px #7e7e7e;*/
    font-size: 8px;
    font-weight: bold;
    color: #fff;
    /*overflow: hidden;*/
}

#sister-pub-bar .inner {
    width: 1062px;
    margin: 0 auto;
    height: 32px;
    position: relative;
    z-index: 100000;
}

#sister-pub-bar .inner .logo-holder {
    margin-top: 5px;
    padding-left: 25px;
}

#sister-pub-bar .inner .items-holder {
    min-width:745px;
}

#sister-pub-bar .inner .items-holder ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sister-pub-bar .inner .items-holder ul li {
    display: inline;
    line-height: 32px;
    margin: 0;
    padding: 0;
}

#sister-pub-bar .inner a {
    color: #fff;
    display: inline-block;
    text-align: center;
    height: 32px;
    line-height: 32px;
    padding: 0 15px;
    border-right: solid 2px #7e7e7e;
    text-transform: uppercase;
    margin: 0;
    margin-left: -2px;

    /*ie7*/
    *display: inline;
    *zoom: 1;
}

#sister-pub-bar .inner .logo-holder a {
    border: none;
    display: inline;
    text-align: left;
    height: auto;
    line-height: normal;
    padding: 0;
    margin: 0;
}

#sister-pub-bar .inner ul li:first-child a {
    border-left: solid 2px #7e7e7e;
    margin-left: 20px;
}

#sister-pub-bar .inner ul li.active a,
#sister-pub-bar .inner ul li:hover a {
    background: url('/media/ui/bg-pubbar-chosen.png') 0 0 repeat-x;
}

#sister-pub-bar .inner ul li a:hover,
#sister-pub-bar .inner .more-holder a {
    color: #fff !important;
}

#sister-pub-bar .inner .more-holder a {
    border-right: none;
    /*background: url('/media/ui/sister-pub-bar-downarrow.png') right center no-repeat;*/
    width: 51px;
    margin-left: 0;
}

#sister-pub-bar .inner .more-holder a:hover {
    background: url('/media/ui/bg-pubbar-chosen.png') 0 0 repeat-x;
}

#sister-pub-bar .inner #spp-more-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sister-pub-bar .inner #spp-more-menu ul li {
    padding: 0;
    margin: 0;
}

#sister-pub-bar .inner #spp-more-menu ul li a {
    border: none;
    margin: 0;
    padding: 0;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    width: 171px;
    text-transform: none;
    text-align: left;
    margin: 0 10px;

}

#sister-pub-bar .inner #spp-more-menu .section-block {
    margin-bottom: 4px;
}

#sister-pub-bar .inner #spp-more-menu .section-block .title {
    margin: 0 10px 5px 10px;
    text-transform: uppercase;
    font-size: 10px;
    /*color: #000;*/
    border-bottom: solid 1px #ccc;
    padding: 5px 0;
}

#spp-more-menu {
    position: absolute;
    width: 191px;
    border: solid 1px #ccc;
	/*
    height: 503px;
	*/
    right: 0;
    top: 32px;
    background: url('/media/ui/bg-pubbar-more-menu.png') repeat-x;
    z-index: 100000;
    display: none;
    padding-top: 10px;
}

#spp-more-menu.active,
#spp-more-menu:hover {
    display: block;
}

/* register block */
#getaccess {margin-bottom: 25px;font-family:Helvetica,Arial,sans-serif;}
#getaccess h4 {margin:0 7px 6px;color:#a51831;text-transform: uppercase;}
#getaccess .gaheader {letter-spacing: .4px;width:100%;background-color:#a51831;color:#fff;text-align: center;padding: 2px 0 2px 10px;font-size:18px;}
#getaccess p {font-size:14px;margin: 20px 0;}
#getaccess p a {text-decoration:underline;}
#getaccess .gaactivate {letter-spacing: .8px;width:100%;font-size:12px;text-align: center;font-weight:bold;padding: 1px 0 1px;background-color:#a51831;color:#fff;margin-bottom:20px;}
#getaccess .gaactivate .activate {color: #fff; text-decoration:underline;font-weight:bold;}
#getaccess .garegister {padding:8px;border:1px solid #ccc;height: 110px;}
#getaccess .garegister .galeft {padding-left: 7px;width:205px;float:left;}
#getaccess .garegister .garight {padding-left: 15px;width:205px;float:left;}
#getaccess .garegister label {display: block;width: 150px;float: left;padding:0 0 5px 5px;font-weight:bold;color:#333;}
#getaccess .garegister .galeft label {padding:0 0 5px;}
#getaccess .garegister input {float:left;width:200px;}
#getaccess .garegister input.submit {width:76px;margin:8px 10px 0 0;float:right;}
#getaccess .garegister a.needhelp {margin:15px 20px 0 0;float: right;font-size:10px;color:#333;}
#getaccess .garegister .gawtf {float:left;width:100%;}

/* Insight Bites */
#columnMain div#videopanel.panelContent {padding:20px;}
#columnRight div.insight-panel div.panelHeader h3 {font-size:14px;}
#media-center #videodetails {margin-top:15px;}
#media-center #video-title {color:#146397;font-size:17px;font-weight:bold;margin-bottom:5px;}
#module-qna-content p {font-size:11px;}
#module-qna-content p.module-qna-question {font-weight:bold;}
#columnRight div.panel #module-qna-fdc-form ul li {background:none;padding-left:0;}
#module-qna-fdc-form textarea, #module-qna-fdc-form input {background:#f2f2f2;font-family:Arial, Helvetica, sans-serif;width:260px;font-size:11px;height:auto;padding:6px 6px 5px;margin-bottom:4px;}
.button.blue {background-color: #336699;padding: 4px 11px;height: auto;display: inline-block;font-size: 11px;text-transform:uppercase;}
#content ul li .button.blue a {color: #ffffff;}
#video-list div.video-list-item {width: 295px;float: left;overflow: auto;padding: 0 10px 10px 0;}
#video-list div.video-list-item img {float: left;padding-right: 0;width: 128px;margin-right:10px;border:1px solid #999;}
#video-list div.video-list-item div.video-list-item-details {float: left;width: 150px;}
#video-list div.video-list-item p {color: #999999;margin-bottom:2px;}
#video-list div.video-list-item p.video-list-item-title a {color: #333333;font-weight: bold;}
#video-list div.video-list-item div.video-list-item-cat {color: #FFF;background-color:#999;text-transform:uppercase;font-size:10px;padding:2px 2px 0;display:inline;margin-bottom:2px;line-height:12px;}
#whatsThisText {font-size:10px;font-weight:normal;text-transform:initial;padding-right:5px;}
#whatsThisText a {color:#666;}
#insightWhatsThis {padding:5px;}
#columnRight div#module-asktheexperts-about.panelContent {font-size:12px;line-height:16px;padding-bottom:10px;}

.insightModule a h4 {color:#000;min-height:32px;line-height:16px;margin-top:2px;}
.insightModule div.panelContent #insightFeatured img {border:1px solid #999;float:none;}
.moreVideos .videoItem {margin-bottom:10px;}
.moreVideos .videoItem {width:86px;border:1px solid #999;float:left;margin-right:7px;}
.moreVideos .videoItem img {margin:0;}
.moreVideos .videoItem:hover {border:1px solid #146397;}
.moreVideos .videoItem:last-child {margin-right:0;}
.video-list-item-clear {clear:both;}

/* Tiny Scrollbar */
#module-qna-content { width: 280px; margin: 10px 0; }
#module-qna-content .viewport { width: 270px; height: 315px; overflow: hidden; position: relative; }
#module-qna-content .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#module-qna-content .scrollbar{ background: transparent url(/media/ui/bg-scrollbar-track-y-2.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 9px; }
#module-qna-content .track { background: transparent url(/media/ui/bg-scrollbar-trackend-y-2.png) no-repeat 0 100%; height: 100%; width:8px; position: relative; padding: 0 1px 1px;margin-top:1px;}
#module-qna-content .thumb { background: transparent url(/media/ui/bg-scrollbar-thumb-y-2.png) no-repeat 50% 100%; height: 20px; width: 7px; cursor: pointer; overflow: hidden; position: absolute; top: 0;}
#module-qna-content .thumb .end { background: transparent url(/media/ui/bg-scrollbar-thumb-y-2.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 7px;margin-top:-1px; }
#module-qna-content .disable { display: none; }

.photo-credit { font-size: 10px; color: #999; padding: 0 10px; }
