/*  Main  */
#main {
    width: 1002px;
    margin:auto;
}
/*  Header  */
#header {

}
/* Page info */
#info
{
    color: #056aae;
    height: 20px;
    line-height: 28px;
    width: 200px;
    float: left;
}
/* 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: #5e686e;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
}
#nav ul li.end {
    background: none;
}
#nav ul li.WebsiteSelected a
{
	color: #0017AF;
}
#nav ul li.WebsiteSelected a:hover {
    color: #0017AF;
}

#footer .copyright span
{
	font-weight: bold;
	font-size:larger;
}

#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;
}

#nav ul li a,
#nav ul li a:hover {
    color: #5e686e;
}
/* Marquee */
#marquee
{
    float: left;
    width: 1000;
    height: 24px;
    line-height: 24px;
    /*border: solid 1px #919ab1;*/
    background-color: #ced5e4;
    color: #1f1a17;
}
/* End header */

/* Body container */
#body 
{
    width: 100%;
    height: auto;
}


#body div.side-left {
    float: left;
    width: 760px;
    /*overflow:hidden;*/
}

#body div.side-right {
    float: right;
    width: 232px;
    /*overflow:hidden;*/
}

ul.frontpage-box
{
    background: transparent url(../Img/frontpage-box-border-top.gif) repeat-x top left;
    float: left;
    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
{
    float: left;
    height: 14px;
    background: transparent url(../Img/frontpage-box-corner.gif) no-repeat 0px 0px;
}
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: transparent url(../Img/frontpage-box-border-left.gif) repeat-y left top;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    display: table;
    _margin-top: -3px;
}
ul.frontpage-box li.content div.item
{   
    background: transparent url(../Img/frontpage-box-border-right.gif) repeat-y right top; 
    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: #007cc3;
}
ul.frontpage-box li.content div.item img
{
    margin: 5px 10px 5px 0px;
    /*width: 300px;
    height:200px;*/
}
ul.frontpage-box li.nav
{
    width: 100%;
    text-align: right;
    background: transparent url(../Img/frontpage-box-nav-bg.gif) no-repeat 0px 0px;
    height: 33px;
}
ul.frontpage-box li.nav ul
{
    background: transparent url(../Img/frontpage-box-nav-bg.gif) no-repeat -40px -33px;

    height: 33px;
    margin: 0;
    padding: 0;
    padding-right: 5px;
    padding-top: 2px;
}
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 #718894;
    color: #2e5160;
    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: #2e5160;
}

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;
}
ul.bong-do
{
    width: 100%;
    height: 17px;
    background: transparent url(../Img/do-bong.gif) no-repeat 0px 0px;
    margin: 0;
    padding: 0;
    _margin-top: -2px;
}
ul.bong-do li
{
    width: 100%;
    height: 17px;
    background: transparent url(../Img/do-bong.gif) no-repeat -40px -17px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/* Blog category view */
.blogview
{
    padding-top: 5px;
    width: 100%;
    background-color: #fff;
    display: inline-table;
}
.blogview .blogitem
{
    width: 100%;   
    float: left;
}
.blogview .blogitem .bloghead
{
    width: 100%;
}
.blogview .blogitem .bloghead ul
{
    background: transparent url(../Img/blog-tag-bg.gif) no-repeat bottom right;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 29px;
}
.blogview .blogitem .bloghead 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 10px 0px 10px;
    color: #1c1b19;
    visibility: hidden;
    font-size:11px;
    /*display: none;*/
}
.blogview .blogitem .bloghead ul li.active
{
    background: transparent url(../Img/blog-tag-item.gif) no-repeat bottom left;
    text-transform: uppercase;
    padding-left: 0px;
    padding-right: 0px;
    /*padding-top: 3px;
    line-height: 26px;
    height: 26px;*/
    /*padding-right: 30px;*/
    visibility: visible;
    /*display: block;*/
}
.blogview .blogitem .bloghead ul li.active span
{
    background: transparent url(../Img/blog-tag-item-end.gif) no-repeat top right;
    padding: 9px 10px 9px 10px;
    /*_padding: 9px 10px 9px 10px;*/
}
.blogview .blogitem .bloghead ul li.end
{
    background: none;
}

.blogview .blogitem .bloghead ul li a,
.blogview .blogitem .bloghead ul li a:hover
{
    color: #211c19;
    font-weight: bold;    
}
.blogview .blogitem .bloghead ul li.active a,
.blogview .blogitem .bloghead ul li.active a:hover
{
    color: #c62c23;
    font-weight: bold;    
}
.blogview .blogitem .blogbody
{
    /*width: 100%;*/
    width: 738px;
    float: left;
    border-left: solid 1px #5b7683;
    border-right: solid 1px #5b7683;
    padding: 0px 10px 0px 10px;
}
.blogview .blogitem .blogbody .bloginfo
{
    width: 480px;
    float: left;
    padding: 15px 30px 0px 0px;
}
.blogview .blogitem .blogbody .bloginfo h4
{
    margin-top: 10px;
    font-size: 19px;
    line-height: 22px;
}

.blogview .blogitem .blogbody .bloginfo h4 a,
.blogview .blogitem .blogbody .bloginfo h4 a:hover
{
    color: #606a70;
}
.blogview .blogitem .blogbody img
{
    margin: 12px 10px 5px 0px;
    /*width: 200px;*/
}
.blogview .blogitem .blogbody .bloginfo .blogintro
{
    text-align: justify;
}
.blogview .blogitem .blogbody .bloginfo .blogintro span
{
    padding-left: 20px;
}
.blogview .blogitem .blogbody .blogother
{
    float: left;
    width: 225px;
    padding-top: 15px;
}
.blogview .blogitem .blogbody .blogother ol
{
    margin: 0;
    padding: 0;
    width: 90%;
    _width: 88%;
    float: left;
}
.blogview .blogitem .blogbody .blogother ol li
{
    background: transparent url(../Img/blog-list-item-square.gif) no-repeat 5px 12px;
    float: left;
    margin: 0;
    padding: 7px 0px;
    padding-left: 20px;
    width: 100%;
    list-style-type: none;
    text-align: justify;
}
.blogview .blogitem .blogbody .blogother ol li a,
.blogview .blogitem .blogbody .blogother ol li a:hover
{
    color: #5e686e;
}
.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;
}
.blogview .blogitem .blogfoot
{
    float: left;
    width: 100%;    
    height: 36px;
    background: transparent url(../Img/blog-tag-bottom.gif) no-repeat 0px 0px;
}
.blogview .blogitem .blogfoot .blogfoot-end
{
    width: 100%;
    height: 19px;
    background: transparent url(../Img/blog-tag-bottom.gif) no-repeat -40px -19px;
}
.blogview .blogitem .blogfoot hr
{
    width: 100%;
    color: #e5e5e5;
    height: 0px;
    _height: 2px;
    border-top: solid 1px #e5e5e5;
    _border-top: none;
    border-bottom: solid 1px #d6d5d5;
}
.blogview .blogitem .blogfoot ul.bong-do
{
    margin-top: -1px;
    _margin-top: -2px;
}
.blogview .blogitem .blogfoot ul.bong-do li
{
    visibility: visible;
}

/* 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;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}
.search-box .kw
{
    position: absolute;
    top: 41px;
    left: 11px;
    width: 167px;
    _width: 166px;
    height: 15px;
    line-height: 15px;
    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;
}
ul.support-buttons li.gia-vang
{
    background: transparent url(../Img/support-buttons.gif) no-repeat 5px -32px;
}
ul.support-buttons li.ngoai-te
{
    background: transparent url(../Img/support-buttons.gif) no-repeat 5px -64px;
}
ul.support-buttons li.chung-khoan
{
    background: transparent url(../Img/support-buttons.gif) no-repeat 5px -96px;
}
ul.support-buttons li.lich-tau-hoa
{
    background: transparent url(../Img/support-buttons.gif) no-repeat 5px -128px;
}

/* adv */
.adv
{
    width: 232px;
    
}
.adv .adv-title
{
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: transparent url(../Img/adv-bg.gif) no-repeat top center;
    text-align: center;
    color: #5e686e;
    font-weight: bold;
    font-size: larger;
}
.adv ul
{
    margin: 0;
    padding: 0;
    width: 230px;
    border-left: solid 1px #a5b4bb;
    border-right: solid 1px #a5b4bb;
    border-bottom: solid 1px #a5b4bb;
    background-color: #fff;
}
.adv ul li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
    padding: 5px 10px;
}
.adv ul li img
{
    width: 210px;
}
/* Popular news */
.popular-contents
{
    width: 100%;
}
.popular-contents .title
{
    color: #a70206;
    font-size: larger;
    font-weight: bold;
    padding: 0px 10px 0px 10px;
    background-color: #c7dae8;
}
.popular-contents .popular-content
{
    clear: left;
    width: 100%;
    padding: 10px 0px 10px 0px;
    background: transparent url(../Img/img-popular-line.gif) repeat-x left bottom;
    background-color: #ebeff2;
}
.popular-contents .popular-content img
{
    margin: 0px 5px 0px 5px;    
}
/* Img list */
.img-list
{
    background: transparent url(../Img/img-list-bg.gif) repeat-x top center;
    width: 100%;   
}
.img-list ul
{
    display: inline-table;
    margin: 0;
    padding: 0;    
    height: 125px;
}
.img-list img
{
    background: transparent url(../Img/img-list-item.gif) no-repeat center center;
    float:left;
    position: relative;
    margin: 0;
    padding: 0px 23px 19px 23px;
    list-style-type: none;
    width: 80px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}
.img-list ul li
{

}
/* Pager */
.pager {
    font-weight: bold;
}
.pager,
.pager a,
.pager a:hover {
    color: #000;
}
.pager span {
    color: #fe0303;
    text-decoration: underline;
}

/* Content detail */
.content-detail
{
    background: none;
    margin-left: 5px;
    float: left;
    width: 750px;
}
.content-detail .category-title
{
    background: transparent url(../Img/content-detail-head-bg.gif) no-repeat top left;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    font-weight: bold;
    color: #cf221e;
}
.content-detail .category-title span
{
    background: transparent url(../Img/content-detail-head-end.gif) no-repeat top right;
    padding: 6px 45px 6px 45px;
}
.content-detail .category-search-desc
{
    padding: 10px 0px 0px 0px;
}
.content-detail .category-container
{
    padding: 0px 2px;
}
.category-detail-bottom
{
    background: transparent url(../Img/content-detail-bottom.gif) no-repeat top left;

    height: 18px;
}
.content-detail-container
{
    width: 700px;
    padding: 0px 25px;
}
.content-detail h3
{
    color:#5F6972;
  font-size:18px;
  line-height:30px;
  margin-top:10px;
  padding-left:4px;
}
.titleArticle
{
 
}
.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-bottom
{
    background: transparent url(../Img/content-detail-bottom.gif) no-repeat top left;
    float: left;
    width: 750px;
    height: 18px;
}
.other-contents
{
    background-color: #f9f7f8;
    padding: 15px 30px 15px 30px;
    width: 686px;
    margin-left: 2px;
}
.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: 26px;
    width:100%;
    float:left;
}
.news-detail .img-detail img
{
    margin: 0px 10px 10px 0px;
    width: 100px;
}

.news-detailfirst
{
    padding-top: 10px;
}
.news-detailfirst .img-detail img
{
    margin: 0px 10px 10px 0px;
    width:200px;
    height:150px;
}
.news-detailfirst h4, .news-detailfirst h4 a, .news-detailfirst h4 a:hover {
	color:#606A70;
}

.news-detail h4,
.news-detail h4 a,
.news-detail h4 a:hover
{
    color: #606a70;
}
/* Article tools */
.article-tools
{
    width: 100%;
    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 a
{
    cursor: pointer;
}
.article-tools ul li.feedback   {background: transparent url(../Img/article-tool-icons.gif) no-repeat 0px -0px;}
.article-tools ul li.email   {background: transparent url(../Img/article-tool-icons.gif) no-repeat 0px -26px;}
.article-tools ul li.print   {background: transparent url(../Img/article-tool-icons.gif) no-repeat 0px -52px;}
/* 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;
}

#footer a,
#footer a:hover {
    color: #fff;
}

/*------------- FEEDBACK ------------*/
.FeedBackTextBoxStyle
{
    border: solid 1px #60A9DE;
    width:400px;    
}
Table.TableFeedBack
{
    margin-left: 2px;
    width:746px;
    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;
}

.titleArticle
{
             color:#606A70;
             font-size:18px;
             font-weight:bold;
             padding-top:10px;
             line-height:32px;
}



