/* 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
----------------------------------------------------------------------------- */
.news-list ul.news {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.news-list ul.news li {
	background: none;
	padding-left: 0;
	padding-bottom: 20px;
	margin-bottom: 2em;
	margin-left: 0;
	border-bottom: 1px solid #E8DFCE;
	list-style-image: none;
	display: inline-block;
	}
	
.news-list ul.news li:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .news-list ul.news li {height: 1%;}
.news-list ul.news li {display: block;}
/* End hide from IE-mac */


.news-list ul.news li * {
	margin: 0;
	padding: 0;
	}
.news-list ul.news h4 {
	color: #BB0000;
	font-size: 1.4em;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E8DFCE;

	}
	
.news-list ul.news h5 {
	font-size: 1em;
	color: #8F7E5D;
	display: block;
	margin-bottom: .5em;
	}

.news-list ul.news h6 { color: #8F7E5D; float: none; display: block; font-weight: Normal; 	margin: .5em 0;}

.news-list ul.news p {}
.news-list ul.news a.readmore {
	 position: absolute;
	 right: 0;
	 padding-top: 20px;
	 padding-right: 40px;
	 color: #C42222;
	 background: white url(/images/news/news-read-more.gif) bottom right no-repeat;
	 }
.news-list ul.news ul {
	}
	
.news-list ul.news li.first-child li {
	border: none;
	background-color: red;
	}
	
.news-list ul.news ul li {
	list-style-image: none;
	}
.news-list ul.news ol {
	}
.news-list ul.news ol li {
	}
.news-list ul.news .thumb {
	float: left;
	margin: 4px 15px 0 0;
	}	
.news-list ul.news .thumb-file {
	}	
	
.news-list .news-paging {
	margin-bottom: 2em;
	}
	
.news-list .news-paging a {	
	padding-right: 12px;
	background: url(/images/calendar/calendar-read-more.gif) center right no-repeat;
	}

/* kpa 10/8/08: Added to fix view more link on new HTML */
.news-list .paging a {	
	padding-right: 12px;
	background: url(/images/calendar/calendar-read-more.gif) center right no-repeat;
	}	
	
.sc .news-list h2 {
	font-size: 1.2em;
	background:  #F4EBD9 url(/images/news/sc-news-h2.gif) top left no-repeat;
	border-bottom: 1px solid #E3DBCD;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	}
	
.sc .news-list ul.news {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.sc .news-list ul.news li {
	background: none;
	padding-left: 0;
	padding-bottom: 20px;
	margin-bottom: 2em;
	border-bottom: 1px solid #E8DFCE;
	
	}
.sc .news-list ul.news li * {
	margin: 0;
	padding: 0;
	}
.sc .news-list ul.news h4 {
	color: black;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border:none;
	}
	
.sc .news-list ul.news h5 {
	font-size: 1em;
	color: #8F7E5D;
	display: block;
	margin-bottom: .5em;
	}

.sc .news-list ul.news h6 { color: #8F7E5D; float: none; display: block; font-weight: Normal; 	margin: .5em 0;}

.sc .news-list ul.news p {}
.sc .news-list ul.news a.readmore {
	 position: relative;
	 right: 0;
	 padding-top: 20px;
	 padding-right: 40px;
	 color: #C42222;
	 background: transparent url(/images/news/news-read-more.gif) bottom right no-repeat;
	 float: right;
	 }
.sc .news-list ul.news ul {
	}
.sc .news-list ul.news ul li {
	}
.sc .news-list ul.news ol {
	}
.sc .news-list ul.news ol li {
	}
.sc .news-list ul.news .thumb {
	display: none;
	}	
.sc .news-list ul.news .thumb-file {
	}	
	
.sc .news-list .news-paging {
	margin-bottom: 2em;
	}
	
.sc .news-list .news-paging a {	
	padding-right: 12px;
	background: url(/images/calendar/calendar-read-more.gif) center right no-repeat;
	}
	
/* 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: #8F7E5D;
	font-size: 1.0em;
	}
	
.news-detail h3 {
	border-bottom: 1px solid #E8DFCE;
	padding-bottom: 12px;
	}
			.news-detail h4{
				border-bottom:1px solid #E8DFCE;
				color:#BB0000;
				font-size:1.4em;
				margin-bottom:10px;
				padding-bottom:5px;color:#990000;
			}
			.news-detail h6{
				color:#8F7E5D;
				display:block;
				float:none;
				font-weight:normal;
				margin:0.5em 0pt;
			}
	
.news-detail a.news-back {	
	position: relative;
	top: 7px;
	 padding-top: 22px;
	 padding-left: 40px;
	 color: #C42222;
	 background: white url(/images/news/news-detail-back.gif) bottom left no-repeat;
	 }

/* 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;
 	}
.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 {
	}
.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
----------------------------------------------------------------------------- */
.portal-news-list ul.news {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.portal-news-list ul.news li {
	background: none;
	padding-left: 0;
	margin-bottom: 2.0em;
	}
.portal-news-list ul.news li * {
	margin: 0;
	padding: 0;
	}
.portal-news-list ul.news h4,
.portal-news-list ul.news h5,
.portal-news-list ul.news h6  {
	font-size: 1em;
	display: inline;
	padding-right: 0.4em;
	}
.portal-news-list ul.news h5,
.portal-news-list ul.news h6 {
	font-weight: normal;
	font-size: 0.91em;
	}
.portal-news-list ul.news h6 { color: #666; }
.portal-news-list ul.news p {}
.portal-news-list ul.news a.readmore {}
.portal-news-list ul.news ul {
	}
.portal-news-list ul.news ul li {
	}
.portal-news-list ul.news ol {
	}
.portal-news-list ul.news ol li {
	}
.portal-news-list ul.news .thumb {
	}	
.portal-news-list ul.news .thumb-file {
	}	
	
/* PORTAL NEWS
----------------------------------------------------------------------------- */
.portal-news {
	margin-bottom: 10px;
	}
.portal-news .news-header {
	position: relative;
	border-bottom: 1px solid #CCC;
	}
.portal-news .news-header h2 {
	font-size: 1.17em;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
	}
.portal-news .news-header a {
	position: absolute;
	top: 0;
	right: 0;
	}
.portal-news .portal-news-list {
	position: relative;
	}
.portal-news .portal-news-list h2 {
	font-size: .92em;
	font-weight: bold;
	background-color: #F1F1F1;
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	padding: 5px 10px;
	margin: 10px 0;
	}
.portal-news .portal-news-list ul {
	margin: 0;
	padding: 0;
	}
.portal-news .portal-news-list ul li {
	background: none;
	padding: 0;
	margin: 0;
	}
.portal-news .portal-news-list ul li h4 {
	display: inline;
	font-size: .92em;
	font-weight: normal;
	padding-left: 10px;
	}
.portal-news .portal-news-list ul li h5 {
	display: inline;
	}
.portal-news .portal-news-list ul li h6 {
	display: inline;
	}
.portal-news .portal-news-list .header-btns {
	position: absolute;
	top: 0;
	right: 10px;
	}
.portal-news .news-footer {
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	padding: 5px 10px;
	}
.portal-news .news-footer a {
	margin-right: 10px;
	font-size: .92em;
	}

/* 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 .module-header span {
	font-size: .92em;
	color: #FFF;
	margin: 5px 10px;
	padding: 0;
	}
.homework .module-header span.col2 {
	position: absolute;
	top: 0;
	right: 10px;
	margin: 0;
	}
.homework .portal-news-list ul.news {
	margin: 5px 0;
	padding: 0;
	}
.homework .portal-news-list ul.news li {
	background: none;
	padding: 0;
	margin: 0;
	}
.homework .portal-news-list ul.news li h4 {
	display: inline;
	font-size: .92em;
	font-weight: normal;
	padding: 0;
	margin: 0;
	padding-left: 10px;
	}
.homework .portal-news-list 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 .portal-news-list ul.news li h5 {
	float: right;
	clear: right;
	padding: 0;
	margin: 4px 0 0 0;
	}
.homework .portal-news-list ul.news li h6 {
	display: block;
	margin-left: 20px;
	}
.homework .module-footer {
	border-top: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	padding: 5px 10px;
	}
.homework .module-footer a {
	margin-right: 10px;
	font-size: .92em;
	}
.homework p.login-link {
	margin-top: 10px;
	}
	
/* MINI GALLERY
----------------------------------------------------------------------------- */
.mini-gallery, .gallery-list { margin-bottom: 10px;}
.mini-gallery:after, .gallery-list:after { content: ".";	display: block;	height: 0;	clear: both; visibility: hidden;}
.mini-gallery dl, .gallery-list  dl {
  width: 197px;
  margin-bottom: 15px;
  margin-top: 10px;
  position: relative;
  left: 1px;
  }
.sc .gallery-list dl {
  margin-bottom: 0;
  margin-top: 0;
  }
  
.mini-gallery dl dt, .gallery-list dl dt {
  padding: 7px 0 7px 7px;
  background: #FFF url(/images/common/bg-special-treatment.gif) left top no-repeat;
  border: none;
  }
.sc .gallery-list dl dt {

  }

.mini-gallery dl dt img, .gallery-list  dl dt img { display: block; }
.mini-gallery dl dd h5, .gallery-list  dl dd h3{ color: black; padding: 5px 5px 15px 16px; background: url(/images/common/bg-special-treatment-dd.gif) left bottom no-repeat; margin: 0; width: 180px; font-weight: normal; }
.mini-gallery dl dd h3 a.more, .gallery-list  dl dd h3 a.more {display: block; font-size: .8em; text-align: right; margin: 7px 5px 0 0; padding-right: 14px;  background: transparent url(/images/gallery/gallery-teaser-more.gif) top right no-repeat;}
.mini-gallery dl h2, .gallery-list dl h2 { color: #F4EBD9; underline: none; margin: 0; padding: 6px; background: #990000 url(/images/gallery/sc-gallery-teaser-h2.gif) top left no-repeat; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1.2em; font-weight: Bold;}

.mini-directional {	height: 12px;  }
 	
.mini-directional a {
	display: block;
	float: left;
	}
	
.mini-directional a img {
	width: 11px;
	height: 11px;
	}	
	
/* NEWS LIST SIMPLE FOR FILE GALLERIES
----------------------------------------------------------------------------- */
.news-list-simple {
	}
	
.news-list-simple ul.news li.first-child{
	display: none;
	}

/* kpa 10/8/08: added to fix simple news list implementation */
.news-list-simple ul.news li.only-child{
	display: none;
	}
	
