/* BUFFALO WORLD JUNIORS.COM */
/* NEWS STYLES */
/* AUTHORED ON 1/20/10 */

table.news {
     width: 645px;
     text-align: left;
     vertical-align: middle; }

tr.newsH {
     height: 10px;
     vertical-align: middle;
     background-color: #dedede;
     background-image: url('../img/module/bwj-rss-top.png'); }

tr.newsF {
     height: 10px;
     vertical-align: middle;
     background-color: #dedede;
     background-image: url('../img/module/bwj-rss-bottom.png'); }

td.nHeader {
    text-align: left;
    background-color: #ffffff;
    padding: 0px, 2px, 0px, 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #525252;
    text-transform: uppercase; }

td.nArticle {
    padding: 5px, 5px, 2px, 5px;
    background-color:#FFFFFF; }

td.nLeft {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #525252;
    text-align: left;
    padding: 2px, 0px, 2px, 2px;
    background-color:#FFFFFF; }

td.nRight {
    text-align: right;
    padding: 2px, 2px, 2px, 0px;
    background-color:#FFFFFF; }

.details {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #525252;
    text-transform: uppercase; }

/* LISTING */
/* NEWS.ASP */

table.news1 {
    width: 100%;
    height: 35px;
    text-align: left;
    background-color: #CCCCCC; }

table.news2 {
    width: 100%;
    height: 35px;
    text-align: left;
    background-color: #FFFFFF; }
    
.newsHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #525252;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none; }
    
.newsHeader:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #525252;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none; }
    
.newsHeader:visit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #525252;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none; }
    
.newsHeader:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #004892;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none; }
    
.newsDetails {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    font-weight: bold;
    text-decoration: none; }
    
.newsDetails:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    font-weight: bold;
    text-decoration: none; }
    
.newsDetails:visit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    font-weight: bold;
    text-decoration: none; }
    
.newsDetails:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    font-weight: bold;
    text-decoration: underline; }