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

/*
#rssid{
  width: 570px;
  padding: 20px 0px 10px 0px;
  margin: 0px 0px 0px 67px;
  background-color: white;
  border: 0px solid;
  font-family: Arial,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5em;
  font-size-adjust: none;
  font-stretch: normal;
  text-align: left;
  top: 4em;
  z-index: -1;
}
*/

#rssid-paginatediv{
z-index: 100;
margin-bottom: 0px;
width: 100%;
position: fixed;
bottom: 0px;
left: 5px;
background-color: white;
height: 75px;
}
/*
*/

.rsscontainer{
margin-bottom: 0px;
z-index: -1;
}

.rsscontainer .rsstitle{ /*Style for .rsstitle DIV*/
font-weight: bold;
font-size: 110%;
text-decoration: none;
z-index: -1;
}

.rsscontainer .rssdate{ /*Style for .rssdate DIV*/
font-color: gray;
font-size: 80%;
z-index: -1;
}

.rsspaginate{ /*Style for Pagination DIV*/

text-align: left;
padding: 2px 0px 0px 0px;
margin: 0px 0px 0px 0px;
z-index: -1;
}

.rsspaginate form{ /*Style for Pagination DIV's form element*/
width: 100%;
padding: 10px 0px;
margin: 0;
z-index: -1;
}
.rsspaginate .paginateselect{ /*Style for Pagination DIV's drop down menu*/
border: 0;
padding: 2px 0px;
font-size: 14px;
margin: 0px 0px 0px 0px;
left: 5px;
top: 3px;
position: fixed;
background-color: transparent;
/*
visibility: hidden;
*/
z-index: 1001;
}

.previous_b {position: absolute; right: 110px; top: 25px}
.next_b {position: absolute; right: 15px; top: 25px}


.rsspaginate a{ /*Pagination links*/
padding: 8px 5px;
margin: 0px 10px 10px 0px;
text-decoration: none;
border: 1px solid black;
font-size: 15px;
font-weight: bold;
color: black;
background-color: white;
z-index: 10;
}

.rsspaginate a:hover, .rsspaginate a.selected{
color: white;
background-color:#256690;
z-index: -1;
}