/*Default CSS for the RSS box containers and the pagination div. Customize further for each RSS box*/

.rsscontainer{
	font-family: Arial, sans-serif;
	font-size: 14px;
	width: 600px;
	color: #666666;
	text-align: justify;
	background-position: center;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E1E9FF;
	padding-top: 15px;
	padding-bottom: 15px;
}
.rsscontainer .rsstitle{
	font-weight: bold;
	font-family: "Trebuchet MS", Tahoma, Arial;
	color: #3399CC;
	font-size: 22px;
	text-align: left;
}
.rsscontainer .rssdate{
	font-color: gray;
	font-size: 11px;
	font-family: Arial;
	color: #666666;
	padding-bottom: 7px;
}
.rssdescription{
	padding-top: 4px;
	padding-bottom: 4px;
}

.rsspaginate{
	width: 250px;
	text-align: left;
	padding: 2px 0;
	margin: 10px 0;
	font-family: "Arial Narrow";
	font-size: 11px;
}

.rsspaginate form{ /*Style for Pagination DIV's form element*/
margin: 0;
}

.rsspaginate .paginateselect{ /*Style for Pagination DIV's drop down menu*/
border: 1px solid navy;
margin: 0 10px;
}

.rsspaginate a{ /*Pagination links*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: navy;
background-color: white;
}

.rsspaginate a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
a:link {
	text-decoration: none;
	color: #0099CC;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
