/*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: 270px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #33CCFF;
}

.rsscontainer .rsstitle{
	font-family: "Trebuchet MS", Tahoma, Arial;
	color: #0099CC;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
}

.rsscontainer .rssdate{
	font-color: gray;
	font-size: 11px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	color: #999999;
	text-transform: uppercase;
}

.rsspaginate{
	width: 270px;
	text-align: left;
	padding: 2px 0;
	margin: 10px 0;
	font-family: "Book Antiqua", "Bookman Old Style", Italic, "Lucida Sans", "Times New Roman";
	font-size: 13px;
}

.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;
}
