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

#siuid{
	width:230px;
	height: 300px;
	overflow: auto;
	margin: 3px auto;
	padding:5px 8px 0px 0px;
	text-align:justify;
	border-bottom: 1px solid gray;
}

.rsscontainer{
margin-bottom: 15px;
border-bottom: 1px dotted gray;
}

.rsscontainer .rsstitle{ /*Style for .rsstitle DIV*/
font-family: Verdana;
text-align: left;
font-size: 12px;
color: #262658;
text-decoration: none;
padding-bottom: 3px;
}

.rsscontainer .rsstitle a{ /*Style for .rsstitle DIV*/
font-family: Verdana;
font-size: 12px;
color: #262658;
text-decoration: none;
padding-bottom: 3px;
}

.rsscontainer .rsstitle a:hover{ /*Style for .rsstitle DIV*/
font-family: Verdana;
font-size: 12px;
color: #cc3333;
text-decoration: underline;
padding-bottom: 3px;
}

.rsscontainer .rssdate{ /*Style for .rssdate DIV*/
font-family: Verdana;
color: #666;
font-size: 10px;
padding-bottom: 8px;
}

.rsscontainer .rssdescription{
font-family: Verdana;
font-size: 11px;
color: #333;
padding-bottom: 10px;
}

.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;
}


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