html, body, form {
	margin: 0;
	padding: 0;
}
body {
	background: #FFFFFF;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
body.contentpane {
	/*color: #000000;
	background: #FFFFFF;*/
	font-size: 12px;
	line-height: 1.3em;
	margin: 0;
	margin: 1em 2em;
	width: auto; /* Printable Page */
}
.contentpane .button {
	display: inline;
	height: 25px;
	padding: 0 10px;
}

/* Small text */
small, .small, .smalldark, .article-meta, .modifydate, .img_caption p, .site-slogan {
	font-size: 92%;
}
/*article image*/

.img_caption.left, .img_caption.right {
	margin-top: 3px;
	margin-right: 1em;
}

img.img_caption{
	margin-right: 9px;
	float: left;
	padding: 5px;
	background: #1a1c1e;
	border: 1px solid #565d65;
	
}
div.img_caption {
	float: left;
	margin: 0 5px 0 5px;
}
.img_caption p {
	background: url(../images/shadow-bg.gif) no-repeat right top;
	padding-top: 5px;
	margin-top: 0px;
}

img.caption {
	float: left;
	padding: 3px;
	background: #fff;
	border: 1px solid #d6d6d6;
	margin: 0 10px 0px 0;
}
img.personal 
{
	margin-right: 15px;
	float: leFt;
	background: #e9e9e9;
	padding: 3px;
	overflow: hidden;
}
img.browseProductImage {
	border: 1px solid #e9e9e9;
	padding: 3px;
}
a {
	outline: none;
	color: #a1cf21;
	text-decoration: none;
}
a:hover,
a:active,
a:focus {
	text-decoration: underline;
}
.shadow img {
	padding: 1px;
	border: 1px solid #CCCCCC;	
}
.hidden {
	overflow: hidden;
}
.shadow {
	float: left;
	margin-right: 10px;
	padding-bottom: 3px;
}

/* Heading */
h1 {font-size: 200%;}
h2 {font-size: 130%;}
h3 {font-size: 120%;}
h4 {font-size: 100%;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
	
}
ul {
	list-style: none;
	margin: 0;
}
ul li {
}
div.modulecontent ul.menu {
	margin: 0;
	padding: 0;
}
ul.menu li {
	padding-left: 10px;
	background: none;
	
}
ul.menu li a{
	display: block;
	padding: 1px 0;
}
ul.menu li a span {
}
ul.menu ul {
	margin: 0px;
}
ul.menu ul li {
	margin-left: 0;
	width:auto;
	border-bottom: none;
}
ul.list {
	margin: 0;
}
ul.list li {
	padding: 3px 0 3px 13px !important;
	background: url(../images/arrow-list.png) no-repeat 2px 10px !important;
	border-top: 1px solid #EAEAEA ;
}
ul.list li:hover{
	background: #f5f4f4 url(../images/arrow-list.png) no-repeat 2px 10px !important;
}
ul.list li:hover a,
ul.list li:hover span{
	color: #444;
	text-decoration: none;
	background: none;
	text-shadow: 1px 1px 3px #787878;
}
ul.list li a,
#menusys_mega ul.list li a{
	color: #444;
	height: auto;
	padding: 0 !important;
	text-indent: 0 !important;
	background: none;
}
ol li {
	margin-left: 21px;
}
th {
	font-weight: bold;
	padding: 8px;
	text-align: left;
}
fieldset {
	clear:both;
	border: solid 1px #D1D6D4;	
}
fieldset.f_poll {
	border-left:none;	
	border-right:none;
}
fieldset a {
	font-weight: bold;
}
fieldset.input {
	background: none;
}
legend {
	margin-left:10px;
	font-weight: bold;
}
td, th, div {
	font-size: 13px;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}
.search .inputbox {
	background:url(../images/input.png);
	background-position:right; 
	background-repeat:no-repeat; 
	background-size:contain;
	margin: 1px;
	border-radius: 10px 10px 10px 10px;
	height: 15px;
	width: 200px;
	box-shadow: none;
}
.inputbox:focus{
	border: 1px solid #DFB9F1;
	outline:none;
}
input, select, textarea, .inputbox, .button {
	border-radius: 5px 5px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin:8px;
}
input.img_logout{margin:0px;}
.inputbox {
	width:260px;
	height:24px;
	margin-left:1px;
	padding: 3px 5px;
	border: 1px solid #D6D6D6;
	box-shadow: 1px 1px 4px #E2E2E2, inset 2px 2px 5px #E2E2E2;
}
.chbox_remember{
	margin-left:50px;
	margin-top:15px;
	margin-bottom:1px;
}
.googleSearch_cse input.inputbox{
	height:16px;
}
.img_logout{
	padding: 0px;
}
.button {
	margin:3px 5px;
	height: 23px;
	color: #101010;
	cursor: pointer;
	font-size:12px;
	border: 1px solid #CCC;
	background: url(../images/input.png);
}

.button:hover{
	background: url(../images/input.png);
	color:#8E2BAD;
	border: 1px solid #DFB9F1;
}

/* JOOMLA STYLE
--------------------------------------------------------- */
/*phuongpm added*/

/* Article Layout */
.leading {
	/*margin-bottom: 10px;*/
	width: 97%;
	height:100px;
	padding: 9px;
	background: none repeat scroll 0 0 #FEF1FA;
	border: 1px solid #DDDDDD;
	border-radius: 5px 5px 5px 5px;
}

.leading h2 {
	color: #D11A6F;
	font-size: 110%;
}
/*-----------------------------------------------------------------------*/


.leading_separator {
	display: block;
	margin: 1px 0;
	height: 2px;
	overflow: hidden;
	width: 100%;
}
.article_column {
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}
.article_separator {
	clear: both;
	margin: 0;
	display: none;
}

.row_separator {
	display: block;
	clear: both;
	height: 2px;
}
.article_row {
	margin: 0 0 2px 5px;
	width: 100%;
	float: left;
}
.column1.cols1 {
	float: none;
}
.column2.cols2 {

}
.column3.cols3 {
	float: right;
}
.column4.cols4 {
	float: right;
}
.column5.cols5 {
	float: right;
}
.column1.cols1 .article_column_pad,
.column1.cols2 .article_column_pad,
.column1.cols3 .article_column_pad,
.column2.cols2 .article_column_pad,
.column2.cols3 .article_column_pad,
.column1.cols4 .article_column_pad,
.column2.cols4 .article_column_pad,
.column3.cols4 .article_column_pad,
.column1.cols5 .article_column_pad,
.column2.cols5 .article_column_pad,
.column3.cols5 .article_column_pad,
.column4.cols5 .article_column_pad ,
.column4.cols4 .article_column_pad,
.column3.cols3 .article_column_pad 
{
	margin-right: 5px;
	padding: 9px 2px 9px 0px;
}
.column1.cols3 .article_column_pad ,
.column2.cols3 .article_column_pad ,
.column3.cols3 .article_column_pad {
	text-align:center;
}
.column2.cols2 .article_column_pad {
	margin-right: 0;
}
.article_column_pad {
	padding: 5px ;
	overflow: hidden;
}
p.iteminfo {
	line-height: 1em;
	margin: 0;
	
}
.article_row p.iteminfo {
	line-height: 1em;
	margin: 0 -10px 5px;
	/*padding: 10px;*/
	/*border: 1px solid #dddddd;*/	
}
.articleinfo {
	margin: 0.5em 0;
}
/* Category Table layout */
.filter {
	float: left;
	margin: 0;
	padding: 0;
}
.display {
	float: right;
	margin: 10px 0 0;
	text-align: right;
}
/**/
table.moduletable{width: 100%;}
table.category,
table.weblinks,
table.newsfeeds {
	border: 1px solid #383838;
	width: 100%;
	clear:both;
	font-size:1em;
	margin:20px 0;
}
table.category {
	border: 1px solid #cfcfcf;
	width: auto;
	margin:10px 0;
}
table.category td {
	padding: 4px 4px !important;
	background: #f4f6f1;
}
table.category td.last {
	padding: 0px 4px 0px 0px !important;
}
table.newsfeeds th, table.weblinks th, table.category th {
	color: #444;
	background: #dedede;
	padding: 8px 5px 8px 5px;
}
table.newsfeeds td, table.weblinks td, table.category td {
	padding:5px;
}
/* content tables */
.sectiontableheader {
	padding: 4px 8px;
	font-weight: bold;
}
.sectiontableheader a,
.sectiontableheader a:hover,
.sectiontableheader a:active,
.sectiontableheader a:focus {
	color: #444;
}
tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	padding: 8px;
}
tr.sectiontableentry2 td {
	background: #efefef;
}
td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
	padding: 4px;
}
table.contentpane {
	border: none;
	background:none;
	border:0px solid #383838;
	width: 100%;
}
table.contentpaneopen {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
table.contenttoc {
	margin: 0 0 10px 10px;
	padding: 0;
	width: 30%;
	float: right;
}
table.contenttoc td {
	background: url(../images/bullet-list.gif) no-repeat 5px 8px;
	padding: 1px 5px 1px 15px;
}
table.contenttoc th {
	border-bottom: 1px solid #CCCCCC;
	padding: 0 0 3px;
	text-indent: 5px;
}
table.poll {
	border-collapse: collapse;
	padding: 0;
	width: 100%;
}
table.pollstableborder {
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
}
table.pollstableborder img {
	vertical-align: baseline;
}

table.pollstableborder td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 4px !important;
	background: none;
}
table.pollstableborder tr.sectiontableentry1 td {
	background: #EEEEEE;
}

table.searchintro {
	padding: 10px 0;
	width: 100%;
}
table.searchintro td {
	padding: 5px!important;
}
.blog_more {
	/*float:left;*/
}
.plg_extranews{
	overflow:hidden;
	border: 1px solid #E8EEF0;
	border-radius: 10px;
	margin-right:3px;
	margin-top:10px;
	width:100%;
}
.extranews_l {
	float:right;
	width:48%;
	margin-right:4px;
	margin-left:4px;
}
.extranews_r{
	float:left;
	width:48%;
	margin-right:4px;
	margin-left:4px;
}
.blog_more h4{
	color:#D11A6F;
	margin-bottom:5px;
	font-size:15px;
}
.blog_more strong {
	display: block;
	margin: 0 0 5px;
	text-transform: uppercase;
}
.blog_more ul {
	margin: 0;
	padding: 0;
}
.blog_more ul li a{
	margin: 0;
	padding: 0 0 0 15px;
	/*font-weight: bold;*/
	background: url("../images/item_icon.png") no-repeat 0 5px transparent;
}
.category {
	font-weight: normal;
}
h1.componentheading,
.componentheading {
	/*margin: 0 0 13px 0;
	font-size: 12px;
	line-height: 25px;
	text-indent: 5px;
	font-weight: bold;
	color: red;
	background: url("../images/BLD-1c.png") repeat-x scroll -0px -15px;
	text-transform: uppercase;*/
	overflow: hidden;
	margin: 5px 0 0px 0;
	width:100%;
	text-indent: 1px;
	font-size:12px;
	font-weight: bold;
	color: #F92234;
	background: url("../images/BLD-1c.png") repeat-x scroll -0px -15px;
	height:21px;
	line-height:22px;
	text-transform:uppercase;
	
}
.tag_nosignal{
	text-transform:none;
	font-weight: normal;
	margin-left: 5px;
}
.contentdescription {
	/*padding-bottom: 30px;*/
}
h2.contentheading,
.contentheading {
	margin: 0 0 10px 0;
	font-size: 13px;
	font-weight: bold;
	line-height: normal;
}
h2.contentheading a,
.contentheading a {
}
h1.title_h1{margin:12px 5px 5px;}
.title_h1 {
	font-size: 18px;
	font-weight: bold;
	color:#417394;
}
table.blog .contentheading {
	font-size: 1.4em;
}
td.contentheading {
	line-height: 28px;
}
a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	color: #417394;
	/*font-size: 13px;*/
	font-weight: bold;
	text-decoration: none;
}
a.contentpagetitle:hover {
	color: #43021A;
}

a.readon {
	padding: 0 10px 0 0;
	text-align: center;
	font-weight: bold;
	color: #575757;
}
a.readon:hover,
a.readon:focus,
a.readon:active {
	text-decoration: underline;
}
table.contentpaneopen td, table.contentpane td {
	padding-left:15px; 
}
table.contentpaneopen, table.contentpane, table.blog {
	width: 100%;
}
div.moduletable {
	padding: 0;
	
}

ul.pagination {
	color: #3B5468;
	overflow: hidden;
	clear: both;
	margin: 10px auto;
	padding: 10px 0;
	text-align: center;
	list-style: none;
}
ul.pagination li {
	margin: 10px 2px;
	padding: 0;
	/*float: left;*/
	display: inline;
}
ul.pagination li span {
	border-radius: 3px;
	background:url(/templates/agtool/images/box1e.png) repeat-x 0 -31px ;
	color: #323232;
	
}
ul.pagination li span span {
	padding: 2px 10px 2px 10px;
	display: inline-block;
	border: 1px solid #b3b2b2;
}
ul.pagination a {
	padding: 0;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
ul.pagination a:hover span span, ul.pagination a:active span span, ul.pagination a:focus span span {
	color: #3c3c3c;
	background:url(/templates/agtool/images/box1e.png) repeat-x 0 -31px ;
	opacity: 0.6;
}

.counter {
	text-align: center;
	margin: 0.5em auto;
	width: 107px;
	background: #cacaca;
	color: #323232;
	border:1px solid #b3b2b2;
}
.pagenavbar {
	background: url(../images/icon-pages.gif) no-repeat center left;
	font-weight: bold;
	padding-left: 14px;
}
.pagenavcounter {
	background: url(../images/icon-pages.gif) no-repeat 0 11px;
	font-weight: bold;
	padding: 8px 14px 0 14px;
}
.smalldark {
	text-align: left;
}
div.syndicate div {
	text-align: center;
}
/* META
--------------------------------------------------------- */
.article-toolswrap {
	display: block;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
}
.article-tools {
	display: block;
	padding: 0 5px;
}
.article-meta {
	width: 100%;
	/*float: left;*/
	color: #3B5468;
}
.createdby {
	font-size: 0.9em;
}
.createdate {
	font-size: 0.9em;
	color: #999999;
}
.modifydate {
	width: 100%;
	margin: 0 5px 0px 0;
}
.article-section {
	padding-left: 6px;
	margin-left: 5px;
}
.article-section a {
	color: #3B5468;
}
.article-category a {
	color: #3B5468;
}
.buttonheading img {
	margin: 12px 0 0 3px !important;
	padding: 0 !important;
	border: 0 !important;
	float: right;
	background: none !important;
}
p.buttonheading {
	text-align:right;
	margin: 0;
}
p.buttonheading a:hover {
	background:none !important;
	color:#000 !important;
}
p.buttonheading a:active,p.buttonheading a:focus {
	color:#000;
}
ul.latestnews,
ul.mostread {
	padding-left: 0; 
	margin: 0;
}
ul.latestnews li,
ul.mostread li {
	margin: 0;
	padding: 3px 0 3px 5px;
	border-bottom: none;
	color:#9C1FAF;
}
ul.mostread li a,ul.mostread li a{
	background:url("../images/item_icon.png") no-repeat scroll 0 5px transparent;
	color:#9C1FAF;
	display:block;
	padding:0 0 0 12px;
}
ul.latestnews li{
	padding: 2px 0 3px 10px;
}
a.button-grey {
	margin: 2px 5px 0 5px;
	padding: 0 15px 0 0;
	float: left;
	line-height: 18px;
	color: #333;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/button-grey.jpg) no-repeat 100% 0;
}
a.button-grey span {
	margin: 0;
	padding: 0 0 0 15px;
	float: left;
	line-height: 18px;
	cursor: pointer;
	background: url(../images/button-grey.jpg) no-repeat 0 0;
}
a.button-grey:hover,
a.button-grey:focus,
a.button-grey:active {
	color: #658a00;
	text-decoration: none;
}
.loginframe {
	margin: 0 auto;
	padding: 10px;
	width: 400px;
	height: 145px;
	position: relative;
	background: #FFF;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
.closebox {
	margin: -25px -25px 0 0;
	float: right;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-indent: -999em;
	cursor: pointer;
	background: url(../images/closebox.png) no-repeat 0 0;
}
.logincol {
	margin: 0 10px 0 0;
	float: left;
	width: 180px;
}
.logincol label {
	margin: 5px 0;
	display: block;
}

.logincol ul {
	margin: 5px 0;
}
.required {
	color: #4c5156;
}
#jvloginframe {
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: transparent url(../images/bg-dot-black.png);
}
#jvloginContent {
	display: block;
	position: fixed;
	width: 100%;
	left: 0;
	top: -165px;
	z-index: 10000;
}
#jvbacktotop {
	cursor: pointer;
}
.inputboxquantity {
	border:1px solid #DEDEDE;
	margin:-4px 0 0;
	padding:3px;
}
hr {
	background: #e8e8e8;
	border: 0px;
	border-bottom: 1px solid #e8e8e8;
}
.sectiontableheader {
	background: #f4f4f4;
}
h3.jv-category-h3 {
	height: 35px;
	float: left;
}
#namemsg,
#usernamemsg,
#emailmsg,
#pwmsg,
#pw2msg {
	width: 150px;
}html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial;
	/*background: url(/templates/agtool/images/imgtest/backgr.jpg)no-repeat fixed center top;*/
	background: url(/templates/agtool/images/background/paperbg2.jpg) repeat;
	
}
body#bd {

}
body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

.clearfix {
	clear: both;
}
#bld-wrapper {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#bld-wrapper-inner {
	padding: 0;
	overflow: hidden;
	margin:0 auto;
}
.bld-wrapper {
	/*
	width: 1000px;
	margin: 0px auto;
	*/
    background-color: white;
    background-image: url("../images/background/topfade.png");
    background-repeat: repeat-x;
    border: 1px solid #D0D1D3;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 5px 5px 10px #CCCCCC;
    margin: 1px auto;
    overflow: hidden;
    width: 1000px;	
}
#bld-userwrap1,
#bld-userwrap2,
#bld-userwrap3,
#bld-userwrap4,
#bld-userwrap5,
#bld-userwrap6,
#bld-userwrap7 {
	width: 100%;
	overflow: hidden;
}
#bld-userwrap1-inner,
#bld-userwrap2-inner,
#bld-userwrap3-inner,
#bld-userwrap4-inner,
#bld-userwrap5-inner,
#bld-userwrap6-inner,
#bld-userwrap7-inner,
#bld-top-inner ,
#bld-footer-inner,
#bld-copyright-inner{
	padding: 10px ;
	overflow: hidden;
	clear: both;
}
#bld-copyright-inner{
	font-weight:bold;
	color: black;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 17px;
}
#bld-userwrap4-inner{
	padding: 0;
}
#bld-header-inner {
	overflow: hidden;
	width: 100%;
	position: relative;
}
div.moduletable,
div.moduletable_menu,
div.moduletable_blank,
div.moduletable_text,
div.module,
div.module_menu,
div.module_text {
	clear: both;
	margin: 0;
	position: relative;
	overflow: hidden;
}
#bld-userwrap4 {
	margin: 10px 0;
}
/* BEGIN MODULE */
#bld-header {
	width: 100%;
	overflow: hidden;
	
}
#bld-logo {
	float: left;
	width: 20%;
}
#bld-logo h1 {
	margin: 16px 0;
}
#bld-logo a {
	/*width: 205px;
	height: 49px;
	display: block;
	text-indent: -999px;*/
	color:#712788;
	line-height:120px;
}
#bld-logo span{
	font-size: 0px;
	line-height: 0;
	text-indent: -999px;
}
#bld-mainmenu {
	width: 100%;
}
#bld-mainmenu-inner {
}
#bld-submenu-inner{
	padding: 0px 10px;
	overflow: hidden;
	border: 1px solid #dce1e9;
	border-top: none;
	background: #f1eeee;
}
.contentpaneopen_edit {
	float:right;
}
div.moduletable_blank .modulecontent {
	padding: 0 ;
}
/* BEGIN MODULE */
.bld-user {
	overflow: hidden;
	float: left;
}
.bld-box-right {
	float: right;
	padding: 0;
}
.bld-user .bld-box-inside {
	padding-right: 15px;
}
.bld-box-center .bld-box-inside {
	padding: 0 10px;
}
.bld-box-right .bld-box-inside {
	padding: 0 0 0 15px;
}
.bld-box-full{
	width: 100%;
}
.bld-box-full .bld-box-inside {
	width: 100%;
	padding: 0px !important;
}

#bld-container-full  #bld-midtop,
#bld-container ,
#bld-content{
	width: 100%;
	overflow: hidden;
}
#bld-container-full  #bld-midtop-inner {
	padding: 0;
}
#bld-maincontent {
	width: 55%;
	float: left;
	overflow: hidden;
}
#bld-maincontent-inner{
	padding-left: 10px;
	overflow: hidden;
}
#bld-container-left #bld-maincontent {
	width: 86%;
}
#bld-container-right #bld-maincontent {
	width: 73.1%;
}
#bld-container-right #bld-maincontent-inner,
#bld-container-full #bld-maincontent-inner{
	padding: 0;
}
#bld-container-full #bld-component {
	margin: 0;
}
#bld-container-left #bld-component  {
	margin: 0px;
}
#bld-container-right #bld-component  {
	margin: 0;
}
#bld-container-full #bld-maincontent,
#bld-container-full  #bld-middle,
#bld-container-left #bld-middle {
	width: 100%;
}
#bld-right {
	float: right;
	width: 26%;
	overflow: hidden;
}
#bld-right-inner{
	padding-right: 0;
}
#bld-left {
	float: left;
	width: 14%;
	overflow: hidden;
	text-align: right;
}
#bld-midtop,
#bld-midbot{
	width: 86%;
	overflow: hidden;
	margin-bottom: 10px;
}
#bld-midtop-inner,
#bld-midbot-inner{
	padding-left: 10px;
	overflow: hidden;
}
.alpha {
	margin: 0 !important;
}
.modulecontent,
.blog {
	display: block;
	overflow: hidden;
}
h3.title{
	
	height: 29px;
	line-height: 29px;
	padding-left: 13px;
	margin-top: -4px;
	font-size: 12px;
}
.title_L{
	width: 12px;
	height: 28px;
	background: url(/templates/agtool/images/the.png) no-repeat -36px 1px;
}
.title_C{
	height: 28px;
	background: url(/templates/agtool/images/imgHome_rp.png) repeat-x -0px -2px;
	padding:0 5px;
	color:white;
}
.title_R{
	width: 12px;
	height: 28px;
	background: url(/templates/agtool/images/the.png) no-repeat -69px 1px;
}
h3.moduletitle {
	line-height: 30px;
	font-size: 14px;
	color:#AC0919;
	margin: 0;
	font-family: "Times New Roman";
	text-transform: uppercase;
}

h2.contentheading {
	margin: 0;
	line-height: 35px;
}
div.moduletitle {
	height: 28px;
	margin-top:2px;
	color: #15527e;
	font-weight: bold;
	font-size: 14px;
	text-transform: none;
	border-left: 1px solid #d2d8e1;
	border-right: 1px solid #d2d8e1;
	border-top: 1px solid #d2d8e1;
	background: url(/templates/agtool/images/imgHome_rp.png) repeat-x -0px -37px;
	border-radius: 5px 5px 0 0;
}

#bld-mainbody {
	width: 100%;
	clear: both;
}
#bld-userwrap1 #bld-slideshow {
	width: 37%;
	float: left;
}
#bld-highlight1 {
	width: 33%;
	float: left;
	box-shadow: 3px 3px 10px #BC8DCA;
	border-radius:5px;
}
#bld-highlight2{
	width: 29%;
	float: right;
}
#bld-breadcrumb-inner,
#bld-userwrap1-inner,
#bld-userwrap2-inner,
#bld-mainbody-inner{
	padding: 5px;
	overflow: hidden;
	border-bottom: none;
	border-top: none;
	background: #fff;
}
#bld-breadcrumb-inner{
	border-top: 1px solid #dce1e9;
	border-bottom: 1px solid #dce1e9;
}
#bld-mainbody-inner{
	/*border: 1px solid #dce1e9;
	border-top: none;*/
	border-radius:0 0 5px 5px;
	/*box-shadow: inset 2px 1px 10px #DECAE6;*/
}
#bld-component {
	width: auto;
	margin: 0;
}
#page{
	margin-top:2px;
}
#bld-userwrap3 .bld-box-right .bld-box-inside {
	padding: 0;
}
#bld-bottom {
/*
    background-color: white;
    background-image: url("../images/background/topfade.png");
    background-repeat: repeat-x;
    border: 1px solid #D0D1D3;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 5px 5px 10px #CCCCCC;
    margin: 5px auto;
    overflow: hidden;
    width: 1000px;	
*/	
}


#bld-userwrap3-inner{
	border: 1px solid #DCE1E9;
	background: #fff;
	overflow: hidden;
}
#bld-bottom-inner{
	overflow: hidden;
	border-radius:5px;
}
#bld-userwrap3 .modulecontent{
	padding: 0;
}
#bld-footer {
	width: 45%;
	float: right;
}
#bld-footer ul.menu {
	margin: 0;
	overflow: hidden;
}
#bld-footer ul.menu li {
	float: right;
	
	padding: 0 10px;
	height: 14px;
	line-height: 13px;
	background: url(../images/line-bot.png) no-repeat right center;
}
#bld-footer ul.menu li.first{
	background: none;
}
#bld-footer ul.menu li a {
	color: #333;
}
#bld-footer ul.menu li.last {
	border-right: none;
}
#bld-copyright {
	width: 55%;
	float: left;
	font-size: 11px;
}
#bld-copyright a {
	color: #4e4e4e;
}
/* ZT Toppanel---*/
#bld-toppanel {
	display: block;
	width: 100%;
	color: #737a81;
	overflow: hidden;
}
#bld-toppanel .modulecontent{
	padding: 0 10px;
	color: #fff;
}
#bld-toppanel .moduletable{
	margin: 0;
}
.font11{
	font-size: 11px;
}
.panel1{
	width: 45%;
	float: left;
	clear: none !important;
}
.panel2{
	width: 55%;
	float: left;
	clear: none !important;
}
.jv-jvtitleflash .sliderwrapper .contentdiv span.cattitle{
	float: left;
}
a.toc{
	float: left;
	margin-left: 5px;
	
}
.jv-jvtitleflash .sliderwrapper .contentdiv {
	padding: 0;
}
.jv-jvtitleflash .sliderwrapper .contentdiv span{
	color: #fff;
}
.jv-jvtitleflash .sliderwrapper{
	height: 26px !important;
	width: 82%;
}
.jv-titleflash-time{
	color: #51a5e1 !important ;
	font-style: normal;
	display: none;
	font-size: 10px !important;
}

#bld-toptools{
	overflow: hidden;
	background: url(../images/bg99.png) repeat-x 0 0;
	/*height: 30px;*/
}
#bld-toptools-inner {
	width:1000px;
}
#bld-bodypanel{
	overflow: hidden;
	background: url(../images/logo/logo.png) no-repeat 0 0;
	
}
#bld-bodypanel-inner{
	overflow: hidden;
	height:101px;	
}
#bld-banner{
	width: 80%;
	float: right;
}
#bld-tools{
	top: 0;
	right: 0;
	position: absolute;
	z-index: 99;
}
#bld-tools-inner{
	overflow: hidden;
	padding: 2px 5px 0px 5px;
}
#bld-tools img{
	cursor: pointer;
	display: block;
	float: left;
	
}

.hidden {overflow: hidden;}
.alpha {	margin: 0 !important;}
.font12{font-size: 12px; }
.font10{font-size: 10px; display: block;}
.font11{font-size: 11px;}
.font14{font-size: 14px;font-weight: bold;}
.font16{font-size: 16px;font-weight: bold;}
.font18{font-size: 18px;font-weight: bold;}
.font20{font-size: 20px;font-weight: bold;}
.bold{font-weight: bold;}
.gray1{color: #bababa;}
.tab_colud a{
	color: #15527e;
	line-height: 25px;
	text-shadow: 1px 1px 1px #ddd;
}
.tab_colud a:hover{
	background: #3686db;
	color: #fff;
	text-shadow: none;
	text-decoration: none;
}
#bld-left h3.moduletitle{
	text-transform: none;
	background: none;
	font-family: "arial";
	font-size: 13px;
	line-height: 25px;
}
#bld-left .modulecontent{
	padding: 0;
}
#bld-left ul.menu li a {
	text-align: right;
}

#bld-user2 .bld-box-inside{

}
#bld-right .modulecontent,
#bld-userwrap4 .modulecontent {
	border: 1px solid #D2D8E1;
	border-top: none;
	margin:0 0 2px 0;
}
#bld-right .no-round .modulecontent{
	padding: 0;
	border: none;
	
}
#bld-right .no-round .moduletitle{
	
}
.jv_tab_news2_wrap div.jv_tab_panel_wrap{width: 99%;}
.jv_tab_news2_wrap .jv_tabs_panel_news2{padding-top: 15px;}
.jv_tab_news2_wrap ul.tabs_title li{background: none;}
.tab_default_content .tab_default_container{padding: 0;}
.jv_tab_lago_wrap .jv_tab_lago_container {padding: 0;}
.jv_tab_news2_wrap ul.tabs_title{
	padding-bottom: 2px;
	background: url("../images/moduletitle_bg.png") no-repeat scroll left bottom ;
}
.jv_tab_news2_wrap ul.tabs_title li.active a {
	background: #859e0f url(../images/tab_news.png) no-repeat 0 0;
	padding-left: 5px;
	height: 29px;
}
.jv_tab_news2_wrap ul.tabs_title li.active a span{
	color: #fff;
	padding-right: 10px;
	height: 29px;
	background: #859e0f url(../images/tab_news.png) no-repeat right -27px;
}
.jv_tab_news2_wrap ul.tabs_title li span{
	font-weight: bold;
	text-transform: none;
	font-size: 100%;
	color: #414141;
}
.lago_title ul.tabs_title{
	width: 100%;
}
.jv_tab_lago_wrap .lago_title {
	background: none;
	border: 1px solid #d9dde5;
	border-left: none;
}
.jv_tab_lago_wrap div.lago_title_r{background: none;}
.jv_tab_lago_wrap .lago_title{width: auto;}
.jv_tab_lago_wrap .lago_title ul.tabs_title li{margin: 0;}
.jv_tab_lago_wrap .jv_tabs_panel_br{
	border: 1px solid #d9dde5;
	border-top: none;
}
.jv_tab_lago_wrap .jv_tabs_panel_br,
.jv_tab_lago_wrap .jv_tabs_panel_bl{
	background: none;
}
.jv_tab_lago_wrap .lago_title ul.tabs_title li h3 span{
	color: #414141;
	font-family: arial;
	text-shadow: none;
	font-size: 13px;
	font-weight: bold;
	text-transform: capitalize;
}
.jv_tab_lago_wrap .lago_title ul.tabs_title li h3{
	background: #f1f3f6;
	border-left: 1px solid #d9dde5;
}
.jv_tab_lago_wrap .lago_title ul.tabs_title li.last h3{
	border-right: 1px solid #d9dde5;
}
.jv_tab_lago_wrap .lago_title ul.tabs_title li.active h3 {
	background: none;
	border-bottom: 1px solid #fff;
}
.jv_tab_lago_wrap .lago_title ul.tabs_title li.active h3 span {background: none;}
.jvcarousel-pagi {
	position: absolute;
	top: -30px;
	right: 20px;
	width: 50%;
}
.jv_tab_lago_wrap .jv_tabs_panel_bl,
.jv_tab_lago_wrap div.jv_tabs_panel{
	overflow: visible;
}
.handles .handles_item{margin: 8px 5px 0 0;}
.handles .handles_item,
.handles span.active{
	width: 8px;
	height: 8px;
	text-indent: 999em;
	float: right;
	background: url(../images/tabs_arrow.png) no-repeat ;
}
.handles{
	margin: 0;
	float: right;
	overflow: hidden;
	width: 30%;
}
.handles span.active{
	background-position: 0px -12px;
}
span.next{
	margin: 0;
	margin-right: 2px;
}
span.next, span.pre{
	width: 20px;
	height: 20px;
	background: url(../images/tabs_arrow.png) no-repeat  -10px top;
	float: right;
}
span.pre{
	background-position: -34px top;
}
.jvcarousel-item{
	font-size: 12px;
	margin: 0;
	padding: 0 13px;
	height: 250px;
}
.jvcarousel-item:hover{
	background: #f6f6f6;
}
div.jvcarousel-slide a.readmore{
	display: none;
}
.jvcarousel-item p.jvcarousel_title {
	clear: both;
	overflow: hidden;
	margin: 0px;
}
.jvcarousel-item p{
	padding-bottom: 10px;
}
.jvcarousel-item img{
	padding: 4px;
	background: #fff;
	margin: 0;
	border: 1px solid #d1d6de;
}
.jvcarousel_mtitle{
	font-size: 12px;
	font-weight: bold;
}
.jv_tab_lago_wrap .jv_lago2_content .lago2_content_wrap{
	padding: 10px;
	position: relative;
}
.latestnews{
	padding: 0 5px;
}
p.latestnews{
	padding: 0 5px 0 5px;
}
/*zt Slideshow-------------*/
.jv-proshow-inner {
	position: relative;
}
.jv-pedonheadline-wrap{
	margin-top: 5px;
}
.jv-proshow-intro {
    border: 0 none;
    bottom: 0;
    height: 70px;
    left: 0;
    position: absolute;
    width: 100%;
}
.jv-proshow-intro-bt {
    background: none;
    margin-top: 0px;
    width: 100%;
}
.jv-proshow-intro-inner{
	padding: 5px;
}
.jv-proshow-intro-bb{width: 100%;}
.jv-proshow-intro-inner p{
	margin: 0;
	font-size: 11px;
}
.jv-pedoncontent{
	height: 100px;
	margin-top: 20px;
	display: block;
}
.jv-proshow-intro-inner h3{
	/*font-size: 12px;
	color: #a9cc00;
	
	*/
	text-transform: none;
	text-decoration: none;
	color: white;
	text-shadow: 1px 1px 1px #424242;
	padding: 3px 0px 5px 8px;
	float: left;
}
.jv-pedonheadline-group{
	padding: 5px 0 0 0;
}
.jv-pedonheadline-group a img {
	background: #ddd;
}
.jv-pedonheadline-group li.active a img{
	background: #B82DB8;
}
.jv-pedonheadline-wrap .but_next,
.jv-pedonheadline-wrap .but_pre{
	width: 20px;
	height: 40px;
	display: block;
	background: url(../images/slide-arrow.png) no-repeat right 10px !important;
}
.jv-pedonheadline-wrap .but_pre{
	background-position: left 10px !important;
}
.s6bar_container{
	padding: 0;
	background: none;
}
.s6bar_container .s6_itembar{
	padding: 2px;
	border: 1px solid #d5d5d5;
	margin: 0 3px 10px 3px;
}

.slide6_itembar_wrap{
	padding: 0px;
	margin-top: 10px;
	background: none;
}
.jv_rslide_wrap{
	height: 30px !important;
	width: 250px !important;
	background: url(../images/box-b.png) no-repeat left bottom !important;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
}
.des_item_container{
}
.descript_item h3.title{
	font-size: 12px;
	color: #fff;
}
/*zt News-------------*/
.jv_news_wrap ul.jv-title-category{
	border: none;
	margin: 0 !important;
	background: url(../images/moduletitle_bg.png) no-repeat left bottom;
}
li.jv-firstitem a span{
	border-bottom: none;
	margin: 55px !important;
}
.jv_news_wrap ul.jv-title-category a,
.jv_news_wrap ul.jv-title-category a:hover{
	padding: 0;
	padding-bottom: 6px;
	display: block;
}
ul.jv-title-category li.jv-firstitem a,
ul.jv-title-category li.jv-firstitem a:hover{
	
	font-family: "Timer news Roman";
	font-size: 14px;
}
.jv_news_wrap ul.jv-title-category span.jv-title-category{color: #414141;}
.jv_news_wrap ul.jv-title-category a:hover span.jv-title-category { border: none;}
.jv_news_wrap li.jv-article-title h4{ font-size: 12px; margin: 5px 0; display: block;}
li.jv-article-title a{ color: #15527e;}
 p.more_link{ display: none;}
.jv_news_wrap ul.article-item li{
	background: url(../images/arrow1.png) no-repeat 0px 10px;
	padding: 2px 0 3px 15px;
}
.jv-frame-cat { margin-bottom: 2em;}
.jv_news_wrap p.jv-news-readmore{
	display: block;
	overflow: hidden;
}
.jv_news_wrap p.jv-news-readmore a.readmore,
a.readone,
#menusys_mega a.readone {
	color: #a9cc00;
	float: right;
	padding: 0 0 0 15px;
	font-style: italic;
	font-weight: normal;
	font-family:"Georgia";
	font-size: 11px;
	background: url(../images/readon.png) no-repeat left 3px !important;
}
div.latestnewsitems p.clearfix{
	margin: 0;
}
.jv_news_wrap p.jv-news-readmore a.readmore:hover,
a.readone:hover{
	text-decoration: underline !important;
}
/*zt Lastnews-------------*/
div.latestnewsitems h4{
	clear: both;
	margin: 5px 0;
	padding: 0;
	display: block;	
	font-size: 12px;
	width: 99%;
	position:  static;
}
.latestnews-inner{
	padding-right: 5px;
}
div.latestnewsitems h4 a.latestnews ,
#menusys_mega div.latestnewsitems a.latestnews {
	font-size: 12px;
	font-weight: bold;
	color: #15527e;
	padding: 0 !important;
	display: block;
	line-height: 18px;
	position:  static;
	background: none !important;
}
div.latestnewsitems a.latestnews:hover{
	text-decoration: underline !important;
}
.latestnewsitems-inner{
	padding-right: 10px;
}
.last-item .latestnewsitems-inner{
	padding: 0;
}
div.latestnewsitems img  {
	padding: 3px ;
	background: #fff;
	display: block;
	float: left;
	border: 1px solid #cdcdcd;
}
div.latestnewsitems .latestnewsdate {
	display: block;
	color: #787c7e;
	font-size: 11px;
	clear: both;
}
ul.zt_weather_forecast li{ background: none;}
/*Default Menus-------------*/
ul.menu_hozi{
	display: block;
	overflow: hidden;
	margin: 0 auto;
	
}
ul.menu_hozi li{
	background: none;
	padding: 0;
	float: left;
	border-right: 1px solid #d3d3d4;
}
ul.menu_hozi li a{
	padding: 0 8px ;
	font-size: 11px;
	color: #818181;
	text-align: center;
	display: block;
}
ul.menu_hozi li a:hover{
	background: #ddd;
	color: #333;
	text-decoration: none;
}
ul.menu_hozi li.last {
	border: none;
}
a.readone{
	display: block;
}
#mod_search_searchword{
	margin: 2px 5px 0 0px;
}
#mod_search_searchword input:focus{
	margin: 2px 5px 0 0px;
	border-radius: 10px;
}


div.jv_weather_fday p.jv_weather_temp{
	width: 30px !important;
	margin: 0 auto;
}
ul.jv_weather_forecast li{
	background: none;
}
/*---red.css---*/
a{color: #417394;}
ul.list li a {color: #680002;}
ul.list li a{color: #680002;}
li.bld-article-title a, p.more_link{
	color: #680002;
}
.tab_colud a{color: #680002;}
.tab_colud a:hover{
	background: #680002;
	color: #fff;
}
div.moduletitle,
li.jv-article-title a{color:#680002;}
.bld-titleflash-time{color: #b70004 !important;}
#bld-toppanel{
	background: #680002;
	border-bottom: 1px solid #fb0404;
}
/*Draw a Box - phuongpm added*/
.moduletable_style1 {
	margin: 5px 0 5px 0;
}
.moduletable_style1 h3 {
	color: #D11A6F;
	border-radius: 5px 5px 0 0;
	background: #FEF1FA;
}
.moduletable_style1 ul {
	color: #444;
	text-decoration: none;
	background: none;
	text-shadow: 1px 1px 3px #787878;
}
.moduletable_style1 li {
	padding-left: 5px;
	margin-left: 3px;
	color: #680002;
	padding: 3px 0 3px 13px !important;
	background: url("../images/item_icon.png") no-repeat scroll 2px 10px transparent !important;
}
a.mostread_style1{
	color: #680002;
	padding-left: 5px;
}

.leading img,
.products_img img ,
.article_column_pad img {
	float:left;
	border: 1px solid #dce1e9;
	margin-right: 8px;
}
.leading_h130{
	width: 97%;
	height:60px;
	padding: 9px;
	background: none repeat scroll 0 0 #FEF1FA;
	border: 1px solid #DDDDDD;
	border-radius: 5px 5px 5px 5px;
}
.leading_h130 img {
	float:left;
	border: 1px solid #dce1e9;
	margin-right: 8px;
	height:60px;
	width:80px;
}
.img_border {
	background: none;
	padding-right: 15px;
	text-align: center;
}
.img_border img {
	border: 1px solid #dce1e9;
}
.products_img img {
	width: 145px;
	height:145px;
}
h2.contentheading{
	line-height: 18px;
}
.article_column_pad h2 {
	margin: 0 0px 0 0px;
	color: #D11A6F;
	font-size: 110%;
	text-decoration: none;
}
div.article_column_pad {
	margin-top: 0;
}
a.contentpagetitle {
	margin-top: 0;
}
#bld-userwrap1-inner {
	/*border: 1px solid #dce1e9;*/
}
.page-inner {
	background: #F7F4F4;
	margin-bottom: 5px;
	border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
	padding: 0 0 5px 1px;
	
	overflow: hidden;
}
.leading-sub1 {
	float: left;
	width: 350px;
}
.leading-sub2 {
	float: right;
	width: 280px;
	height:90px;
	margin: 0px;
	padding: 5px;
	background: none repeat scroll 0 0 rgb(253,219,242);
	border-radius: 5px 5px 5px 5px;
}
.leading-sub2 h3 {
	margin: 0px;
	padding-left: 10px;
	font-size: 100%;
	border-radius: 5px 5px 5px 5px;
	border-bottom: 1px solid red;
}
#bld-user5  a:active, a:hover{
    color: red;
}
#bld-user5 a.mainlevel-city {
    color: #444444;
    display: inline-block;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    text-align: center;
    text-transform: uppercase;
	text-decoration: none;
}
.tdmenu_lamdep{
}
a.mainlevel-hmenu {
	/*border-radius: 5px 5px 5px 5px;
	padding: 4.5px;
	text-decoration: none;
	font-size:11px;
	font-weight:bold
	*/
	color: white;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 17px;
	padding: 4.5px;
}
#menu-bottom-bar{
	padding-top:10px;
	font-weight: bold;
	height:25px;
	width:1000px;
	margin:-4px 0 5px 0;
}
a.category_title{
	padding-left: 15px;
	color: #680002;
	font-size:11px;
	text-transform: none;
}
.blog_header {
	overflow: hidden;
	margin: 5px 0 0px 0;
	width:100%;
	text-indent: 1px;
	font-size:12px;
	font-weight: bold;
	color: #AC0919;
	background: url("../images/BLD-1c.png") repeat-x scroll -0px -15px;
	height:21px;
	line-height:22px;
	text-transform:uppercase;
}
.fl{float:left;}
.bh_l{
	background: url("../images/BLD-1.png") no-repeat scroll 0px -2px;
	width:5px;
	height:21px;
}
.bh_c{
	background: url("../images/BLD-1.png") repeat-x scroll -0px -23px;
	padding:0px 1px;
}
.blog_header img {
	width:11px;
	height:11px;
}
.bh_r{
	background: url("../images/BLD-1.png") repeat-x scroll 21px -23px;
	width:21px;
	height:21px;
}
.contentdescription{
	/*background: url("../images/BLD-1c-i.png") repeat-x scroll 0px -2px;*/
	height:40px;
}
.contentdescription a{
	background: url('/modules/mod_dropline_menu/assets/images/dot.png') no-repeat 0px 3px;
	padding: 0px 0px 0px 13px;
	display: inline-block;
	color:#B80303; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-left: 0px;
	
}
.blog_header_part1 {
	
	width:33%;
	font-size:12px;
	font-weight: bold;
}
.blog_header_part2 {
	float: right;
	font-weight: normal;
	padding-top: 4px;
}
/*Box1 */
.box1_header {
	height:20px;
	background: url("../images/box1.png") no-repeat top left;
}
.box1_content {
}
.box1_footer {
	height:15px;
	background: url("../images/box1.png") no-repeat 0 -24px;
}
/*-----------------------------------------------*/
.fl {
	float: left;
}
.fr {
	float: right;
}
.mod_b{
	margin-bottom: 5px;
}
.mod_t{
	margin-bottom: 5px;
	margin-top: 5px;
}

.h120 {
	height: 120px;
}

.text-center {
	text-align: center;
}
.br_img{
	width:13px;
	height:11px;
	padding-left:5px;
}
.art_title{
	margin: 0px -5px 0px -8px;
	background: url(../images/bc_bg.png) repeat-x 0px 0px;
	padding: 4px 5px 6px 0px;
}
.art_title  a {
	color: #AC0919;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/bc_separator.png) no-repeat right center;
	padding: 6px 15px 7px 8px;	
}
.no_separator{
	color: #AC0919;
	font-size: 12px;
	padding: 7px 7px 8px 8px;
}
.address_bar {
	border-bottom: 1px solid #dce1e9;
}
.bor-1 {
	padding-top:3px;
}
/*---SPA TEMPLATE--------------------------------*/
.spa-view-item {
  padding: 5px;
}
.spa-view-img-box {
  float: left;
  margin-right: 5px;
}
.spa-view-img {
  border: 1px solid #CCCCCC;
  padding: 2px;
}
.spa-view-ten {
  font-size: 24pt;
  padding-bottom: 5px;
}
.spa-view-diaChiBorder {
  background-color: #FFFFFF;
  border: 1px solid #99CC00;
  border-radius: 5px 5px 5px 5px;
  margin: 5px;
  padding: 5px;
  text-shadow: 0 1px 2px #CCCCCC;
}
.spa-view-diaChi {
  color: #666666;
}
.spa-view-mobile {
  color: #666666;
}
.spa-view-noiDung {
  line-height: 18px;
}
.spa-item-author {
  color: #999999;
  font-size: 10px;
  line-height: 12px;
}
/*-------Rongbay format------*/
table.tablelist {
  border: 1px solid #DCDCDC;
  border-collapse: collapse;
}
table.tablelist a {
    line-height: 24px;
	color:blueviolet;
}
table.tablelist a:hover{
	color:red;
}
table.tablelist thead tr {
  background: #EAF5F9;
}
table.tablelist thead tr th {
  border: 1px solid #DCDCDC;
  padding: 3px 6px;
  text-align: center;
}
table.tablelist tbody tr.odd {
  background: #FFFFFF;
}
table.tablelist tbody tr:hover,
table.tablelist tbody tr.odd:hover {
  background: #FFFFCC;
}
table.tablelist tbody tr {
  background: #F4F4F4;
}
table.tablelist tbody tr td {
    border: 1px solid #DCDCDC;
    padding: 3px 1px;
}
.job_row  a.contentpagetitle {
	color: #00344F;
	font-weight: normal;
}
.job_row span.City {
	padding-right: 20px;
}
.according{
	float:right;
	font-style:italic;
	margin-bottom:0px;
}
.sec_tintonghop {
	margin-top: 8px;
	height: 93px;
	border-bottom: 1px dotted #DCDCDC;
}
.sec_tintonghop  img  {
	float: left;
	padding-right: 8px;
}
.article-content img {
	float:left;
	width:100px;
	height:80px;
	margin-right: 8px;
	border: 1px solid #F0D9F4;
}
.moduletable-box1 {
	padding: 0 5px;
	border-radius: 5px;
}
/*menu chuyen nganh*/
._menu_title a{
	border-bottom:solid #CC9AD8 2px;
	display:block;
	padding:8px 15px;
	border-radius: 25px 0px 25px 0px;
	text-align:center;
	background:#9121A0;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif; font-size:16px;
	color:white;
	margin-bottom: 5px;
	float:left;
}
._menu_title{
	
}
._menu{
	background: url('../images/dot.png') no-repeat 0px 4px;
	padding: 0px 0px 0px 15px;
	display: inline-block;
	color:#804C85;
	font-family: Tahoma;
	font-size:12px;
	margin-left:5px;
}

._menu_mota{
	color:#C40B97;
	padding:0px 5px 0px 150px;
	font-size:11px;
}
.tag_inside{
	margin-left:0px;
	margin-top:9px;
	margin-bottom:9px;
}

.save{
	padding-top:35px;
	padding-left:20px;
	
}
.add_module{
	margin:15px 0;
	
}
.gg1{
	padding-left:10px;
	vertical-align: middle;
}
.sec_title{
	margin: 0px;
	background: url(../images/bc_bg.png) repeat-x 0px 0px;
	padding: 1px 5px 6px 0px;
	border-top: 1px solid #DDD;
	border-right: 1px solid#DDD;
	border-right: 1px solid#DDD;
	border-radius: 5px 5px 0 0;
	font-size:13px;
}
.sec_title a {
	color: #AC0919;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background: url(../images/bc_separator.png) no-repeat right center;
	padding: 4px 15px 7px 8px;	
}
.h1_home{
	font-size:12px;
	margin:0;
	padding:0;
}
.h1_home a{color:black !important;}
#googleSearch_cse.inputbox{width:18px;}
.img_dropline{
	width:22px;
	height:22px;
	margin-right:1px;
	vertical-align: bottom;
}
.img_dropline:hover{
	opacity:0.6;
}
div.news_title div.title{
	margin:0;	
	cursor:pointer;
	padding:5px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	background: url(/templates/agtool/images/imgHome.png) no-repeat -150px -51px;
	/*border-left: 1px solid #F0D9F4;*/
	border-top-left-radius: 5px;
}
.news_title .title a {
	color: #AC0919;
	padding-left: 5px;
	position: relative;
	text-transform: uppercase;
	padding-left: 5px;
}
.str{
	font-size:10px;
	padding-left:20px;
	color:#712788;
	font-style:italic;
}
.inset_link{
	margin:10px 0 30px 0;
	padding:5px 3px 3px 3px;
	box-shadow: 2px 2px 8px #BC8DCA;
	border-radius: 5px;
	color:#944444;
}
.inset_link a{
	color:#00C;
}
.no_margin{margin:0px;}
.page-inset {
	padding:0 3px 0 5px;
}
.borderImg{
	background: url(/templates/agtool/images/2.png) no-repeat 0 0;
	width: 220px;
	height: 245px;
	text-align: center;
}
.sexy_img{
	width:202px;
	height:220px;
	border:none !important;
	margin:8px 0 0 0 !important;
	float:none !important;
}
.c_anh_dep {
	display: block;
	height: 28px;
	background:url(/templates/agtool/images/BLD_HOME_A.png) no-repeat -110px -143px;
	border-top-left-radius: 5px;
	/*border-left: 1px solid #F0D9F4;*/
	margin-bottom:5px;
	margin-top:10px;
}
h2.c_anh_dep a span {
	color: #AC0919;
	text-transform: uppercase;
	padding: 5px 0 5px 5px;
	display: block;
	font-size: 12px;
}
/* css for popup like FB //////////////////////////////////*/
#fblikepop {    background-color: #fff;
    display: none;
    position: fixed;
    top: 200px;
    _position: absolute;
 /* hack for IE 6*/
    width: 450px;
    border: 10px solid #6F6F6F;
    z-index: 200;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    margin: 0pt;
    padding: 0pt;
    color: #333333;
    text-align: left;
    font-family: arial,sans-serif;
    font-size: 13px;
}#fblikepop body {
    background: #fff none repeat scroll 0%;
    line-height: 1;
    margin: 0pt;
    height: 100%;
}

.fbflush {
    cursor: pointer;
    font-size: 11px !important;
    color: #FFF !important;
    text-decoration: none !important;
    border: 0 !important;
}
#fblikebg {
    display: none;
    position: fixed;
    _position: absolute;
 /* hack for IE 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 100;
}#fblikepop #closeable {
    float: right;
    margin: 7px 15px 0 0;
}
.h3title
{
    background: #6D84B4 none repeat scroll 0 0;
    border-top: 1px solid #3B5998;
    border-left: 1px solid #3B5998;
    border-right: 1px solid #3B5998;
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-weight: normal !important;
    padding: 5px !important;
    margin: 0 !important;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
}
#fblikepop #actionHolder {
    height: 30px;
    overflow: hidden;
}#fblikepop #buttonArea {
    background: #F2F2F2;
    border-top: 1px solid #CCCCCC;
    padding: 10px;
    min-height: 50px;
}#fblikepop #buttonArea a {
    color: #999999 !important;
    text-decoration: none !important;
    border: 0 !important;
    font-size: 10px !important;
}#fblikepop #buttonArea a:hover {
    color: #333 !important;
    text-decoration: none !important;
    border: 0 !important;
}#fblikepop #popupMessage {
    font-size: 12px !important;
    font-weight: normal !important;
    line-height: 22px;
    padding: 8px;
    background: #fff !important;
}#fblikepop #counter-display {
    float: right;
    font-size: 11px !important;
    font-weight: normal !important;
    margin: 5px 0 0 0;
    text-align: right;
    line-height: 16px;
}
/* end css for popup like FB //////////////////////////////////*/
#recaptcha_area {
	margin: -165px 9px 15px 190px !important;
}
.back_link:hover{
	color:black;
	text-decoration:none;
}
.back_link{
}
.pAuthor {
	font-weight: bold;
	text-transform: uppercase;
	font-family: Times New Roman;
	font-size: 12px;
}
.pSource, .pzSource, .pAuthor {
	text-align: right;
	margin-bottom: 0px;
}
.topread_inpage{
	border-bottom: 1px dotted #BAA2BD;
	padding: 6px 0;
	margin-right:2px;
}
.topread_inpage a{
	background: url('../images/dot.png') no-repeat 0px 4px;
	padding: 0px 0px 0px 12px;
	display: inline-block;
	color: #666;
	font-family: Tahoma;
	font-size: 11px;
	margin: 0 2px;
}
.toprelated h3,.topread h3{
	background: #E0E0E0;
	color: #944444;
	font-size: 11px;
	margin: 3px;
	padding: 1px 0 1px 10px;
	border-radius: 5px;
}
.imga{
	background:none !important;
	padding:0 !important;
	margin:0 !important;
}
.themostnew{
	float: left;
	width: 780px;
}
.themostnew h3{
	background: #F3E7F3;
	color: #944444;
	font-size: 12px;
	margin: 5px 0 3px;
	padding: 3px 0 2px 10px;
	border-radius: 5px;
	width: 718px;
}
#RightThemostNewOfSec h3,.imgOfar{
	background: #E0E0E0;
	color: red;
	font-size: 12px;
	margin: 5px 0 3px;
	padding: 3px 0 2px 10px;
	border-radius: 5px;
	font-weight: bold;
	text-transform: uppercase;
}
.row_0,.row_1,.row_2,.row_3{
	float:left;
	margin:5px 0 0;
}
.listMostnew{
	width: 150px;
	float: left;
	margin-right: 44px;
}
#leftAdsSideBar{
	margin: 0 0 5px 0;
	padding: 0;
	width: 120px;
	position: absolute;
	right: 50%;
	top: 50%;
	margin-right: 600px;"
}