﻿.news-title
{
    font-weight: bold;
    color: #0099FF;
}
.news-description
{
    text-align:justify;
}
.news-description-details
{
    color:Gray;
    text-align:justify;
}
.news-content
{
    text-align:justify;
}
.news-author
{
    text-align:right;
    color:Blue; 
}
.news-createddate
{
    text-align:right;
    color:Gray;
}
.news-actions
{
    text-align:right;
}
.news-panelsendemail
{
    padding:5px;
    text-align:left;
    width:350px;
    height:205px;
    background-color:White;
}
.news-modalBackground 
{
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.4;
}
.news-sendemail-label
{
    float:left;
    width:80px;
    margin:1px;
}
.news-sendemail-input
{
    text-align:left;
    margin:1px;
}
.news-display
{
    vertical-align:top;
}
/*slide news*/
#banners{
    width:300px;
    margin:0px auto;
    border:0px solid #cccccc;
}
#banners ul
{
    text-align:center;
    margin:0px auto;
    width: 300;
    height: 20px;
}
#banners ul li{
    display:inline;
    width:6px;
}
#banners ul li a{
    padding:5px;
    line-height:2.5em;
    height:25px;
}
#banners ul li a:hover{
    background:#fff;
    color:#0063DC;  
}
.slidenewsimage{
    width:250px;
}
.slidenumbers
{
    width:300px;
    margin:0px auto;
}
.slideimage
{
    display:none;
}
/*older, newer header*/
.news-othernews
{
    font-weight: bold;
    color: #CC3300;
    background-color: #EEEFF1;
    height: 15px;
    padding-top: 2px;
    text-indent: 10px;
}
/*news comment*/
.newscomment-label
{
    float:left;
    width:70px;
    margin:1px;
}
.newscomment-input
{
    margin:1px;
}
/*othernews*/
.othernews
{
    width: 50%;
    padding: 10px;
    vertical-align: top;
}
/*using for newer news, older news, sticked news, most viewed news, lastest news*/
.news-item
{
    padding: 3px;
}
/*comment*/
.news-comment-author
{
    color: #CC3300;
}
.news-comment-title
{
    font-weight: bold;
    color: #3399FF;
}
.news-comment-content
{
    color: #666666;
    text-align: justify;
}
.news-comment-content-format
{
    text-align: justify;
}
