/* 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
*******************************************************************************

NEWS LIST
----------------------------------------------------------------------------- */
.sc .news-list h2 { background: url(/images/common/sc-h2-blue.gif) 0% 50% no-repeat; }
.news-list ul.news {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.news-list ul.news li {
	background: none;
	padding-left: 0;
	padding-top: 1.0em;
	margin-bottom: 1.0em;
	clear: both; 
	float: none; 
	background: url(/images/news/bg-li-bot.gif) top left repeat-x; 
	}
.news-list ul.news li.first-child {
	background-image: none; 
	padding-top: 0;
	}
.sc .news-list ul.news li { padding: 4px 10px; background-image: none; }
.news-list ul.news li * {
	margin: 0;
	padding: 0;
	}
.news-list ul.news h4 { color: #DE6100; }
.sc .news-list ul.news h4 { color: #D5E5F7; }
.news-list ul.news h4,
.news-list ul.news h5,
.news-list ul.news h6  {
	font-size: 1em;
	}
.news-list ul.news h5,
.news-list ul.news h6 {
	font-weight: normal;
	font-size: 0.91em;
	color: #263241; 
	}
.news-list ul.news h6 { color: #929796; }
.sc .news-list ul.news h5, 
.sc .news-list ul.news h6 { color: #6685AE; }
.news-list ul.news p {}
.news-list ul.news a.readmore {
	background: url(/images/common/btn-readmore.gif) top left no-repeat;  
	display: block; 
	width: 58px; 
	height: 18px; 
	text-indent: -3000px;
	text-decoration: none; 
	margin-top: 6px; 
	clear: both; 
	float: none; 
	}
.news-list ul.news ul {
	list-style: circle; 
	}
.news-list ul.news ul li {
	background: none;
	padding-left: 0;
	}
.news-list ul.news ol {
	}
.news-list ul.news ol li {
	}
.news-list ul.news .thumb {
	float: left; 
	clear: both; 
	margin: 4px 6px 10px 0;
	}	
.news-list ul.news .thumb img {
	display: block;
	padding: 4px; 
	background-color: #FFF; 
	border: 1px solid #CACABA; 
	}
.news-list ul.news .thumb-file {
	}	

.news-paging { font-size: 0.92em; }
.sc .news-paging { padding: 0 10px; }
.news-paging a { color: #3D7CBF; }
.news-paging strong { color: #DE6100; font-weight: normal; }
.news-paging a, .news-paging strong { margin-right: 4px; }

/* NEWS DETAIL
----------------------------------------------------------------------------- */
.news-detail h1 { }
.news-detail h2,
.news-detail h3, 
.news-detail h4 {
	margin: 0 0 0.4em 0;
	font-weight: normal;
	color: #263241;
	font-size: 1.0em;
	}
.news-detail h4 { color: #929796; }
.news-detail a.back {
	background: url(/images/news/btn-back.gif) left top no-repeat;
	display: block; 
	width: 65px; 
	height: 18px; 
	text-indent: -3000px; 
	text-decoration: none; 
	}
/* WYSIWYG Editor Correction */
.news-detail blockquote {
	background: none;
	border: none;
	margin: 10px;
	}
.news-detail ul {
	list-style-type: disc; 
	}
.news-detail ul li {
	background: none;
	padding-left: 0;
	}
	
/* FAQ
----------------------------------------------------------------------------- */	
.faq {
	}
.faq dl.faq-list {
	}
.sc .faq dl.faq-list {
	padding: 0 10px;
	}
.faq dl.faq-list dt {
	background: url(/images/common/faq-q.gif) top left no-repeat;
	text-indent: 22px; 
	line-height: 22px;
	margin-bottom: 0.4em; 
	}
.sc .faq dl.faq-list dt {
	background: url(/images/common/faq-q-sc.gif) top left no-repeat;
	}
.faq dl.faq-list dt a { 
	font-size: 0.92em; 
	}
.faq dl.faq-list dd {
	background: url(/images/common/faq-a.gif) top left no-repeat;
	text-indent: 22px; 
	margin: 0.4em 0 0.6em 0; 
	}
.sc .faq dl.faq-list dd {
	background: url(/images/common/faq-a-sc.gif) top left no-repeat;
	text-indent: 18px; 
	margin: 0 0 6px 0 !important; 
	padding: 0 !important;
	}
.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 {
	}
.newsletter ul.news li .thumb {
	float: right;
	clear: right;
	padding: 4px 0;
	margin: 5px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}		
	
/* PORTAL NEWS STYLES
*******************************************************************************

PORTAL NEWS LIST
----------------------------------------------------------------------------- */
.sc .portal-news-list h2 { background: url(/images/common/sc-h2-blue.gif) 0% 50% no-repeat; }
.portal-news-list ul.news {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.pc .portal-news-list ul.news {
	padding: 12px;
	}
.portal-news-list ul.news li {
	background: none;
	padding: 0;
	margin: 0;
	}
.pc .portal-news-list ul.news li {
	border-bottom: 1px solid #D1CFBF; 
	padding-bottom: 0.4em; 
	margin-bottom: 0.4em; 
	}
.pc .portal-news-list ul.news li.last-child {
	margin-bottom: 0; 
	}
.portal-news-list ul.news li * {
	margin: 0;
	padding: 0;
	}
.portal-news-list ul li h4 {
	font-size: 1em;
	font-weight: normal;
	padding-right: 0.4em;
	padding-left: 10px;
	}
.portal-news-list ul li h5 {
	font-size: 0.92em;
	padding-right: 0.4em;
	font-weight: normal;
	}
.portal-news-list ul li h6 {
	font-size: 0.92em;
	padding-right: 0.4em;
	font-weight: normal;
	color: #666; 
	}

/* CLASS HOMEWORK
----------------------------------------------------------------------------- */	
.homework {
	margin-bottom: 10px;
	}
.homework h2 {
	}
.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;
	}

/* Portal Spotlight 
----------------------------------------------------------------------------- */
.portal-spotlight {
	}
.portal-spotlight table .thumb {
	float: left; 
	clear: both; 
	margin: 4px 6px 10px 0;
	}	
.portal-spotlight table .thumb img {
	display: block;
	padding: 4px; 
	background-color: #FFF; 
	border: 1px solid #CACABA; 
	}

.portal-spotlight .module-footer {
	height: 30px; 
	}
.portal-spotlight .module-footer a.readmore { 
	background: url(/images/common/btn-readmore.gif) top left no-repeat; 
	display: block; 
	height: 18px; 
	width: 49px; 
	text-indent: -3000px; 
	text-decoration: none; 
	position: absolute; 
	right: 0; 
	}
.sc .portal-spotlight .module-footer a.readmore { 
	right: 10px; 
	}

/* 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;
	}
