/* CSS Design by DSI */

@import url("../css/news.css");
@import url("../css/misc.css");
@import url("../css/gallery.css");
@import url("../css/paging.css");

body{
	background:#F6C401 url("");
	margin:0px;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
}
a{
	color:#6f0700;
	text-decoration:none;
	outline:none;
}	
img{
	border:0px;
}
a:visited{
	color:#010066;
}
a:hover{
	color:#000000;
	text-decoration:underline;
}
#wrap{
	width:1000px;
	margin:0 auto;/* TOP RIGHT BOTTOM LEFT*/
	background:#FFFFFF;
}
#top_header{
	background:url("../images/top_header.jpg") no-repeat top center;
	margin:0px;
	padding:0px;
	height:25px;
}
	#top_header .right_header {
		 float:right;
		 width:70px;
		 margin:0px;
		 padding-right:7px;
		 padding-top:7px;
	}

#top_header .topmenu{
	width:270px;
	float:left;
	padding:8px 20px 0px 0px;
}
#top_header .topmenu a, #top_header .topmenu a:visited{
	color:#000000;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	font-family:Tahoma;
}
#top_header .topmenu a:hover{
	color:#FF0000;
}

#header{
	width:1000px;
	margin:0 auto;
	min-height:100px;
	padding-left: 1px;
    padding-top: 1px;
}
/*Begin Home*/
#home{
	margin:0px;
	padding:10px 0px;	
}

/*Begin Menu*/
#menu{
	width:998px;
	clear:both;
	margin:0 auto;
	margin-top:1px;
	padding:0px 0px 0px 0px;
	background:url("../images/menu.jpg") repeat-x top;
}
	#menu .search{
		float: right;
		height: 25px;
		margin: 7px 0 0;
		padding: 0;
		width: 170px;
	}
	#menu form{
		padding:0px;
		margin:0px;	
	}
	#menu form .input{
		margin:0px;
		margin-left:10px;
		padding: 1px 20px 1px 0;
		border: 2px solid #FFFFFF;
		width:100px;
		height: 17px;
		background:#D6D6D6;
		float:left;
	}
#menu ul.top{
	list-style:none;
	padding:0px;
	margin:0px;
}
#menu ul.top li.top{
	float:left;
	list-style:none;
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:37px;
}
#menu ul.top li.leftside{
	float:left;
	background:url("../images/bg_menu.jpg") no-repeat left;
	list-style:none;
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:18px;
	height:37px;
}
#menu ul.top li.rightside{
	float:left;
	background:url("../images/bg_menu.jpg") no-repeat left;
	list-style:none;
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:10px;
	height:37px;
}
#menu ul.top li.top a.top{
	display:block;
	text-transform:uppercase;
	color:#FFFFFF;
	height:37px;
	padding:0px 15px;
	font-size:11px;
	font-weight:bold;
	float:left;
}
#menu ul.top li.top a.top:visited{
	color:#FFFFFF;
}
#menu ul.top li.top a.top:hover, #menu ul.top li.top a.top.active{
	color:#000000;
	background:#f6c401;
}
#menu ul.top li.top a.top span{
	display:block;
	padding:13px 0px 0px;
}
/*End Menu*/
#content-wrap{
	clear:both;
	margin:0 auto;
	padding:3px 0px;
	width:996px;
	color:#000000;
}
/*Begin Main*/
#main-content{
	background:#FFFFFF;
	width:auto;
	clear:both;
	margin:0px;
	padding:0px;
}
#mid-side{
	background:#FFFFFF;/* url("../images/bg_mid_side.jpg") right top repeat-y;*/
	min-height:200px;
	float:left;
	margin:0px;
	padding:0px;
	width:740px;
}
	#mid-side .hometopnews{
		margin:0px;
		padding:0px 0px 10px;
	}
	#mid-side .hometopnews .topimage{
		float:left;
		width:425px;
	}
	#mid-side .hometopnews .toptitle{
		float:right;
		width:305px;
		padding:10px 0 0 10px;
		font-size:14px;
		font-weight:bold;
	}
	#mid-side .hometopnews .topintro{
		float:right;
		width:305px;	
	}
	#mid-side .hometopnews .topnews{
		float:left;
		margin:0px 10px 0px 0px;
		padding:10px 0px;
		width:240px;
		line-height:150%;
	}
	#mid-side .hometopnews .topnews img{
		border:1px #cccccc solid;
	}
#mid-side .homeleft{
	float:left;
	width:470px;
}
	.homeleft .boxcatnews{
	
	}
	.homeleft .boxcatnews h1.catname{
		background:url(../images/hthi.png) no-repeat #8d0100;
		margin:0px;
		padding:10px 0 0 35px;
		height:20px;
		font-size:12px;
		text-transform:uppercase;
		color:#029569;
	}
	.homeleft .boxcatnews h1.catname a, .homeleft .boxcatnews h1.catname a:visited{
		color:#FFFFFF;
	}
	.homeleft .boxcatnews .newstitle{
		padding:5px 0px 8px 10px;
		font-size:12px;
		font-weight:bold;
	}
		.homeleft .boxcatnews .newstitle a {
			color:#6f0700;
		}
	.homeleft .boxcatnews .newsimage{
		float: left;
		padding: 0 0 0 10px;
		width: 150px;
	}
	.homeleft .boxcatnews .newsintro{
		float:right;
		width:300px;
		padding-left:10px;
		line-height:150%;
		font-family:Arial;
		font-size:13px;
		text-align: justify;
	}
	.homeleft .boxcatnews ul.newslist{
		margin:0px;
		padding:10px 0px 0px 10px;
		list-style:none;
		list-style-type:none;
	}
	.homeleft .boxcatnews ul.newslist li{
		margin:0px;
		padding:0px 0px 8px 15px;
		background:url("../images/bullet1.jpg") no-repeat;
		background-position:0px 2px;
		color:#029569;
		font-family:Tahoma;
		font-size:11px;
	}
	.homeleft .boxcatnews ul.newslist li a, .homeleft .boxcatnews ul.newslist li a:visited{
		color:#6f0700;
	}

#mid-side .homeright{
	background:url("../images/bg_homeright.jpg") repeat-y left;
	float:right;
	width:260px;
}
	.homeright h1.catname{
		background:url(../images/hthi.png) no-repeat #8d0100;
		margin:0px;
		padding:10px 0 0 35px;
		height:20px;
		font-size:12px;
		text-transform:uppercase;
		color:#ffffff;
	}
	.homeright h1.catname a, .homeright h1.catname a:visited{
		color:#FFFFFF;
	}
	.homeright ul.newslist1{
		margin:0px;
		padding:5px 0px 10px;
		list-style:none;
		list-style-type:none;
	}
	.homeright ul.newslist1 li{
		margin:0px;
		padding:0px 0px 8px 0px;
		color:#029569;
		line-height:150%;
		text-decoration:none;
	}
	.homeright ul.newslist1 li a, .homeright ul.newslist1 li a:visited{
		color:#6f0700;
		font-size:13px;
	}
	.homeright ul.newslist1 li .image{
		margin:0px;
		padding:0px;
		width:75px;
		float:left;
	}
	.homeright ul.newslist1 li .title{
		margin:0px;
		padding:0px;
		width:175px;
		float:right;
	}
	.homeright ul.newslist1 li.pdf{
		background:url("../images/dsi/pdf.gif") no-repeat left;
		background-position:5px 0px;
		margin:0px;
		padding:0px 0px 8px 30px;
		color:#029569;
		line-height:150%;
	}
	.homeright ul.newslist1 li.list{
		background:url("../images/dsi/list.gif") no-repeat left;
		background-position:8px 3px;
		margin:0px;
		padding:0px 0px 8px 30px;
		color:#029569;
		font-weight:bold;
		line-height:150%;
	}
#mid-side h1.title{
	background:url("../images/bg_h1_right.jpg") right top no-repeat;
	border:1px #dedede solid;
	margin:0px 0px 1px 0px;
	padding:0px;
	height:28px;
}
#mid-side h1.title div{
	background:url("../images/bg_h1.jpg") left top no-repeat;
	margin:0px;
	padding:6px 5px 0px 30px;
	font-size:11px;
	text-transform:uppercase;
	color:#e60002;
}


ul.newsest{
	list-style:none;
	margin:0px;
	padding:0px;
}
ul.newsest li{
	background:url("../images/bullet1.jpg") no-repeat;
	margin:5px 0px 5px 0px;
	padding:0px 0px 5px 20px;
	border-bottom:1px #CCCCCC dotted;
}
ul.newsest li a, ul.newsest li a:visited{
	color:#333333;
}
ul.newsest li a:hover{
	color:#000000;
}
.fsearch{
	background:url("../images/bg_search.jpg") no-repeat right top;
	height:35px;
	padding:8px 0px 0px 20px;
}
.fsearch input{
	border:0px;
	color:#999999;
}
.fsearch .submit2{
	background:none;
	cursor:pointer;
	outline:none;
}	
/*Added 8/6/10*/
.mid-box3{
	margin:0px;
	padding:0px 0px 10px 0px;
	float:left;
	width:250px;
}
.mid-box3 h1.title3{
	margin:0px;
	background:url("../images/bg_home_h1.jpg") no-repeat top left;
	padding:8px 0px 0px 10px;
	height:25px;
	font-size:12px;
	color:#FFFFFF;
}
.mid-box33{
	margin:0px;
	padding:5px 15px 0px 5px;
}
.mid-box333{

}
.mid-box333 span.image{
	float:left;
	width:155px;
}
.mid-box3 .readmore{
	text-align:right;
}
.mid-box3 ul.listnews{
	margin:0px;
	padding:10px 0px 0px 0px;
	list-style:none;
}
.mid-box3 ul.listnews li{
	margin:0px;
	padding:0px 0px 3px 15px;
	list-style:none;
	background:url("../images/bullet2.jpg") no-repeat left top;
}

.tincongty{
	margin:0px;
	padding:0px;
	float:left;
	width:200px;
}
.tincongty h1.title4{
	margin:0px;
	background:url("../images/bg_h1_title4.jpg") no-repeat top left;
	padding:8px 0px 0px 10px;
	height:25px;
	font-size:12px;
	text-transform:uppercase;
	color:#010066;
}
/*End Main*/
/*Begin RightSide*/
#right-side{
	float:right;
	width:240px;
	padding:0px;
	margin:0px;
}
#right-side h1.title1{
	background:url(../images/hthi.png) no-repeat #8d0100;
	margin:0px;
	padding:10px 0 0 35px;
	height:20px;
	font-size:12px;
	text-transform:uppercase;
	color:#ffffff;
}
#right-side h1.title{
	background:url(../images/hthi.png) no-repeat #8d0100;
	margin:0px;
	padding:10px 0 0 35px;
	height:20px;
	font-size:12px;
	text-transform:uppercase;
	color:#ffffff;
}
#right-side h1.title2{
	background:url(../images/hthi.png) no-repeat #8d0100;
	margin:0px;
	padding:10px 0 0 35px;
	height:20px;
	font-size:12px;
	text-transform:uppercase;
	color:#ffffff;
}
#right-side .box{
	background: url("../images/bg_right_box.jpg") repeat-y scroll 0 0 transparent;
    float: left;
    margin: 0;
    padding: 0 0 3px;
    width: 236px;	
}
	#right-side .box h2 {
		color: #000000 !important;
		font-size: 11px !important;
		line-height: 18px !important;
		margin: 0;
		padding: 5px 10px !important;
		text-align: center !important;
	}
	#right-side .box ul {
		margin: 0;
		padding: 0;
		text-align: left;
	}
		#right-side .box ul li {
			font-size: 11px;
			line-height: normal;
			margin: 0;
			padding:0px;
			width:190px;
		}
.chungcau_kq {
    height: 25px;
    margin: 0;
    width: 120px;
}
.chungcau_kq .bc {
    float: left;
    height: 25px;
    width: 65px;
}
.chungcau_kq .kq {
    float: left;
    height: 25px;
    width: 55px;
}
/*End RightSide*/
/*Begin Footer*/
#footer{
	background:#fece72 ;
	clear:both;
	margin:0 auto;
	width:978px;
	padding:10px 10px;
	color:#000000;
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-radius:3px;
}
#footer .botmenu{
	margin:0px;
	padding:0px 0px 0px 0px;
	height:27px;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;	
	color:#bbbbbb;
}
#footer .botmenu a, #footer .botmenu a:visited{
	color:#bbbbbb;
}
#footer .botmenu a:hover{
	text-decoration:underline;
}
/*End Footer*/
/*Misc*/
.clear{
	clear:both;
	height:0px;
	overflow:hidden;
}
.line{
	margin:0px;
	padding:15px 0px;
	clear:both;
	border:0px;
	border-bottom:1px #CCCCCC solid;
}
.float-left{
	float:left;
}	
.float-right{
	float:right;
}


/*Ck*/
.TDbanner{
	background:#CCCCCC;
}
.cActive, .Active{
	background:#CCCCCC;
	font-weight:bold;
}
.cNoActive, .NoActive{
	background:#000000;
}
.TDtitle{
	background:#333333;
	color:#FFFFFF;
}


#right-side .box .list_video{
	padding-left:10px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
#right-side .box .list_video li{
	background:url(../images/dsi/ico2.jpg) no-repeat;
	background-position:0 1px;
	padding:3px 0px 2px 20px;
	height:15px;
	font-size:11px;
	text-align:left;
}
#right-side .box .list_video li.old{
	background-color:#FFFFFF;
}
#right-side .box .list_video li.even{
	background-color:#F9F9F9;
}
.bo {
	border:1px solid #e8e8e8;
	padding:1px;
	margin-bottom:10px;
	float:left;
}