/*-------------[News pane]--------------*/
#newsPane { 
	width:130px;
	overflow:hidden;
	padding-top:3px;
	background:	 url("../../images/panes/news-top.gif") no-repeat left top;
	margin-bottom:4px;
	color:white;
}
#newsPane H2 {
	padding:24px 0px 6px 0px;
	/*background:  url("../../images/panes/challinors.gif") no-repeat left top;*/
	font-size:1.2em;
	margin:0px;
	color:#08338e;
	margin:0px 0px 6px 0px;
	border-bottom:1px solid #6480b9;
}
#newsPane H3 {
	font-size:1.1em;
	margin:0px;
	padding-top:50px;
	background:  url("../../images/panes/news.jpg") no-repeat left top;
	color:white;
	border-bottom:1px solid #6480b9;
}
#newsPane H2.events {
	padding:0px 0px 6px 0px;
	font-size:1.2em;
	margin:0px;
	margin:0px 0px 0px 0px;
	border-bottom:0px solid #6480b9;
}
#newsPane p span {
	display:block;
	font-weight:normal;
	color:white;
}
#newsPane p  {	
	padding:0px;
	margin:0px;
	font-weight:bold;
	color:#08338e;
}
#newsPane DL.login {
	background: url("../../images/elements/challinors.gif") no-repeat left top;
}
#newsPane DL.search {
	background:    url("../../images/form-panes/magnifier.gif") no-repeat left top;
}
#newsPane DD {
	margin:0px;
}
#newsPaneFt {
	padding:10px;
	background:	#8399c7 url("../../images/panes/news-bottom.gif") no-repeat bottom;
	margin:0px;
}
#newsPane a {
	font-size:1.1em;
	margin-top:4px;
	padding:0px 12px 0px 0px;
	background:  url("../../images/panes/news-arrow.gif") no-repeat center right;
	display:block;
	text-align:right;
	font-weight:bold;
	color:#08338e;
	text-decoration:none;
}
#newsPane a.alt {
	color:white;
}
#newsPane .section {
	padding-top:8px;
	margin-top:8px;
	border-top:1px solid #6480b9;
}

