/*Default CSS for the RSS box containers and the pagination div. Customize further for each RSS box*/

.rsscontainer{
	margin-bottom: 5px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 13px;
	width: 350px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E6E6;
	padding-bottom: 1px;
	padding-top: 1px;
}

.rsscontainer .rsstitle{
	font-family: "Trebuchet MS", Tahoma, Arial;
	color: #999900;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
}

.rsscontainer .rssdate{
	font-color: gray;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

.rsspaginate{
	width: 160px;
	text-align: left;
	font-family: "Book Antiqua", "Bookman Old Style", Italic, "Lucida Sans", "Times New Roman";
	font-size: 13px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}

.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;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF3300;
}
a:active {
	text-decoration: none;
}
