/* CSS Document */
*
{
    margin: 0;
    padding: 0;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}


html, ul, li, h1, h2, h3, h4
{
    margin: 0;
    padding: 0;
    list-style: none;
}

img
{
    border: 0;
}
a
{
    color: #000000;
    text-decoration: none;
}
a:hover
{
    color: #000000;
    text-decoration: underline;
}

body
{
    line-height: 1.5;
    padding: 0px;
    font-size: 12px; /*background: #4768cb url(images/bg_home.gif) repeat-x;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.5;
    scrollbar-face-color: #DEE3E7;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #DEE3E7;
    scrollbar-3dlight-color: #D1D7DC;
    scrollbar-arrow-color: #006699;
    scrollbar-track-color: #EFEFEF;
    scrollbar-darkshadow-color: #98AAB1;
    background: #606163;
    text-align: center; /* for ie */
    margin: 0 auto; /* for the rest */
}

ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

/*################   Main content    ####################################*/

#container
{
    width: 995px;
    margin: 0 auto;
    text-align: left;
}
#header
{
    float: left;
    width: 995px;
    height: 124px;
    background: url(images/banner_top.jpg) no-repeat;
    margin: 10px 0 0 0;
}
#logo
{
    float: left;
    width: 156px;
    height: 100px;
    margin: 17px 0 0 50px;
}
#language
{
    float: left;
    width: 720px;
    height: 19px;
    padding: 17px 23px 0 0;
    text-align: right;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
#language a
{
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}
#language a:hover
{
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
}
.language_img
{
    padding: 0 5px 0 0;
}
.language_img1
{
    padding: 0 5px 0 15px;
}

#slogan
{
    float: left;
    width: 720px;
    height: 73px;
    padding: 11px 0 0 0;
    text-align: center;
}
#bg_menu
{
    float: left;
    width: 995px;
    height: 30px;
    background: url(images/bg_content.gif) repeat-y;
    padding: 0 7px 0 7px;
}

#menu
{
    float: left;
    width: 981px;
    height: 30px;
    background: url(images/bg_menu.gif) repeat-x;
}
#menu span
{
    /*display: table-cell;*/
    display: table-cell;
    text-align: center;
}
#menu span span
{
}

#menu span span span
{
    float: left;
}

#menu .separator
{
    background: url("images/menu_line.gif") no-repeat scroll right center transparent;
}

#menu ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

#menu ul li
{
    margin: 0 5px 0 0;
    padding: 0;
    display: block;
    float: left;
}

#menu li a
{
    color: #FFFFFF;
    font-weight: bold;
    display: block;
    padding: 5px 35PX 6PX 35PX;
    background: url(images/menu_line.gif) right no-repeat;
    text-decoration: none;
}
#menu .thdb
{
    color: #FFFFFF;
    font-weight: bold;
    display: block;
    padding: 5px 30PX 6PX 30PX;
    background: none;
    text-decoration: none;
}
#menu li a:hover
{
    color: #ffffff;
    text-decoration: underline;
}
#menu li a:active, #menu li a:focus
{
    color: #FFFFFF;
}

#menu li a.active
{
    color: #FF0000;
}



/*--------- dnn top menu style Begin ----------*/
/* main menu td */
.mainMenu
{
    cursor: pointer;
    font-size: 12px;
    background-color: transparent;
    vertical-align: middle;
    outline: #000000 solid 0px;
    line-height: 30px;
}

/* Main Menu Normal */
.mainMenu .root
{
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 0px 12px 0px 12px;
    margin-right: 1px;
    white-space: nowrap;
    vertical-align: middle;
    background: url("images/menu_line.gif") no-repeat scroll right center transparent;
}


/* Main menu hover */
.mainMenu .hov
{
    text-decoration: underline;
}

/* Main menu selected */
.mainMenu .sel, .mainMenu .bc
{
    color: #FF0000;
}
.mainMenu table
{
    border: 1px solid #C0D6E5;
}

/* SUB Menu Normal */
.mainMenu tr.mi
{
    background-color: #F8FAFF;
    z-index: 1000;
    font-size: 12px;
    text-align: left;
    color: red;
    line-height: 2em;
    text-transform: none;
}
.mainMenu tr.mi td
{
    padding: 0 2px;
    text-transform: none;
    font-size: 12px;
    border-bottom: solid 1px #ddd;
}

/* SUB Menu hover & selected */
.mainMenu tr.hov
{
    background: #FFE0A9;
}

.mainMenu tr.hov td
{
    color: #FF3300;
}

.mainMenu tr.sel, .mainMenu tr.bc
{
    background: #FFE0A9;
}

.mainMenu tr.sel td, .mainMenu tr.bc td
{
    color: #fff;
}

.main_dnnmenu_break
{
    height: 2px;
    background-color: #D5E0FF;
}

.mainMenu a, .mainMenu a:active, .mainMenu a:focus
{
    /*outline:none;*/
    border: none;
}

/* Clearfix */
.clearfix:after
{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

* html > body .clearfix
{
    display: block;
    width: 100%;
}

* html .clearfix
{
    height: 1%;
}

#content
{
    float: left;
    width: 995px;
    background: url(images/bg_content.gif) repeat-y;
    padding: 0 7px;
    _padding: 0 7px;
}
#day
{
    float: left;
    width: 981;
    height: 28px;
    background: url(images/bg_day.gif) repeat-x;
    text-align: right; /*padding: 3px 20px 0 0;     _padding: 12px 0px 0 0;*/
    color: #3f4043;
    font-size: 11px;
    line-height: 1.7;
}

#day div
{
    margin-right: 12px;
}
/*- LEFT --------------------------- */
#left
{
    float: left;
    width: 250px; /*margin : 24px 22px 0 17px;*/
    padding: 24px 22px 0 17px;
    _padding: 24px 22px 0 10px;
    background: url(images/bg_left.gif) repeat-x;
    margin: 0;
}
.product_top
{
    float: left;
    width: 250px;
    height: 25px;
    background: url(images/product_top.gif) no-repeat;
    color: #ffffff;
    font-weight: bold;
    padding: 9px 0 0 40px;
}

.product_mid
{
    float: left;
    width: 248px;
    background: url(images/product_mid.gif) repeat-y;
    padding: 1px;
}
.product_bottom
{
    float: left;
    width: 250px;
    height: 10px;
    margin-bottom: 10px;
    background: url(images/product_bottom.gif) no-repeat;
}


.online_top
{
    float: left;
    width: 220px;
    height: 25px;
    background: url(images/online_top.gif) no-repeat;
    color: #ffffff;
    font-weight: bold;
    padding: 9px 0 0 40px;
    padding-bottom: 8px;
}

.online_mid
{
    float: left;
    width: 220px;
    background: url(images/top_mid.gif) repeat-y;
    padding: 1px;
}
.online_bottom
{
    float: left;
    width: 220px;
    height: 10px;
    margin-bottom: 10px;
    background: url(images/top_bottom.gif) no-repeat;
}
/* =-=-=-=-=-=-=-[Menu Three]-=-=-=-=-=-=-=- */

.breadcrumb
{
    width: 248px;
    margin: 0 0 0 0;
}

.breadcrumb li a
{
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 23px;
    text-decoration: none;
}

.breadcrumb li a:link, .breadcrumb li a:visited
{
    color: #7d7a7a;
    font-weight: bold;
    display: block;
    background: url(images/menu.gif) 0 -23px;
    padding: 1px 0 0 15px;
}

.breadcrumb li a:hover, .breadcrumb li a:active, .link_active a:link
{
    color: #16aacc;
    font-weight: bold;
    background: url(images/menu.gif);
    padding: 1px 0 0 15px;
}

.link_active li a:active
{
    color: #16aacc;
    font-weight: bold;
    background: url(images/menu.gif);
    padding: 1px 0 0 15px;
}

.support_top
{
    float: left;
    width: 250px;
    height: 26px;
    background: url(images/support_top.gif) no-repeat;
    color: #ffffff;
    
    font-weight: bold;
    padding: 15px 0 0 40px;
}
.support_mid
{
    float: left;
    width: 250px;
    background: url(images/support_mid.gif) repeat-y;
    padding: 5px 0px 5px 0px;
    color: #4c4d4e;
}
.support_mid a
{
    color: #4c4d4e;
    text-decoration: none;
}
.support_mid a:hover
{
    color: #16aacc;
    text-decoration: none;
}
.suppor_yahoo
{
    float: left;
    width: 106px;
}
.suppor_skype
{
    float: left;
    width: 110px;
    padding: 18px 0 0 0;
}

.support_bottom
{
    float: left;
    width: 250px;
    height: 15px;
    margin-bottom: 10px;
}

.support_box1
{
    float: left;
    width: 125px;
    text-align: center;
}
.support_box2
{
    float: left;
    width: 120px;
    text-align: center;
}
.support_img
{
    padding: 13px 0 0px 0;
}
.tk
{
    float: left;
    width: 191px;
    text-align: center;
    padding: 10px 0 0 0;
}
.support_blue
{
    color: #404142;
    font-size: 13px;
    padding-top: 5px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.bg_hotro
{
    float: left;
    width: 250px;
    height: 33px;
    margin-bottom : 2px;
    padding: 4px 0 0 0;
    background: url(images/bg_hotro.gif) repeat;
}

/*.support_top
{
    float: left;
    width: 250px;
    height: 26px;
    background: url(images/support_top.gif) no-repeat;
    color: #ffffff;
    font-weight: bold;
    padding: 15px 0 0 40px;
}
.support_mid
{
    float: left;
    width: 250px;
    background: url(images/support_mid.gif) repeat-y;
    padding: 5px 16px 5px 16px;
    color: #4c4d4e;
}
.support_mid a
{
    color: #4c4d4e;
    text-decoration: none;
}
.support_mid a:hover
{
    color: #16aacc;
    text-decoration: none;
}

.support_mid ul li
{
 list-style : none outside none;
 padding : 0;
 margin : 0;
 text-align : left;
}

.suppor_yahoo
{
    float: left;
    width: 106px;
}
.suppor_skype
{
    float: left;
    width: 110px;
    padding: 18px 0 0 0;
}

.support_bottom
{
    float: left;
    width: 250px;
    height: 15px;
    margin-bottom: 10px;
}*/


/*- RIGHT --------------------------- */
#right
{
    float: left; /*width: 672px;*/
    width: 672px;
    padding: 18px 20px 0 0;
    _padding: 18px 26px 0 0; /*background: url(images/bg_left.gif) repeat-x;*/
    background: url(images/bg_left.gif) repeat-x;
}
#banner
{
    float: left;
    width: 672px;
    height: 362px;
    margin-bottom: 10px;
}
#banner_img
{
    float: left;
    width: 699px;
    margin-bottom: 10px;
}

/*- NEWS--------------------------- */
#news
{
    float: left;
    width: 672px;
    padding: 0px 20px 10px 0px;
    _padding: 0px 10px 0px 0px;
}

#news p
{
    text-align: justify;
    line-height: 175%;
}

#news .article-content
{
    text-align: justify;
    line-height: 175%;
}


.news_top
{
    float: left;
    width: 632px;
    height: 25px;
    background: url(images/news_top.gif) no-repeat;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 0 0 40px;
    text-transform: uppercase;
}
.news_mid
{
    float: left;
    width: 672px;
    padding: 5px 0 0 0;
}
.news_boxl
{
    float: left;
    width: 350px;
    padding: 0px 10px 0 0;
    margin-top: 10px;
    border-right: 1px solid #cccccc;
}
.news1
{
    float: left;
    width: 345px;
    padding-top: 20px;
}

.news_boxl_title
{
    float: left;
    width: 345px;
    padding: 0 0 5px 0;
    color: #000000;
    font-weight: bold;
}
.news_date
{
    float: left;
    width: 240px;
    text-align: right;
    color: #505050;
    font-size: 10px;
    padding: 0 100px 0 0;
}
.news_boxr
{
    float: left;
    width: 280px;
    margin: 10px 0 10px 0;
}
.news_img
{
    float: left;
    width: 121px;
    margin-right: 10px;
}
.news_post_title
{
    float: left;
    width: 300px;
    /*color: #1066d3;*/
    color: #433333;
    font-weight: bold;
    padding: 5px 0 0 10px;
}
.new_posts
{
    float: left;
    width: 300px;
    padding: 0px; /*line-height: 30px;*/
}
.new_posts a, .new_posts a:visited
{
    color: #000000;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}
.new_posts a:hover
{
    color: #387507;
    text-decoration: underline;
}
.new_posts ul
{
    list-style: none;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 0px;
}
.new_posts li
{
    list-style: none;
    margin-left: 10px;
    padding-left: 0px;
    list-style-image: url(Images/bullet_2.gif);
    line-height: 150%;
}
.news_text
{
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
}
.news_text span
{
    color: #000000;
    font-weight: bold;
}
.news_text span a
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
.news_text span a:hover
{
    color: #FF6600;
    font-weight: bold;
    text-decoration: underline;
}


/*- footer--------------------------- */
#footer
{
    float: left;
    width: 995px;
    height: 82px;
    background: url(images/bg_footer.jpg) no-repeat;
}
.footer_left
{
    float: left;
    width: 625px;
    padding: 13px 0 0 25px;
    line-height: 70%;
    color: #4c4c4e;
}
.footer_right
{
    float: right;
    padding: 22px 22px 0 0;
    color: #4c4c4e;
}
/************************** Menu****************************/

/* CSS Document */

.glossymenu
{
    margin: 5px 0;
    padding: 0;
    width: 248px;
    border-bottom-width: 0;
}
.glossymenu a.menuitem
{
    background: #ffffff url(images/menu.gif) 0 -23px;
    font-size: 13px;
    font-weight: bold;
    color: #7d7a7a;
    display: block;
    position: relative;
    width: auto;
    padding: 2px 0 2px 0;
    padding-left: 15px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active
{
    /*color: #484849;*/
    color: #7d7a7a;
}

.glossymenu a.menuitem .statusicon
{
    position: absolute;
    top: 5px;
    right: 5px;
    border: none;
}
.glossymenu a.menuitem:hover
{
    background: #ffffff url(images/menu.gif);
    text-decoration: none;
    color: #16aacc;
}

.glossymenu div.submenu
{
    background: white;
}

.glossymenu div.submenu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.glossymenu div.submenu ul li
{
    background: white url(images/bg_sup.gif) no-repeat;
}

.glossymenu div.submenu ul li a
{
    display: block;
    font-size: 13px;
    color: #7d7a7a;
    text-decoration: none;
    padding: 3px 0 8px 0;
    padding-left: 40px;
}

.glossymenu div.submenu ul li a:hover
{
    background: none;
    color: #16aacc;
    text-decoration: none;
}

ul.arrow
{
    list-style: none outside none;
    list-style-type: disc;
}

ul.arrow li
{
    /*url("images/icon-arrow.gif")*/
    background: no-repeat scroll 3px 3px transparent;
    margin-left: 60px;
    padding: 0 0 0 5px;
    line-height: 200%;
}

ul.none
{
    list-style: none outside none;
}

ul.none li
{
    /*url("images/icon-arrow.gif")*/
    background: no-repeat scroll 3px 3px transparent;
    margin-left: 10px;
    padding: 0 0 0 5px;
    line-height: 200%;
    list-style-type: none;
}

table.asoft-module tr td
{
    border-bottom: 1px dotted #DDDDDD;
    text-align: center;
}
table.asoft-module a
{
    margin-top: 10px;
}

div.asoft-module
{
    border-bottom: 1px dotted #DDDDDD;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

div.asoft-module hr
{
    border-color: -moz-use-text-color -moz-use-text-color #DDDDDD;
    border-style: none none dotted;
    border-width: medium medium 1px;
    clear: both;
}

h4.asoft-title
{
    color: #B33333;
    font-size: 150%;
}

.article_row
{
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 15px;
    padding-top: 15px;
}
.article-meta
{
    float: left;
    padding: 0;
    width: 70%;
}
.contentheading, .componentheading, h1, h2, h3, h4, h5
{
    font-weight: bold;
    line-height: 1.2;
}
h1.componentheading, .componentheading
{
    margin: 0 -15px;
    padding: 0 15px 10px;
}
.componentheading
{
    border-bottom: 1px solid #DDDDDD;
    font-size: 175%;
}
h2.contentheading, .contentheading
{
    margin: 0;
    padding: 0;
}
.contentheading
{
    font-size: 125%;
}
.article-content img
{
    margin: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.createdate
{
    font-size: 95%;
    color: #999999;
}

.extract-container
{
    margin-right: 2%;
    text-align: left;
    margin-top: 10px;
}
.extract-news
{
    color: #1066d3;
    font-weight: bold;
    font-size: 115%;
}

.article_column
{
}

