/* Designer Seed Updated Feb 2011 */
/* 2 Column Parameterised With Section Headers */
/* Litmus Tested*/

/* FreeMarker Section */

/* Makes footer and header text black or white depending on the users choice of background colour */

/* USER DEFINED SPACING */





/* BORDERS ON IMAGES? */


/* 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 Colour With Lotus Fix - Separate Embedded CSS in Body Defines Background Colour for Outlook 2007 Which Ignores the Important rule*/
body {
/* Good browsers */
background-color: #666666!important;
/* For Lotus This Gets Inlined On The Body Tag */
background-color:transparent;
}

/* Wrapper Colour */
#wrapper {
background-color: #666666;
}

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

}

/* Segments */
#header {

width: 100%;
}

#left {
padding-bottom: 0;
padding-top: 10px;
width: 24%;
padding-left: 9px;
padding-right: 9px;
background-color: transparent;
}
#main {
padding-bottom: 0;
padding-top: 10px;
width: 76%;
padding-left: 9px;
padding-right: 9px;
background-color: transparent;

}

#right {
padding-bottom: 0;
padding-top: 10px;
width: 18%;
padding-left: 5px;
padding-right: 0;
background-color: transparent;
}

#footer {
padding: 0;

width: 100%;
}

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

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

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

/* STYLES FOR LEFT BOXES */
#left .nw-componentMainCell {
padding: 8px;
background-color: transparent;
}

/* STYLE OVERRIDES LEFT BOXES */

#left #toc .nw-componentMainCell {
}
#left .Survey .nw-componentMainCell {
}
#left #sidearticles .nw-componentMainCell {
}
#left #useful .nw-componentMainCell {
}
#left #contact .nw-componentMainCell {
}


/* STYLES FOR RIGHT BOXES */
#right .nw-componentMainCell {
padding: 7px;
}

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

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

.DisplayTitle td{
font-family:Arial, Helvetica, sans-serif;font-size:13px;font-weight:bold;
font-style:normal;
text-decoration:none;color: #FFffff;
background-color: #E28C05;
padding: 6px;
border-bottom: solid 2px #CCCCCC;}

/* STYLE OVERRIDES DISPLAY TITLES */
#tocDisplayTitle td {
}
#sidearticlesDisplayTitle td {
}
#usefulDisplayTitle td {
}
#SurveyDisplayTitle td {
}
#contactDisplayTitle td {
}




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

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

/* Footer Text */
.ftext {
font-size:10px;padding: 11px;
color:#FFFFFF; background-color: #A7A7A7;}
.ftextLogos {
border-top: solid 1px #cccccc;
}

/** TYPOGRAPHIC STYLES **/
/* General Body Text */
td {
font-size:11px;color: #494949;
font-family:Arial, Helvetica, sans-serif;}

/* Links */
a {
color: #666666;
font-weight:normal;
font-style:normal;
text-decoration:none;}
a:hover, .link:hover {
color: #666666;
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-family:Arial, Helvetica, sans-serif;font-size:13px;color: #000000;
}
/* Article Titles */
.title, .title a, .title a:hover {
font-family:Arial, Helvetica, sans-serif;font-size:16px;font-weight:normal;
font-style:normal;
text-decoration:none;color: #0066CC;
}
/* Article Titles Hover */
.title a:hover {
font-family:Arial, Helvetica, sans-serif;font-size:16px;font-weight:normal;
font-style:normal;
text-decoration:none;color: #0066CC;
text-decoration: underline;
}

/* Article Titles on Back Page - Not Underlined */
.ArticleDisplay .title {
text-decoration: none;
}

/* Subheads */
.subtitle {
font-family:Arial, Helvetica, sans-serif;font-size:11px;font-weight:normal;
font-style:italic;
text-decoration:none;color: #999999;
}

/*Table of Contents */
#toc a, #toc a.link, #toc .title, #toc .title a {
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;font-size:11px;font-weight:bold;
font-style:normal;
text-decoration:none;color: #666666;
}
#toc .title {
/*VERY IMPORTANT to include this rule */
/* OTHERWISE HOTMAIL & GMAIL WILL RENDER MAIN TITLE LINE-HEIGHT **/
font-size:11px;}
#toc a:hover, #toc a.link:hover, #toc .title a:hover {
text-decoration: underline;
font-family:Arial, Helvetica, sans-serif;font-size:11px;font-weight:bold;
font-style:normal;
text-decoration:underline;color: #666666;
}

#toc .section-name {
color: #000000
}

/* Email List Styles for back page */
#EmailList .title a {
color: #666666;
font-size:11px;}
#EmailList .title a:hover {
color: #666666;
font-size:11px;}
#EmailList .date a {
color: #666666;
font-size:11px;}
#EmailList .date a:hover {
color: #666666;
font-size:11px;}

.nw_readmore {
font-family:Tahoma, Arial, Helvetica, sans-serif;font-size:12px;font-weight:bold;
font-style:normal;
text-decoration:none;color: #0066CC;
}
.nw_readmore:hover {
font-family:Tahoma, Arial, Helvetica, sans-serif;font-size:12px;font-weight:bold;
font-style:normal;
text-decoration:underline;color: #0066CC;
}

/* Read More Spacing */
.css_readmore_spacer_table td {
padding-bottom: 0;
}

/* Before & After Email and After Microsite */
#after_text, #before_text {
background-color: #666666;
width: 100%;
}
#after_text table, #before_text table {
width: 100%;
}
#before_text td, #after_text td{
font-size:10px;color: #FFFFFF;
text-align: center;
}
#before_text td{
padding: .5em;
}
#after_text td{
padding-top: 7px;
}
#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 */
#main .nw_img_table {
margin-left: 16px;
margin-bottom: 4px;
}

#left .nw_img_table, #left .nw_img_table  {
margin-left: 0;
margin-bottom: 0;
}

.nw_img_wrapper {
background-color: transparent;
}
.nw_img_cell {
padding:0;

}

/* Caption Cell Styling */
.nw_img_caption {
font-family: Verdana;
font-size:10px;font-style: italic;
padding: 7px;
}

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

.css_divider {
border-bottom: solid 1px #cccccc;
}

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

/* Important - Images will clear */
.css_between_articles, .css_after_sections {
clear: both;
}
#coverlink a, #coverlink a:hover {
font-weight: bold;
}
.nw_coverlink2 {
text-align: right;
}

#coverlink .nw-componentMainCell {
padding-bottom: 7px;
border-bottom: dotted 1px #cccccc;
}


/* 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:13px;}
div.nw-search-results h3, div.nw-search-results h3 a {
font-family:Arial, Helvetica, sans-serif;font-size:16px;font-weight:normal;
font-style:normal;
text-decoration:none;color: #0066CC;
}
/* 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: 7px 0;
border-bottom: dotted 1px #cccccc;
border-top: dotted 1px #cccccc;
}

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

.nw-article-options {
font-size:11px;;
color: #0066CC;
}

.nw-article-options a {
font-size:11px;;
font-weight:normal;
font-style:normal;
text-decoration:none;color: #0066CC;

}
.nw-article-options a:hover {
font-size:11px;;
font-weight:normal;
font-style:normal;
text-decoration:underline;color: #0066CC;
}


/* Print All Page */
#printall .nw_summary_wrapper {
margin-bottom: 1em;
}

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

#PrintAllPage #left, #PrintAllPage #right {
display: none;
}

#PrintAllPage #main .DisplayTitle {
width: 98%;
margin: 0 auto;
margin-bottom: .8em;
}
#PrintAllPage #main .nw_component_wrapper {
width: 98%;
margin: 0 auto;
}

#PrintAllPage #main {
padding-left: .5em;
padding-right: .5em;
}

/* Masthead Block Styles */
#header .nw-componentSpacerMainCell {
padding-bottom: 0;
}

#introtext td {
padding: 7px;
color: #000000; font-size: 13px; border: solid 1px #CCC;}

#masthead {
background-color: #FFFFFF;
}

.nw_date_title {
padding: 8px 8px 8px 15px;
font-size:12px;font-weight:normal;
font-style:normal;
text-decoration:none;color: #FFFFFF;
background-color: #E28C05;
}

/* Tell a Friend and Subscribe Box */
#main label {
font-weight: bold;
}

/* Styles for sidebar articles in a 3 col layout */
#right .title, #right .title a, #right .title:hover {
}

#right .summary, #right .full-story {
}

#right .nw_readmore, #right .nw_readmore:hover {
}

/* Feature Story if Using */

#featurestory .title, #featurestory .title a, #featurestory .title a:hover {
font-size:22px;}
#featurestory .summary, #featurestory .nw_readmore, #featurestory .nw_readmore:hover {
font-size:12px;}

#featurestory .nw-componentMainCell {
padding: 12px;
background-color: #F0F0F0;
border: solid 1px #CCC;}

#Clinical .nw-componentMainCell, #FeaturedEvent .nw_article_wrap {
padding: 12px;
background-color: #F0F0F0;
border: solid 1px #CCC;}


/* Side Articles if Using */
#sidearticles .title, #sidearticles .title a, #sidearticles .title a:hover {
font-size:12px;}
#sidearticles .summary, #sidearticles .nw_readmore, #sidearticles .nw_readmore:hover {
font-size:11px;}
#sidearticles .nw-componentMainCell {
}

/* Navigation Bar/Footer Links */
.nw_navs {
padding: 7px;
text-align: center;
padding-left: 15px; text-align: left; background-color: #F0F0F0; font-size: 11px; ; }
.nw_navs a, .nw_navs a:hover {
font-weight: bold;
}

/* Articles in Boxes */
.nw_article_wrap {
}

/* Normal Articles */

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


/* Section Styles */
.css_nice_sections td{
font-family:Arial, Helvetica, sans-serif;font-size:12px;font-weight:bold;
font-style:normal;
text-decoration:none;color: #FFFFFF;
background-color: #E28C05;
padding: 6px;
border-bottom: solid 2px #CCCCCC;}
div div.section-name {
font-weight:bold;
font-style:normal;
text-decoration:none;}

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

/* Add Extra CSS Styles Here */

.NewsTitle{
color:#0066CC;
font-size:50px;
padding:15px;
text-align:center;
font-weight:bold;
}

#featurestory a {
color: #0066CC;
}


#articles a{
color: #0066CC;
}


#Events a{
color: #0066CC;
}

#ArticleDisplay a{
color: #0066CC;
}


