/*Default CSS for the RSS box containers and the pagination div. Customize further for each RSS box*/
#rss-box {
	width: 230px; 
	height: 245px; 
	float: right; 
	background-color: #003399;
}
#rss-text {
	height: 165px;
	width: 228px;
	float: left;
	background-color: #FFF;
	overflow: auto;
	overflow-x: auto;
	border: 1px solid #003399;
}
#blogHead {
	height: 56px;
}
#blogHead img {
	float: left;
}
#headTxt {
	float: left;
	margin: auto 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
}
#rss-foot {
 height: 21px; 
 clear: both;
}
/*corners*/
.corner-left {
	float: left;
	height: 10px;
	width: 10px;
	background-image: url(../../images/left-top-corner.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 46px;
}
.corner-right {
	float: right;
	height: 10px;
	width: 10px;
	background-image: url(../../images/right-top-corner.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	margin-bottom: 46px;
}
.corner-left-bot {
	float: left;
	height: 10px;
	width: 10px;
	background-image: url(../../images/left-bot-corner.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 12px;
}
.corner-right-bot {
	float: right;
	height: 10px;
	width: 10px;
	background-image: url(../../images/right-bot-corner.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	margin-top: 12px;
}


/*end corners*/
.rsscontainer {
	margin: 5px 10px 10px 10px;
	font-size: 11px;
}
.rsscontainer .rsstitle a { /*Style for .rsstitle DIV*/
	color: #DC0000;
}
.rsscontainer .rsstitle a:hover {
	color: #003399;
}
.rsscontainer .rssdate { /*Style for .rssdate DIV*/
	color: #333333;
	font-size: 10px;
}
.rsscontainer .rsscategory {
	color: #EF712C;
	font-weight: bold;
}
.rssdescription {
	font-size: 10px;
}

/*Style for Pagination DIV
.rsspaginate{ 
width: 250px;
text-align: left;
padding: 2px 0;
margin: 5px 0;
}
*/

/*Style for Pagination DIV's form element
.rsspaginate form{ 
margin: 0;
}*/

/*Style for Pagination DIV's drop down menu
.rsspaginate .paginateselect{ 
border: 1px solid #202756;
margin: 0 10px;
}*/

/*Pagination links
.rsspaginate a{ 
padding: 0 5px;
text-decoration: none;
border: 1px solid #202756;
color: navy;
background-color: white;
}
*/

/*
.rsspaginate a:hover, .rsspaginate a.selected{
color: #000000;
background-color: #CCCCCC;
}
*/

