/*Default CSS for the RSS box containers and the pagination div. Customize further for each RSS box*/

.rsscontainer{
margin-bottom: 5px;
padding:5px;
border-bottom:1px solid #ccc;

}
.rsscontainer a:hover {
text-decoration:underline;
}
.rsscontainer img {
margin:5px;
}
.rsscontainer .rsstitle{ /*Style for .rsstitle DIV*/
font-weight: normal;
}


.rsscontainer .rssdate{ /*Style for .rssdate DIV*/
color: gray;
font-size: 70%;
}

.rsspaginate{ /*Style for Pagination DIV*/
width: 350px;
text-align: left;
float:right;

}

.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;

}


#deportesid{
width: 600px;
padding: 3px;
background-color:#ffffff;
border: 2px solid #192466;
}

#sportsid{
width: 600px;
float:left;
padding: 3px;
background-color:#ffffff;
border: 2px solid #192466;
}


.newstitle h2 {
float:left;
width:300px;

}

.newstitle {
width: 596px;
padding: 5px;
background-color:#2B4093;
border: 2px solid #192466;
color:#fff;
height:40px;
	}
    
#sportsbox {
width:600px;
float:left;
}    