﻿/* --- Post Detail--- */
.Post_Title /* Tiêu đề văn bản (VD: Tin tức, ...) */
{
	font-family: Times New Roman, Tahoma, Arial, Verdana;
	font-size:25px;
	font-weight:bolder;
	text-decoration:none;
	color:#867465; /*#2D2D2D;*//*#3C3C3C;*/
	/*text-transform:uppercase;*/
	
	/*text-shadow: 0.1em 0.1em 0.05em #BDBEBD;*/
	
	/*display:inline-block;
	width:auto;
	filter: Shadow(color=#3C3C3C, Direction=135, strength=1);*/
}

.Post_Content  /* Nội dung văn bản */
{
	font-family:Arial, Tahoma, Verdana, Times New Roman;
	font-size:14px;
	color:#867465; /*#2D2D2D;*//*#3C3C3C;*/
    line-height:120%;
}

.Post_Date /* Ngày giờ văn bản */
{
	font-family:Arial, Tahoma, Verdana, Times New Roman;
	font-size:12px;
	text-decoration:none;
	color:#867465; /*#757575;*/
}

/* --- Post List --- */
a.PostList_TitleHyperlink /* Tiêu đề văn bản dạng hyperlink (VD: Tin tức, ...) */
{
	font-family:Arial, Tahoma, Verdana, Times New Roman;
	font-size:16px;
	font-weight:bolder;
	text-decoration:none;
	color:#867465; /*#2D2D2D;*//*#3C3C3C;*/
}
a.PostList_TitleHyperlink:hover
{
	text-decoration:underline;
	color:#B22222; /*#C91414*/;
}

.PostList_Description /* Tóm lược văn bản (VD: Tin tức, ...) */
{
	font-family:Arial, Tahoma, Verdana, Times New Roman;
	font-size:14px;
	font-style:normal;
	text-decoration:none;
	color:#867465; /*#2D2D2D;*//*#3C3C3C;*/
}

.PostList_Image
{
    width:200px;
    height:140px;
}

.PostList_ImageFrame
{
    background:#FFFFF;
    border:1px solid #D5C3AA; /*#BBBBBB;*/
    padding:10px;
    
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;   
}

.PostList_Separator
{
    height:0.5px;
    border-bottom:1px dotted #D5C3AA; /*#C3C3C3;*/
}

/* --- Post Home Sticky Summary --- */
.Pst_Home_PostStickySumm_ColumnWidth
{
    width:170px;
}

.Pst_Home_PostStickySumm_Image
{
    width:170px;
    height:120px;
}

.Pst_Home_PostStickySumm_ImageFrame
{
    background:#FFFFF;
    border:1px solid #BBBBBB; 
    padding:2px;    
}

.Pst_Home_PostStickySumm_Name
{
    color:#555555;
    font-family:Arial, Tahoma, Verdana, Times New Roman;
    font-size:16px;
    font-weight:bold;
}

a.Pst_Home_PostStickySumm_Name_Hyperlink
{
    color:#555555;
    font-family:Arial, Tahoma, Verdana, Times New Roman;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
}
a.Pst_Home_PostStickySumm_Name_Hyperlink:hover
{
    color:#C91414;
}

.Pst_Home_PostStickySumm_Description
{
    color:#555555;
    font-family:Arial, Tahoma, Verdana, Times New Roman;
    font-size:12px;   
    text-align:justify;
}

/* --------- Others --------- */
a.Control_ItemsTextScrollingNews /* Item text news scrolling hyperlink type */
{
	font-family:Arial, Tahoma, Verdana, Times New Roman;
	font-size:12px;
	text-decoration:none;
	color:#2D2D2D;/*#3C3C3C;*/	    	
}
a.Control_ItemsTextScrollingNews:hover
{
	text-decoration:underline;
	color:#900E0E; /*#FF0000;*/
}

.Control_ItemsScrollingNewsBullet /* Scrolling News bullet */
{
    width:15px;
    background-image:url('../../../../../../AppWeb/eCms/Cuz/Std/Pages/Style/Images/Bullet/Bullet_Cycle_Gray.png');
    background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:0px 2px; 
}

.Control_TitleSummaryBar /* Scrolling News bullet */
{
    width:100%;
    height:25px;
    background-image:url('../../../../../../AppWeb/eCms/Cuz/Xtmn/Pages/Style/Images/TitleSummaryBarBG.png');
    background-repeat:no-repeat;
    background-attachment:scroll;
    
    border-bottom:1px solid #CCCCCC;
    
    color:#FFFFFF;
    font-family:Tahoma, Arial, Times New Roman, Verdana;
    font-size:12px;
    font-weight:bold;
    padding-left:5px;    
}

a.Control_HomeNewsSummaryTitleLink
{
    color:#003399;
    font-family: Arial, Tahoma, Times New Roman, Verdana;
    font-size:17px;
    font-weight:bold;
}

a.Control_HomeNewsSummaryOtherTitleLink
{
    color:#003399;
    font-family: Arial, Tahoma, Times New Roman, Verdana;
    font-size:12px;
    font-weight:bold;
}

.Control_HomeNewsSummaryOtherDescription
{
    color:#2D2D2D;/*#3C3C3C;*/
    font-family: Tahoma, Arial, Times New Roman, Verdana;
    font-size:11px;
}

.Control_HomeNewsSummarySeparator
{
    width:100%;
    height:1px;
    
    background-image:url('../../../../../../AppWeb/eCms/Cuz/Std/Pages/Style/Images/Bar_Box/SeparatorLine_Dotted_01.gif');
    background-repeat:repeat-x;
    background-attachment:scroll;
}
