﻿/* --------------------------- MainMenu ---------------------------- */

.MainMenu
{
    position: relative;
    left: 74px;
    top: 117px;
    background-image: url(Images/adoMenuHead.gif);
    z-index: 50;
    height: 204px;
    width: 224px;
}
.MainMenuInnerPage
{
    position: relative;
    left: 15px;
    top: 111px;
    z-index: 50;
    background-image: url(Images/adoMenuHead.gif);
    height: 204px;
    width: 224px;
}
.MainMenuBody
{
    position: absolute;
    left: 44px;
    top: 0px;
    width: 170px;
}
.MainMenuBody a, .MainMenuBody a:visited
{
    color: #000000;
    display: block;
    text-decoration: none;
    margin-top: 1px;
    margin-bottom: 20px;
}
.MainMenuBody a:hover
{
    background-color: #deffff;
    text-decoration: none;
}

.MainMenuBody a .textCn
{
    color: #808080;
    font-size: 14px;
}
.MainMenuBody a .textEn
{
    position: absolute;
    left: 66px;
    color: #55b8de;
    font-size: 14px;
    font-family: Arial;
}

/* --------------------------- Page Header ---------------------------- */
a.logo
{
    position: absolute;
    overflow: hidden;
    background: url(Header/logo.gif) no-repeat;
    width: 211px;
    height: 72px;
    top: 17px;
    left: 0;
    text-indent: -9999px;
}
a.topImg
{
    position: absolute;
    overflow: hidden;
    background: url(Header/topImg.jpg) no-repeat;
    width: 300px;
    height: 72px;
    top: 17px;
    right: 0;
    text-indent: -9999px;
}

/* --------------------------- TitleList ---------------------------- */


.ListTitleControl
{
    position: relative;
}
.ListTitleControl h1
{
    background-image: url(Images/adoListHeadbg.gif);
    background-repeat: repeat-x;
    height: 30px;
}
.ListTitleControl h1 .more
{
    position: absolute;
    right: 5px;
    top: 7px;
}
.ListTitleControl h1 .moreex
{
    position: absolute;
    right: 1px;
    top: 34px;
}

.ListExperience
{
    position: relative;
    width: 330px;
    height: 180px;
    background-position: center top;
    background-image: url(Images/ExperienceFrame.gif);
    background-repeat: no-repeat;
}
.ListExperience .Image
{
    position: absolute;
    top: 41px;
    left: 30px;
    width: 95px;
    height: 115px;
}
.ListExperience .Location
{
    position: absolute;
    top: 40px;
    left: 140px;
    width: 120px;
    font-size: 16px;
    font-weight: bolder;
    color: #808080;
}
.ListExperience .Client
{
    display: block;
    position: absolute;
    top: 70px;
    left: 140px;
    width: 170px;
    color: #9384bd;
    font-weight: bold;
    font-size: 14px;
}
.ListExperience .more
{
    position: absolute;
    top: 147px;
    left: 270px;
    width: 80px;
}

.ListItem
{
    height: 18px;
    border-right: #FFFFFF 0px solid;
    border-top: #FFFFFF 0px solid;
    border-left: #FFFFFF 0px solid;
    border-bottom: #EEEEEE 1px solid;
}
.ListItem a
{
    margin-left: 18px;
}
.ListItem .dot01
{
    position: relative;
    top: 9px;
    left: 1px;
    width: 17px;
    height: 9px;
    background-position: left top;
    background-image: url(Images/dot01.jpg);
    background-repeat: no-repeat;
}


/* --------------------------- MultiView ---------------------------- */
.ViewMenu
{
    width: 120px;
    font-weight: bold;
}
.ViewMenuActive
{
    font-weight: bold;
}

/* ---------------------------  LeftBar  ---------------------------- */
.LeftBarHead
{
    border-top: #BBBBBB 2px dotted;
    height: 42px;
    width: 227px;
}

.LeftBarContent
{
    text-align: left;
    padding-left: 40px;
    padding-right: 37px;
    padding-bottom: 20px;
}



/* ---------------------------  Special  ---------------------------- */
.EmailImg
{
    height: 18px;
    background-image: url(Images/adoEmail.gif);
    padding-left: 18px;
    background-repeat: no-repeat;
}

/* ----------------------  Direction Button  ----------------------- */
.Direction
{
    width: 515px;
    text-align: center;
    background-position: center top;
    margin-bottom: 15px;
}
.Direction a:hover
{
    display: block;
    width: 120px;
    height: 30px;
    background-image: url(Images/bgDirectionC.gif);
    color: #FFFFFF;
    text-decoration: none;
}
.Direction a
{
    display: block;
    width: 120px;
    height: 30px;
    background-image: url(Images/bgDirection.gif);
    padding-top: 15px;
    color: #444444;
    font-size: 14px;
}
.Direction td
{
    width: 120px;
    height: 30px;
    background-image: url(Images/bgDirection.gif);
}
.DirectionC
{
    display: block;
    width: 120px;
    height: 45px;
    background-image: url(Images/bgDirection.gif);
    padding-top: 14px;
    color: #444444;
}

/* ----------------------  ModalPopup Button  ----------------------- */
.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup
{
    background-color: #ffffdd;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
    z-index: 100;
}

/* ----------------------  Style2010  ----------------------- */
/* mainnav */
.mainnavholder
{
    position: relative;
    top: 100px;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #dfe0e0;
    border-top: 1px solid #dfe0e0;
    padding: 2px 0;
}
.mainnav
{
    overflow: hidden;
    width: 100%;
    list-style: none;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}
.mainnav li
{
    float: left;
    background: url(Header/mainnavsep.gif) no-repeat;
    padding: 0 0 0 1px;
}
.mainnav a
{
    text-decoration: none;
    color: #fff;
    float: left;
    padding: 0 22px;
    height: 28px;
    line-height: 32px;
    background: #2fbced;
    width: 61px;
    text-align: center;
    overflow: hidden;
    font-size: 13px;
}
.mainnav li.first
{
    background: none;
}
.mainnav li.first a
{
    background: #2fbced url(Header/navleftbg.gif) no-repeat;
}
.mainnav li.first a:hover
{
    background: #0087c3 url(Header/navleft-hover-bg.jpg) no-repeat;
}
.mainnav li.last a
{
    background: #2fbced url(Header/mainnavrightbg.gif) no-repeat 100% 0;
}
.mainnav li.last a:hover
{
    background: #0087c3 url(Header/navright-hover-bg.jpg) no-repeat 100% 0;
}
.mainnav a:hover
{
    background: #0087c3;
}

.rbg
{
    background-image: url(Content/RightBg_Award.jpg);
    background-position: right top;
}
