/* StingRay 2.4 August 2011 */

/* FREEMARKER SECTION */
/* Makes BEFORE & AFTER text black or white depending on the users choice of Body Background Color */

/* USER DEFINED SPACING */





/* NEW BORDER IMAGE SETTINGS */


/* BORDER BETWEEN COLUMN */

/* BORDERS ON PAGE FOR OUTLOOK 2007 */

/* PAGE STRUCTURE AND WIDTHS*/


/* END FREEMARKER SECTION */



/** RESETS & BROWSER BUGS **/
/*Prevents Page Jumping with different content */
html {
min-height: 101%;
}

/* Removes image borders if image is a hyperlink */
img {
border: none;
}

/* Prevent Large Images Breaking Layout */
table {
/*table-layout: fixed;*/
}

/* Strip out extra spacing in articles */
p {
margin-top:0; padding-top:0; margin-bottom: 2px;
}

/* Reset Line Height for Hotmail */
body, td {
line-height: normal;
}

/* Lists for Outlook 2007 */
ul{
padding-left:0;
margin-left:24px;
list-style-position:outside;
}

ul li{
margin-left:0;
padding-left:0;
}

/* Fix for FF Gmail & FF Hotmail Bug - img display: block */
.nw_img_cell img {
display: block;
}

/* Spacer gif used in between fragments */
.prop img {
display: block;
}

table, td {
padding: 0;
}

/* iPad/iPhone */
body, td, table {
-webkit-text-size-adjust: none;
}

/* Removal of Trailing Break Tag in Summary and Editor for Outlook 2007 */
.summary br:last-child, .ContentBlock br:last-child {
display: none;
} 


/** PAGE SETTINGS **/

/* Page Background Color With Lotus Fix - Separate Embedded CSS in Body Defines Background Color for Outlook 2007 Which Ignores the Important rule*/
body {
/* Good browsers */
background-color: #7E8083!important;
/* For Lotus This Gets Inlined On The Body Tag */
background-color:transparent;
}

/* Wrapper Color */
#wrapper {
background-color: #7E8083;
}

/* Print Out Page Structure CSS Here */
/* Space at top of newsletter */
body {
margin-top:1em !important;
}

/* LAYOUT PAGES */
#CoverPage, .Generic, .ArticlePage, .SystemResponsePage {
width: 647px;
border-collapse: separate!important;
background-color: #FFFFFF;
/* Lotus 7 Border Problem */
border-color: #FFFFFF;
border-left-style: solid;
border-right-style: solid;
border-left-width: 1px;
border-right-width: 1px;
border-collapse: collapse;

}

/* SEGMENTS */
#header {
border-top: solid 1px #FFFFFF;
width: 100%;
}

#left {
padding-bottom: 0;
padding-top: 0;
width: 26%;
padding-left: 20px;
padding-right: 7px;
background-color: #FFFFFF;
}

#CoverPage #left {
padding-right:0;
width: 198px;
}

#main {
padding-bottom: 0;
padding-top: 0;
width: 74%;
padding-left: 10px;
padding-right: 20px;
background-color: #FFFFFF;

}

#CoverPage #main{
padding-left:0;
width: 422px;
}

#right {
padding-bottom: 0;
padding-top:0;
width: 74%;
padding-left: 10px;
padding-right: 20px;
background-color: #FFFFFF;
}

#central {
padding-bottom: 0;
padding-top: 0;
width: 0px;
padding-left: 0;
padding-right: 0;
background-color: #FFFFFF;

}

#footer {
border-bottom: solid 1px #FFFFFF;
width: 100%;
padding: 0 18px 18px 18px;
}


/* COMPONENTS */
.DisplayTitle {
width: 100%;
}
.nw_component_wrapper {
width: 100%;
}

.nw-componentSpacerMainCell {
padding-bottom: 10px;
}

.nw-componentMainCell {
padding:0;
background-color: transparent;
}

/* STYLES FOR LEFT & RIGHT BOXES */
#left .nw-componentMainCell {
padding: ;
background-color: #FFFFFF;
}

#right .nw-componentMainCell  {
padding: ;
background-color: #FFFFFF;
}

/* STYLE OVERRIDES FOR COMMON COMPONENTS */

#toc .nw-componentMainCell {
background-color: #98002E; padding: 8px 16px 16px 16px;}
#Survey .nw-componentMainCell {
background-color: #98002E; padding: 8px 16px 16px 16px;}
#sidearticles .nw-componentMainCell {
}
#useful .nw-componentMainCell {
font-weight:bold;color:#32333E;}
#contentblocks .nw-componentMainCell {
}
#header .nw-componentSpacerMainCell {
}
#footer .nw-componentSpacerMainCell {
}

.SubscribeBox .nw-componentMainCell, .TellFriend .nw-componentMainCell {
padding: 0 0;
}

.DisplayTitle td{
font-size:18px;font-weight:bold;
font-style:normal;
text-decoration:none;color: #FDB824;
background-color: #98002E;
padding: 16px 16px 8px 16px;
}

/* STYLE OVERRIDES FOR DISPLAY TITLES */
#tocDisplayTitle td {
}
#sidebararticlesDisplayTitle td {
background-color:#FFFFFF; color: #98002E; font-weight:normal;}
#usefulDisplayTitle td {
}
#SurveyDisplayTitle td {
}
#contentblocksDisplayTitle td {
background-color:#ffffff; color:#000000; padding:8px 0;}
#AssociatedarticlesDisplayTitle td {
}

/* STYLES FOR COMMENTS */
div.nw-comments-displayTitle{
font-size:18px;font-weight:bold;
font-style:normal;
text-decoration:none;color: #FDB824;
background-color: #98002E;
padding: 16px 16px 8px 16px;
padding-right: 0px;
margin-top: 10px;
margin-bottom: 10px;
}

div.nw-comments-comment{
margin-bottom: 10px;
}

div.nw-comments-author, .nw-article-comments-thankyou{
margin-top: 10px;
margin-bottom: 5px;
font-size:12px;color: #32333E;
font-weight: bold;
}

div.nw-comments-content{
color: #32333E;
font-weight: normal;
margin-bottom: 5px;
}

div.nw-comments-date{
margin-bottom: 5px;
font-style: italic;
}
			
div.nw-comments-post{
margin-bottom: 5px;
}
			
div.nw-comments-post-form input, div.nw-comments-post-form textarea{
margin-bottom:15px;
margin-top:3px;
}


/* STYLES FOR TWITTER */

#nw_TwitterFeed_wrapper{
width: 100%;
}

.nw_twitter_feed{
background-color: #98002E;
}

.nw_twitter_feed_header a, .nw_twitter_feed_header a:hover{
color: #FFFFFF;
font-weight:bold;
}

.nw_twitter_feed_header_name{
color: #98002E;
}

.nw_twitter_content{
background-color: #DDDDDD;
}

.nw_twitter_tweet_text {
padding: 10px;
padding-bottom: 0px;
}

.nw_twitter_tweet_links{	
padding: 10px;
padding-top: 0px;
border-bottom: 1px dotted #333333;;
}

.nw_twitter_feed_header_image, .nw_twitter_feed_footer td{
padding: 10px;
}

.nw_twitter_tweet a, .nw_twitter_tweet a:hover{
color: #98002E;
}

/*twitter padding reset */
.nw_twitter_feed_header, .nw_twitter_feed_footer, .nw_twitter_tweet{
padding: 0px;
border-bottom: none;
}




/* Small Subscribe Box */
input.sub_box_cover {
margin-bottom: 5px;
width: 120px;
}

.SubscribeBox {
/*table-layout: fixed;*/
}


/* FOOTER STYLING */
.ftext {
background-color: #FFFFFF;
padding: 10px;
text-align: ;
}

.ftext {
font-size:12px;font-weight:normal;
font-style:normal;
text-decoration:none;color: #32333E;
text-align: ;
}

.ftext a {
font-size:12px;font-weight:normal;
font-style:normal;
text-decoration:none;color: #000000;
}

.ftext a:hover {
font-size:12px;}


/* GENERAL BODY TEXT */
td {
font-size:11px;color: #32333E;
font-family:Arial, Helvetica, sans-serif;}

/* LINKS */
a {
color: #98002E;
font-weight:normal;
font-style:normal;
text-decoration:none;}
a:hover, .link:hover {
color: #98002E;
font-weight:normal;
font-style:normal;
text-decoration:underline;}
/* Links hover in inbox version */
a:hover {
text-decoration:underline !important;
}


/* ARTICLE BODY TEXT */
.summary, .full-story {
font-size:12px;color: #32333E;
line-height: 200%;
}
/* ARTICLE TITLES */
.title, .title a, .title a:hover {
font-size:18px;font-weight:bold;
font-style:normal;
text-decoration:none;color: #98002C;
}
/* ARTICLE TITLES HOVER */
.title a:hover {
font-size:18px;font-weight:bold;
font-style:normal;
text-decoration:none;color: #98002C;
text-decoration: underline;
}
/* ARTICLE TITLES ON BACK PAGE - suppress underline */
.ArticleDisplay .title {
text-decoration: none;
}

/* AUTHOUR NAME */
.author {
font-size:11px;color: #000000;
font-weight:normal;
font-style:italic;
text-decoration:none;}

/* SUBTITLES */
.subtitle {
font-size:12px;font-weight:bold;
font-style:normal;
text-decoration:none;color: #32333E;
}

/* TOC / TABLE OF CONTENTS */
#toc a, #toc a.link, #toc .title, #toc .title a, #Survey a {
text-decoration: none;
font-size:12px;font-weight:normal;
font-style:normal;
text-decoration:none;color: #FFFFFF;
}
#toc .title {
/*VERY IMPORTANT to include this rule */
/* OTHERWISE HOTMAIL & GMAIL WILL RENDER MAIN TITLE LINE-HEIGHT **/
font-size:12px;}
#toc a:hover, #toc a.link:hover, #toc .title a:hover,  #Survey a:hover {
text-decoration: underline;
font-size:12px;font-weight:normal;
font-style:normal;
text-decoration:underline;color: #FFFFFF;
}

#toc .section {
color: #FFFFFF;
}

/* HEADLINE SETTINGS */
#headline #hdln_box {
background-color: #FFFFFF;
font-family:Arial, Helvetica, sans-serif;font-size:24px;font-weight:normal;
font-style:normal;
text-decoration:none;color: #98002E;
padding: 0;
text-align: center;
}


/* EMAIL LIST STYLES FOR BACK PAGE */
#EmailList .title a {
color: #98002E;
font-size:11px;}
#EmailList .title a:hover {
color: #98002E;
font-size:11px;}
#EmailList .date a {
color: #98002E;
font-size:11px;}
#EmailList .date a:hover {
color: #98002E;
font-size:11px;}

/* READ MORE STYLES */
.nw_readmore {
font-size:11px;font-weight:bold;
font-style:normal;
text-decoration:none;color: #98002E;
}
.nw_readmore:hover {
font-size:11px;font-weight:bold;
font-style:normal;
text-decoration:underline;color: #98002E;
}

/* READ MORE SPACING */
.css_readmore_spacer_table td {
padding-bottom: 0;
}

/* BEFORE & AFTER EMAIL and AFTER MICROSITE */
#after_text, #before_text {
background-color: #7E8083;
width: 100%;
}
#after_text table, #before_text table {
width: 100%;
}
#before_text td, #after_text td{
font-size:12px;color: #FFFFFF;
text-align: center;
}
#before_text td{
padding: .5em;
}
#after_text td{
padding-top: 0;
}
#before_text a, #after_text a {
color: #FFFFFF;
text-decoration: underline;
}
#before_text a:hover, #after_text a:hover {
color: #FFFFFF;
text-decoration: underline;
}

/* IMAGES AND CAPTIONS */

/* DEFAULT IMAGE SPACING IN ARTICLES */


.nw_img_wrapper {
background-color: transparent;
}

.nw_img_cell {
padding:0;

}

/* CAPTION STYLING */
.nw_img_caption {
font-family: Verdana;
font-size:12px;font-style: italic;
padding: 0;
}

/* CSS FOR FRAGMENTS */
/* Spacer Table after article titles */
.css_spacer_table td {
padding-bottom: 8px;
}
/* Spacer Table Between Articles */
.css_between_articles td, .css_after_sections td {
padding-bottom: 8px;
}


/* NEW DIVIDER SYSTEM */
.default_divider {
border-bottom: solid 1px #FFFFFF;
}

.primary_divider {
border-bottom: solid 1px #98002E;
}

.secondary_divider {
border-bottom: solid 1px #E5B1C0;
}


/* Spacer Table Between Articles TOC */
#left .css_between_articles td {
padding-bottom: 8px;
}

/* Important - Images will clear */
.css_between_articles, .css_after_sections {
clear: both;
}


/* RELATED STORIES COMPONENT */
.nw-associatedarticle-title a, .nw-associatedarticle-title a:hover {
font-weight: bold;
}
.nw-associatedarticle-title {
display: block;
margin-bottom: .4em;
}

.nw-associatedarticle-summary {
margin: .2em 0 .5em 0;
padding-bottom: .2em;
border-bottom: solid 1px #CCC;
}

/* SEARCH BOX */
#SearchBox form {
margin-top: 1em;
}
input#query{
background: #E3F2F9;
margin: 0;
border: 1px inset #999;
margin-right: .5em;
float: left;
height: 1.2em;
}
#SearchBox a {
height: 1.2em;
float: left;
margin: 0;
padding:0;
border: 1px inset #999;
background: #EEEEEE;
padding: 3px;
padding-left: 5px;
padding-right: 5px;
color: #333;
font-weight: bold;
font-size: 10px;
font-family: Tahoma, Geneva, Verdana;
text-decoration: none;
cursor:pointer;
}
#SearchBox a:hover {
text-decoration: none!important;
background: #FFFFFF !important;
}
/* SEARCH RESULTS PAGE */
div.nw-search-results h1{
font-size:18px;}
div.nw-search-results h3, div.nw-search-results h3 a {
font-size:18px;font-weight:bold;
font-style:normal;
text-decoration:none;color: #98002C;
}

/* STYLES FOR FORM ELEMENTS IN SIDEBAR */
#left input.nw-text,  #left option, #left select {
width: 120px;
}
.nw_submit, .nw-subscribebox-form {
margin: 0;
padding: 0;
}

/* ARTICLE OPTIONS (Sharing etc.)*/
.ArticlePage .nw-article-options {
padding: 6px 0 6px 0;
border: dotted 1px #2E2E2E;
border-left: none; border-right: none;
}

#CoverPage .nw-article-options {
margin-top: 10px;
}

.nw-article-options {
font-size:12px;;
color: #98002E;
}

.nw-article-options a {
font-size:12px;;
font-weight:normal;
font-style:normal;
text-decoration:none;color: #98002E;

}
.nw-article-options a:hover {
font-size:12px;;
font-weight:normal;
font-style:normal;
text-decoration:underline;color: #98002E;
}

/* COVER LINK - Return to cover on article pages */
#coverlink a, #coverlink a:hover {
color:#000000;
font-weight: bold;
}
.nw_coverlink2 {
color:#000000;
text-align: right;
font-weight: bold;
}


/* PRINT ALL PAGE */
#printall .nw_summary_wrapper {
margin-bottom: 1em;
}

#printall .summary{
font-size:12px;font-style: italic;
}

/* NEW PRINT ALL PAGE SETTINGS */
/* This works only when the print all component is in the Central region - modify otherwise. */

#PrintAllPage #left {display:none;}
#PrintAllPage #main {display:none;}
#PrintAllPage #central {padding:12px;}
#PrintAllPage #right {display:none;}

/* MASTHEAD BLOCK STYLES */
#header .nw-componentSpacerMainCell {
padding-bottom: 0;
}

#masthead {
background-color: #FFFFFF;
}

/* MASTHEAD FONT STYLING */
#masthead .nw_mast_text {
font-size:26px;font-weight:bold;
font-style:normal;
text-decoration:none;color: #98002E;
padding: 0;
text-align: right;
}

#masthead  .nw_mast_text a {
font-size:26px;font-weight:normal;
font-style:normal;
text-decoration:none;color: #ADADAD;
}

#masthead  .nw_mast_text a:hover {
font-size:26px;color: font-weight:normal;
font-style:normal;
text-decoration:underline;;
font-weight:normal;
font-style:normal;
text-decoration:none;}

/* TITLE BAR STYLING */
#masthead .nw_date_title td{
background-color: #98002E;
font-size:12px;font-weight:bold;
font-style:normal;
text-decoration:none;color: #FFFFFF;
padding: 14px 26px 11px 0;
text-align: right;
}

#masthead .nw_date_title a {
font-size:12px;font-weight:normal;
font-style:normal;
text-decoration:none;color: #FFFFFF;
}

#masthead .nw_date_title a:hover {
font-size:12px;}


/* TELL A FRIEND & SUBSCRIBE BOX STYLES */
#main label {
font-weight: bold;
}

/* FEATURE STORY */
#featurestory .title, #featurestory .title a, #featurestory .title a:hover {
font-size:18px;font-weight:bold;
font-style:normal;
text-decoration:none;color: #32333E;
}
#featurestory .subtitle {
color: #32333E;
}
#featurestory .summary, #featurestory .nw_readmore, #featurestory .nw_readmore:hover {
font-size:12px;color: #32333E;
line-height: 200%;
}
#featurestory .nw-componentMainCell {
padding: 22px;
background-color: #F5F5F5;
}

#featurestory .nw_readmore {
font-size:12px;font-weight:bold;
font-style:normal;
text-decoration:none;color: #98002E;
}
#featurestory .nw_readmore:hover {
font-size:12px;color: #98002E;
text-decoration:underline !important;
}

#featurestory .nw-article-options {
font-size:12px;;
color: #98002E;
}
#featurestory .nw-article-options a {
font-size:12px;;
font-weight:normal;
font-style:normal;
text-decoration:none;color: #98002E;
}
#featurestory .nw-article-options a:hover {
font-size:12px;;
font-weight:normal;
font-style:normal;
text-decoration:underline;color: #98002E;
}


/* SIDEBAR ARTICLES STYLING */
#sidebararticles .title, #sidebararticles .title a, #sidebararticles .title a:hover {
color: #32333E;
font-size:18px;color: #32333E;
}
#sidebararticles .subtitle {
color: #32333E;
}
#sidebararticles .summary, #sidebararticles .nw_readmore, #sidebararticles .nw_readmore:hover {
font-size:12px;color: #32333E;
line-height: 200%;
}
#sidebararticles a, #sidebararticles a:link, #sidebararticles a:hover {
font-size:12px;color: #98002E;
font-weight:bold;
line-height: 200%;
}
#sidebararticles .nw-componentMainCell {
padding: 12px;
background-color: #FFFFFF;
border: 2px solid #98002E;}

#sidebararticles .nw_readmore {
font-size:12px;font-weight:bold;
font-style:normal;
text-decoration:none;color: #98002E;
}
#sidebararticles .nw_readmore:hover {
font-size:12px;font-weight:normal;
font-style:normal;
text-decoration:underline;color: #98002E;
}

#sidebararticles .nw-article-options {
font-size:12px;;
color: #98002E;
}
#sidebararticles .nw-article-options a {
font-size:12px;;
font-weight:normal;
font-style:normal;
text-decoration:none;color: #98002E;
}
#sidebararticles .nw-article-options a:hover {
font-size:12px;;
font-weight:normal;
font-style:normal;
text-decoration:underline;color: #98002E;
}

/* ARTICLES IN BOXES */
/* not sure what design this was introduced or why? Needs testing validation of usefulness. */
.article_wrap {
padding: 16px;
border: solid 1px #CCC;
}

/* NORMAL ARTICLES */
#articles .nw-componentMainCell {
padding: 0;
padding: 0 23px 0 23px;}

#footer #articles .nw-componentMainCell {
padding: 0px;
}

#articles .summary, #featurestory .nw_readmore, #featurestory .nw_readmore:hover {
line-height: 200%;
}

/* Print-friendly Styles */
@media print {
}

/* PRINT ON SEPARATE PAGES */
#printall .css_between_articles {
page-break-before: always;
}


/* SECTION HEAD STYLES */
.css_nice_sections td{
font-size:13px;font-weight:bold;
font-style:normal;
text-decoration:none;color: #2E2E2E;
background-color: #FFFFFF;
padding: 6px 6px 6px 0;
border-bottom: 2px solid #2E2E2E;}
div div.section-name {
font-weight:bold;
font-style:normal;
text-decoration:none;}

/* NAVS - HORIZONTAL NAV BAR FONT & LINKS SETTINGS */
#navbar .nw_navs {
background-color: #EEEEEE;
font-size:12px;font-weight:bold;
font-style:normal;
text-decoration:none;color: #000000;
padding: 8px;
text-align: center;
border-bottom: solid 1px #CCCCCC; border-top: solid 1px #CCCCCC;}

#navbar .nw_navs a {
font-weight:normal;
font-style:normal;
text-decoration:none;color: #98002E;
}

#navbar .nw_navs a:hover {
font-weight:normal;
font-style:normal;
text-decoration:underline;}


/* HORIZONTAL TOC SETTINGS */
#horizontaltoc .hor_toc {
background-color: #EEEEEE;
font-size:12px;font-weight:bold;
font-style:normal;
text-decoration:none;color: #000000;
padding: 8px;
text-align: left;
border-bottom: solid 1px #CCCCCC; border-top: solid 1px #CCCCCC;}

#horizontaltoc  .hor_toc a {
font-size:12px;font-weight:bold;
font-style:normal;
text-decoration:none;color: #98002E;
}

#horizontaltoc  .hor_toc a:hover {
font-size:12px;font-weight:normal;
font-style:normal;
text-decoration:underline;}


/* BASIC CONTENT BLOCKS */
#nw_contentblocks_wrapper #contentblocks td {
background-color: #F3F3F3;
}

#contentblocks .bcbstyle {
font-size:12px;font-weight:normal;
font-style:normal;
text-decoration:none;color: #000000;
padding: 12px 12px 0 12px;
text-align: left;
}

#contentblocks .bcbstyle a {
font-size:12px;font-weight:normal;
font-style:normal;
text-decoration:none;color: #98002E;
}

#contentblocks .bcbstyle a:hover {
font-size:12px;}

/* ADVERTISEMENT CONTENT BLOCK SETTINGS */
#nw_advertisement_wrapper #advertisement td {
padding: 0;
background-color: transparent;
}

/* 2 or 3 Column Articles */
.cell {
padding:10px;
width: 100%;
}
.twocolumnarticles .cell {
width: 50%;
}
.threecolumnarticles .cell {
width: 170px;
}



#footer .nw_img_main_cell {
    padding-right: 20px;
}


/* GALLERY STYLE */
.nw_articleGallery_wrapper {
background-color: #FFFFFF;
}
.nw_articleGallery_caption {
color: #000000;
text-align: center;
}


#useful a, #useful a.hover {
font-weight:bold;color:#32333E;}


#Survey td {
color:#FFFFFF;
}
#Survey .title {
font-size:12px;color:#FFFFFF;
font-weight:bold;
}

#nw_Clicktoedit_wrapper .nw-componentSpacerMainCell {
padding-bottom:0;
}

#right .DisplayTitle td {
background-color:#ffffff; color:#000000; padding:8px 0;}
#PrintAllPage #central {
padding:0 23px;
}


/* VCT AFFILIATIONS - footer block A & footer block B */
#vctaffiliations {border-top: 3px solid #98002E; border-bottom: 3px solid #FFA63D}
#vctaffiliationsmicrosite {border-top: 3px solid #98002E; border-bottom: 3px solid #FFA63D}
.blocka {
background-color: #FFCF9F;
padding: 10px;
text-align: ;
}
.blockb {
background-color: #FFFFFF;
padding: 10px 10px 10px 21px;
text-align: ;
}
.blockc {
background-color: #FFA63D;
padding: 10px;
text-align: ;
}

/* REMOVES DISPLAY TITLE PADDING AND BACKGROUND COLORS ON BACK PAGES */
#SubscribeBoxDisplayTitle td, #TellaFriendDisplayTitle  td, #UpdateProfileDisplayTitle td, #SearchBoxDisplayTitle td {
background-color: #FFFFFF;
padding:0 0 6px 0;
color: #000000;
}