﻿ 
#News #scroller-header a {
	text-decoration:none; 
	color:#728999; 
	padding:5px 25px 5px 20px;
	border-bottom: 1px solid #dedede;
	background: #e9f2f8;
	line-height:22px;
	
}

#scroller-header a {
	text-decoration:none; 
	color:#728999; 
	padding:5px 10px 5px 10px;
	border-bottom: 1px solid #dedede;
	background: #e9f2f8;
	line-height:18px;
	outline:none;
}

#scroller-header a:hover {
	text-decoration:none; 
	color:#074877;
}

#scroller-header a.selected {
	text-decoration:none !important; 
	color:#074877 !important;
	border-top:1px solid #e9e9e9;
	border-bottom: 1px solid #fff !important;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	background: white !important;
	outline:none;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

#News #scroller-header {
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #e9f2f8;    
	background: #e9f2f8;
	width:490px;
	padding:5px 0px 5px 0px;
	font-size:12pt;
	font-weight:700;	 
}

#scroller-header {
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #e9f2f8;    
	background: #e9f2f8;
	width:490px;
	padding:5px 0px 5px 0px;
	font-size:9pt;
	font-weight:700;	 
}

#scroller-body {
	background:url(../images/body.gif) no-repeat bottom center;
	width:480px;
	padding-bottom:30px;
	padding-right:10px;
	padding-top:20px;	
}

#mask {
	width:480px;
	overflow:hidden;
	margin:0px auto;	
	padding-bottom:20px;
	margin-right:10px;
	
}

#panel div {
    float:left; 
   
}

/* Extra styling for each panel*/

#panel ul {
   /* list-style:none;*/
   padding:0;
    margin:5px 5px;
    
}

#panel ul li {
    
    /*background:url(../Images/icon_li_074877.png) no-repeat 0px 1px;*/
    /*background:transparent url(../images/bullet_arrow.gif) no-repeat scroll 0 6px;*/
	margin-left:20px;
	padding:2px 0 8px 0px;
	/*color:#074877;*/
	
}

#panel ul li.last {
	border-bottom:none !important;
}

