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

a.expandLink, a.closeLink {
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	padding: 0px 0px 0px 10px;
	width: 450px;
	line-height: 26px;
	height: 26px;
	margin: 0;

}
a.expandLink:link, a.expandLink:visited {
	color: #FFF; text-decoration: none;
	background-image: url(../images/training-and-support-panel-top.gif);

}
a.expandLink:hover {
	color: #000000; text-decoration: none;
	background-image: url(../images/training-and-support-panel-top.gif);

}

a.closeLink:link, a.closeLink:visited, a.closeLink:hover, a.closeLink:active {
	color: #FFF;
}
a.closeLink:link, a.closeLink:visited {
	color: #FFF; text-decoration: none;	
	background-image: url(../images/ts-panel-open-top.gif);
}
a.closeLink:hover {
	color: #000000; text-decoration: none;
	background-image: url(../images/ts-panel-open-top.gif);
}

.expandShow {
	margin-bottom: 0px;
	background-image: url(../images/ts-mid.gif);
	background-position: bottom; background-repeat: repeat-y;
	padding: 10px 10px 0px 10px;
}

.expandShow a.book_this_course {
float:left;
}

a.closePanelLink {
	width: 100px;
	padding-right: 10px;
	float: right;
	display: block;
	text-align: right;
}

a.book_this_course {
	display: block;
	width: 135px;
	text-transform: uppercase;
	color: #de0078;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/expandarrow_f01.gif);
	background-repeat: no-repeat;
	background-position: right;
}

a.book_this_course:hover {
	background-image: url(../images/expandarrow_f02.gif);
	color: #000;
}

p.panel_bottom {
	clear: both;
	display: block;
	width: 450px;
	padding: 0px 0px 0px 10px;
	height: 30px;
	margin: 0px 0px 0px -10px;
	background-image: url(../images/ts-panel-bottom.gif);
}


h2.coursetitle { margin-bottom: 0px; }


p.coursedates {
	min-height: 45px;
	color: #000000; font-weight: bold;
	font-size: 12px; 
	line-height: 20px;
	padding: 5px 0px 0px 10px;
	background-image: url(../images/ts-panel-close-bg.gif);
	background-position: bottom; background-repeat: repeat-y;
	margin: 0;
}
* html p.coursedates {height: 45px;}

p.coursedatesopen {
	min-height: 15px;
	color: #000000; font-weight: bold;
	font-size: 12px; 
	line-height: 20px;
	padding: 5px 0px 0px 10px;
	background-image: url(../images/ts-mid.gif);
	background-position: top; background-repeat: repeat-y;
	margin: 0;
}
* html p.coursedatesopen {height: 15px;}

p.coursedatesopen a.book_this_course {
	display: none;
}

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;
}

/* -------------------------------------------
	training and support panels
--------------------------------------------*/

body div#container h2.coursetitle {
	width: 100%;
	height: 26px;
	background-image: url(../images/traning-and-support-panel-top.gif);
	background-repeat: no-repeat; 
	background-position: top;
}