body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
}

a, a:link, a:visited
{
    color: #50502E;
    text-decoration:underline;
}
a:hover { text-decoration:none;}

p, .Normal
{

    font-size: 12px;
}

a:link, a:visited
{
}
a:hover
{
    text-decoration: none;
}
h1
{
    font-weight: normal;
    font-size: 24px;
    color: #50502E;
}

h2
{
    font-weight: normal;
    font-size: 18px;
    color: #50502E;
}

h3
{
    font-weight: bold;
    font-size: 16px;
    color: #709E32;
}
h4
{
    font-weight: bold;
    font-size: 14px;
    color: #50502E;
}
h5
{
    font-weight: bold;
    font-size: 12px;
    color: #333;
}
h6
{
    font-weight: bold;
    font-size: 8px;
    color: #333;
}

.Invisible { visibility:hidden; display:none; }

.ContainerWrapper p
{
    clear: both;
}

.ContainerWrapper hr
{
    clear: both;
    color: #709E32;
    margin-top: 25px;
    margin-bottom: 15px;
}

.OutterWrapper
{
    width:100%;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 50px;
}

.Wrapper
{
    width: 740px;
    margin: auto;
    background-color: #fff;
    border: solid 1px #B3B2AD;
}
.Menu
{
    background-image: url(images/Menu-bg.jpg);
    background-repeat: repeat-x;
    width: 100%;
    padding-top: 2px;
    border-bottom: solid 1px #D2D2D2;
}
.Header
{
    background-image: url(images/top-bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    width: 100%;
    height: 149px;
    margin: auto;
    position: relative;
}
.Logo
{
width:148px;
height:148px;
float:right;
}

.Header h1
{
    position: absolute;
    top: 18px;
    left: 5px;
}
/*
.Header .Subtitle
{
     position:absolute;
    top:90px;
    left:235px;
    letter-spacing:5px;
 font-size:8pt;
    font-weight:bold;
}*/
.Header .Language
{
    position: absolute;
    top: 20px;
    left: 500px;
    height: 60px;
    width: 65px;
    background-color: transparent;
    margin-top: 25px;
}
.Header .Language .English
{
    /*background-image:url(images/English.jpg);     background-position:left top;     background-repeat:no-repeat;*/
    width: 30px;
    height: 30px;
    background-color: transparent;
    float: left;
}
.Header .Language .Chinese
{
    /* background-image:url(images/Chinese.jpg);     background-position:left top;     background-repeat:no-repeat;*/
    width: 30px;
    height: 30px;
    background-color: transparent;
    float: right;
}
.Header .Language .mba
{
    clear: both; /*background-image:url(images/mba.jpg);     background-position:left top;     background-repeat:no-repeat;*/
    width: 65px;
    height: 30px;
    padding-top: 18px;
}
.Header .SlideShow
{
    /*background-image:url(images/SlideShow.jpg);     background-position:left top;     background-repeat:no-repeat;*/
    position: absolute;
    top: 20px;
    left: 660px;
    background-color: transparent;
}
.SubHead, .CommandButton 
{
     color: #50502E;
}
.ContentWrapper
{
    height: auto;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.leftpane
{
    border-top: solid 1px #D2D2D2;
    border-right: solid 1px #D2D2D2;
    padding: 0px;
    margin-right:20px;
}
.contentpane
{
    width: 100%;
    border-top: solid 1px #D2D2D2;
    padding-top: 0px;
    padding: 0px;
    min-width:410px;
}


.rightpane
{
    border-top: solid 1px #D2D2D2;
    margin-left: 20px;
    background-image: url(images/rightpane-bg.gif);
    background-position: right;
    background-repeat: repeat-y;
}

.Content
{
    background-color: transparent;
}
.footer
{
    margin: auto;
    text-align: center;
    height: 20px;
    color: White;
    background-color: transparent;
    font-size: 11px;
    margin-top: 20px;
    width: 726px;
    position: relative;
    left: 0px;
}


.footerLeft
{
    text-align: left;
}


.footerRight
{
    text-align: right;
}


.footer a
{
    color: #eeeeee;
}

.NPLink a
{
    color: #eeeeee;
}

.NPLink a:hover
{
    color: #fff;
    text-decoration: underline;
}

.EnquiryForm
{
}

.EnquiryForm tr
{
}
.EnquiryForm td
{
    padding-top: 5px;
}

.EnquiryForm .NormalRed
{
    font-size: x-small;
}
.EnquiryForm .NormalTextBox
{
    width: 150px;
}
.EnquiryForm span
{
    font-size: 8pt;
    font-weight: normal;
}
.EnquiryForm .SubHead
{
    margin-right: 15px;
}



#dnn_dnnLOGIN_cmdLogin
{
    font-size: 10px;
    color: #FFFFFF;
}

#dnn_dnnLOGIN_cmdLogin :hover
{
    font-size: 10px;
    color: red;
}





/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#HouseMenuNav, #HouseMenuNav ul
{
    /* all submenu lists */
    padding: 0;
    margin: 0;
    border: 0;
    list-style: none;
    white-space: nowrap;
    position: relative;
    z-index: 10;
}

#HouseMenuNav li
{
    /* all list items */
    position: relative;
    display: inline;
    float: left;
    margin: 0;
    border: 0;
    padding: 0;
}


#HouseMenuNav li li
{
    /* all items under the top level */
    z-index: 11113;
}

#HouseMenuNav a
{
    /* all links within the menu wrapper */
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li li a
{
    /* all item links under the top level */
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li a:hover
{
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li li a:hover
{
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li ul
{
    position: absolute;
    top: 31px; /*************************Distansce between second level box and the Mune*******/
    margin: 0;
    border: 0;
    padding: 0;
    z-index: 11112;
}

#HouseMenuNav li ul ul
{
    /* third-and-above-level lists */
    margin: 0;
    border: 0;
    padding: 0;
}

#HouseMenuNav li:hover ul ul, #HouseMenuNav li:hover ul ul ul, #HouseMenuNav li.sfhover ul ul, #HouseMenuNav li.sfhover ul ul ul
{
    left: -9999px;
}

#HouseMenuNav li:hover ul, #HouseMenuNav li li:hover ul, #HouseMenuNav li li li:hover ul, #HouseMenuNav li.sfhover ul, #HouseMenuNav li li.sfhover ul, #HouseMenuNav li li li.sfhover ul
{
    /* lists nested under hovered list items */
    left: auto;
    z-index: 99999;
}

#HouseMenuNav iframe
{
    position: absolute;
    left: 0;
    top: 40;
    z-index: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
    display: block;
}

.ArrowPointer
{
    cursor: default;
}


/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
#HouseMenuNav, #HouseMenuNav ul
{
    /* all submenu lists */
    width: 100%;
    height: 32px;
    background-color: transparent; /*blue */
    margin: auto;
    margin-top: 12px;
}



#HouseMenuNav li ul
{
    /* second-level lists = all list items under the top/parent menu  #cc0000*/
    width: 155px; /* width of submenu, must be set so third-level list can get shifted over properly */
    left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    border: solid 0px #000;
    margin: 0 0 0 0; /* hack for MacIE5 to ignore, while other browsers use \*/
    margin: 0; /* end hack */
    background-color: #D2D2D2; /* #5086AA */
    height: auto;
    padding-bottom: 10px;
    padding-top: 15px; /*filter: alpha(opacity=85);    opacity: 0.85;*/
}

#HouseMenuNav li
{
    /* all list items */ /* border-right: 1px solid #666;*/
    line-height: normal; /* hack for MacIE5 to ignore, while other browsers use \*/ /*background-image:url(images/menu-line.jpg); display line between 1st menu items       background-repeat:no-repeat;         background-position:100% 4px; border-right:1px solid white;  */
    background-repeat: no-repeat;
    background-position: 100% 6px;
    background-color: Transparent; /* green */
    margin-right: 10px;
    margin-left: 10px;
    height: 30px;
    width: auto;
    padding-top: 2px; /*5*/
    text-align: left;
}
#HouseMenuNav li:hover
{
    background-color: Silver;
    background-color: Transparent; /*background-image:url(W:/DotNetNuke/Website/Portals/12/Skins/HouseMenu/Images/MenuHover.jpg);url([1stLiHoverimg]);     background-repeat:repeat-x;     background-position:top left;*/
}

#HouseMenuNav li:hover a
{
}

#HouseMenuNav li li
{
    /* all items under the top level */ /* all items under the top level - submenu/child items */
    width: 150px;
    height: 20px;
    _width: 150px; /* end hack */
    background-image: none;
    margin: 0px;
    padding: 0px;
    padding-top: 2px;
    border-bottom: solid 1px #B8B8B8; /*padding-left:5px;*/
}
#HouseMenuNav li li:hover
{
    background-color: Transparent;
    background-repeat: repeat-x;
    background-position: top left;
}

#HouseMenuNav a
{
    /* all links within the menu wrapper */
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #555555; /*white*/ /* set to a colour if you want ALL menu items to have the same background colour */
    text-decoration:none;
}
#HouseMenuNav li a
{
    /* all links within the menu wrapper      padding: 0px;     margin-top: 5px;*/
    height: auto; /*[1stAHeight]px;IE has problem to set width, so auto will be fine*/
    width: auto;
    font-size: 12px;
    font-weight: bold;
    background-color: transparent; /*red*/
}
#HouseMenuNav li li a
{
    /* all item links under the top level = all child links */
    color: #333;
    width: 155px;
    margin-left: 5px;
    font-size: 11px;
    font-weight: normal;
    background-color: Transparent;
}

#HouseMenuNav li a:hover
{
    color: black; /*#000background-color: #eee;*/
    font-size: 12px;
    height: auto; /*[1stAHoverHeight]px; background-color: #eee;*/
    background-color: Transparent;
}

#HouseMenuNav li li a:hover
{
    color: Black; /*  blackbackground-color: #eee;*/
    font-weight: bold;
    background-color: transparent;
    margin-left: 5px;
    font-size: 11px;
}
/* second-level lists.when the mouseover to the first level and dispaly the popup list-yuchen*/





#HouseMenuNav li ul ul
{
    /* third-and-above-level lists */
    margin: -22px 0 0 160px;
    border: solid 0px #000;
    line-height: 12px;
}
#HouseMenuNav #HouseMenuNavParentItem a
{
    /* all links under the parent item (li) */
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

#HouseMenuNav a#HouseMenuNavParentLink
{
    /* parent link itself */
    color: #fff;
    background-color: transparent;
    text-decoration: none;
}

#HouseMenuNav a#HouseMenuNavCurrentLink
{
    /* current selected/active link */
    color: black;
    font-weight: bold;
    background-color: transparent;
    text-decoration: none;
}




.CVContent table td
{
    padding-left: 15px;
    vertical-align: top;
}

.CVH2
{
    font-size: 12px;
    font-weight: bold;
    color: #98CB52;
}

.CVName
{
    color: #525132;
    font-size: 14px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    
}

.CVContent
{
    padding: 10px;
    padding-top: 0px;
    border-top: solid 1px #CCCCCC;
}


/***********************FORM Master*************/

.FormMasterTable
{
    position: relative;
    left: -30px;
}

.FormMasterTable td
{
    vertical-align: top;
    padding: 5px;
    clear: both;
    text-align: left;
}


.FormMasterTable .SubmitButton
{
    position: relative;
    left: 52px;
    width: 100px;
}

.FormMasterTable .NormalTextBox
{
    width: 200px;
}

.FormMasterTable .TextBox
{
    width: 200px;
    height: 100px;
}


.LinkList ul
{
    line-height: 15px;
    padding-bottom: 10px;
    margin-left:10px;
    padding-left:5px;
}

.LinkList ul li
{
    padding-bottom: 10px;
}


/*
.FormMasterRight
{
    position: relative;
    left: -20px;
}*/



.FormMasterRight td
{
    vertical-align: top;
    padding: 5px;
    clear: both;
    text-align: left;
}



.FormMasterRight .CommandButton
{
    position: relative;
    left: 65px;
}

.FormMasterRight
{
   margin:0;
   padding:0;
   padding-left:12px;
   clear:both;
   float:left;
   max-width:370px;
}

.HighLineHeight a
{
    padding-bottom:10px;

}