@charset "utf-8";
/* CSS Document */
body{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	margin:0;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#ffffff  url(../images/img01.jpg) repeat-x scroll left top;
	padding:0;
}
#wrapper{
	width: 1014px;
	padding: 0px;
	margin:0px auto;
}
.floatleft{
	float: left;
}

#header{
	height:63px;
	width: 1014px;
	margin:0 auto;
}
.logo{
	float: left;
	margin-left: 15px;
	padding-top: 15px;
	
}
.hdrBanner{
	
	margin-left: 100px;
	padding-top: 10px;
}
.hdrSearchTextBox{
	border-right: 1px  solid #778;
	height: 15px;
}
.search 
{
	background-color:#ffffff;
	margin-left: 15px;
	margin-right:10px;
	margin-top: 20px;
	font-size: 12px; 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	float:left;
	text-align:left;
	height:22px;
}

.select-search{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none no-repeat scroll left top;
	border:none;
	width:125px;
	margin:0;
}

.top3_2 
{
	background:url(../images/search.gif) no-repeat;
	text-decoration:none;
	background-repeat:no-repeat;
	border:none;
	display:block;
	width:19px;
	height:22px;
	margin:0px 0 0 0px;
	padding:0;
	border:none;
	cursor:pointer;
}



.hdrSearchInput {
	/*-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	/*background:transparent url(../images/seachBg.gif) no-repeat scroll left top;*/
	background-color:#FFFFFF;
	margin-left: 50px;
	padding-left:0px;
	margin-top: 20px;
	font-size: 12px; 
	width:300px;
}
.hdrSearchTextbox
{
	border:0 none;
	float:left;
	font-size:12px;
	height:19px;
	left:24px;
	padding-top:5px;
	width:140px;
}

.comboxContainer{
	width: 120px;
	height: 10px;
}

.example {
	background: #eee;
	padding: 50px;
}

/* - - -Menu - - - */

.jqueryslidemenu{
	font: bold 12px Verdana;
	width: 1014px;
	padding: 0px 15px;
	height: 27px;
	margin: 0 auto;
}

.jqueryslidemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block;
	background: #lalala; /*background of tabs (default state)*/
	color: white;
	padding: 8px 10px;
	
	color: #2d2b2b;
	text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
	color: white;

}

 .jqueryslidemenu ul li a.selected{
	background:url(../images/box.png);
}

.jqueryslidemenu ul li a:hover{
	background:url(../images/box.png); /*tab link background during hover state*/
	color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
	top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
	font: normal 13px Verdana;
	width: 120px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid white;
	background:url(../images/drop.png);
}

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
	background:url(../images/drop.png);
	color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
	position: absolute;
	top: 12px;
	right: 7px;
}

.rightarrowclass{
	position: absolute;
	top: 6px;
	right: 5px;
}

#container{
	width: 1014px;
	margin: 0px auto;
	padding: 0px;
}
.clearer{
	font-size:0px;
	line-height:0px;
	display:block;
	margin:0px;
	padding:0px;
	clear:both;
	height:0px;
	width:auto;
}
#footer{
	clear: both;
	background: #1a1a1a;
	height: 37px;
	padding: 10px 0px 0px 20px;
	width: 1014px;
}

/* container o day */

.bodyCol1Right {
	float:right;
	margin-left:5px;
	width:347px;
	/*border-left:dotted #FF0033;*/
	margin-bottom:20px;
	margin-top:10px;
}

.source {
	color:black;
	font-size:11px;
	font-weight:normal !important;
	margin:0;
	padding:0;
}
.newTitleHome {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	font-size:14px;
	font-weight:bold;
	height:20px;
	line-height:20px;
	color:#b41011;
}
.newList {
	list-style:none;
	margin:5px 0px 0px 5px;
	padding:0px;

}
.newList li {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/icon.png) no-repeat scroll left 5px;
	margin:0;
	padding:0 0 2px 10px;
	background-image:url(../images/icon.png);
	background-repeat:no-repeat;

}
.newList li a {
	font-weight:bold;
	line-height:18px;
	padding-left:3px;

}
.newList li a:hover {
	text-decoration:underline;
}
.newListSource {
	color:#777777;
	font-size:11px;
}
.newListLink {
	font-weight:normal;
}

.myBm {
	clear:both;
	margin: auto 5px auto 10px;
	border: 1px solid #c7c7c7;
	
}
.myBmTitle {
	background: transparent #861416 repeat-x scroll bottom;
	height:34px;
	line-height:34px;
}
.myBmLeft{
	float: left;
	width: 169px;
	height: 34px;
	background: transparent url(../images/bmleft.png) no-repeat;
}
.myBmLeft span b{
	color:#FFFFFF;
	
}
.myBmRight span b{
	color: #c23e3f;
}

.myBmTitle span {
	background:transparent url(../images/line.png) no-repeat scroll center bottom;
	display:block;
	height:34px;
	line-height:34px;
	padding-left:8px;
	margin-left: 2px;
}
.myBmTitle span b {
	display:block;
	height: 34px;
	line-height: 34px;
	text-align: center;
}
.myBmContent {
	border:1px solid #43AEC5;
	padding:5px 5px 0;
}
.myBmContentLog {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/logBg.jpg) no-repeat scroll center top;
	color:#CCCCCC;
	padding-top:5px;
	text-align:center;
}
.myBmContentLog span {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../Images/dot_horizon.gif) repeat-x scroll center bottom;
	display:block;
	font-size:11px;
	line-height:15px;
	padding:7px 0 5px;
}
.myBmContentLogin {
	color:#DD3105;
	font-weight:bold;
}
.myBmAvatar {
	border:1px solid #B7CCE0;
	float:left;
	margin:0 5px 5px 0;
	padding:2px;
}
.myBmDate {
	color:#999999;
	font-size:11px;
}
.myBmDesc {
	color:#999999;
	font-size:11px;
}
.myBmChannel {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
.myBmChannelName {
	display:block;
	font-weight:bold;
	margin-top:5px;
}
.myBmChannelNone {
	color:#666666;
	font-size:11px;
	font-style:italic;
}
.myBmActiveFriends {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../Images/dot_horizon.gif) repeat-x scroll center top;
	font-size:11px;
	margin-top:5px;
}

/*moi lam*/
/*trang list.html*/
.right{
	background: url(../images/right.png);
	line-height: 18px; /* khoang cach giua 2 dong */
	float: left;
	margin-left: 5px;
	width: 350px;
}
.left{
	float: left;
	width: 652px;
}

a {
color:#b41011;
outline-color:-moz-use-text-color;
/*outline-style:none;*/
outline-width:medium;
text-decoration:none;
}

/*ket thuc trang list.html*/
.accountInfo{
	 background:#ffffff;
	 /*height: 132px;*/
	 height: auto;
	 margin: 0px;
	 padding: 1px 20px 0px 15px;
}
.CollCateTitle{
	background:transparent url(../images/back.png) repeat-x scroll center top;
	cursor: move;
	height: 32px;
	line-height: 27px;
	border: 1px solid #c4c3c4;
}
.CollCateTitle a{
	display: block;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	float:left;
}
.Col1ItemWrap{
	line-height: 18px;
	margin: 12px 0px 10px;
	text-align: justify;
}
.Col1ItemHl{
	font-size: 15px;
	font-weight: bold;
	
}
.fig{
	border: 1px solid #c4c3c4;
	float: left;
	padding: 2px;
	margin-right: 5px;
} 
.CollItemRight{
	margin-left: 10px;

}
.CollItemRight1
{
	font-size: 12px;
	font-weight:normal;
}
.Chuyenmuccuatoi
{
	margin-left: 10px;
	float:left;
}
.ChiTiet{
	font-size:10px;
	color:#FF0000;
}
.myBmChannelCreate{
	background: transparent url(../images/button.jpg) scroll center top;
	clear: both;
	height: 19px;
	line-height: 19px;
	
	margin: 15px 75px;
	text-align: center;
}
.myBmChannelCreate b{
	display: block;
	font-weight: normal;
	height: 19px;
	line-height: 19px;
	color: #FFFFFF;
}
.follow{
	background: transparent url(../images/follow.png) no-repeat center top;
	height: 32px;
	width: 334px;
	margin-top: 10px;
	margin-left: 10px;
}
div#boxCTBQT{
	background:url(../images/tags.png) no-repeat;
	color: #b81f20;
	font-size: 12px;
	line-height: 18px;
	margin-left: 10px;
	margin-top: 10px;
	width: 334px;
}
.boxCTBQTInTitle1{
	border: 1px solid #c7c7c7;
	height: 31px;
}
.tagCloud{
	list-style-type: none;
}
.tagCloud_1, .tagCloud_2, .tagCloud_3, .tagCloud_4, .tagCloud_5, .tagCloud_6
{
	display: inline;
	margin: 5px 0px;
	padding: 0px;
}
.tagCloud_4 a:link{
	color: #CC6600;
	font-size: 120%;
	font-weight: 500;
	margin-right: 2px;
	text-decoration: none;
}
.tagCloud_3 a:link{
	color:#000000;
	font-size: 135%;
	font-weight: 600;
	margin-right: 2px;
	text-decoration: none;
}
.sgBoxTitle{
	margin-top: 50px;
	font-size: 17px;
	font-weight: bold;
	color:#b92021;
}
.sgOther {
	list-style-type: none; 
}
.sgOther li{
	background: transparent url(../images/list.jpg) no-repeat scroll left 5px;
	margin: 0px;
	padding: 0px 0px 2px 10px;
}
.sgOther li a{
	line-height: 18px;
	padding-left: 5px;
	color: #000000;}
.sgOther span a{
	color: #DD3105;
	padding-left: 10px;
}
.continue{
	background: transparent url(../images/continue.jpg) scroll center top;
	clear: both;
	height: 19px;
	line-height: 19px;
	width: 106px;
	margin: 15px 0px;
	text-align: center;
	}
.continue b{
	display: block;
	font-weight: normal;
	height: 19px;
	line-height: 19px;
	color: #FFFFFF;
}
/* trang custom*/
.cusleft
{
	width: 109px;
	height: auto;
	float: left;
	border: 0px solid #848484;
}
.cusright{
	width: 900px;
	height: 500px;
	float: left;
	border: 1px solid #848484;
	
	
}
/*sua lai 29/12*/
.cusright1{
	width: 900px;
	height: 460px;
	float: left;
	border: 1px solid #848484;
	margin-bottom:40px;
	
}

/*moi lam ltd 24/11/2009*/
.nextstep{
	padding-right:10px;
	float:right;
}
 /*align="right" style="padding-right:10px;"*/

.cuscontent{
	background: #f3f3f3;
	margin: 10px 10px 0px 10px;	
}
.itemH1{
	background: #f3f3f3;
	margin: 0px;
	margin-top:0px;	
}

.tdleft
{
	height:90px;
	width:90px;
	
}
.tdright
{
	background-color:#666;
	width:20px;
}
.select
{
	background-color:#C03;
}

.next{
	/*width:100px; 
	background-color:#C03;"*/
	/*background-image:url(../images/next.jpg);
	display:inline;
	color:#000000;*/
	
	background:transparent url(../images/next.jpg) no-repeat scroll 0 0;
	border:medium none;
	color:#FFFFFF;
	font-weight:bold;
	height:20px;
	width:111px;
}

.save{	
	background:transparent url(../images/save.jpg) no-repeat scroll 0 0;
	border:medium none;
	color:#FFFFFF;
	font-weight:bold;
	height:20px;
	width:111px;
}
.cancel
{
	/*width:100px; 
	background-color:#999;"*/
	background-image:url(../images/cancel.jpg);
}
.table
{
	background-color:#f3f3f3;
	margin-top:10px;
	width:890px;
	/*height:300px;*/

}
.table1
{
	background-color:#e7e7e7;

}
.text
{
	color:#bd0f0f;
	font-size:15pt;
	margin-top:0px;
}
	
.clear {
	background-image:url(../images/custom_03.gif);
	background-repeat:no-repeat;
}
.txtbox
{
	width:250px;
}
.linebreak {
clear:both;
height:20px;
line-height:20px;
}
.tintruoc
{
	float:left;
	/*background-color:#999999;*/
/*	background-image:url(../images/tintruoc.jpg);*/
	background-repeat:no-repeat;
	margin-left:15px;
	margin-top:5px;
	margin-right:5px;
}

.tinketiep
{
	float:right;
	/*background-image:url(../images/tinsau.jpg);*/
	background-repeat:no-repeat;
	margin-bottom:50px;
	margin-right:30px;
}

/* trang custom*/
.cusleft
{
	width: 109px;
	height: auto;
	float: left;
	border: 0px solid #848484;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.tukhoa4
{
	background:transparent url(../images/tukhoa4.jpg) no-repeat scroll 0 0;
	height:95px;
	width:98px;
	border: 0px;
}

.tinketiep1
{
	padding-top:5px;
	float:right;
	/*background-image:url(../images/tinsau.jpg);*/
	background-repeat:no-repeat;
	margin-right:-80px;
}

ul.abc{
	margin: 0 15px 0 15px;
	padding-left:5px;
}

#slider ul, #slider li{ 
	margin:0;
	padding:0;
	list-style:none;
}	
#slider, #slider li{ 
	height:190px;
	width:650px;			
	overflow:hidden;

}	
	
#prevBtn
{
	
	padding: 0 15px 0 15px;
	margin: 0px;
	list-style-type:none;
	display:block;
	float:left;
}

#nextBtn{ 
	
	padding: 0 15px 0 15px;
	margin:0px;
	list-style-type:none;
	display:block;
	float:right;
}	


.lileft  {
	background:url(../images/tintruoc.gif) left top no-repeat;
	padding: 0 15px 0 15px;
	margin:0 0 0 0;
	list-style-type:none;
	display:block;
	float:left;
}
.liright  {
	background:url(../images/tinsau.gif) right top no-repeat;
	padding: 0 15px 0 15px;
	margin:0;
	list-style-type:none;
	display:block;
	float:right;
}

.news15_1
{
	background-color:#c7c7c7;
	float:left;
	height:20px;
	width:250px;
	margin-left:80px;
	padding-left:20px;
	padding-top:5px;
	position:relative;
	
}

.continue a
{
	/*background-color:#999999;
	/*float: left;
	width:400px;
	height:20px;*/
	
}
.continue1
{
	background-color:#c7c7c7;
	float: left;
	width:350px;
	height:20px;
	padding-top:5px;
}

.continue2
{
	background-color:#c7c7c7;
	float:left;
	height:20px;
	width:250px;
	margin-left:10px;
	padding-left:20px;
	padding-top:5px;
}
.test{
	/*margin:0 auto;*/
	width:700px;
	height:20px;
	margin-bottom:10px;
	margin-top:10px;
	float:left;
}


.chuyenmuc a
{
	background-color:#ffffff;
	text-decoration:none;
	border:none;
	
	display: block;
	color: white;
	
}
.listchuyenmuc
{
	width:109px;
}



.Col1CateRSS {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/rss.jpeg) no-repeat scroll left center;
float:left;
background-image:url(../images/rss.jpeg);
margin-left:10px;

}
.Col1CateRSS a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/rss.jpeg) no-repeat scroll left center;
color:#003872;
font-size:11px;
font-weight:normal;
padding:0 5px 0 20px;
}

.bodyCol1 {
float:left;
width:652px;
}

.title
{
	color:#b41011;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-decoration:none;
	color:#004175;
	outline:medium none;
	text-decoration:none;
	margin-top:0px;
	margin-bottom:0px;
}
.title1
{
	color:#be3031;
	font-size:15px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}

.title2 a
{
	color:#db1515;
	font-size:11px;
	margin-top:20px;
}

.desc {
line-height:18px;
text-align:justify;
margin-top:5px;

}
.descrnews {
line-height:18px;
text-align:justify;
width:300px;
float:left;
margin-top:5px;

}

.itemHl {
margin-bottom:5px;
margin-top: 15px;
}
.bodyCol1Left {
float:left;
width:455px;
}
.relatateNews
{
	float:left;
	
	margin-left:15px;
	width:320px;
	border-left:dotted #FF0033;
	margin-bottom:20px;
	margin-top::0px;
}

.newListLink {
font-weight:normal;
}

.newList1 {
	list-style:none;
	margin:5px 0px 0px 5px;
	padding:10px;
}
.newList1 li {
	/*-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;*/
	background:transparent url(../images/list.jpg) no-repeat scroll left 5px;
	margin:0;
	padding:0 0 2px 15px;
	background-image:url(../images/list.jpg);
	background-repeat:no-repeat;
	
}

.newList1 li a {
font-weight:bold;
line-height:18px;
padding-left:3px;
color:#000033;
}
.newList1 li a:hover {
text-decoration:underline;
color:#CC0033;
}
.top3 
{
	float:left;
	color:#FFFFFF;
	margin-left:100px;
	margin-right:100px;
	
}
.top3 a
{
	color:white;
}

.center{
	font-size:12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin-top:5px;
}
.list1{
	margin-bottom:10px;
}
.title1{
	margin-top:5px;
}
.hotnews
{	
	margin-top:10px;
}
.floatright
{
	/*float:right;*/
	padding-bottom:20px;
	margin-bottom:20px;
}
#lnkTitle 
{
	color:#c23f3f;
	font-size:18px;
}

.summary
{
	margin-top:10px;
	margin-bottom:10px;
	color:black;
	font-size:15px;
	font-weight:bold;
}

.module-main .title h1, .module-main .title h2{
	font-size: 16px;
	margin: 0;
	
}
.part-1 .latest-news .ul-latest-news p, p.sub{
	color:#9a9a99;
	margin:0;
	padding:0;
	font-size:0.9em;
}

/*.main-content{
	height:330px;
	overflow:hidden;
	padding:5px;
	margin-bottom:5px;
}*/

/*--dang ky thanh vien---*/
.alert
{
	-moz-background-clip: boder;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #FFFEBB url(../Images/arlert.jpg) no-repeat scroll 7px 1px;
	color: #003973;
	font-size: 12px;
}
.boxlogincontent
{
	border-color: #DDF0F4 #DDF0F4 -moz-use-text-color;
	border-style: solid solid none;
	border-width: 1px 1px medium;
}
/*phan tag moi lam them*/
.row-tag{
	float:left;
	width:340px;
	margin-bottom:3px;
}

.input-tag {
	width:300px;
}


.input-sign-up{
	width:200px;
}

p.tag a
{
	color:#000000;	
}

p.tag span.level_0 {
	font-size: 0.7em;
}

p.tag span.level_1 {
	font-size: 1em;
}

p.tag span.level_2 {
	font-size: 1.2em;
}

p.tag span.level_3 {
	font-size: 1.4em;
	font-weight: bold;
}

p.tag span.level_4 {
	font-size: 1.6em;
}

p.tag span.level_5 {
	font-size: 1.8em;
	font-weight: bold;
}

/*p.tag span.level_0 {
	font-size: 12px;
}

p.tag span.level_1 {
	font-size: 14px;
}

p.tag span.level_2 {
	font-size: 18px;
}

p.tag span.level_3 {
	font-size: 20px;
	font-weight: bold;
}

p.tag span.level_4 {
	font-size: 25px;
}

p.tag span.level_5 {
	font-size: 27px;
	font-weight: bold;
}*/
.align-center{
	text-align:center;
}
p.tag a:hover
{
	text-decoration: underline;
}

.huybo a
{
	background-color:gray;
	border-style:solid 1px;
}
.appear 
{
	display:inline;
}
.hidden 
{
	display:none;
}
.tag-list
{
	margin-top: 2px;
}
.pager
{
	float:left;
}
.pager a
{
	margin: 12px 12px 12px 0px;	
	padding:7px 7px 7px 7px;
}
.main-content ul.ul-related-news li a{
	color:black;
	font-weight:bold;
	font-size:0.9em;
}
.visible
{
	visibility: hidden;
	float:left;
}
.backtotop a
{
	color:green;
	float:right;
}
.introtext {
color:#5F5F5F;
font-family:"Verdana,Arial,Helvetica,sans-serif;";
font-size:11pt;
text-align:justify;
}
.bodyContent {
color:#000000;
font-family:"Verdana,Arial,Helvetica,sans-serif;";
font-size:12pt;
}
.neo-dtcontent p {
color:#000000;
font-family:"Verdana,Arial,Helvetica,sans-serif;";
font-size:12pt;
}
.neo-dtcontent{
color:#000000;
font-family:"Verdana,Arial,Helvetica,sans-serif;";
font-size:12pt;
}
