#news_table {
    border: 1px solid #ddd;
    border-top: 1px solid #d5d2a7;
    border-bottom: none;
    border-collapse: collapse;
    margin: 20px auto;
}

#news_table th { font-family: "Lucida Sans", Verdana, sans-serif;
    text-transform: uppercase; font-weight: normal; padding: .5em; color:#fff;
    background: url(/images/boxheaderbkg_a.gif) repeat-x top left; border-bottom: 1px solid #d5d2a7} 
	/* background: url(/images/boxheaderbkg.gif) repeat-x top left; border-bottom: 1px solid #d5d2a7} */						
#news_table td { padding: .5em; border-bottom: 1px solid #ddd; }
#news_table .even td { background: #f7f7f7; }

.news_source { font-style: italic; }
#news_table a { font-size: 1.2em; }

#pagination_footer {
    height: 24px;
    background: url(/images/pagination_bg.gif) repeat-x top;
    border: 1px solid #ccc;
    padding: 2px;
    width: 100%;
}

#pagination_footer a {
    color: #333;
    font-size: 1.2em;
    text-decoration: none;
}

#pagination_footer .disabled {
    color: #777;
}

#pagination_footer #pagination_next {
    text-align: right;
}

#pagination_footer #pagination_next {
    text-align: right;
}