/* 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)
/* 4_7: Removed unused CSS, updated defaults [TO DO: Portal CSS] [Author: Landon Durnan]
/* 5_0: Better defaults: news, detail, faqs [Author: Landon Durnan]
/* 5_1: Moved FAQ and Barcharts to separate files [Author: Landon Durnan]

/* NEWS STYLES
********************************************************************************/

/* 
-----------------------------------------------------------------------------
 =News-List & Portal News List
----------------------------------------------------------------------------- */
.news-list, 
.portal-news-list{ }
	.news-list h2 {
		/** /display: block; 
		background: url(/images/common/h2-news.gif) left top no-repeat; 
		width: 70px; 
		height: 28px;
		text-indent: -3000px;
		text-decoration: none;/**/ 
		color: #EE8913; 
		margin: 0 0 0.8em 0;
		padding: 0; 
		}
	.portal-news-list h2 { }
	.news-list ul.news, 
	.portal-news-list ul.news {
		list-style: none;
		list-style-image: none;
		margin: 0;
		padding: 0;
		}
		.news-list ul.news li, 
		.portal-news-list ul.news li {
			background: none;
			margin-bottom: 0.8em;
			padding-bottom: 0.4em;
			background: url(/images/calendars/list-divider.gif) left bottom repeat-x; 
			}
		.news-list ul.news li.last-child, 
		.portal-news-list ul.news li.last-child { border: none; }
		.news-list ul.news li *, 
		.portal-news-list ul.news li *{ margin: 0; padding: 0; }
			
			.news-list ul.news li h4, 
			.portal-news-list ul.news li h4 {
				font-size: 1.2em;
				font-weight: bold;
				color: #0077C0;
				}
				.news-list ul.news li h4 a, 
				.portal-news-list ul.news li h4 a { color: #0077C0; }
			.news-list ul.news li h5, 
			.portal-news-list ul.news li h5{
				}
			.news-list ul.news h6, 
			.news-list ul.news p, 
			.news-list ul.news a.readmore, 
			.portal-news-list ul.news h6, 
			.portal-news-list ul.news p, 
			.portal-news-list ul.news a.readmore {
				display: inline; 
				margin-right: 0.4em;
				}
			.news-list ul.news h6, 
			.portal-news-list ul.news h6{
				font-weight: normal; 
				color: #FDA238; 
				font-size: 1.0em; 
				}
			.news-list ul.news img.pepper-img, 
			.portal-news-list ul.news img.pepper-img { 
				margin-right: 0.4em;
				}				
			.news-list ul.news a.readmore, 
			.portal-news-list ul.news a.readmore { font-weight: bold; }
			.news-list ul.news .thumb, 
			.portal-news-list ul.news .thumb { 
				float: left; 
				margin: 0 0.8em 0.8em 0;
				}
				.news-list ul.news .thumb img, 
				.portal-news-list ul.news .thumb img { }
			.news-list ul.news .thumb-file, 
			.portal-news-list ul.news .thumb-file {}		
	
/* 
-----------------------------------------------------------------------------
 =News-Detail
----------------------------------------------------------------------------- */
.news-detail{}
	.news-detail h1{ color: #f7992b; }
	.news-detail h3{ font-size: 1.2em; font-weight: bold; color: #0077C0;}
	.news-detail h4{ font-size: 1.0em; font-weight: normal; color: #FDA238; }
	.news-detail p{ }


/* 
-----------------------------------------------------------------------------
 =Newsletter
----------------------------------------------------------------------------- */	
.newsletter ul.news { }
	.newsletter ul.news li { }
	.newsletter ul.news li.last-child {	}
		.newsletter ul.news li h4{}
		.newsletter ul.news li h5,
		.newsletter ul.news li h6 {
			}
		.newsletter ul.news p{}
		.newsletter ul.news a.readmore {}
		.newsletter ul.news .thumb {}
			.newsletter ul.news .thumb img{ }
		.newsletter ul.news .thumb-file {}		
	
	

/* PORTAL NEWS STYLES
******************************************************************************* */
/* 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 {
	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;
	}