/*  Main  */
#main {
    width: 1002px;
    margin:auto;
}
/*  Header  */
#header {

}
/* Page info */
#info
{
    color: #db271f;
    height: 20px;
    line-height: 28px;
    width: 200px;
    float: left;
}
.fbtable
{
	float:left;
	width:100%;
	background-color:#FFF;
}
/* Nav Menu */
#nav 
{
    width: 802px;
    float: left;
    height: 28px;
}

#nav ul {
    margin: 0;
    padding: 0;
}

#nav ul li {
    background: transparent url(../Img/nav-sep.gif) no-repeat right 5px;
    position: relative;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0px 10px 0px 10px;
    color: #1f1a17;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
}

#nav ul li.WebsiteSelected a
{
	color: #0017AF;
}
#nav ul li.WebsiteSelected a:hover {
    color: #0017AF;
}

#nav ul li.WebsiteSelectedLast a
{
	color:#0017AF;
}
#nav ul li.WebsiteSelectedLast a:hover
{
	color:#0017AF;
}

#nav ul li.end {
    background: none;
}

#nav ul li a,
#nav ul li a:hover {
    color: #1f1a17;
}
/* Marquee */
#marquee
{
    float: left;
    width: 1000;
    height: 24px;
    line-height: 24px;
    /*border: solid 1px #e15048;*/
    background-color: #f7c5b4;
    color: #1f1a17;
}
/* End header */

/* Body container */
#body 
{
    background: #692f35 url(../Img/xbody-bg.gif) repeat-x top left;
    width: 100%;/* 982px */        
    float: left;
    border:solid 1px #FFF;
}
#body .body-container
{
    background: transparent url(../Img/xbody-bg-left.gif) no-repeat top left;
    float: left;
    width: 100%;
}
#body .body-container .body-content
{
    background: transparent url(../Img/xbody-bg-right.gif) no-repeat top right;
    float: left;
    width: 982px;
    padding: 0px 10px;    
}

#body div.side-left {
    float: left;
    width: 740px;
    /*overflow:hidden;*/
}

#body div.side-right {
    float: right;
    width: 232px;
    /*overflow:hidden;*/
}

ul.frontpage-box
{
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.frontpage-box li
{
    width: 100%;
    margin: 0;
    padding: 0;
}
ul.frontpage-box li.top
{
    height: 14px;
    float: left;
    background: transparent url(../Img/frontpage-box-corner.gif) no-repeat 0px 0px;
    background-color: #af2431;
}
ul.frontpage-box li.top, x:-moz-any-link, x:-moz-any-link, x:default
{
    float: none;
}
ul.frontpage-box li.top div
{
    float: right;
    background: transparent url(../Img/frontpage-box-corner.gif) no-repeat 0px -14px;
    width: 14px;
    height: 14px;
    overflow: hidden;
}
ul.frontpage-box li.content
{    
    background-color: #af2431;
    color: #fff;
    font-size: 16px;
    display: table;
    _margin-top: -3px;
}
ul.frontpage-box li.content div.item
{
    padding: 10px 20px 0px 20px;
    display: none;
}
ul.frontpage-box li.content div.current
{
    display: inline-block;
}
ul.frontpage-box li.content div.item h2,
ul.frontpage-box li.content div.item h2 a,
ul.frontpage-box li.content div.item h2 a:hover
{
    font-weight: normal;
    color: #eb9d06;
}
ul.frontpage-box li.content div.item img
{
    margin: 5px 10px 5px 0px;
    /*width: 300px;
    height:200px;*/
}
ul.frontpage-box li.nav
{
    text-align: right;
    background-color: #d9b2a4;
    height: 28px;
    width: 733px;/* width: 753px; */
    border-bottom: solid 1px #af2431;
    border-left: solid 1px #af2431;
    border-right: solid 1px #af2431;
    padding-right: 5px;
}
ul.frontpage-box li.nav ul
{
    width: 100%;
    margin: 0;
    padding: 0;
}
ul.frontpage-box li.nav ul li
{
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
    height: 28px;
    line-height: 28px;
    color: #000;
    padding: 0px 5px 0px 5px;
}
ul.frontpage-box li.nav ul li span
{
    padding: 2px 12px 2px 12px;
    background-color: #fff;
    border: solid 1px #6d6767;
    font-weight: bold;
    cursor: pointer;
    font-size: larger;
}

ul.frontpage-box li.nav ul li span a,
ul.frontpage-box li.nav ul li span a:hover
{
    color: #000;
}

ul.frontpage-box li.nav ul li span.current
{
    background-color: #792d34;
    color: #fff;
    border: solid 1px #fff;
}
ul.frontpage-box li.nav ul li span.current a,
ul.frontpage-box li.nav ul li span.current a:hover
{
    color: #fff;
}

/* Blog category view */
.blogview
{
    padding-top: 5px;
    padding-left: 10px;
    width: 730px;/* width: 100%; */
    background-color: #fff;
    display: inline-table;
}
.blogview .blogitem
{
    width: 99%;   
    float: left;
}
.blogview .blogitem ul
{
    background: transparent url(../Img/blog-tag-bg.gif) no-repeat bottom right;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 29px;
}
.blogview .blogitem ul li
{
    background: transparent url(../Img/blog-tag-sep.gif) no-repeat right 9px;
    margin: 0;
    padding: 0;
    float: left;
    list-style-type: none;
    height: 26px;
    line-height: 26px;
    padding: 3px 5px 0px 5px;
    color: #1c1b19;
    visibility: hidden;
    font-size:11px;
    /*display: none;*/
}
.blogview .blogitem ul li.active
{
    background: transparent url(../Img/blog-tag-item.gif) no-repeat bottom right;
    text-transform: uppercase;
    padding-right: 30px;
    visibility: visible;
    /*display: block;*/
}
.blogview .blogitem ul li.end
{
    background: none;
}

.blogview .blogitem ul li a,
.blogview .blogitem ul li a:hover
{
    color: #1c1b19;
    font-weight: bold;    
}
.blogview .blogitem ul li.active a,
.blogview .blogitem ul li.active a:hover
{
    color: #fff;
    font-weight: bold;
}
.blogview .blogitem h4
{
    margin-top: 22px;
    margin-bottom: 10px;
}

.blogview .blogitem h4 a,
.blogview .blogitem h4 a:hover
{
    color: #9b231c;
}
.blogview .blogitem img
{
    margin: 5px 15px 0px 0px;
    /*width: 200px;*/
}
.blogview .blogitem ol
{
    margin: 0;
    padding: 25px 0px 0px 0px;
    width: 70%;
    _width: 68%;
    float: left;
}
.blogview .blogitem ol li
{
    background: transparent url(../Img/blog-list-item-square.gif) no-repeat 0px 8px;
    float: left;
    margin: 0;
    padding: 2px 0px;
    padding-left: 18px;    
    width: 100%;
    list-style-type: none;
}
.blogview .blogitem ol li a,
.blogview .blogitem ol li a:hover
{
    color: #9b231c;
}
.blogview .blogitem .rss
{
    background: transparent url(../Img/rss-icon.gif) no-repeat 0px 0px;
    float: right;   
    text-align: right;
}
.blogview .blogitem .rss a,
.blogview .blogitem .rss a:hover
{
    color: #fff;
    text-decoration: none;
}
.blogview .blogitem .rss a span
{
    visibility: hidden;
    padding: 0px 26px 0px 26px;
}

.blogview .blogitem hr
{
    width: 100%;
    color: #e5e5e5;
    height: 0px;
    _height: 2px;
    border-top: solid 1px #e5e5e5;
    _border-top: none;
    border-bottom: solid 1px #d6d5d5;
}

.blogview .blogitem .blogintro
{
    text-align: justify;
}

.blogview .blogitem .blogintro span
{
    padding-left: 20px;
}

/* Search-box */
.search-box
{
    background: transparent url(../Img/search-box.gif) no-repeat top left;
    width: 232px;
    height: 80px;
    position: relative;
}
.search-box h4
{
    padding-top: 10px;
    padding-left: 10px;
    color: #fff;
    text-align: left;
}
.search-box .kw
{
    position: absolute;
    top: 41px;
    left: 11px;
    width: 167px;
    _width: 166px;
    height: 16px;
    line-height: 16px;
    border: 0;
}
.search-box .btn
{
    background: transparent;
    border: none;
    position: absolute;
    top: 40px;
    left: 186px;
    padding: 0px 15px 0px 15px;
    cursor: pointer;
}
/* module-box */
.module
{
    background-color: #eeeeed;
    width: 100%;
}
.module .module-title
{
    background: transparent url(../Img/poll-title-bg.gif) repeat-x top center;
    height: 25px;
    line-height: 25px;
    padding-top: 5px;
    color: #ab2d2a;
    font-size: 16px;
    font-weight: bold;    
}
.module .module-title span
{
    padding: 0px 5px 0px 5px;
}
.module .container
{
    padding: 0px 5px 0px 5px;
    color: #20578e;
}
.module .container a,
.module .container a:hover
{
    color: #3b4245;
}
/* poll-box */
ul.poll-buttons
{
    margin: 0;
    padding: 0;
    height: 30px;
}
ul.poll-buttons li
{
    margin: 0;
    padding: 0;
    display: inline;
    height: 18px;
    line-height: 18px;
    padding-left: 22px;
    padding-right: 5px;
    cursor: pointer;
}
ul.poll-buttons li.vote
{
    background: transparent url(../Img/poll-buttons.gif) no-repeat 0px 0px;
}
ul.poll-buttons li.result
{
    background: transparent url(../Img/poll-buttons.gif) no-repeat 0px -18px;
}
/* support-box */
ul.support-buttons
{
    margin: 0;
    padding: 0;
}
ul.support-buttons li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    height: 32px;
    line-height: 32px;
    padding-left: 50px;
}
ul.support-buttons li.thoi-tiet
{
    background: transparent url(../Img/support-buttons.gif) no-repeat 5px 0px;
    cursor:pointer;
}
ul.support-buttons li.gia-vang
{
    background: transparent url(../Img/support-buttons.gif) no-repeat 5px -32px;
    cursor:pointer;
}
ul.support-buttons li.ngoai-te
{
    background: transparent url(../Img/support-buttons.gif) no-repeat 5px -64px;
    cursor:pointer;
}
ul.support-buttons li.chung-khoan
{
    background: transparent url(../Img/support-buttons.gif) no-repeat 5px -96px;
    cursor:pointer;
}
ul.support-buttons li.lich-tau-hoa
{
    background: transparent url(../Img/support-buttons.gif) no-repeat 5px -128px;
    cursor:pointer;
}

/* Pager */
.pager {
    font-weight: bold;
}
.pager,
.pager a,
.pager a:hover {
    color: #000;
}
.pager span {
    color: #fe0303;
    text-decoration: underline;
}
/* Content detail */
.content-detail
{    
    float: left;
    width: 740px;
}
.content-detail .category-title
{
    background: transparent url(../Img/content-detail-head-bg.gif) no-repeat;
    float: left;
    width: 700px;    
    padding: 0px 15px 0px 25px;
    color: #fff;
    line-height: 28px;
    font-size: 15px;
    font-weight: bold;
}
.content-detail .category-search-desc
{
    padding: 10px 0px 0px 0px;
}
.content-detail .category-container
{
    background-color: #fff;
    float: left;
    width: 700px;
    padding: 0px 15px 0px 25px;
}
.content-detail .published-date
{
    text-align: right;
    color: #78797b;
}
.content-detail .category-rss
{
    background: transparent url(../Img/rss-icon.png) no-repeat 0px 0px;
    float: right;
    text-align: right;
    margin-top: -20px;
}
.content-detail .category-rss a,
.content-detail .category-rss a:hover
{
    color: #fff;
    text-decoration: none;
}
.content-detail .category-rss a
{
    padding: 4px 26px 4px 26px;
}
.content-detail .category-rss a span
{
    visibility: hidden;
}
.content-detail .img-detail img
{
    margin: 0px 10px 10px 0px;
}
.content-detail .contents-links
{
    background-color: #fff;
    float: left;
    width: 690px;
    padding: 10px 25px;
}
.other-contents
{
    float: left;
    background-color: #f9f7f8;
    padding: 15px 30px 15px 30px;
    width: 680px;
}
.other-contents h4
{
    color: #930205;
}
.other-contents ul
{
    margin: 0;
    padding: 0;
    padding-left: 15px;
}
.other-contents ul li
{
    margin: 0;
    padding: 0;
    list-style-type: circle;
    color: #eba10c;
    padding-left: 5px;
}
.other-contents ul li a,
.other-contents ul li a:hover
{
    color: #004377;
}
.other-contents ul li span
{
    color: #999999;
}
/* Category */
.news-detail
{
    padding-top: 20px;
    width: 100%;
    float: left;
}
.news-detail .img-detail img
{
    margin: 0px 10px 10px 0px;
    width:100px;
}
.news-detailfirst
{
    padding-top: 10px;
}
.news-detailfirst h4, .news-detailfirst h4 a, .news-detailfirst h4 a:hover {
	color:#9B231C;
}
.news-detailfirst .img-detail img
{
    margin: 0px 10px 10px 0px;
    /*width:200px;
    height:150px;*/
}
.img-Article
{
    margin: 0px 10px 10px 0px;
    width:150px;
}
.news-detail h4
{

}
.news-detail h4,
.news-detail h4 a,
.news-detail h4 a:hover
{
    color: #9B231C;
}
/* Article tools */
.article-tools
{
    text-align: right;
    padding-bottom: 10px;
}
.article-tools ul
{
    margin: 0;
    padding: 0;
}
.article-tools ul li
{
    margin: 0;
    padding: 6px 5px 6px 30px;
    display: inline;
    list-style-type: none;
    height: 26px;
    line-height: 26px;
    white-space: nowrap;
}
.article-tools ul li.feedback   {background: transparent url(../Img/article-tool-icons.gif) no-repeat 0px -0px;cursor:pointer;}
.article-tools ul li.email   {background: transparent url(../Img/article-tool-icons.gif) no-repeat 0px -26px;cursor:pointer;}
.article-tools ul li.print   {background: transparent url(../Img/article-tool-icons.gif) no-repeat 0px -52px;cursor:pointer;}
/* End body container */

/* Bottom Nav */
#nav-bottom
{
    width: 100%;
    height: 50px;
}
#nav-bottom ul 
{
    background: transparent url(../Img/nav-bottom-bg.gif) repeat-x left bottom;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px;
}

#nav-bottom ul li 
{    
    display: inline;
    margin: 0;
    padding: 0px 2px 0px 2px;
    line-height: 50px;
    color: #e1e2e3;
}

#nav-bottom ul li a,
#nav-bottom ul li a:hover {
    color: #e1e2e3;
}

/* Footer */
#footer 
{
    background-color: #333b43;
    float: left;
    width: 100%;
    color: #fff;
    padding-top: 10px;
    line-height: 25px;
}
#footer .copyleft
{
    float: left;
    width: 95%;
    padding-left: 20px;
}

#footer .copyright
{
    float: right;
    text-align: right;
    width: 25%;
    padding-top: 20px;
    padding-right: 20px;
    font-weight: bold;
}

.titleArticle
{
	color:#AE2431;
	font-size:18px;
	line-height:30px;	
	font-weight:bold;
}

#footer .copyright span
{
	font-weight: bold;
	font-size:larger;
}

#footer a,
#footer a:hover {
    color: #fff;
}
/*------------- FEEDBACK ------------*/
.FeedBackTextBoxStyle
{
    border: solid 1px #60A9DE;
    width:400px;    
}
Table.TableFeedBack
{
    width:100%;
    font-family:Arial;
    font-size:12px;
    color:Black;
}
Table.TableFeedBack td.Header
{
    font-size:12px;
    font-family:Verdana;
    font-weight:bold;
    color:#ffffff;
    text-align:left;
    padding-left:15px;
    text-decoration:none;
    height:20px;
    background-color:#327FB7;
    vertical-align:middle;
    padding-bottom:8px;
    padding-top:8px;
}
Table.TableFeedBack td.HeaderContact
{
    font-size:17px;
    font-family:Verdana;
    font-weight:bold;
    color:#327FB7;
    text-align:left;
    padding-left:15px;
    vertical-align:middle;
    padding-bottom:8px;
    padding-top:8px;
}
.ImgContactIcon
{
	height:15px;
	width:15px;
	border:0px;
}
Table.TableFeedBack td.Bottom
{
    background-color:#F0F1F3;
    height:38px;
    vertical-align:middle;
    border-top:solid 1px #0D5F9B;
    text-align:center;
}
.FeedbackButton
{
    background-image: url(../../../Img/btnFeedback.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 20px;
    border: none;
    background-color: Transparent;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
}

.ResetButton
{
    background-image: url(../Img/btnback.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 20px;
    border: none;
    background-color: Transparent;
    cursor: pointer;
    font-family: Arial;
    font-size: 12px;
}

/*Sitemap*/

table.TableSiteMap
{
    color:#323232;
    font-family:Arial;
    font-size:12px;
    text-align:left;  
    width:100%;     
    
}
table.TableSiteMap td.Header
{
    font-size:16px;
    font-family:Verdana;
    font-weight:bold;
    color:#327FB7;
    text-align:left;
    vertical-align:middle;
    padding-bottom:8px;
    padding-top:8px;
}
table.TableSiteMap A
{
    color:#0636BE;
}
table.TableSiteMap A:hover
{
    text-decoration:underline;
}
table.TableSiteMap td.Title
{
    color:#ff0000;
    font-family:Arial;
    font-size:12px;
    font-size:12px;
    font-weight:bold;    
    text-decoration:underline;
    padding-bottom:15px;
}
.CssTDBoundSiteMap
{
	width:570px;
	padding-left:10px;
}
/*------------ Level1 ----------------*/
table.TableSiteMap td.level1first
{   
    background-image: url(../Img/sm_toplevel1.gif);
    background-repeat:no-repeat;
    background-position:left top;
    padding-left:20px;
    height:20px;
}
table.TableSiteMap td.level1first a
{   
    background-image: url(../Img/sm_iconlevel1.gif);
    background-repeat:no-repeat;
    background-position:left;
    padding-left:17px;
	color:#A60306;
	font-weight:bold;
}
table.TableSiteMap td.level1none
{
    background-image: url(../Img/sm_bglevel1.gif);
    background-repeat:repeat-y;
    background-position:left top;
    width:7px;
    height:20px;
}
table.TableSiteMap td.level1plus
{
    background-image: url(../Img/sm_bglevel1plus.gif);
    background-repeat:no-repeat;
    background-position:left top;
    padding-left:20px;
    padding-bottom:7px;
    padding-top:5px;
    height:20px;
    
}
table.TableSiteMap td.level1sub
{
    background-image: url(../Img/sm_bglevel1sub.gif);
    background-repeat:no-repeat;
    background-position:left top;
    padding-left:20px;
    height:20px;
}
table.TableSiteMap td.level1sub A
{
   background-image: url(../Img/sm_iconlevel1.gif);
   background-repeat:no-repeat;
   background-position:left;
   padding-left:17px;
}

table.TableSiteMap td.level1last
{
    background-image: url(../Img/sm_bglevel1last.gif);
    background-repeat:no-repeat;
    background-position:left top;
    padding-left:20px;
    height:20px;
}
table.TableSiteMap td.level1last A
{
   background-image: url(../Img/sm_iconlevel1.gif);
   background-repeat:no-repeat;
   background-position:left;
   padding-left:17px;
}
/*--------------------- Level2 --------------------*/

table.TableSiteMap td.level2sub
{
    background-image: url(../Img/sm_bg_level2.gif);
    background-repeat:no-repeat;
    background-position:left bottom;
    padding-left:53px;
    height:20px;
}
table.TableSiteMap td.level2sub A
{
   background-image: url(../Img/sm_iconlevel2.gif);
   background-repeat:no-repeat;
   background-position:left;
   padding-left:17px;
}
table.TableSiteMap td.level2none
{
    background-image: url(../Img/sm_bgnone2.gif);
    background-repeat:repeat-y;
    background-position:left top;
    width:40px;
    height:20px;
}
table.TableSiteMap td.level2last
{
    background-image: url(../Img/sm_bg_level2last.gif);
    background-repeat:no-repeat;
    background-position:left bottom;
    padding-left:53px;
    height:20px;
}
table.TableSiteMap td.level2last A
{
   background-image: url(../Img/sm_iconlevel2.gif);
   background-repeat:no-repeat;
   background-position:left;
   padding-left:17px;
}

/*--------------------- Level3 --------------------*/

table.TableSiteMap td.level3sub
{
    background-image: url(../Img/sm_bg_level2.gif);
    background-repeat:no-repeat;
    background-position:left bottom;
    padding-left:53px;
    height:20px;
}
table.TableSiteMap td.level3last
{
    background-image: url(../Img/sm_bg_level2last.gif);
    background-repeat:no-repeat;
    background-position:left bottom;
    padding-left:53px;
    height:20px;
}

/*Weblink*/
Table.Weblink
{
    font-family: Arial;
    width: 100%;
}
Table.Weblink th.Title
{
    background-color: #00a9e0;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    color: White;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}
Table.WeblinkContent
{
    font-family: Arial;
    width: 100%;
    border-left: 1px #d5d5d5 solid;
    border-right: 1px #d5d5d5 solid;
    border-bottom: 1px #d5d5d5 solid;
}
Table.WeblinkContent td.Content
{
    padding-top: 5px;
    padding-left: 5px;
    width: 250px;
    padding-bottom: 5px;
    padding-right: 0px;
    color: #002eac;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px #d5d5d5 solid;
    border-left: 1px #d5d5d5 solid;
}
Table.WeblinkContent td.Title
{
    border:1px;
    background-color:#00A9E0;
    font-size:14px;
    color:White;
    font-weight:bold;
    height:28px;
}
Table.WeblinkContent td.Content A
{
    padding-top: 5px;
    padding-left: 5px;
    width: 250px;
    padding-bottom: 5px;
    padding-right: 0px;
    color: #002eac;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
}
Table.WeblinkContent td.Content A:Hover
{
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
    color: red;
    width: 250px;
    font-size: 13px;
    cursor: pointer;
    text-decoration: underline;
}
.Xemtiepbutton
{
    border:0px;
	background-color:Transparent;
	font-family:Arial;
	width:75px;
	padding-top:0px;
	padding-left:15px;
	padding-right:-10px;
	background-image:url(../Img/xemtiep.jpg);
	background-position:left;
	background-repeat:no-repeat;
	line-height:25px;
	cursor:pointer;	
	color:#0636BE;
}
.Xemtiepbutton a
{    
	color:#0636BE;
	font-family:Arial;
	font-size:14px;
}
.Quaylaibutton
{
    border:0px;
	background-color:Transparent;
	font-family:Arial;
	width:75px;
	padding-top:0px;
	padding-left:15px;
	padding-right:-10px;
	background-image:url(../Img/quaylai.jpg);
	background-position:left;
	background-repeat:no-repeat;
	line-height:25px;
	cursor:pointer;
	color:#0636BE;
}
.Quaylaibutton a
{   
	color:#0636BE;
	font-family:Arial;
	font-size:14px;
}
/*Rss*/
.blogview .blogitem .blogbody .blogrss
{
    background: transparent url(../Img/rss-icon.gif) no-repeat 0px 0px;
    float: right;
    text-align: right;
    margin-top: -10px;
}
.blogview .blogitem .blogbody .blogrss a,
.blogview .blogitem .blogbody .blogrss a:hover
{
    color: #fff;
    text-decoration: none;
}
.blogview .blogitem .blogbody .blogrss a
{
    padding: 4px 26px 4px 26px;
}
.blogview .blogitem .blogbody .blogrss a span
{
    visibility: hidden;
}
