body { /*background: #444444;*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}

.link_footer {
    text-decoration: none;
    font-size: 12px;
}

a:link {
    color: #565656;
    text-decoration: none;
}

a:hover {
    color: #ee8542 !important;
    text-decoration: none;
}

a:visited {
    color: #4e4946;
    text-decoration: none;
}

#body_content {
    margin: auto;
    width: 994px;
    border-right: solid 1px #bfbfbf;
}

.header_panel {
    margin: 0 auto;
    position: relative;
    width: 994px;
}

.fit_logo {
    position: absolute;
    top: -6px;
    left: 28px;
    background: url(/vn/images/logos/fit-logo.png) no-repeat;
    height: 168px;
    cursor: pointer;
    z-index: 999;
}

.header_text {
    position: absolute;
    top: 28px;
    left: 88px;
    font-family: "Segoe UI", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 20pt;
    font-weight: bold;
    color: black;
}

#header {
    background: url(images/header_bg.png);
    background-size: cover;
    width: 994px;
    height: 124px;
}

.header_left {
    float: left;
    padding: 10px 20px;
}

.header_right {
    float: right;
    padding: 20px;
    text-align: right;
}

#header .header_right a {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
}

#header .header_right .login a {
    text-transform: uppercase;
}

#header .header_right input {
    border: solid 1px black;
    background-color: #e4ebea;
    height: 22px;
    margin-right: 4px;
}

#header .header_right .button {
    border: none;
    background-color: #898581;
    color: White;
    font-weight: bold;
    padding-bottom: 4px;
    height: 22px;
}

/**************************************************/
/* Header English *********************************/
/**************************************************/
.header_en {
    background: url(images_en/bg_header.jpg) no-repeat !important;
    width: 994px;
    height: 124px;
}

#banner {
    width: 994px;
    height: 175px;
}

    #banner .banner_left {
        background: url(images/banner_left_bg.jpg) no-repeat;
        width: 248px;
        height: 175px;
    }

    #banner .banner_menu_left td {
        height: 40px;
    }

    #banner .banner_menu_left div.title {
        padding-right: 40px;
        background: url(images/bar_ngang.png) right no-repeat;
        text-transform: uppercase;
        font-weight: bold;
        margin-right: 10px;
    }

    #banner .banner_menu_left div.sub {
        color: #FFFFFF;
        font-size: 11px;
        font-style: italic;
        padding-right: 40px;
        margin-right: 10px;
    }

    #banner .banner_right {
        background: url(images/bg_banner_right.jpg) no-repeat;
        width: 746px;
        height: 175px;
    }

#menu {
    background: url(images/bg_menu.jpg) repeat-x;
    height: 42px;
    margin: auto;
    text-align: left;
    padding-left: 40px;
}

    #menu table {
        border: 0px;
        height: 42px;
        margin: 0px;
        padding: 0px;
    }

    #menu td {
        width: 180px;
        cursor: pointer;
    }

    /*******************************************************/
    /*** Menu Vietnamese ***********************************/
    /*******************************************************/
    #menu .trangchu {
        background: url(images/home.jpg) no-repeat center;
    }

    #menu .trangchu_hover {
        background: url(images/home_over.jpg) no-repeat center;
    }

    #menu .trangchu_click {
        background: url(images/home_click.jpg) no-repeat center;
    }

    #menu .tintuc {
        background: url(images/news.jpg) no-repeat center;
    }

    #menu .tintuc_hover {
        background: url(images/news_over.jpg) no-repeat center;
    }

    #menu .tintuc_click {
        background: url(images/news_click.jpg) no-repeat center;
    }

    #menu .gioithieu {
        background: url(images/introduction.jpg) no-repeat center;
    }

    #menu .gioithieu_hover {
        background: url(images/introduction_over.jpg) no-repeat center;
    }

    #menu .gioithieu_click {
        background: url(images/introduction_click.jpg) no-repeat center;
    }

    #menu .nghiencuu {
        background: url(images/research.jpg) no-repeat center;
    }

    #menu .nghiencuu_hover {
        background: url(images/research_over.jpg) no-repeat center;
    }

    #menu .nghiencuu_click {
        background: url(images/research_click.jpg) no-repeat center;
    }

    #menu .daotao {
        background: url(images/programs.jpg) no-repeat center;
    }

    #menu .daotao_hover {
        background: url(images/programs_over.jpg) no-repeat center;
    }

    #menu .daotao_click {
        background: url(images/programs_click.jpg) no-repeat center;
    }

    /*******************************************************/
    /*** Menu English **************************************/
    /*******************************************************/
    #menu .home {
        background: url(images_en/home.jpg) no-repeat center;
    }

    #menu .home_hover {
        background: url(images_en/home_over.jpg) no-repeat center;
    }

    #menu .home_click {
        background: url(images_en/home_click.jpg) no-repeat center;
    }

    #menu .news {
        background: url(images_en/news.jpg) no-repeat center;
    }

    #menu .news_hover {
        background: url(images_en/news_over.jpg) no-repeat center;
    }

    #menu .news_click {
        background: url(images_en/news_click.jpg) no-repeat center;
    }

    #menu .introduction {
        background: url(images_en/introduction.jpg) no-repeat center;
    }

    #menu .introduction_hover {
        background: url(images_en/introduction_over.jpg) no-repeat center;
    }

    #menu .introduction_click {
        background: url(images_en/introduction_click.jpg) no-repeat center;
    }

    #menu .research {
        background: url(images_en/research.jpg) no-repeat center;
    }

    #menu .research_hover {
        background: url(images_en/research_over.jpg) no-repeat center;
    }

    #menu .research_click {
        background: url(images_en/research_click.jpg) no-repeat center;
    }

    #menu .programs {
        background: url(images_en/programs.jpg) no-repeat center;
    }

    #menu .programs_hover {
        background: url(images_en/programs_over.jpg) no-repeat center;
    }

    #menu .programs_click {
        background: url(images_en/programs_click.jpg) no-repeat center;
    }

#content {
    margin: auto;
    width: 994px;
}

    #content .content_left { /*background: url("images/bg_content_left.jpg") no-repeat scroll 0 0 #D0D0D0;*/
        background-color: #d0d0d0;
        width: 250px;
        height: 601px;
    }

    #content .content_right { /*background: url(images/bg_content_right.jpg) no-repeat scroll 0 0 #eaeaea;*/
        background-color: #eaeaea;
        width: 744px;
        height: 601px;
    }

    #content .footer {
        padding-bottom: 10px;
        font-family: 'Segoe UI', Arial;
        font-size: 10pt;
        color: #8c8c8c;
    }

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.clickable {
    cursor: pointer;
}
