﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

body
{
    background-color: #6A3572;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 14px;
    margin: 0 0 0 0; /*  (top, right, bottom, left) */
    padding: 0 0 0 0; /* (top, right, bottom, left) */
    text-align: center; /* Centers the page content container in IE 5 browsers. */
}

.errorMarker
{
    background-repeat: no-repeat;
    padding: 5px 0 0 5px;
}
.DefaultText
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 11px;
    line-height: 14px;
}

/* Titles */
h1
{
    color: #6A3572;
    font-size: 40px;
    text-align: left;
    font-style: normal;
    font-weight: lighter;
    line-height: 30px;
    padding: 0 0 40px 40px;
}



h2
{
    color: #6A3572;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
}

h3
{
    color: #6A3572;
    display: inline;
    font-size: 11px;
    font-weight: normal;
}

h4
{
    color: #6A3572;
    font-size: 1.5em;
    text-align: left;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 0 0 10px 0px;
}

h5
{
    color: #6A3572;
    font-size: 18px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

#editableArea h2
{
    padding-left: 5px;
}

#chinese h2
{
    font-weight: normal;
    line-height: 2em;
}

.HeaderText
{
    color: #6A3572;
    font-weight: bold;
}

.InstructionHeading
{
    font-size: 1.2em;
    font-weight: bold;
    padding: 20px 0 20px 40px;
    color:#000000;
}


/* Lists */
ul
{
    list-style-image: url(../images/bullet.gif);
    padding-left: 15px;
    margin: 0;
}
li
{
    margin: 0;
}

.message
{
}

.message li
{
    margin: 3px 0 10px 40px;
}


/* Default links */
a:link
{
    color: #6A3572;
    font-weight: bold;
    text-decoration: none;
}

a:visited
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    color: #000;
    text-decoration: underline;
}

a:focus
{
    color: #000;
}

a:active
{
    color: #000;
}

.SmallLink
{
    padding: 0 10px 0 10px;
}

.SmallLink a:link
{
    color: #6A3572;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.8em;
}

.SmallLink a:visited
{
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

.SmallLink a:hover
{
    color: #000;
    text-decoration: underline;
}

.SmallLink a:focus
{
    color: #000;
}

.SmallLink a:active
{
    color: #000;
}











#FootLeft a:link
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

#FootLeft a:visited
{
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

#FootLeft a:hover
{
    color: #ffffff;
    text-decoration: underline;
}

#FootLeft a:focus
{
    color: #ffffff;
}

#FootLeft a:active
{
    color: #000;
}

/* Containers */
#loginContainer
{
    width: 600px;
    color: #6A3572;
    background-color: #E9E3EB;
    width: 100%;
    border-style: dotted;
    border-color: #000000;
    border-width: 1px 0px 1px 0px; /*  (top, right, bottom, left) */
}

#outerWrapper
{
    background-color: #fff;
    margin: 0 auto 0 auto;
    text-align: left;
    width: 955px;
}
#outerWrapper #contentWrapper #content
{
    margin: 0 0 0 0; /* (top, right, bottom, left) */
    padding: 0px 0px 0px 0px; /* (top, right, bottom, left) */
}
#HeadLeft
{
    width: 688px;
    float: left;
    height: 50px; /*changed by Frank from 50 to 100, and back*/
    padding: 20px 18px 0 24px; /* (top, right, bottom, left) */
}
#HeadRight
{
    width: 195px;
    float: right;
    background-color: #DEDFE0;
    height: 50px;/*changed by Frank from 50 to 100 an back*/
    padding: 20px 15px 0px 15px; /* (top, right, bottom, left) */
}

#HeadRight #loginHead
{
    background-color: #5B5B60;
    color: #FFFFFF; /* padding: 6px 6px 2px 7px; (top, right, bottom, left) */
    height: 26px;
}

#HeadRight #loginContent
{
    background-color: #AEAFB3;
    padding: 4px 5px 7px 7px; /* (top, right, bottom, left) */
}

#NavContainer
{
    clear: both;
}
#NavContainer #NavLeft
{
    width: 730px;
    float: left;
    background-color: #919499;
    background-image: url(../images/navBg.gif);
    height: 50px;
    color: #FFFFFF;
}
#NavContainer #NavRight
{
    width: 225px;
    float: right;
    background-color: #919499;
    background-image: url(../images/NavRightBg.gif);
    height: 50px;
    color: #FFFFFF;
}
#NavContainer #NavRight .above
{
    padding: 6px 0px 6px 24px; /* (top, right, bottom, left) */
    color: #BBBCBE;
}
#NavContainer #NavRight .below
{
    padding: 6px 0px 0px 24px; /* (top, right, bottom, left) */
    color: #7E8187;
}
#NavTop
{
    height: 25px;
}
#NavBottom
{
    height: 25px;
}
#content
{
    background-image: url(../images/mainContentBg.gif);
    background-repeat: repeat-y;
}

#MainContentArea
{
    clear: both;
}
#MainContentArea #ContentLeft
{
    width: 680px;
    float: left;
    padding: 27px 25px 22px 25px; /* (top, right, bottom, left) */
}
#MainContentArea #ContentRight
{
    width: 193px;
    float: right;
    padding: 100px 15px 22px 17px; /* (top, right, bottom, left) */
    margin: 0;
}


#MainContentArea #ContentRtTitle
{
    width: 193px;
    float: right;
    padding: 73px 15px 22px 17px; /* (top, right, bottom, left) */
    margin: 0;
}
#editableArea
{
    margin-left: 0px;
    padding: 24px 0 0 35px; /* (top, right, bottom, left) */
}

#editableArea p
{
    padding-left: 5px;
}


#contentEditHeader
{
    width: 460px;
    padding: 0 0 10px 0;
}

#contentEditWrapper
{
    width: 460px;
}

#contentEditWrapperWide
{
    width: 100%;
}

#contentEditLeft
{
    float: left;
    padding: 0 20px 0 0;
    text-align: left;
    vertical-align: top;
}

#contentEditRight
{
    float: right;
    text-align: left;
    vertical-align: top;
}

#contentEditRightWide
{
    float: right;
    width: 400px;
    text-align: left;
    vertical-align: top;
}

#contentEditRight p:first-child
{
    margin-top: 0px;
}


#contentEditLeft p:first-child
{
    margin-top: 0px;
}


#FootContainer
{
    clear: both;
}

#FootContainer #FootLeft
{
    width: 706px;
    float: left;
    background-color: #919499; /*background-image: url(../images/footBg.gif);*/
    background-repeat: no-repeat;
    padding: 6px 0 6px 24px; /*  (top, right, bottom, left) */
    color: #FFFFFF;
}

#FootContainer #FootRight
{
    width: 210px;
    float: right;
    background-color: #7E8187;
    padding: 6px 15px 6px 0; /*  (top, right, bottom, left) */
    text-align: right;
    color: #FFFFFF;
}

#FootContainer #FootRight a
{
    color: #BBBCBE;
    font-weight: normal;
}

/* Forms */
form
{
    display: inline;
    margin: 0;
    padding: 0;
}

fieldset
{
    clear: both;
    font-size: 100%;
    border-style: none none none none;
    padding: 10px 0 0 0;
    margin: 0px;
}

label
{
    float: left;
    width: 150px;
    margin-right: 0.5em;
    padding-top: 0.6em;
    text-align: right;
    font-weight: bold;
}
.textInput
{
    border: solid 1px #6A3572;
    padding: 0.3em;
}

#HeadRight #loginContent .inputfield
{
    width: 122px;
}
#HeadRight #loginContent form p
{
    clear: left;
    margin: 0;
    padding: 0;
    padding-top: 5px;
}
#HeadRight #loginContent form p label
{
    float: left;
    width: 15px;
    padding-top: 5px;
    color: #FFFFFF;
}


/* Tables */
.row
{
    background-color: #E9E3EB;
    border-style: dotted;
    border-color: #000000;
    border-width: 1px 0px 0px 0px; /*  (top, right, bottom, left) */
}
.rowHead
{
    border-style: solid;
    border-color: #FFFFFF;
    border-width: 0px 1px 0px 0px; /*  (top, right, bottom, left) */
}
.rowalt
{
    background-color: #D4C8D9;
    border-style: dotted;
    border-color: #000000;
    border-width: 1px 0px 0px 0px; /*  (top, right, bottom, left) */
}
.rowinner
{
    background-color: #E9E3EB;
    border-style: dotted;
    border-color: #000000;
    border-width: 1px 1px 0px 1px; /*  (top, right, bottom, left) */
}
.rowaltinner
{
    background-color: #D4C8D9;
    border-style: dotted;
    border-color: #000000;
    border-width: 1px 1px 0px 1px; /*  (top, right, bottom, left) */
}
.NewsShort
{
    padding: 14px 9px 6px 9px; /*  (top, right, bottom, left) */
}
.NewsShortImage
{
    width: 75px;
    height: 75px;
}

.rowimage
{
    width: 75px;
    float: left;
}
.rowpad
{
    padding: 11px 11px 11px 11px; /*  (top, right, bottom, left) */
    width: 95px;
    float: left;
}
.rowpadvacancies
{
    padding: 11px 11px 11px 11px; /*  (top, right, bottom, left) */
    float: left;
    height: 52px;
}
.rownormal
{
    background-color: #FFFFFF; /*background-image: url(../images/NewsShortBg.gif);*/
    background-repeat: no-repeat;
    color: #000000;
    font-size: 11px;
}
.rownormalPnk
{
    background-color: #E9E3EB;
    background-image: url(../images/extraNavbg.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    color: #000000;
    padding: 13px 13px 13px 13px; /*  (top, right, bottom, left) */
    font-size: 11px;
    width: 220px;
}

.rownormalPnkOver
{
    background-color: #87608d;
    background-image: url(../images/extraNavbg_over.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    color: #FFFFFF;
    padding: 13px 13px 13px 13px; /*  (top, right, bottom, left) */
    font-size: 11px;
    width: 220px;
}
.rownormalPnkOver h3
{
    color: #DEDFE0;
}
.rownormalTeam
{
    background-color: #E9E3EB;
    background-image: url(../images/TeamShortBg.gif);
    background-repeat: no-repeat;
    color: #000000;
    font-size: 11px;
}
.rownormalTeamSelected
{
    background-color: #6A3572;
    background-image: url(../images/TeamShortBgSelected.gif);
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 11px;
}

.rowhighlight
{
    background-color: #6A3572;
    background-image: url(../images/NewsShortHighlightBg.gif);
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 11px;
}
.rowhighlightnews
{
    background-color: #6A3572;
    background-image: url(../images/NewsHighlightBg.gif);
    color: #FFFFFF;
    font-size: 11px;
}
.rownormalnews
{
    background-color: #FFFFFF;
    background-image: url(../images/NewsBg.gif);
    color: #000000;
    font-size: 11px;
}
.rowselected
{
    background-color: #6A3572;
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 11px;
}
/* Nav */
#navigation
{
    font-size: 11px;
}
#navigation ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 4px;
}
#navigation li
{
    display: inline;
}
#navigation a:link, #navigation a:visited
{
    padding: 5px 10px 2px 10px; /*  (top, right, bottom, left) */
    color: #7E8187;
    font-weight: normal;
}
#navigation a:hover
{
    color: #6A3572;
    font-weight: normal;
    text-decoration: underline;
}

/* Misc */
.ClearFloat
{
    clear: both;
}
.caption
{
    font-size: 10px;
    padding-top: 8px;
}
#infoBoxTable
{
}
#infoBoxTable a
{
    font-weight: normal;
    color: #6A3572;
}
.infoBox
{
    padding: 10px;
    background-color: #E9E3EB;
    color: #6A3572;
}
#languages
{
    width: 75px;
    float: right;
}
#dottedLine
{
    background-image: url(../images/dottedLine.gif);
    background-repeat: repeat-x;
    height: 1px;
}
.dottedLine
{
    background-image: url(../images/dottedLine.gif);
    background-repeat: repeat-x;
    height: 1px;
}
.dottedLineGreyBg
{
    background-image: url(../images/dottedLineGryBg.gif);
    background-repeat: repeat-x;
    height: 1px;
}
.dottedLineLtPnkBg
{
    background-image: url(../images/dotLineLtPnkBg.gif);
    background-repeat: repeat-x;
    height: 1px;
}

#map
{
    margin: 20px 0 0 0;
    width: 100%;
    height: 300px;
}


#chinese
{
    line-height: 2em;
}
