body, ul, ol, form, h1, h2, h3,h4, h5, h6,fieldset,blockquote, p {
	padding: 0;
	margin: 0;
	list-style-type: none;
	border: 0;
	font-size: 100%;
}

body {
	background: #f4f2f3;
	font: 12px arial;
}

table {
	border-collapse:collapse;
}

.clear {
	clear: both;
	color: #FFFFFF;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

.hidden {
	display: none;
}

img {
	border: 0;
}

*:focus {
	outline: none;
}


a, a:active{
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

.row10 {
	margin-bottom: 10px;
}

.row25 {
	margin-bottom: 25px;
}

#main {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	background: #fff;
}

.col1 {
	width: 640px;
	float: left;
}

.col11 {
	width: 450px;
	float: left;
}

.col12 {
	width: 170px;
	float: right;
}

.col2 {
	width: 300px;
	float: right;
}

.title-1 {
	color: #23497A;
}

.title-2 {
	color: #23497A;
	font-size: 14px;
}

/*Begin header*/
#header .logo {
	background: url(../image/header-bg.png) no-repeat;
	margin: 1px 0;
	height: 105px;
}

#header .logo .logo-gif {
	height: 101px;
	margin-left: 30px;
}

#header .logo embed {
	margin-left: 10px;
}

#header .logo .logo-text {
	float: right;
	margin-top: 11px;
	margin-right: 182px;
}

.tabmenu a {
	font: 9pt arial;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
}

.mbmenu{
  display:none;
}
.rootVoices{
  padding-top:5px;
}
.rootVoices td.rootVoice {
  vertical-align:middle;
/*background-color:#fff;*/
  width:120px;
  font-family:Arial,Helvetica,sans-serif;
  text-shadow:#fff 1px 1px 1px;  
  color: gray;
  font-size:14px;
  line-height:18px;
  padding:8px;
  cursor: pointer;
}

.rootVoices a.title:hover {
	text-decoration: none;
}

.rootVoices td.rootVoice.disabled.selected{
  background:#999!important;
  color:#666;
  text-shadow:#ddd 1px 1px 1px;
}

.rootVoices.vertical {
  width:140px;
}
.rootVoices.vertical td.rootVoice{
  -moz-border-radius:8px 0px 0 8px;
  -webkit-border-top-right-radius:0px;
  -webkit-border-top-left-radius:8px;
  -webkit-border-bottom-right-radius:0px;
  -webkit-border-bottom-left-radius:8px;
  border-top-right-radius:0px;
  border-top-left-radius:8px;
  border-bottom-right-radius:0px;
  border-bottom-left-radius:8px;
}

.menuContainer{
  position:absolute;
  background-color: #fff;
  border:1px solid #ccc;
  border-top: 0;
  padding:0;
  margin-top: 0;
  border-top-right-radius:0px;
  border-top-left-radius:0px;
  border-bottom-right-radius:1px;
  border-bottom-left-radius:1px;
  opacity: 1 !important;
}

.menuContainer.submenuContainer{
  border-top:none!important;
  position: static !important;
}

.menuContainer.disabled{
  border-top:5px solid #999;
  background-color:gray;
}

.menuContainer .line{
  background-color:transparent;
  width:100%;
}

.menuContainer .line.title {
  background-color:black;
  font-family:Arial,Helvetica,sans-serif;
  font-size:14px;
/*border-bottom:1px solid black;*/
}

.menuContainer.disabled .line.title {
  background-color:#999;
}
.menuContainer .line.title a{
  font-size:14px;
  color:#ccc;
}

.menuContainer.disabled .line.title a{
  font-size:14px;
  color:#666;
  text-shadow:#999 1px 1px 1px;
}

.menuContainer td a{
  text-decoration:none;
  color:#fff;
  display:block;
  height:100%;
  padding: 8px;
}

.menuContainer td.voice{
  font-family:Arial,Helvetica,sans-serif;
  font-size:11px;
  padding:0;
  background: #bb2514;
}

.menuContainer .separator{
  background-color:#999;
  height:1px;
  padding:0;
  margin:0;
}

.menuContainer td.img{
  font-family:Arial,Helvetica,sans-serif;
  text-align:center;
  font-size:12px;
  color: #c3c3c3;
  background-color:transparent;
  width:24px;
  padding:5px;
  display: none;
}
.menuContainer td.img img{
  width:20px;
}
.menuContainer .textBox{
  padding: 10px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:12px;
  color: #c3c3c3;
}
.menuContainer .selected td{
  background-color: #fc1002;
}
.menuContainer .selected td a{

}
.menuContainer .disabled td, .menuContainer .disabled td a {
  color:#555;
  text-shadow:#999 1px 1px 1px;
}

/*BOX MENU*/

.rootVoices span {
	float: left;
	display: block;
	height: 26px;
	line-height: 25px;
	padding-left: 8px;
	padding-right: 9px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.rootVoices span {
		padding-left: 6px;
		padding-right: 7px;
	}
}

.rootVoices span.icon-home {
	background: url('../image/home.png') no-repeat center 6px;
}

.rootVoices a.title {
	float: left;
	line-height: 25px;
}

.td-selected {
	background: #e5eef5;
}

.tabmenu td.top {
	background: url('../image/menu-bg.gif') repeat-x;
}

.rootVoices a.isSelected, .rootVoices a.active {
	/*background: url('../image/menu-bg-selected.gif') repeat-x;*/
	background: #fc1002;
	color: #f5f904;
}

.rootVoices a.isSelected span.icon-home, .rootVoices a.active span.icon-home {
	background: url('../image/home.a.png') no-repeat center 6px;
}

.rootVoices td {
	padding-top: 0;
	vertical-align: top;
}

.rootVoices td a span.rootVoice {
	vertical-align: top;
	background: url('../image/menu-bd.gif') no-repeat right top;
	height: 26px;
	line-height: 26px;
	font-size: 8pt;
}

.tabmenu .container {
	float: left;
}

.tool-header {
	height: 28px;
	line-height: 28px;
	background: #e8eced;
	margin-bottom: 10px;
	padding-right: 10px;
	overflow: hidden;
}

.tool-header .search {
	float: right;
	background: url(../image/search-home-bg.gif) no-repeat right top;
	width: 205px;
	height: 18px;
	margin-top: 5px;
	position: relative;
	padding: 1px 0 0 10px;
}

.tool-header .search input {
	border: none;
	padding: 0;
}

.tool-header .search input.submit {
	position: absolute;
	right: 7px;
	top: 3px;
	background: url(../image/search-button.gif) no-repeat;
	width: 13px;
	height: 13px;
}

.tool-header .search input.keyword {
	margin-left: 10px;
	width: 170px;
	height: 16px;
}

#news-scroller .scroller {
	float: left;
	margin-left: 10px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#news-scroller {
	float: left;
	width: 530px;
}

#news-scroller ul li a {
	color: #23497a;
}
/*End header*/

/*News top*/
.latest_news .avatar img {
	width: 350px;
	height: 255px;
}

.latest_news .avatar {
	height: 255px;
	overflow: hidden;
	width: 350px;
	float: left;
}

.latest_news .right {
	float: right;
	width: 280px;
	height: 270px;
	overflow: hidden;
}

.latest_news .avatar .title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	background: url(../image/blank.png) repeat;
	width: 380px;
}

.latest_news .title-1 {
	font-size: 18px;
}

.latest_news {
	width: 640px;
	overflow: hidden;
	position: relative;
}

.latest_news li {
	width: 640px;
	float: left;
}

.latest_news .lead {
	color: #333;
	margin-top: 10px;
}

.latest_news .pager {
	float: left;
	text-align: center;
}

.latest_news .pager a {
	padding: 0 5px;
	margin-right: 3px;
	font-weight: bold;
	text-decoration: none;
	background: url(../image/pagy-icon.gif) no-repeat;
	display: block;
	height: 10px;
	float: left;
}

.latest_news .pager a.selected {
	color: #fff;
	background: url(../image/pagy-icon-selected.gif) no-repeat;
}

.latest_news .pagy {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}

div.pagy a span {
    display: none;
}

.latest_news .lead {
	font-weight: bold;
	line-height: 18px;
}

/*End newstop*/
.email a {
	color: #d13d43;
	font-size: 14px;
	font-family: Times New Roman;
	padding-left: 5px;
	font-weight: bold;
}

.cate-header-2, .cate-header-1 {
	background: url(../image/bg-cate-title.gif) repeat-x;
	height: 18px;
	line-height: 18px;
	border-top: 2px solid #bd0100;
	padding-left: 4px;
}

.cate-header-2 .bd-top, .cate-header-1 .bd-top {
	background: url(../image/cobualiem.jpg) no-repeat left 1px;
	padding-left: 33px;
}

.cate-header-2 .cate-title, .cate-header-1 .cate-title {
	background: #fff;
	display: block;
	float: left;
	height: 16px;
	padding: 2px 8px 0;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

.nghiencuu-traodoi .cate-header-2 .bd-top {
	padding-left: 30px;
}

.nghiencuu-traodoi .cate-header-2 .cate-title {
	padding: 2px 1px 0;
	letter-spacing: -0.5px;
}

.tintuc-sukien .list-simple-1 {
	width: 379px;
	float: left;
	padding-right: 10px;
	margin-top: 10px;
	border-right: 1px solid #ccc;
}

.tintuc-sukien .list-simple-2 {
	width: 240px;
	float: right;
	padding-left: 10px;
	margin-top: 10px;
	margin-left: -1px;
	border-left: 1px solid #ccc;
}

.tintuc-sukien .list-simple-1 .avatar {
	display: block;
	width: 186px;
	float: left;
	max-height: 124px;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 5px;
}

.tintuc-sukien .list-simple-1 .avatar img {
	width: 186px;
}

.tintuc-sukien .list-simple-1 .title-2 {
	margin-bottom: 10px;
	display: block;
}

.tintuc-sukien li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
}

.tintuc-sukien .list-simple-2 li {
	background: url("../image/dotted-1.gif") no-repeat left 16px;
	padding-left: 10px;
}

.tintuc-sukien li.first {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
	background-position: 0 6px;
}

.box-1 .left {
	width: 310px;
	float: left;
}

.box-1 .right {
	width: 310px;
	float: right;
}

.box-1 .list-simple .avatar {
	display: block;
	float: left;
	max-height: 93px;
	margin-right: 10px;
	overflow: hidden;
	width: 140px;
	margin-bottom: 5px;
}

.box-1 .list-simple {
	padding-top: 10px;
}

.box-1 .list-simple .avatar img {
	width: 140px;
}

.box-1 .list-simple .title-2 {
	margin-bottom: 10px;
	display: block;
}

.box-1 .list-simple li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
	background: url("../image/dotted-1.gif") no-repeat left 16px;
	padding-left: 10px;
}

.box-1 .list-simple li.first {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
	background: 0;
}

.tinhoatdong .list-semi {
	margin-top: 5px;
}
.tinhoatdong .avatar img {
	width: 300px;
	margin-bottom: 5px;
}

.tinhoatdong .list-semi li {
	background: url(../image/dotted-1.gif) no-repeat left 17px;
	border-bottom: 1px dotted #ccc;
	padding: 10px 0;
}

.tinhoatdong .title-2 {
	display: block;
	font-size: 12px;
	padding-left: 10px;
}

.tinhoatdong .first .title-2 {
	background: url(../image/dotted-1.gif) no-repeat left 7px;
}

.tinhoatdong .list-semi li.first {
	background: none;
	padding-top: 0;
}

.tinhoatdong .list-semi li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.tinhoatdong .list-semi .lead {
	margin-top: 5px;
}

.tinhoatdong .left {
	width: 139px;
	float: left;
	padding-right: 10px;
	border-right: 1px solid #ccc;
	margin-top: 10px;
}

.tinhoatdong .right {
	width: 140px;
	padding-left: 10px;
	float: right;
	margin-left: -1px;
	border-left: 1px solid #ccc;
	margin-top: 10px;
}

.video .avatar {
	width: 300px;
	height: 195px;
	margin-top: 10px;
}

.video .title-1 {
	display: block;
	margin-top: 5px;
}

.video .icon-avatar {
	position: relative;
	display: block;
}

.video .icon-avatar .icon {
	position: absolute;
	top: 85px;
	left: 135px;
}

.box-3 .list-simple li {
	background: url(../image/dotted-1.gif) no-repeat left 6px;
	margin-top: 10px;
	padding-left: 10px;
}

.thuvienanh .avatar img {
	width: 300px;
	height: 195px;
	margin-bottom: 5px;
}

.thuvienanh .avatar {
	display: block;
}

.thuvienanh .list-simple {
	margin-top: 10px;
}

.thuvienanh .list-simple .title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 5px 0;
}

.thuvienanh .list-simple .title a {
	color: #bd0102;
	font-weight: bold;
}

.box-3 .left {
	width: 139px;
	padding-right: 10px;
	border-right: 1px solid #ccc;
	float: left;
}

.box-3 .right {
	width: 140px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
	margin-left: -1px;
	float: left;
}

.box-3 .left .cate-header-2 a.cate-title {
	padding-left: 0;
	padding-right: 0;
	margin: 0;
	word-spacing: -3px;
}

.box-3 .left .cate-header-2 {
	padding: 0;
	background: none;
}

#footer .info {
	border-top: 1px solid #ccc;
	margin-top: 8px;
	padding-top: 15px;
	padding-bottom: 20px;
}

#footer .info p, #footer .info p a {
	color: #333; /*#23497a;*/
	font-size: 14px;
}

#footer .info p.first {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#footer .left {
	width: 800px;
	float: left;
}

#footer .right {
	text-align: right;
	width: 100px;
	float: right;
}

.weblink .bg-select {
	background: url("../image/weblink-select.gif") no-repeat left center;
	padding-left: 7px;
	overflow: hidden;
	width: 193px;
	float: right;
	height: 20px;
	position: relative;
}

.weblink {
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

.weblink span {
	display: block;
	float: left;
	height: 20px;
	line-height: 18px;
}

.weblink #thongtin {
	background: none;
	border: none;
	font-size: 9pt;
	height: 18px;
	width: 210px;
	background: transparent;
	color: #999;
	-webkit-appearance: none;
}

#footer {
	margin-top: 25px;
}
/*Begin list*/
.nav a {
	text-transform: uppercase;
	font-weight: bold;
}

.nav .first {
	color: #bfbbbc;
	background: url(../image/nav-arrow.gif) no-repeat right center;
	padding-right: 15px;
	margin-right: 10px;
}

.nav .second {
	color: #bd0b01;
}


.nav {
	background: url("../image/bg-cate-title.gif") repeat-x center;
	height: 18px;
	line-height: 20px;
	border-top: 2px solid #bd0100;
	padding-left: 6px;
}

.nav .bd-top {
	background: url(../image/cobualiem.jpg) no-repeat left 1px;
	padding-left: 33px;
}


.nav .bg {
	background: #fff;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

.list110-1 li img {
	margin: 0 10px 5px 0;
	width: 140px;
}

.list110-1 li .avatar {
	display: block;
	width: 140px;
	max-height: 93px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

.list110-1 li {
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px dotted #ccc;
}

.list110-1 li.first {
	padding-top: 0;
	border: 0;
}

.list110-1 li.first img {
	width: 265px;
}

.list110-1 li.first .avatar {
	width: 265px;
	max-height: 170px;
}

.list110-1 li .lead {
	margin-top: 5px;
}

#pagy {
	float: right;
}

#pagy .prev {
	background: url("../image/prev-icon.gif") no-repeat left center;
	margin-right: 10px;
	padding-left: 20px;
	border-right: 2px solid #BFBBBC;
	padding-right: 10px;
}

#pagy .next {
	background: url("../image/next-icon.gif") no-repeat right center;
	margin-right: 10px;
	padding-right: 20px;
}

#pagy .btn {
	color: #444;
	cursor: pointer;
	float: left;
}

#pagy .disabled {
	color: #999;
	cursor: auto;
}

.box-4 .avatar img {
	width: 70px;
	height: 48px;
	float: left;
	margin-right: 10px;
}

.box-4 li .hasimage .title-1 {
	display: block;
	width: 90px;
	float: right;
}

.box-4 li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #ccc;
}

.box-4 li.first {
	margin-top: 0;
	border: 0;
}

.vanban .list110-1 li {
	border: 0;
	padding-top: 0;
	background: url("../image/dotted-1.gif") no-repeat left 6px;
	padding-left: 10px;
}

.vanban .list110-1 li .title-1 {
	font-weight: bold;
}

#pagy ul {
	display: none;
}

#cate-content li {
	display: none;
}

/*End list*/

h1#title {
	font-size: 14pt;
	margin-bottom: 10px;
	color: #23497A;
}

.article .date {
	color: #666666;
	margin-bottom: 20px;
}

.article #content {
	line-height: 18px;
}

.article #content p {
	margin: 10px 0;
}

/* style bang tin lien quan*/
table.quote {
	border: 1px solid #d6dce8;
	background: #eee;
}

table.quote td {
	padding: 3px 5px;
	color: black;
	text-align: justify;
}

table.image {
	border-collapse: collapse;
	background: #e9e9e9;
	width: 1%;
	color: #135EB9;
}

table.mceItemTable td,
table.image td {
	text-align: center;
	padding: 5px;
}

table.image td p {
	padding: 0;
	margin: 0;
}

table.mceItemTable i {
	font-style: normal;
}

table.mceItemTable i,
table.image .image_desc {
	padding: 5px;
}

#chitiet table td img {
	border: 1px solid #444;
}

table.left {
	width: 240px;
}

table.right {
	width: 240px;
}

table.mceItemTable,
table.center {
	margin-bottom: 10px;
}

table.rl {
	text-align: left;
	margin: 10px 0;
}

table.rl th {
	font-weight: bold;
	color: #336699;
}

table.rl a {
	color: #004080;
}

table.rl ul li {
	background: url('../image/bullet2.gif') no-repeat left 10px;
	padding:  2px 10px;
}

table.rl ul li a {
	color: #1e448f;
}

table.box {
	width: 220px !important;
	border-collapse: collapse;
	margin-top:  5px;
	margin-bottom: 5px;
}

table.box th {
	padding: 0 0 5px 0;
	border-bottom: 1px solid #DBDBDB;
}

table.box ul {
	margin: 5px 5px 5px 0;
}

.poll_class_show {
	display: none;
}

table.image td img {
    height: auto !important;
    max-width: 427px;
}

table.leftside {
	margin: 0 10px 10px 0;
}

table.rightside {
	margin: 0 0 10px 10px;
}
/* end tin lien quan*/

#cate-diembao .avatar-cate {
	margin-bottom: 10px;
}

#cate-diembao .avatar-cate img{
	width: 310px;
}

#cate-diembao .list-simple li {
	background: url(../image/dotted-1.gif) no-repeat left 6px;
	margin-top: 10px;
	padding-top: 0;
	padding-left: 10px;
	border-top: none;
}

#cate-diembao .list-simple li.first {
	margin-top: 0;
	padding-left: 0;
	background: none;
}

table.doc-info td.doc-title {
	color: #696969;
	font-family: 'arial';
	font-size: 9pt;
	width: 125px;
}

table.doc-info td {
	padding: 5px 2px;
}

table.doc-info a {
	color: #23497A;
	font-weight: bold;
}

table.doc-info {
	border-top:1px solid #666;
}

#vanban-hoidap .right .cate-header-2 .cate-title {
	padding: 2px 5px 0 5px;
}

/*Search*/

#FormSearch .txtkeyword {
	width: 380px;
	height: 19px;
	border: 1px solid #e9e9e9;
	padding:0 5px;
	margin-right: 10px;
}

#FormSearch select {
	width: 148px;
}

#FormSearch .cmdbt {
	background: url(../image/search-cate-button.gif) no-repeat;
	width: 74px;
	height: 27px;
	border: 0;
	margin: 0 10px;
	cursor: pointer;
	float: right;
}

#FormSearch table {
	width: 100%;
}

#FormSearch table.form-date {
	width: 80%;
}

#FormSearch .bg-select {
	background: url("../image/bg-select.png") no-repeat left center;
	padding-left: 7px;
	overflow: hidden;
	width: 122px;
	float: right;
	height: 18px;
	margin-left: 5px;
}

#FormSearch select {
	background: none;
	border: none;
	font-size: 9pt;
	height: 18px;
	width: 140px;
	background: transparent;
	-webkit-appearance: none;
}

#FormSearch .date {
	background: url(../image/search-cate-date.gif) no-repeat;
	width: 122px;
	height: 19px;
	border: 0;
	font-size: 11px;
	padding-left: 5px;
	cursor: pointer;
}

#FormSearch table td {
    padding: 5px 0;
}

#FormSearch {
	padding: 0 10px 10px 10px;
	margin-bottom: 10px;
	background: url(../image/search-cate-bg.gif) repeat-x bottom;
}

#report-result {
    margin: 10px 0;
}

.list110-1 li em {
    background: none repeat scroll 0 0 yellow;
}

.list110-1 .date {
	color: #666;
	margin: 5px 0 10px 0;
}
.tool-header .right {
	width: 400px;
	float: right;
}
.tool-header .date {
	float: left;
	color: #999;
	font-size: 11px;
}

/*Article-Poll Begin */
.article-poll {
	margin: 5px 0;
	font: 14px Times New Roman;
}

 .article-poll #poll_show {
	width: 300px;
	background: #EEEEEE;
	border: 1px solid #CCCCCC;
	border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
 }

.article-poll .cate-title {
	font: bold 13px Arial;
	color: #000;
	padding: 7px;
	margin: 0;
}

.article-poll .box-explore {
	border-top: 1px solid #ccc;
	padding: 10px;
	text-align: left;
}

.article-poll #poll_show_items {
	margin-top: 5px;
}

.article-poll #poll_show_items label {
	display: block;
	padding-bottom: 3px;
}

.article-poll #poll_show_items label input {
	margin-left: 0;
	padding-left: 0;
}

.article-poll .cmd {
	margin-top: 5px;
}

.article-poll .cmd .cmdbieuquyet {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #A6A6A6;
	border-radius: 4px 4px 4px 4px;
	cursor: pointer;
	font: 12px arial;
	padding: 0 5px;
	margin-right: 10px;
}

.article-poll .cmd .cmdketqua {
	font: italic 12px Arial;
	color: #000;
	text-decoration: underline;
	line-height: 31px;
	font-weight: bold;
}

.article-poll #poll_id_show {
 display: none;
}
/*Article-Poll End*/

.article  #content img {
	max-width: 620px;
}

.openlink {
border: none;
background: url(../image/arrowright.png) no-repeat;
width: 18px;
height: 18px;
float: right;
cursor: pointer;
position: absolute;
top: 1px;
right: 0px;
z-index: 1;
}

.lead {
	text-align: justify;
}

.congtacnoichinh .cate-header-1 .bd {
	padding-right: 0;
}

.nghiencuu-traodoi .cate-header-1 .bd {
	padding-right: 0;
}

/*search moi*/

#formSearch .cmdbt {
    background: url("../image/tim-kiem.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    cursor: pointer;
    height: 18px;
    width: 62px;
}

#formSearch .key {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D9D9D9;
    height: 15px;
    padding: 2px;
    width: 100%;
	margin-bottom: 5px;
}

#report-views {
	margin-top: 10px;
}

.list-full-2 #search-result li {
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.list-full-2 #search-result li .avartar {
	float: left;
	margin-right: 5px;
	width: 150px;
	border: 1px solid #cecece;
}

.list-full-2 #search-result li .avartar img {
	width: 146px;
	height: 95px;
	margin: 2px;
	display: block;
}

.list-full-2 #search-result li .title {
	font-weight: bold;
	color: #AC0001;
	padding-bottom: 5px;
}

.list-full-2 #search-result li .lead {
	margin-top: 5px;
}

.list-full-2 #search-result li em {
	background: yellow;
}

#paging {
	text-align: right;
	margin: 0 0 10px 0;
}

#paging a {
	text-decoration: none;
}


#main .gsc-results .gsc-cursor-box {
    margin: 10px;
    text-align: right;
}

.gioithieu-tapchi .box-content {
	text-align: center;
}

.gioithieu-tapchi .mavatar {
	width: 300px;
	text-align: center;
}

.gioithieu-tapchi .avatar {
	display: block;
	margin: 5px 0;
}

.gioithieu-tapchi .avatar img {
	max-width: 300px;
}

.content-tapchinoichinh {
	height: 870px;
	overflow: scroll;
}