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

.rsscontainer{
margin-bottom:0;
background:#000;
color:#fff;
font-size:12px;
padding:10px;
border-top:1px solid #2b2b2b;
height:160px;
}

.rsscontainer .rsstitle{ /*Style for .rsstitle DIV*/
font-weight: normal;
}

.rsscontainer .rssdate{ /*Style for .rssdate DIV*/
color: #ccc;
font-size: 90%;
}

.rsspaginate{ /*Style for Pagination DIV*/
width: 299px;
height:30px;
text-align: left;
padding:0;
margin:0;
background:#000;
}

.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: 5px;
text-decoration: none;
background:url(../images/bg-pagination.jpg) no-repeat top left;

color:#fff;
width:102px;
height:20px;
display:block;
float:left;
margin:0 5px 0 5px;
}

.rsspaginate a.next{
text-align:right;
margin-right:0;
}


.rsspaginate a:hover, .rsspaginate a.selected{
color: #fff;
background-color: #FEE496;
background-position:bottom;
}