﻿* {outline: none;}
#specialReports, #topStories
{
	width:275px; 
	height:300px; 
	margin:0px;
	position:relative;
}
#topStories ul {margin:0px; padding:0px;}
#topStories li
{              
	list-style:none;
	margin:.25em 0em;
	padding: .25em .5em;
	border-bottom:1px solid #eee;
	font-size:1em;
	/*font-weight:bold;*/
    
	/*background-image:url(/global/app_themes/default/images/bullet-arrow1.gif);*/
	background-repeat:no-repeat;
	background-position: 0em .25em;
}

#topStories a b {
	color:#000000;
	font-family:Verdana;
	font-size:0.9em;
	text-transform:uppercase;
	height:280px;
	padding-bottom:20px;
}
#topStories a.moreTop
{
	position:absolute;
	right:10px;
	bottom:3px;
	font-weight:bold;
	color:#c00;
}

/*Special Reports */
div#specialReportsSlider {
	overflow:hidden;
	position:relative;
	width:275px;
	height: 260px;
}
div#specialReportsSlider h2 {
	padding-bottom: 0px;
	text-transform: none;
	width: 275px;
	font-size:1.7em;
	line-height:1.2em;
	font-weight: normal;
}
div#specialReportsSlider ul {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	left: 0;
	width: 275px;
	height: 260px;
}
div#specialReportsSlider li {
	float: left;
	display: inline;
	width: 275px;
	list-style-type: none;
	padding-bottom: 20px;
}
div#specialReportsSlider li a {
	text-decoration: none;
}
div#specialReportsSlider li img {
	background:#FCFBF7 none repeat scroll 0 0;
	border:1px solid #C4C4B1;
	padding:2px;
	margin-bottom: 3px;
}
div#specialReports li p {
	width: 275px;
}

/*Slider navigation */
div#specialReportsSliderNav {
	position:absolute;
	top:293px;
	right:10px;
}
div#specialReportsSliderNav .leftButton, div#specialReportsSliderNav .rightButton {
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	color:#999999;
	cursor:pointer;
	font-size:1.5em;
	font-weight:bold;
	padding: 0px 6px;
	text-align:center;
}
div#specialReportsSliderNav .leftButton {
	float: left;
	margin-right: 5px;
}
div#specialReportsSliderNav .rightButton {
	float: left;
}
div#specialReportsSliderNav .pager {
	float: left;
	margin-top: 10px;
	padding-right: 10px;
}
div#specialReportsSliderNav .pager a {
	padding-right: 10px;
	text-decoration: none;
	background-image : url("/App_Themes/Common/Images/slider_inactive.gif");
	background-repeat: no-repeat;
}
div#specialReportsSliderNav .pager a:hover {
	padding-right: 10px;
	text-decoration: none;
	background-image : url("/App_Themes/Common/Images/slider_active.gif");
	background-repeat: no-repeat;
}
div#specialReportsSliderNav .pager a.current {
	padding-right: 10px;
	text-decoration: none;
	background-image : url("/App_Themes/Common/Images/slider_active.gif");
	background-repeat: no-repeat;
}
