@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	margin-left:0px;
	padding:0px;
}
body { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	background:url(images/bg.jpg);
}
ul, li { 
	list-style-type: none;
	margin:0px;
	padding:0px;
}
a {	
	color: #999999;	 
	text-decoration: none;
}
a:hover { 
	text-decoration:underline;
	color:#0066CC;
	}
img { 
	border: none; 
}
#gia_vang {
	width:115px;
	height:40px;
	margin-top:3px;
	margin-right:2px;
	float:right;
	background:url(images/gia-vang-bg.gif);
}
#gia_vang .gia_vang_text {
	color:#003366;
	line-height:18px;
	padding-top:4px;
	padding-left:8px;
	float:left;
}
#gia_vang .gia_vang_number {
	font-weight:bold;
}
#usd {
	width:115px;
	height:40px;
	margin-top:3px;
	margin-right:2px;
	float:right;
	background:url(images/usd-bg.gif);
}
#usd .usd_text {
	color:#003366;
	line-height:18px;
	padding-top:4px;
	padding-left:8px;
	float:left;
}
#usd .usd_number {
	font-weight:bold;
}
#thoi_tiet {
	width:115px;
	height:40px;
	margin-top:3px;
	margin-right:2px;
	float:right;
	background:url(images/thoi-tiet-bg.gif);
}
#thoi_tiet .thoi_tiet_text {
	color:#003366;
	line-height:18px;
	padding-top:4px;
	padding-left:8px;
	float:left;
}
#thoi_tiet .thoi_tiet_number {
	font-weight:bold;
}
/* CSS Menu Left */
#menu_left
{
	width:190px;
	text-align:left;
}
#menu_left .menu_text {
	color:#ffffff;
	background-image:url(images/bg_mn_left.jpg);
	background-repeat:no-repeat;
	display: block;
	margin:0px;
	padding:0px;
	height:26px;
	font-weight:bold;
}
#menu_left .text{
	color: #ffffff;
	text-decoration: none;
	display: block;
	height:26px;
	font-weight:bold;
}
#menu_left .text a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-left:20px;
	padding-top:5px;
	font-weight:bold;
}
#menu_left .text a:hover {
	text-decoration: none;
	background:url(images/bg_mn_left_over1.jpg);
	height:26px;
	color:#FF0000;
}
#menu_left .menu_text1 {
	color:#ffffff;
	background-image:url(images/bg_mn_left1.jpg);
	background-repeat:no-repeat;
	display: block;
	margin:0px;
	padding:0px;
	height:26px;
	font-weight:bold;
}
#menu_left .text1{
	color: #ffffff;
	text-decoration: none;
	display: block;
	height:26px;
	font-weight:bold;
}
#menu_left .text1 a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding-left:20px;
	padding-top:5px;
	font-weight:bold;
}
#menu_left .text1 a:hover {
	text-decoration: none;
	background:url(images/bg_mn_left_over2.jpg);
	height:26px;
	color: #FF0000;
}
/* Left content */
#td_lr {
	background:url(images/td_lr.jpg);
	height:25px;
}
#td_lr .td_text_lr {
	color:#ffffff;
	font-weight:bold;
	padding-top:5px;
	text-align:center;
}
.boder_lr {
	border-bottom:1px #b7b7b7 solid;
	border-left:1px #b7b7b7 solid;
	border-right:1px #b7b7b7 solid;
	background:url(images/bg_td_lr.jpg);
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	
}
/* CSS Right content */
#login {
	width:189px;
	height:133px;
	background:url(images/bg_login.jpg);
}
.form {
	margin:8px;
}

#login .login_text{
	font-weight:bold;
	color:#FFFFFF;
	padding-top:10px;
}
.img_project {
	margin-right:5px;
	margin-top:4px;
	float:left;
}
.project_content {
	line-height:18px;
	text-align:justify;
	clear:both;
	color:#0066CC;
}
.project_content a {
	color:#0066CC;
}
.project_content a:hover{
	text-decoration:underline;
}
/* CSS content center */
.bg_center {
	background:url(images/bg_center.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding:2px;
	border:2px #ffffff solid;
}
#td_center {
	background:url(images/bg-td.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	width:100%;
	height:22px;
}
#td_center .td_center_bg_text {
	background:url(images/bg-td1.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	width:auto;
	height:22px;
	float:left;
}
#td_center .td_center_text {
	color:#c50202;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Tahoma;
	float:left;
	padding-right:20px;
	padding-left:5px;
}
#content_center {
	margin-bottom:8px;
	clear:both;
}
#content_center .td_news {
	padding-top:5px;
	padding-bottom:5px;
	font-size:13px;
	color:#02a8fe;
	text-align:left;
	font-weight:bold;
}
#content_center .td_news a {
	color:#02a8fe;
	text-decoration:none;
}
#content_center .td_news a:hover{
	text-decoration:underline;
}
#content_center .date_time_news {
	float:left;
	color:#999999;
	font-style:italic;
	font-size:11px;
}
#content_center .img_news {
	margin-right:5px;
	margin-top:4px;
	float:left;
}
#content_center .news_content {
	line-height:18px;
	text-align:justify;
	clear:both;
}
#content_center .news_other {
	width:100%;
	line-height:18px;
	text-align:justify;
	color:#999999;
	border-top:1px #CCCCCC dotted;
	margin-top:5px;
}
#content_center .news_other a{
	color:#999999;
	padding-left:5px;
	padding-top:5px;
}
#content_center .news_other a:hover {
	color:#0066CC;
	text-decoration:underline;
}
#content_center .news_content .more {
	clear:both;
	width:80px;
	float:right;
	color:#0066CC;
	padding-top:5px;
	font-size:11px;
}
#content_center .news_content .more a {
	color:#0066CC;
	text-decoration:underline;
	font-size:11px;
	float:right;
}
#content_center .news_content .more a:hover {
	text-decoration:none;
}
/* CSS footer */
.copyright {
	padding:6px;
	line-height:18px;
	text-align:left;
	color:#333333;
	float:left;
}
.bo_dem {
	padding:6px;
	line-height:18px;
	text-align:left;
	color:#003366;
	float:right;
}
.bo_dem_number {
	color:#FF0000;
	font-weight:bold;
}
/*CSS sua ngay 29/12/2008*/
#bg1 {
	background:url(images/top-bg.jpg);
	height:32px;
	margin-top:2px;
}
#bg1 .bg2 {
	background:url(images/top-img1.jpg) left no-repeat;
	height:32px;
	padding-left:5px;
}
#bg1 .bg3 {
	background:url(images/top-img2.jpg) right no-repeat;
	height:32px;
	padding-right:5px;
}
#date1 {
	margin-top:5px; 
	color:#003366; 
	font-weight:bold;
	text-align:left;
	float:left;
}
#date1 .time1 {
	padding-left:10px; 
	font-weight:bold;
	color:#FF0000;
}
#marquee1 {
	margin-left:5px; 
	margin-right:5px; 
	margin-top:4px; 
	border:0px #FFFFFF solid;
	width:430px;
	height:18px; 
	float:right
}
#marquee1 .marquee2 {
	color:#c50202; 
	font-size:12px; 
	padding:2px;
}
#form1 {
	margin-top:2px;
	background:url(images/bg_s.jpg) top repeat-x;
	background-color:#FFFFFF;
	border:1px #1e54be solid;
	margin-right:5px;
	height:20px;
	width:565px;
	float:left;
	margin-top:5px;
}
#form1 .form02 {
	margin-left:20px;
	border:1px #1e54be solid;
	width:250px;
	background:url(images/bg_s1.jpg) bottom repeat-x;
	background-color:#ffffff;
	margin-left:20px;
	border:0px;
	height:20px;
	float:left;
}
#form1 .form2{
	float:left;
	background:url(images/search-icon.gif) left center no-repeat;
	height:20px;
	border:0px;
}
#form1 .form3 {
	float: right;
	padding-left:5px;
	padding-top:2px;
	width:auto;
}
#form1 .form4 {
	float: right;
	padding-left:5px;
}
#ngon_ngu1 {
	float:right;
	margin-right:7px;
	margin-top:10px;
}
/*   Sửa    */
#tdc {
	height:26px;
	display:block;
}
#tdc .tdc1{
	float:left;
	height:26px;
}
#tdc .tdc2{
	float:left;
	height:26px;
	background:url(images/tdc2.jpg);
}
#tdc .tdc2_text{
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	text-transform:uppercase;
	font-family:Tahoma;
	color:#FFFFFF;
	font-weight:bold;
}

#slideshow_wrap {width:600px; height:auto; position:relative; margin:0px; padding:0px;}
#slideshow_wrap .group1{width:550px;height:50px;}	
#slideshow_wrap .group2{margin:5px 0px;width:600px;height:auto;}	
#slideshow_wrap .group3{margin:10px 0px;width:550px;height:auto;}

#thumb_line1 {margin-top:3px;margin-bottom:6px;width:600px;position:relative;height:202px;}
#thumb_line1 .box01 {width:120px;float:left;height:200px;background: #dfe6f4 url(images/thumb_bg_pic01.gif) top no-repeat;}
#thumb_line1 .box01 .pics_content {width:120px;height:94px;margin-top:40px;margin-left:0px;border:0px;}
#thumb_line1 .box01 .pics_content_text {margin-top:28px;margin-left:3px;margin-right:3px;text-align:center;font-size:11px;color:#333333;line-height:16px;}
#thumb_line1 .box02 {width:125px;float:right;height:200px;background: #dfe6f4 url(images/thumb_bg_pic01.gif) top no-repeat;}
#thumb_line1 .box02 .pics_content2 {width:93px;height:94px;margin-top:40px;margin-left:16px;border:0px;}
#thumb_line1 .box02 .pics_content_text2 {margin-top:28px;margin-left:6px;margin-right:6px;text-align:center;font-size:11px;color:#333333;line-height:16px;}
#thumb_line1 .box_space {float:left;width:10px;height:200px;}