﻿
.forum td a.allowActive {
    color: Blue !important;
    text-decoration: underline;
}
.forum td a.allowDisable {
    color: Gray;
}
a.ViewInfomation {
    color: Blue !important;
    text-decoration: underline;
}
.newsBox {
    background: url("images/bullet.jpg") no-repeat scroll 0 11px transparent;
    border-bottom: 1px dotted #D2D2D8;
    clear: both;
    font-size: 12px;
    padding: 5px 5px 5px 10px;
    text-align: justify;
}
.newsBox img {
    width: 66px;
}
.NewsBoxTitle {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.newsBox a.titleDefault {
    color: #015B75;
    font-size: 12px;
    font-weight: bold;
    margin-left: 0;
    padding: 2px;
    text-decoration: none;
}
.newsBox a.title {
    color: #015B75;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 0;
    padding: 0;
    text-decoration: none;
}
.newsBox .createdOn {
    color: #000000;
    font-size: 11px;
}
.newsBox .newsThumb {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E0E0E0 !important;
    float: left;
    margin-right: 10px;
    padding: 3px;
}
.CommentNewsBox {
}
