/* CSS Document */

/* CSS Document */
ul.expandList {
	list-style: none;
	margin: 0px;
}
.expandHidden { display: none; }
.expandHeading, h2.coursetitle {
	font-size: 14px; font-weight: bold;
	margin-bottom: 5px; padding-top: 3px;
}

a.expandLink, a.closeLink {
	background-position: right 3px;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
}
a.expandLink:link, a.expandLink:visited {
	color: #de0078; text-decoration: none;
	background-image: url(../images/expandarrow_f01.gif);
}
a.expandLink:hover {
	color: #000000; text-decoration: none;
	background-image: url(../images/expandarrow_f02.gif);
}

a.closeLink:link, a.closeLink:visited {
}
a.closeLink:link, a.closeLink:visited {
	color: #de0078; text-decoration: none;
	background-image: url(../images/closeicon_f01.gif);
}
a.closeLink:hover {
	color: #000000; text-decoration: none;
	background-image: url(../images/closeicon_f02.gif);
}

.expandShow {
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	background-image: url(../images/exppanelblend.jpg);
	background-position: bottom; background-repeat: repeat-x;
	padding: 10px;
}
a.closePanelLink {
	clear: both;
	display: block;
	margin-top: 10px;
}


h2.coursetitle { margin-bottom: 3px; }
h2.coursedates {
	color: #000000; font-weight: bold;
	font-size: 12px; line-height: 18px;
	margin-top: 0px; margin-bottom: 8px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 3px;
}


h3.monthHeading {
	font-size: 12px; line-height: 12px; font-weight: bold;
	background-color: #BBBBBB; color: #FFFFFF;
	padding: 2px 5px;
	margin-bottom: 5px;
	margin-top: 20px;
	display: block;
}

li.eventHeading, p.eventKey {
	background-image: url(../images/ntrc_eventicon.jpg);
	background-position: left 6px; background-repeat: no-repeat;
}
li.eventHeading a, p.eventKey { padding-left: 15px; }
p.eventKey {
	background-position: left 3px;
	margin-top: 20px;
}

ul.newsList li {
	font-size: 12px;
}

h2.recent_news_headline{
	background-color: #FFF;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
}

div.recent_news_item {
	border-bottom: 1px solid #e82b8d;
	background-image: url(../images/recent-news-item-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	min-height:150px
}

* html div.recent_news_item {height:150px}

h2.recent_news_headline {
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	padding: 0px 0px 0px 10px;
	width: 705px;
	line-height: 26px;
	height: 26px;
	margin: 20px 0px 10px 0px;

	color: #FFF; text-decoration: none;
	background-image: url(../images/recent-news-panel-top.gif);
}

h2.recent_news_headline a {
	color: #FFF;
	text-decoration: none;
}

h2.recent_news_headline a:hover {
	color: #000;
}

img.recent_news_thumb {
	margin: 0px 10px 10px 0px;
	float: left;
}

#textcolumn {
	width: 705px;	
}
