﻿/*============================
NewsDetail Style
==============================*/
.news-detail
{
    width: 660px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif; 
}
.news-ud-date
{
    width: 660px;
    text-align: left;
    /*float: left;*/
    overflow: hidden;
    margin-bottom: 10px;
    font-style: italic;
    font-size: 0.8em;
    color: #c6c7cb;
}
.news-title
{
    width: 660px;
    text-align: left;
    /*float: left;*/
    overflow: hidden;
}
.news-title h2
{        
    padding: 0px;
    margin: 0px;
}
.news-summary
{
    width: 660px;
    text-align: left;
    /*float: left;*/
    margin-bottom: 15px;
    font-size: 0.9em;
}
.news-content
{
    width: 660px;
    text-align: left;
    /*float: left;*/
}
.news-tag
{
    font-size: 0.8em;        
    text-align: left;
    /*clear: both;*/
    border: 1px solid silver;
    border-radius: 5px;
    padding: 5px;
    margin-top: 5px;
}
.news-tag h4
{
    padding: 0px;
    margin: 0px;
}
.news-tag ul
{
    display: inline;
    padding: 0px;
}
.news-tag li
{
    display: inline;
    margin-right: 5px;
}
.news-tag a
{
    text-decoration: none;
    color: #5EA8DE;
}
.news-tag a:hover
{
    color: #D8C967;
}

#fb-like {
    margin-top: 5px;
    text-align: left;
}