@charset "utf-8";
/* CSS Document */


/* The Outer Container */

.rtRSS-SB {
	background-color:#E6ECE9;
	border: 1px solid #143723;
	color: #2B3033;
	display: block;
	font-family: Tahoma,verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 12px auto 0;
/*	padding: 4px 0 4px 4px; */
	text-align: center;
	width: 196px;
}


/* The Header */

.rtRSS-SB header {
	padding: 3px 0px 5px 0px;
	background-color:#143723;
	font-weight:bold;
	color:#EAE8BF;
}
.rtRSS-SB header a:link, .rtRSS-SB header a:visited {
	color:#EAE8BF;
	text-decoration:none;
}
.rtRSS-SB header a:hover, .rtRSS-SB header a:active {
	text-decoration:underline;
}


/* We must get UL and LI out of our way */

.rtRSS-SB ul {
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: normal;
}

.rtRSS-SB li {
	margin: 0px 0px 0px 0px;
	border-top:1px solid #EEFAF9;
	border-bottom:1px solid #C9D5CF;
	line-height:normal;

	font-family: Tahoma,verdana,sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 4px;
	text-align:left;
	
/*	padding: 2px 6px 2px 12px; */
}



/* Darken the Backcolor of even Rows */
/*
.rtRSS-SB li:nth-child(even) {
	background-color:#D7E1DC;
}
*/
/* We use explicit odd/even classes to avoid shifting background colors. */
.rtRSS-SB li.even {
	background-color:#D7E1DC;
}


/* Highlight the currently-hovered item. */
.rtRSS-SB li:hover {
	background-color:#FDF5D9;
/*	background-color:#EADEDB;*/
/* 	box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1); */
/*	transition: all 0.25s ease; */
}


.rtRSS-SB main {
	height:300px;
	
	/* Force the body to have a vertical scrollbar */
	overflow-y:scroll;
}

.rtRSS-SB main a:link, .rtRSS-SB main a:visited {
	display:block;
	color:#2B3033;
	text-decoration:none;
}
.rtRSS-SB main a:hover, .rtRSS-SB main a:active {
	display:block;
	text-decoration: none;
}


