/* VERSIONS
/* 4_5: Initial css version, with most recent production improvements
/* 4_6: Added base faq and newsletter styles, and added Portal News styles (news list/portal news/homework)

/* NEWS STYLES
********************************************************************************/
.sc .news-rsslink,
.sc .news-paging{
	padding: 0 12px 5px 12px;
	}
.news-rsslink a{
	padding: 0 0 0 18px;
	background: url(/images/common/icon_rss.gif) left top no-repeat;
	}

/*
NEWS LIST
----------------------------------------------------------------------------- */
.news-list ul.news {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	}
.news-list ul.news li {
	background: none;
	padding-left: 0;
	margin-bottom: 16px;
	padding-bottom: 0;
	}
.news-list ul.news li li{
	background: url(/images/common/bullet2.gif) left 6px no-repeat;
	padding-left: 16px;
	margin-bottom: 16px;
	padding-bottom: 0;
	}
.news-list ul.news li:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
.news-list ul.news li * {
	margin: 0;
	padding: 0;
	}
.news-list ul.news h4{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #663608;
	}
.news-list ul.news h5,
.news-list ul.news h6  {
	font-size: 1em;
	display: inline;
	padding-right: 0.4em;
	}
.news-list ul.news h5,
.news-list ul.news h6 {
	font-weight: normal;
	font-size: 0.91em;
	}
.news-list ul.news h6 { color: #666; }
.news-list ul.news p {
	}
.news-list ul.news a.readmore {
	display:none;
	margin-left: 4px;
	}
.news-list ul.news ul {
	}
.news-list ul.news ul li {
	}
.news-list ul.news ol {
	padding-left: 18px;
	}
.news-list ul.news ol li {
	background:none;
	}
.news-list ul.news .thumb {
	border: 1px solid #999999;
	float: left;
	margin-right: 11px;
	}	
.news-list ul.news .thumb-file {
	}	
	
/* NEWS DETAIL
----------------------------------------------------------------------------- */
.news-detail h1 {
	font-size: 2.0em;
	margin: 0.4em 0 0;
	}
.news-detail h2,
.news-detail h3 {
	margin: 0.4em 0;
	font-weight: normal;
	color: #666;
	font-size: 1.0em;
	}

/* WYSIWYG Editor Correction */
.news-detail blockquote {
	background: none;
	border: none;
	margin: 10px;
	}
.news-detail ul {
	list-style-type: circle;
	}
.news-detail ul li {
	background: none;
	padding-left: 0;
	}
	
/* FAQ
----------------------------------------------------------------------------- */	
.faq {
	}
.faq dl.faq-list {
	}
.faq dl.faq-list dt {
	margin-top: 5px;
	font-weight: bold;
 	}
.faq dl.faq-list dt a {
	}
.faq dl.faq-list dd {
	}
.faq dl.faq-list dd p {
	}

/* NEWSLETTER
----------------------------------------------------------------------------- */	
.newsletter ul.news {
	list-style: none;
	}
.newsletter ul.news li {
	background: none;
	padding-left: 0;
	float: none;
	clear: both;
	padding: 0 0 10px 0;
	}
.newsletter ul.news li.last-child {
	background: none;
	}
.newsletter ul.news li h2 {
	margin-left: 0;
	}
.newsletter ul.news li p {
	margin-left: 0;
	}
.newsletter ul.news li a.readmore {
	display:none;
	}
.newsletter ul.news li .thumb {
	float: right;
	clear: right;
	padding: 4px 0;
	margin: 5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}		
#newsletter-pagination{
	padding: 0 12px 0 12px;
	display: block;
	float: left;
	}
.archives h3{
	padding-bottom: 0 !important;
	}
#newsletter-pagination a.prev{
	display: block;
	float: left;
	width: 32px;
	}
#newsletter-pagination .next{
	float: right;
	}
	
/* PORTAL NEWS STYLES
*******************************************************************************

PORTAL NEWS LIST
----------------------------------------------------------------------------- */
.portal-news-list ul.news {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.portal-news-list ul.news li {
	background: none;
	padding: 0;
	margin: 0;
	}
.portal-news-list ul.news li * {
	margin: 0;
	padding: 0;
	}
.portal-news-list ul li h4 {
	display: inline;
	font-size: .92em;
	font-weight: normal;
	padding-right: 0.4em;
	padding-left: 10px;
	}
.portal-news-list ul li h5 {
	display: inline;
	font-size: 1em;
	padding-right: 0.4em;
	font-weight: normal;
	}
.portal-news-list ul li h6 {
	display: inline;
	font-size: 1em;
	padding-right: 0.4em;
	font-weight: normal;
	color: #666; 
	}

/* CLASS HOMEWORK
----------------------------------------------------------------------------- */	
.homework {
	margin-bottom: 10px;
	}
.homework h2 {
	font-size: 1.17em;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
	}
.homework .module-header {
	position: relative;
	background-color: #333;
	border-bottom: 1px solid #990000;
	}
.homework ul.news {
	margin: 5px 0;
	padding: 0;
	list-style: none;
	}
.homework ul.news li {
	background: none;
	padding: 0;
	margin: 0;
	}
.homework ul.news li h4 {
	display: inline;
	font-size: .92em;
	font-weight: normal;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	}
.homework ul.news li h4 span {
	background: url(/images/common/blt-link-arrow.gif) 0 2px no-repeat;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	display: block;
	color: #000;
	}
.homework ul.news li h5 {
	float: right;
	clear: right;
	padding: 0;
	margin: 4px 0 0 0;
	}
.homework ul.news li h6 {
	display: block;
	margin-left: 20px;
	}
	
/* Fund Thermometer
----------------------------------------------------------------------------- */
div.fundthermometer {
	border: none;
	margin-bottom: 20px;
	padding: 5px 10px;
	}
div.fundthermometer p {
	margin: 0;
	}
div.fundthermometer p.goal, 
div.fundthermometer p.goal strong {
	font-size: 1em;
	}
div.fundthermometer p.total, 
div.fundthermometer p.total strong {
	font-size: 1em;
	}
div.fundthermometer div.thermometer {
	width: 182px;
	height: 15px;
	border: 1px solid #B1B1B1;
	background: url(/images/common/graph-bar-bg.gif) left top repeat-x;
	margin: 0;
	padding: 0;
	}
div.fundthermometer div.thermometer span {
	position: relative;
	display: block;
	width: 100%;
	height: 15px;
	background: url(/images/common/graph-bar.gif) left top repeat-x;
	}
div.fundthermometer div.thermometer span p.left-txt {	
	color: #FFF;
	text-align: right;
	}
div.fundthermometer div.thermometer span p.right-txt {
	position: absolute;
	right: -25px;
	color: #000;
	text-align: left;
	}
