/* 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
----------------------------------------------------------------------------- */
.news-list{ }
	.news-list ul.news {
		list-style: none;
		list-style-image: none; 
		margin: 0;
		padding: 0;
		}
		.news-list ul.news li {
			background: none;
			margin-bottom: 1em;
			padding-left: 0;
			}
    	.news-list ul.news li:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;	}
		.news-list ul.news li * { margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
			
			.news-list ul.news li h4{
				font: normal 1.2em Arial, Helvetica, sans-serif; 
				text-transform: none; 
				}
			.news-list ul.news li h5,
			.news-list ul.news li h6 {
				color: #5A5A5A; 
				font-size: 0.9em; 
				margin-bottom: 0.2em; 
				}
			.news-list ul.news p{}
			.news-list ul.news a.readmore {}
			.news-list ul.news .thumb { 
				float: right; 
				margin: 0 0 .8em .8em;
				}
				.news-list ul.news .thumb img{}
			.news-list ul.news .thumb-file {}	
			.news-paging { margin-top: 1.0em; }
			.news-paging a { background: url(/images/common/bg-readmore.gif) left top repeat-x; padding-top: 8px; }	
	
/* 
-----------------------------------------------------------------------------
 =News-Detail
----------------------------------------------------------------------------- */
.news-detail{}
	.news-detail h1{ }
	.news-detail h3{ }
	.news-detail h4{ }
	.news-detail p{ }

/* 
-----------------------------------------------------------------------------
 =Attachments Viewer Web Part  
----------------------------------------------------------------------------- */ 
/* Previous / Next Buttons */
.mini-directional { height: 2em; position: relative;}
	.mini-directional a {
		background-color: #F5D29C !important;
		border: 1px solid #DB8E00 !important;
		color: #614200 !important; 
		font: 0.9em/1.0em normal Tahoma, Arial, Helvetica, sans-serif !important;
		margin: 0 3px 0 0 !important; 
		padding: 2px 3px !important; 
		text-decoration: none !important;
		}
		.mini-directional a:hover {
			background-color: #DB8E00 !important; 
			color: #FFF !important; 
			text-decoration: none;
			}
	.mini-directional #SI_miniPrev { position: absolute; left: 0; display: block; }
	.mini-directional #SI_miniNext{ position: absolute; right: 0; display: block; }

/* Image Area */
.gallery-teaser { }
.gallery-teaser dl { }
.gallery-teaser dl dt { }
.gallery-teaser dl dt a { }
.gallery-teaser dl dt a:hover { border-bottom: none; }
.gallery-teaser dl dt a img#SI_miniImg { }
.gallery-teaser dl dd { }
.gallery-teaser dl dd h5#SI_miniTitle { }
.gallery-teaser dl dd div#SI_miniCaption { }

/* 
-----------------------------------------------------------------------------
 =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
*******************************************************************************

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;
	font-weight: bold;
	background-color: #E0E0E0; 
	border-top: 1px solid #CCCCCC; 
	border-bottom: 1px solid #CCCCCC; 
	padding: 3px 5px;
	line-height: 13px;
	}
.homework .module-header h2 {
	}
.homework .module-header span {
	font-size: .92em;
	margin: 5px 0;
	padding: 0;
	}
.homework .module-header span.col2 {
	position: absolute;
	top: 3px;
	right: 10px;
	margin: 0;
	}
.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;
	}