/*  Section Three: News/Events Elements   */	

/* 3.1 - Archive Text Links */
a.archive {}
	 
/* 3.2 - Background and Outline of Categories Area */
.headerbkg {display : block;
	 width : 100%;
	 padding: 0px;
	 margin: 0px;
         color:#fff;
         background-image:url(http://66.193.23.4/sites_Neuance/258/Images/dottedLine1.gif);
         background-repeat: repeat-x;
         background-position: top left;}
	 
/* 3.3 - Main Category Header */
.header {width: 100%;
	 /* was 9pt */
         font-size: 12px;
         line-height: 25px;
	 font-weight: normal;
         font-style: italic;
         font-family: Verdana, sans-serif;
	 color: #666666;
	 padding: 13px 0px 7px 0px;}

.headernot {color: #bbbbbb;}
	 
/* 3.4 - Anchor Tags at the Top of a News & Events Page */
 a.navanchor:link,a.navanchor:visited,a.navanchor:active {}
 a.navanchor:hover {}

/* 3.5 - Main Link to the Articles */
 .newslink,a.newslink:link,a.newslink:visited,a.newslink:active {
	 font-size: 10pt;
         line-height: 12pt;
	 font-weight: normal;
         font-style: normal;
         font-family: Verdana, Tahoma, Helvetica, sans-serif;
	 color: #4B81BC;
	 padding: 0px 0px 7px 15px;
         
         text-decoration:underline;
         display:block;}

 a.newslink:hover {
	 font-size: 10pt;
         line-height: 12pt;
	 font-weight: normal;
         font-style: normal;
         font-family: Verdana, Tahoma, Helvetica, sans-serif;
	 color: #4B81BC;
	 padding: 0px 0px 7px 15px;
         
         
         text-decoration:underline;
         display:block;}

a.newslink img {margin: -2px 0px 0px -17px;}

 a.newslinknot {}
	 
/* 3.6 - More... Link */
.morelink,a.morelink:link,a.morelink:visited,a.morelink:active {}
 a.morelink:hover {}	
	  
/* 3.7 - Padding and Indent of Article Titles */
.contentpadding,td.contentpadding {padding: 0px 0px 0px 0px;}
	 
/* 3.8 - Area Directly Below Header & Around Article Titles Area */
.headersurround,table.headersurround {padding-top: 20px;
	 margin: 0px;}	

tr#headlinerow td {margin:0; padding:0;}

tr#summaryrow td{padding-bottom:15px;}

/* 3.9 - Style to correct news page spacing */
#artxrow {display:none;}
 
/* 3.10- Article Summary on Full Article Page */
.articlesummary {font-style: italic;}

/* 3.11 - Author Name on Full Article Page */
.articleauthor {font-weight: bold;}
	 
/* 3.12 - Back Link on Full Article */
a.referinglink:link,a.referinglink:visited,a.referinglink:active {font-family: Verdana, Tahoma, Helvetica, sans-serif;
	 font-size: 8pt;
         line-height: 9pt;
	 color: #4B81BC;
         font-style:normal;
         text-decoration:none;
         display:block;
         margin-left:-25px;
         padding-top:3px;}

 a.referinglink:hover {text-decoration: underline;}

 td.referinglink {padding-left: 25px;
	 color: #4B81BC;}

/* 3.13 - 'Related Items' Header on Full Article Page */
.relatedheader,td.relatedheader {display: block;
	 width: 100%;
	 font-size: 9pt;
	 font-weight: normal;
         font-style: italic;
         font-family: Georgia, serif;
	 color: #666666;
	 margin-top: 0px;
	 padding: 13px 0px 7px 0px;}

/* 3.14 - Articles That Are Set to NOT Publish to the Public Site */
 span.donotshow {color : #bbbbbb !important;}
