﻿/************************************************News***************************************/
.News
{
    width: 100%;
}
.News_Header
{
    background-color: whitesmoke;
    border-bottom: gainsboro 1px dotted;
    font-size: 7pt;
}
.News_Row
{
    display: block;
    width: 100%;
}
.News_Header TD
{
    padding-right: 2px;
}
.News_date
{
}
.News_PreTitle
{
    font-size: 8pt;
    color: gray;
    font-weight: bold;
    margin-top: 3px;
    display: block;
    text-indent: 3pt;
}
.News_Title
{
    font-weight: bold;
    font-size: 11pt;
    color: #6d1607;
    font-family: Arial;
    text-indent: 5pt;
    line-height: 15pt;
    margin-top: 5px;
    display: block;
}
.News_Image
{
    float: left;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    margin-right: 10px;
}
.News_TinyDescription
{
    display: block;
    text-indent: 5pt;
    margin-top: 5px;
    font-size: 9pt;
}
.News_Description
{
    margin-top: 15px;
    display: block;
    text-indent: 5pt;
    font-size: 9pt;
}
.News_Source
{
    margin-top: 10px;
    font-weight: bold;
    display: block;
}
.News_Source_Content
{
    font-size: 7pt;
    margin-bottom: 10px;
    display: block;
}
.News_End
{
    font-size: 7pt;
    margin-top: 10px;
    font-weight: bold;
    display: block;
}
/************************************News_Newest***********************************/
.News_Newest
{
    width: 100%;
    margin-top: 25px;
}
.News_Newest_Item
{
    width: 100%;
    padding-bottom: 10px;
}
/************************************News_New_List:With Image*********************************/
.News_New_List
{
    width: 100%;
}
.News_New_List_item
{
    padding-left: 10px;
    vertical-align: top;
    margin-bottom: 5px;
    width: 50%;
}
.News_New_Image
{
    float: right;
    margin-left: 10px;
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}
.News_New_date
{
    direction: ltr;
    font-size: 7pt;
    color: darkgray;
}
.News_New_PreTitle
{
    font-size: 8pt;
    color: gray;
    font-weight: bold;
}
.News_New_Title
{
    font-weight: bold;
    font-size: 11pt;
    color: #6d1607;
    font-family: 'Times New Roman';
    text-indent: 10pt;
    line-height: 15pt;
}
.News_New_Title:hover
{
    color: #ab5218;
}
/***************************************News_New_List:Without Image********************************/
.News_New_Group_List
{
    width: 100%;
    margin-top: 10px;
}
.News_New_Group_List_Item
{
    vertical-align: top;
    width: 50%;
}
.News_New_Group_Title
{
    border-right: #cc6600 8px solid;
    color: black;
    background-color: #eeeeee;
    width: 95%;
    display: block;
    text-indent: 5pt;
}
.News_list
{
    width: 100%;
}
.News_list_link
{
    display: block;
    text-indent: 7pt;
    background-image: url(images/arrow.gif);
    background-position: right top;
    background-attachment: scroll;
    background-repeat: no-repeat;
}
.News_list_link:hover
{

}
/**********************************************News_Group_List*************************************/
.News_Group_List,.News_Group_List_Header
{
    width: 100%;
}
.News_Group_List_Item
{
    width: 100%;
}
.News_Group_List_Item a,.News_Group_List_Header a
{
    width: 100%;
    display: block;
    text-indent: 5pt;
    border-bottom: darkgray 1px dotted;
}
.News_Group_List_Item a:hover,.News_Group_List_Header a:hover
{
    width: 100%;
    background-color: whitesmoke;
}
.News_Group_List_Selected a, .News_Group_List_Selected a:hover
{
    width: 100%;
    display: block;
    background-color: lemonchiffon;
    text-indent: 5pt;
    border-bottom: darkgray 1px dotted;
}
/*************************************** News Category List *************************/
.News_Category_List
{
    width: 100%;
}
.News_Category_List_Item
{
    width: 100%;
}
.News_Category_Title
{
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    text-indent: 2pt;
}
.News_Category_News_List
{
    width: 100%;
    border-right: #ffcc33 1px solid;
    border-top: #ffcc33 2px solid;
    border-left: #ffcc33 1px solid;
    border-bottom: #ffcc33 1px solid;
    margin-bottom: 10px;
}
.News_Category_News_List_Item
{
    border-bottom: lightgrey 1px solid;
    width: 94%;
}
.News_Category_News_Title
{
    
}
/***************************************News_GroupList_Title****************/
.News_GroupList
{
    width: 100%;
}
.News_GroupList_Item
{
    width: 50%;
    padding-bottom: 15px;
    padding-top: 5px;
}
.News_GroupList_Title
{
    font-weight: bold;
}
/***************************************News Shared*************************/
.News_Return_Home
{
    font-weight: bold;
    font-size: 9pt;
    font-family: Arial;
    background-color: whitesmoke;
    border-right: gainsboro 1px dotted;
    border-top: gainsboro 1px dotted;
    border-left: gainsboro 1px dotted;
    border-bottom: gainsboro 1px dotted;
    display: block;
    width: 100%;
    margin-top: 5px;
    text-indent: 5pt;
}