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

.rsscontainer{
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #4FA7FF;
	border-right-color: #4FA7FF;
	border-bottom-color: #4FA7FF;
	border-left-color: #4FA7FF;
	background-image: url(twitter.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 16px;
}
.rsscontainer a{
	color: #000;
	text-decoration: none;
}
.rsscontainer .rsstitle a{ /*Style for .rsstitle DIV*/
	font-size: 11px;
	color: #06C;
	text-decoration: none;
}

.rsscontainer .rssdate{ /*Style for .rssdate DIV*/
	font-color: gray;
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
}

.rsspaginate{ /*Style for Pagination DIV*/
width: 250px;
text-align: left;
padding: 2px 0;
margin: 10px 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;
}
.rssdescription{
	font-size: 11px;
}

.rsspaginate a:hover, .rsspaginate a.selected{
color: #000;
background-color: #FEE496;
}
