/* Newsweaver Flyer CSS */




img {
border: none;
}

/* Strip out extra spacing in articles */
p {
margin:0;
padding:0;
}

/* List Styles - margin for Outlook 2007/2010 */
ul, ol {
margin-left: 24px;
padding-left: 0px ;
list-style-position:outside ;
/* uncomment for lists overflowing image 
overflow: hidden; */
}

/* Flash Video */
.ContentBlock iframe{
margin-bottom:10px;
}

/* Yahoo Blue Links */
.yshortcuts, .yshortcuts a span { 
color: #223C86;  
}




body {
background-color: #EBF2FF;
}

#wrapper {
background-color: #EBF2FF;
padding-top:1em;
}


#CoverPage, .Generic, .ArticlePage, .SystemResponsePage {
width: 650px;
background-color: #FFFFFF;
margin-bottom: 1em;
}











#header {
width: 100%;
padding: 0px 0px 10px 0px;
}

#main {
width: 73%;
padding: 10px;
background-color: #FFFFFF;
}

#left {
width: 27%;
padding: 10px;
background-color: #FFFFFF;
 border-right: none;
}

#left .nw-componentMainCell, #left .nw-componentMainCell td{
color: ;
}

.Generic #main, .SystemResponsePage #main{
width: 100%;
padding: 10px;
background-color: #FFFFFF;

}

#footer {
width: 100%;
}



td {
font-size:12px;color: #333333;
font-family:Arial, Helvetica, sans-serif;}

a {
color: #223C86;
font-weight:bold;
font-style:normal;
text-decoration:none;}

a:hover, .link:hover {
font-weight:bold;
font-style:normal;
text-decoration:underline;/* Links hover in inbox version */
text-decoration:underline !important;
}



.nw_component_wrapper {
width: 100%;
}

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

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



#titlebar .nw-componentMainCell {
background-color: #EBF2FF;
padding: 6px;
}

.titlebar_table td, .titlebar_table {
background-color: transparent;
}

.titlebar_table td {
font-size:12px;font-weight:normal;
font-style:normal;
text-decoration:none;color: #223C86;
}

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

.titlebar_table .titlebar_text {
font-weight: bold; text-align:right;}




.main_title {
font-size:23px;font-weight:bold;
font-style:normal;
text-decoration:none;color: #223C86;
background-color: #FFFFFF;
padding: 0px 0px 15px 0px;
}



.main_content {
font-size:13px;color: #333333;
padding: 0px 0px 10px 0px;
}




.DisplayTitle {
width: 100%;
}

.DisplayTitle td{
font-size:13px;font-weight:bold;
font-style:normal;
text-decoration:none;color: #223C86;
background-color: #EBF2FF;
padding: 6px;
}


#footer {
background-color: #EBF2FF;
color: #333333;
font-size:11px;}

.footer_text {
padding: 10px;
background-color: #EBF2FF;
color: #333333;
font-size:11px;}

.footer_text a, .footer_text a:hover {
}


.navs {
color: #333333;
text-align: center; padding: 8px; background-color:#223C86; color:#ffffff; }

.navs a, .navs a:hover {
color:#ffffff}


#socialsharing table td{
width: 20%;
padding: 10px 0px;
}



#coverlink a, #coverlink a:hover {
color: #223C86;
font-weight:bold;
font-style:normal;
text-decoration:none;;
}

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

#nw_coverlink_wrapper .nw-componentSpacerMainCell {
padding-bottom: 15px;
}


#before_text a, #after_text a {
color: #000001;
text-decoration: underline;
}

#before_text a:hover, #after_text a:hover {
text-decoration: none;
}

#before_text {
background-color: #EBF2FF;
width: 100%;
}

#before_text td{
font-size:11px;color: #000001;
text-align: left;
padding: 4px 0px;
}

#after_text {
background-color: #EBF2FF;
width: 100%;
}

#after_text td{
font-size:11px;color: #000001;
text-align: center;
padding-top: 10px;
}





.TellFriend .nw-text, .TellFriend .nw-textarea, input.nw-survey-text, textarea.nw-survey-textarea {
margin-bottom: 10px;
margin-top: 5px;
padding: 4px;
font-family:Arial, Helvetica, sans-serif;font-size:12px;width: 75%;
}

.TellFriend .nw-componentMainCell {
padding: 10px 0;
}

.nw-tellfriend-form label{
font-weight: bold;
}


/* Applies to Archive Search, Send to a friend, Subscribe & Update Profile */
.nw-tellfriend-form .nw-submit, .SignUpFormDisplay input[type=submit]{
display: inline-block;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
padding: 5px 10px;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .3em; 
-moz-border-radius: .3em;
border-radius: .3em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
box-shadow: 0 1px 2px rgba(0,0,0,.2);	
background: #707B87; 
background: -moz-linear-gradient(top,  #707B87 0%, #566371 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#707B87), color-stop(100%,#566371)); 
background: -webkit-linear-gradient(top,  #707B87 0%,#566371 100%); 
background: -o-linear-gradient(top,  #707B87 0%,#566371 100%); 
background: -ms-linear-gradient(top,  #707B87 0%,#566371 100%);
background: linear-gradient(to bottom,  #707B87 0%,#566371 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#707B87', endColorstr='#566371',GradientType=0 ); 
border: 1px solid #1E3650;
color: #FFFFFF;
}

.nw-tellfriend-form .nw-submit:hover,  .SignUpFormDisplay input[type=submit]:hover {
text-decoration: none;
background: #566371;
}

.nw-tellfriend-form .nw-submit, .SignUpFormDisplay input[type=submit]{
font-size: 14px;
}


.nw-form td.nw-form-display-title{
font-weight: normal;
font-size:13px;font-weight:bold;
font-style:normal;
text-decoration:none;color: #223C86;
background-color: #EBF2FF;
padding: 6px;
}

.nw-form-display-title h3{
font-weight: normal;
font-size:13px;margin:0;
padding: 0;
}

.nw-form td.nw-form-introduction{
padding: 15px 0px;
}

.nw-form legend {
font-size: 13px !important;
background-color: #DDDDDD;
border: 1px solid #CCCCCC;
color: #333333;
margin-left: 0 !important;
padding: 5px 8px !important;
}

.nw-form fieldset{
background-color: #FAFAFA !important;
border: 1px solid #DDDDDD !important;
}




.nw-survey-question .title{
}

div.nw-survey-question{
margin-bottom: 10px;
}


.nw-survey-title{
font-size:13px;font-weight:bold;
font-style:normal;
text-decoration:none;color: #223C86;
background-color: #EBF2FF;
padding: 6px;
margin-top: 0px;
margin-bottom: 10px;
}

#main .Survey .nw-componentMainCell {
padding: 10px 0px;
}




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

.nw_twitter_feed{
background-color: #CCCCCC;
}

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

.nw_twitter_feed_header_name{
color: #333333;
}

.nw_twitter_tweet{
background-color: #F0F0F0;
border-bottom: 1px dotted #333333;;
}

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

.nw_twitter_tweet_links{	
padding: 10px;
padding-top: 0px;
}

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

.nw_twitter_tweet a, .nw_twitter_tweet a:hover{
color: #006699;
}



