/* ================================
    CSS STYLES FOR THE ECS PORTAL 
    v1.0, 06/2006
   ================================
*/


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: darkred;
}

/* background color for the content part of the pages */
Body {
    background-color: white;
}


/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #cccc99;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: dimgray;
    border-color: black;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: DarkRed;
    font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link {
    text-decoration: none;
    color: #eeeeee;
}

A.OtherTabs:visited {
    text-decoration: none;
    color: #eeeeee;
}

A.OtherTabs:active {
    text-decoration: none;
    color: #eeeeee;
}

A.OtherTabs:hover {
    text-decoration: underline;
    color: white;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration: none;
    color: white;
}

A.SiteLink:visited {
    text-decoration: none;
    color: #eeeeee;
}

A.SiteLink:active {
    text-decoration: none;
    color: #eeeeee;
}

A.SiteLink:hover {
    text-decoration: underline;
    color: white;
}

/* style for separator between site links */
.Accent {
    color: red;
    font-weight: bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee;
}

/* style of item titles by Announcements and events */
.ItemTitle {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: darkred;
}



/* GENERAL */
/* style for module titles */
.Head {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal {
    font-family: @宋体, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: @宋体, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red;
}

.NormalBold {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration: underline;
    color: #000000;
}

A.CommandButton:visited {
    text-decoration: underline;
    color: #000000;
}

A.CommandButton:active {
    text-decoration: underline;
    color: #000000;
}

A.CommandButton:hover {
    text-decoration: underline;
    color: red;
}


/* GENERIC */
H1 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

H2 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

H3 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: darkred;
}

H4 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: darkred;
}

H5, DT {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: darkred;
}

H6 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: darkred;
}

TFOOT, THEAD {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: darkred;
}

TH {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: darkred;
}

A:link {
    text-decoration: none;
    color: #000000;
}

A:visited {
    text-decoration: none;
    color: #000000;
}

A:active {
    text-decoration: none;
    color: #666666;
}

A:hover {
    text-decoration: underline;
    color: darkred;
}

SMALL {
    font-size: 8px;
}

BIG {
    font-size: 14px;
}

BLOCKQUOTE, PRE {
    font-family: Lucida Console, monospace;
}


UL LI {
    list-style-type: square;
}

    UL LI LI {
        list-style-type: disc;
    }

        UL LI LI LI {
            list-style-type: circle;
        }

OL LI {
    list-style-type: decimal;
}

OL OL LI {
    list-style-type: lower-alpha;
}

OL OL OL LI {
    list-style-type: lower-roman;
}

HR {
    color: dimgrey;
    height: 1pt;
    text-align: left;
}


TD {
    font-family: @宋体, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: dark;
    background-repeat: no-repeat;
}

.tdMenuLeft {
    font-family: @宋体, Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: dark;
    background-repeat: no-repeat;
}

.bigList {
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.smallList {
    font-size: 13px;
    line-height: 140%;
    font-family: Verdana, Helvetica, sans-serif;
}

.News_text {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 12px;
    text-indent: 18pt;
    line-height: 22px;
    padding-bottom: 40px;
    padding-top: 20px;
}

.News_title {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 15px;
    text-indent: 18pt;
    line-height: 22px;
    padding-top: 20px;
    text-align: center;
}

.Title_text {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 12px;
    color: #000000;
    line-height: 12px;
}

.FirstPage_title {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 16px;
    text-indent: 18pt;
    line-height: 22px;
    padding-top: 20px;
    text-align: center;
}

.Career_Sentence {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 12px;
    line-height: 22px;
    text-decoration: none;
    color: #000000;
}

.Address {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 12px;
    text-align: left;
    line-height: 30px;
    text-decoration: none;
    color: #000000;
}

.NormalSpan {
    font-family: @华文新魏;
    font-size: 14px;
    font-weight: bolder;
    line-height: 18px;
}

.stysheet {
    position: absolute;
    left: 920px;
    top: 15px;
    width: 22;
    height: 25;
    z-index: 4;
}

.table_gray {
    border: 1px #02B502 solid;
}

.Product_Sentence {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 12px;
    line-height: 22px;
    text-decoration: none;
    color: #000000;
}

.Product_text {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 12px;
    line-height: 22px;
    text-indent: 18pt;
    border-top-width: 20px;
    color: #000000;
    text-decoration: none;
}

.ProductSent {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 12px;
    line-height: 22px;
    text-decoration: none;
    color: #000000;
}

.Support_Title {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
}

.Support_text {
    font-family: "Arial", "Helvetica", "sans-serif";
    font-size: 12px;
    line-height: 22px;
    border-top-width: 20px;
    text-indent: 10pt;
}
