.newslist {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}
.newslist_row {
    border: 1px solid #c0c0c0;
    background-image: url(../images/news-arrow-a.gif);
    background-repeat: no-repeat;
    background-position: 334 6;
    margin-top: 10px;
    cursor: pointer;
    padding: 10px;
    padding-top: 2px;
    padding-bottom: 0;
    height: 22px;
    overflow: hidden;
    line-height: 22px;
}
.newslist_row_hover {
    border: 1px solid maroon;
    background-color: maroon;
    background-image: url(../images/news-arrow-b.gif);
    background-repeat: no-repeat;
    background-position: 334 6;
    margin-top: 10px;
    color: white;
    cursor: pointer;
    padding: 10px;
    padding-top: 2px;
    padding-bottom: 0;
    height: 22px;
    overflow: hidden;
    line-height: 22px;
}
.newslist_title {
    display: inline;
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
    overflow: hidden;
}
.newslist_date {
    display: inline;
}
.news_message {
    font-family: Arial;
    padding: 10px;
    color: black;
    line-height: 16px;
}
.news_message h1, .news_message h2, .news_message h3 {
    color: black;
    font-weight: bold;
}
.news_message h1 {
    font-size: 18px;
}
.news_message h2 {
    font-size: 15px;
}
.news_message h3 {
    font-size: 13px;
}
.news_title {
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: black;
}

/* Browser buttons */
.newsbrowse, .newsbrowse_active, .newsbrowse_disabled {
    width: 73px;
    height: 20px;
    border: 1px solid #D1CDC4;
    text-align: center;
    margin-right: 10px;
    display: inline;
}
html>body .newsbrowse, .newsbrowse_active, .newsbrowse_disabled {
    padding-top: 2px;
    width: 71px;
    height: 16px;
    display: block;
    float: left;
    line-height: 10px;
}
.newsbrowse_active {
    background: #942013;
    border-color: #942013;
}
.newsbrowse a, .newsbrowse a:visited {
    padding-top: 2px;
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #942013;
    text-decoration: none;
}
.newsbrowse_active a:link, .newsbrowse_active a:visited {
    padding-top: 2px;
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: white;
    text-decoration: none;
}
.newsbrowse a:hover { 
    background: #D1CDC4;
    color: white;
}
html>body .newsbrowse a:hover { 
    background: transparent;
    text-decoration: underline;
    color: #942013;
}
.newsbrowse_disabled {
    border-color: #f0f0f0;
}
.newsbrowse_disabled a, .newsbrowse_disabled a:visited {
    width: 100%;
    height: 100%;
    font-size: 10px;
    color: #CEBDB3;
}