﻿html, body 
{
	background-color:#EEF4C5;
	font-family:Arial;
	text-align:center;
	font-size:12px;
	padding:0;
	margin:0;
}

.pageTitle
{
	font-size:larger;
	font-weight:bold;
	text-transform:uppercase;
}

.tbList
{
	border-collapse:collapse;
}
.tbList tr
{
	height:23px;
}
.tbList td.header
{
	color:#fff;
	font-weight:bold;
}
.tbList td
{
	color:#000;
}
/*------------- Header---------------------*/
#hp_Header_Logo
{
	background-image:url(/Present/Library/Images/HomePage/logo.png);
	background-repeat:no-repeat;
	height:122px;
	width:177px;
	}
#hp_Header_Banner
{
	background-image:url(/Present/Library/Images/HomePage/top_banner.jpg);
	background-repeat:no-repeat;
	height:122px;
	width:803px;
	left:177px;
	}
/*------------- End Header------------------*/

/*------------- Menu -----------------------*/
ul#parentNode
{
	list-style:none;
	height:33px;
	margin:0px;
	
}
ul#parentNode li.Containlink
{ 
	float:left;
	height:33px;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
	position:relative;
	display:block;
	}
ul#parentNode li.space
{ 
	float:left;
	height:33px;
	width:2px;
	background-color:White;
	position:relative;
}
ul#parentNode li.Containlink:hover
{
	background:url(../Images/HomePage/bg_menu_Over.gif) repeat-x;
}
ul#parentNode li.Containlink a
{
	display:block;
	font-weight:bold;
	font-size:10pt;
	text-decoration:none;
	color:#000;
	margin-top:8px;
}
ul#parentNode li.Containlink:hover a
{
	color:#BB161C;
}
ul#parentNode li.Containlink a:hover
{
	color:#BB161C;
}

ul#parentNode li ul.subNode
	{ display:none; line-height:25px; width:150px; text-align:left;margin-top:10px;margin-left:0px; list-style-type:none; position:absolute;  border:1px solid #EEF4C5; background:#C5BFBF; z-index:1000;background-color:#EEF4C5; }
ul#parentNode li.Containlink:hover ul.subNode
	{ display:block; text-decoration:none;  position:absolute; background-color:#EEF4C5;}

ul#parentNode li.Containlink ul.subNode li a:link,
	ul#parentNode li.Containlink ul.subNode li a:visited
	{ color:#595959;text-decoration:none; text-align:left; font-size:9pt; margin-left:5px; }
ul#parentNode li.Containlink ul.subNode li:hover a,
	ul#parentNode li.Containlink ul.subNode li a:hover,
	ul#parentNode li.Containlink ul.subNode li a:active
	{ 
		text-decoration:none;
		color:#BB161C;
		 }
/*------------- End Menu---------------------*/
/*------------- Top Area---------------------*/
.hp_TopArea
{
	background:url(/Present/Library/Images/HomePage/bg_topArea.gif) repeat-x;
	height:30px;
	text-align:left;
	width:980px;
	}
.hp_topArea_Time
{
	color:#000;
	font-size:9pt;
	width:250px;
	vertical-align:middle;
	font-weight:normal;
	}
.hp_topArea_HotNews
{
	font-size:9pt;
	font-weight:bold;
	color:#8E8E89;
	width:700px;
	vertical-align:middle;
}

.style_header_hotnews_link
{
	font-size:9pt;
	font-weight:normal;
	text-decoration:none;
	color:#45453C;
	}
.style_header_hotnews_link:hover
{
	text-decoration:underline;
	}	
/*------------- End Top Area------------------*/

/*------------- Main Home Page----------------*/

/*---Main Left================================*/
.hp_Left_divNews
{
	background:url(/Present/Library/Images/HomePage/nen_tintuc_trai.gif) repeat-x;
	height:254px;
	}
.hp_Left_divTitleCatNews
{
	color:#BB161C;
	font-weight:bold;
	font-size:10pt;
	text-align:left;
	
	}
.hp_Left_News_img
{
	padding:2px;
	width:52px;
	height:52px;
	}
.hp_Left_divSubjectNews{
font-family: Arial;	font-size: 10pt;font-weight: bold;color: #D14F00;margin-left: 0px;margin-bottom:0px;text-decoration: none;text-align:left;}
a.hp_Left_divSubjectNews {color: #D14F00;text-decoration: none;}
a.hp_Left_divSubjectNews:visited {color: #D14F00;text-decoration: none;}
a.hp_Left_divSubjectNews:hover {color: #003399;text-decoration: none;}
a.hp_Left_divSubjectNews:visited:hover {color: #003399;text-decoration: none; vertical-align:top;}

.hp_Left_divBriefNews
{
	padding-left:5px;
	font-size:8pt;
	font-weight:normal;
	color:#000000;
	text-align:left;
	line-height:15px;
	}
.hp_Left_divPublishDate_News
{
	font-size:7pt;
	color:#B9859F;
	font-weight:normal;
	vertical-align:bottom;
	}
/*---End Main Left===========================*/

/*---Main Center=============================*/

/*====Top Center*/
.stepcarousel{
position: relative; /*leave this value alone*/
border:0px;
overflow: auto; /*leave this value alone*/
width: 440px; /*Width of Carousel Viewer itself*/
height: 100px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 420px;
display:table-cell;
 /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
/*=End Top Center*/
/*=Bottom Center=*/
.text_content_center_bottom
{
	font-size:9pt;
	color:#000000;
	line-height:20px;
	}
.hpl_next_more
{
	font-size:9pt;
	color:#000000;
	cursor:pointer;
	}
a.hpl_next_more:hover
{
	font-size:9pt;
	color:#414190;
	cursor:pointer;
	}
/*=End Bottom Center=*/


/*---MainRight

/*------------- End Main Home Page--------------*/

/*============ Style Sheet Footer=========================*/
.hp_Footer_background
{
	background-color:#EAEE60;
	height:97px;
	width:980px;
	}
.hp_Footer_bg_Link
{
	background-color:#CBBD37;
	height:28px;
	width:980px;
	vertical-align:middle;
	text-align:center;
	color:#000;
	font-size:9pt;
	}
.hp_Footer_link
{
	color:#000;
	font-weight:normal;
	font-size:10pt;
	text-decoration:none;
	cursor:pointer;
	}
.hp_Footer_link:hover
{
	color:#000;
	text-decoration:underline;
	}
.FT_div_Info
{
	font-size:9pt;
	text-align:center;
	color:#000;
	}
	
/*============ End Style Sheet Footer===================*/

/*==============News =============================*/
/*left News==========*/
.CatNews_left_tr
{
	background-color:#F3F3F3;
	height:25px;
	text-align:left;
	}
.CatNews_left_link
{
	font-size:10pt;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	}
a.CatNews_left_link:hover
{
	color:#D14F00;
	text-decoration:none;
	}
.news_of_cat_brief
{
	color:#480074;
	font-size:9pt;
	font-weight:normal;
	}
/*==============End News==========================*/

/*========= Weather--------------------*/
.BoxItem               
{ 
	font-family: 'Arial'; 
	font-size: 8pt; 
	color: #000000; 
	text-decoration: none;
}
.BoxHeader             
{ 
	font-family: 'Arial'; 
	font-size: 8pt; 
	color: #ffffff; 
	font-weight: bold; 
	text-decoration: none;
	background-color:#AB973D;
}

/*====new */
.style_date_time
{
	font-size: 8pt;	
	font-family: tahoma;
	color: #777777;	
}
.style_newscat_newssubject_link_2{font-family: Arial;	font-size: 9pt;font-weight: normal;color: #D14F00;margin-left: 0px;margin-bottom:0px;text-decoration: none;text-align:left;}
a.style_newscat_newssubject_link_2 {color: #D14F00;text-decoration: none;}
a.style_newscat_newssubject_link_2:visited {color: #D14F00;text-decoration: none;}
a.style_newscat_newssubject_link_2:hover {color: #003399;text-decoration: none;}
a.style_newscat_newssubject_link_2:visited:hover {color: #003399;text-decoration: none;}

.style_button_viewbydate {font-family: Arial;	font-size: 8pt;	font-weight: normal;color: #FFFFFF;	padding-left: 0px;padding-top: 0px;text-decoration: none;text-align:center;background-color:#D14F00;height:20px;border:solid 1px #cccccc;}

.style_date_time_newsdetail{font-size: 11px;font-family: Arial;color: #464646;	}
.style_subject_detail{font-size: 18.5pt;font-weight: bold;font-family: Arial;padding-left: 0px;color: #464646;text-decoration: none;}

.style_newsdetail_other_link {font-family: Arial; color: #003399; font-size: 8.5pt; font-weight: normal; text-decoration: none;}
a.style_newsdetail_other_link {color: #003399;text-decoration: none;}
a.style_newsdetail_other_link:visited {color: #003399;text-decoration: none;}
a.style_newsdetail_other_link:hover {color: #003399;text-decoration: underline;}
a.style_newsdetail_other_link:visited:hover {color: #003399;text-decoration: underline;}

.style_newsdetail_content {font-size: 8pt;font-family: Verdana;text-align:left; font-weight:normal; color:Black;}
.style_newsdetail_brief_bold {font-size: 10pt; line-height:130%; font-family: Verdana;margin-left: 0px;font-weight: bold;color: #000000;text-align:left;}
.style_related_news_date_time
{
	font-size: 8pt;	
	font-family: tahoma;
	color: #777777;	
}
.style_related_news_newssubject_link		
{	
	font-family: tahoma;	
	font-size: 9pt;	
	font-weight: normal;	
	color: #000000;	
	margin-left: 0px;	
	margin-bottom:0px;
	text-decoration: none;	
}
a.style_related_news_newssubject_link {
	color: #000000;
	text-decoration: none;
}
a.style_related_news_newssubject_link:visited {
	color: #000000;
	text-decoration: none;
}
a.style_related_news_newssubject_link:hover {
	color: #c91101;
	text-decoration: underline;
}
a.style_related_news_newssubject_link:visited:hover {
	color: #c91101;
	text-decoration: underline;
}
.style_news_detail_related_news_title
{	
	font-size: 10pt;	
	font-family: tahoma;	
	font-weight: bold;
	color: #000000;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:underline;
	text-align:left;
}
.style_news_detail_action_area 	{font-family: tahoma; color: #000000; font-size: 8pt; font-weight: normal; text-decoration: none;padding:5 0 0 0;margin:5 0 0 0;text-align:left;border-top:solid 1px #cccccc;border-bottom:solid 0px #cccccc;}
.style_news_detail_action_area_bottom 	{font-family: tahoma; color: #000000; font-size: 8pt; font-weight: normal; text-decoration: none;padding:5 0 5 0;margin:5 0 5 0;text-align:center;border-top:solid 1px #cccccc;border-bottom:solid 1px #cccccc;}
.style_newsdetail_other_link_1 {font-family: Arial; color: #003399; font-size: 9pt; font-weight: bold; text-decoration: none;}
a.style_newsdetail_other_link_1 {color: #003399;text-decoration: none;}
a.style_newsdetail_other_link_1:visited {color: #003399;text-decoration: none;}
a.style_newsdetail_other_link_1:hover {color: #003399;text-decoration: underline;}
a.style_newsdetail_other_link_1:visited:hover {color: #003399;text-decoration: underline;}

.style_subject 		
{	
	font-size: 12px;	
	font-weight: bold;	
	font-family: tahoma;	
	padding-left: 0px;
	color: #993132;
	text-decoration: none;
}
a.style_subject {
	color: #000000;
	text-decoration: none;
}
a.style_subject:visited {
	color: #000000;
	text-decoration: none;
}
a.style_subject:hover {
	color: #000000;
	text-decoration: underline;
}
a.style_subject:visited:hover {
	color: #000000;
	text-decoration: underline;
}
.style_menu_top 		
{	
	font-family: tahoma;	
	font-size: 11px;	
	font-weight: 700;	
	color: #FFFFFF; 
	margin-left:10px;
	text-decoration: none;
}
a.style_menu_top {
	color: #FFFFFF;
	text-decoration: none;
}
a.style_menu_top:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.style_menu_top:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.style_menu_top:visited:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.style_comment_textbox_onlinefaq_1
{
	font-size: 8pt;	
	font-weight: normal;	
	font-family: tahoma;	
	color: #000000;
	text-decoration: none;
	width:280px;
	height:200px;
}
.style_comment_textbox_sendmail_1
{
	font-size: 8pt;	
	font-weight: normal;	
	font-family: tahoma;	
	color: #000000;
	text-decoration: none;
	width:280px;
	height:120px;
}
.style_comment_form_col_1
{
	font-size: 10pt;	
	font-weight: normal;	
	font-family: tahoma;	
	padding-top: 2px;
	padding-left:20px;
	color: #000000;
	text-decoration: none;
	text-align:left;
	width:70px;
}
.style_comment_form_col_1_1
{
	font-size: 10pt;	
	font-weight: normal;	
	font-family: tahoma;	
	padding-top: 2px;
	padding-left:5px;
	color: #000000;
	text-decoration: none;
	text-align:left;
	width:170px;
}
.style_comment_form_col_2
{
	font-size: 8pt;	
	font-weight: normal;	
	font-family: tahoma;	
	padding-top: 2px;
	padding-left:0px;
	color: #000000;
	text-decoration: none;
	text-align:left;
}
.style_comment_text_2
{
	font-size: 8pt;	
	font-weight: normal;	
	font-family: tahoma;	
	padding-top: 10px;
	padding-bottom:10px;
	color: #000000;
	text-decoration: none;
	text-align:center;
}
.style_comment_button
{	
	font-family: tahoma;	
	font-size: 8pt;
	font-weight: normal;	
	color: #000000;	
	padding: 0px;
	text-decoration: none;
	text-align:center;
	height:20px;
	width:70px;
}
.style_comment_title{font-size: 10pt;font-weight: bold;font-family: tahoma;padding-top: 0px;color: #003399;text-decoration: none;background-color:#eaeaea;height:20px;text-align:center;}
.style_comment_button
{	
	font-family: tahoma;	
	font-size: 8pt;
	font-weight: normal;	
	color: #000000;	
	padding: 0px;
	text-decoration: none;
	text-align:center;
	height:20px;
	width:70px;
}
.style_comment_text_1
{
	font-size: 8pt;	
	font-weight: normal;	
	font-family: tahoma;	
	padding-top: 10px;
	padding-bottom:10px;
	color: #000000;
	text-decoration: none;
	text-align:center;
}
.style_comment_text_2
{
	font-size: 8pt;	
	font-weight: normal;	
	font-family: tahoma;	
	padding-top: 10px;
	padding-bottom:10px;
	color: #000000;
	text-decoration: none;
	text-align:center;
}
.style_comment_textbox
{
	font-size: 8pt;	
	font-weight: normal;	
	font-family: tahoma;	
	color: #000000;
	text-decoration: none;
	width:300px;
	height:20px;
}
.style_comment_textbox_1
{
	font-size: 8pt;	
	font-weight: normal;	
	font-family: tahoma;	
	color: #000000;
	text-decoration: none;
	width:300px;
	height:120px;
}
.style_comment_textbox_sendmail
{
	font-size: 8pt;	
	font-weight: normal;	
	font-family: tahoma;	
	color: #000000;
	text-decoration: none;
	width:280px;
	height:20px;
}
.style_comment_textbox_onlinefaq
{
	font-size: 8pt;	
	font-weight: normal;	
	font-family: tahoma;	
	color: #000000;
	text-decoration: none;
	width:280px;
	height:20px;
	border-top:solid 0px #eaeaea;
	border-right:solid 0px #eaeaea;
	border-left:solid 0px #eaeaea;
	border-bottom:dashed 1px #6A759E;
	
}
.style_comment_textbox_onlinefaq_1
{
	font-size: 8pt;	
	font-weight: normal;	
	font-family: tahoma;	
	color: #000000;
	text-decoration: none;
	width:280px;
	height:200px;
}

.style_link_view_detailsNews
{
	font-size:9pt;
	font-weight:bold;
	color:#000000;
	text-decoration:underline;
	}
a.style_link_view_detailsNews
{
	text-decoration:underline;
	}

/*========== Contact ================*/
.style_website_text_normal{font-family: Arial;font-size: 9pt;	line-height:170%;font-weight: normal;color: #000000;	padding: 0px;text-decoration: none;text-align:left;}

/*============================*/
.style_rss_link_1	{font-family: tahoma;font-size: 10pt;font-weight: bold;color: #183e90; margin-left: 0px;	margin-bottom:0px;text-decoration: none;}
a.style_rss_link_1 {color: #183e90;text-decoration: none;}
a.style_rss_link_1:visited {color: #183e90;text-decoration: none;}
a.style_rss_link_1:hover {color: #183e90;text-decoration: underline;}
a.style_rss_link_1:visited:hover {color: #183e90;text-decoration: underline;}
/*============================*/
.style_rss_link 		
{	
	font-family: tahoma;	
	font-size: 8pt;	
	font-weight: normal;	
	color: #000000;	
	margin-left: 0px;	
	margin-bottom:0px;
	text-decoration: none;	
}
a.style_rss_link {
	color: #000000;
	text-decoration: none;
}
a.style_rss_link:visited {
	color: #000000;
	text-decoration: none;
}
a.style_rss_link:hover {
	color: #000000;
	text-decoration: underline;
}
a.style_rss_link:visited:hover {
	color: #000000;
	text-decoration: underline;
}
/*============================*/
.style_rss_text
{
	font-family: Arial;	
	font-size: 10pt;	
	font-weight: normal;	
	color: #000000;	
	padding-left: 0px;
	padding-top: 0px;
	text-decoration: none;
	text-align:justify;
	line-height:150%;
}
/*============================*/