.Text {
    font-size: 12pt;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background: #e6f3fb !important;
    background-color: #e6f3fb !important;
}

td.c-main-iframe {
    position: relative;
}

    td.c-main-iframe:before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        background: #468ac7;
    }

.hide {
    display: none !important;
}

.Newbutton {
    font-size: 9pt;
    color: White;
    font-family: "Tahoma", "宋体";
}

.InputCss {
    font-size: 9pt;
    color: #003399;
    font-family: "宋体";
    font-style: normal; /*background-color: #CCCC99; */
    border-color: #93BEE2 #93BEE2 #93BEE2 #93BEE2;
    border: 1px #93BEE2 solid;
}
/*按钮样式*/
.ButtonCss {
    border: 1px solid #7F9DB9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #122749;
    background-color: #F5F4F2;
}
/*蓝色按钮样式*/
.blueButtonCss {
    font-family: "Tahoma", "宋体";
    font-size: 9pt;
    color: #003366;
    border: 0px #93bee2 solid; /* BORDER-BOTTOM: #93bee2 1px solid;      BORDER-LEFT: #93bee2 1px solid;      BORDER-RIGHT: #93bee2 1px solid;      BORDER-TOP: #93bee2 1px solid;*/
    background-image: url(../Images/blue_button_bg.gif);
    background-color: #ffffff;
    cursor: hand;
    font-style: normal;
}
/*红色按钮样式*/
.redButtonCss {
    font-family: "Tahoma", "宋体";
    font-size: 9pt;
    color: black;
    border: 0px #93bee2 solid;
    border-bottom: #93bee2 0px solid;
    border-left: #93bee2 0px solid;
    border-right: #93bee2 0px solid;
    border-top: #93bee2 0px solid;
    background-image: url(../Images/button.jpg);
    cursor: hand;
    font-style: normal;
    text-align: center;
    width: 76px;
    height: 20px;
}

.redButtonCss1 {
    font-family: "Tahoma", "宋体";
    font-size: 9pt;
    color: black;
    border: 0px #93bee2 solid;
    border-bottom: #93bee2 0px solid;
    border-left: #93bee2 0px solid;
    border-right: #93bee2 0px solid;
    border-top: #93bee2 0px solid;
    background-image: url(../Images/button1.jpg);
    cursor: hand;
    font-style: normal;
    text-align: center;
    width: 86px;
    height: 20px;
}
/*绿色按钮样式*/
.greenButtonCss {
    font-family: "Tahoma", "宋体";
    font-size: 9pt;
    color: #0066cc;
    border: 1px #93bee2 solid;
    border-bottom: #93bee2 1px solid;
    border-left: #93bee2 1px solid;
    border-right: #93bee2 1px solid;
    border-top: #93bee2 1px solid;
    background-image: url(../Images/greenbuttonbg.gif);
    background-color: #ffffff;
    cursor: hand;
    font-style: normal;
}

.NomButtonCss {
    font-family: "Tahoma", "宋体";
    font-size: 12px;
    color: #5E5E5E;
    border: 1px #CCCCCC solid;
    background-color: #FFFFFF;
    font-style: normal;
}

.InputSta {
    font-family: "Tahoma", "宋体";
    font-size: 9pt;
    color: #0066cc;
    border: 1px solid;
    background-color: White;
    border-color: #93BEE2 #93BEE2 #93BEE2 #93BEE2;
    font-style: normal;
}

.SelectSta {
    font-family: "Tahoma", "宋体";
    font-size: 9pt;
    color: #0066cc;
    border: 1px #F1F1E4 solid;
    background-color: #e8f4ff;
    font-style: normal;
}

.ButtonSta {
    font-family: "Tahoma", "宋体";
    font-size: 9pt;
    color: #CCCCCC;
    border: 1px #CCCCCC solid;
    background-color: #FFFFFF;
    font-style: normal;
    width: 60px;
}

.GbText {
    font-size: 9pt;
}

.CurText {
    font-size: 12px;
}

.SplitHRCss {
    color: #5E5E5E;
    background-color: #5E5E5E;
    border: 1px #5E5E5E solid;
}

.SecText {
    font-size: 9pt;
    color: Gray;
}

.BGbText {
    font-size: 9pt;
    font: oblique;
}

.SchFinishText {
    font-size: 9pt;
    color: Gray;
}

.FinishText {
    text-decoration: line-through;
    color: Gray;
}

A {
    font-size: 9pt;
    color: black;
    text-decoration: none;
    font-family: "宋体";
}

    A:LINK {
        text-decoration: none;
    }

    A:HOVER {
        color: Red;
        text-decoration: none;
    }

    A:ACTIVE {
        color: #006699;
        text-decoration: none;
    }

    A:FOCUS {
        color: black;
        text-decoration: none;
    }

    A.a1 {
        font-size: 9pt;
        color: #5eaad7;
        text-decoration: none;
        font-family: "宋体";
    }

        A.a1:hover {
            color: Red;
            text-decoration: none;
        }

        A.a1:link {
            text-decoration: none;
        }

/* background/border colors for the selected tab */
.TabBg {
    background-color: White;
    border-color: white;
}

.SiteTitleLink {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #cccc99;
}


/* background/border colors for the unselected tabs */
.OtherTabsBg {
    border-left-color: black;
    border-bottom-color: black;
    border-top-color: black;
    background-color: #00b1d5;
    border-right-color: black;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: Red;
    font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px; /* color:gainsboro;*/
    color: Blue;
    text-decoration: none;
    font-weight: bold;
}

.InputSta_page {
    font-family: "Tahoma", "宋体";
    font-size: 11px;
    color: #5E5E5E;
    border: 1px #FFFFFF solid;
    background-color: #CCCCCC;
    font-style: normal;
}

.tbbaord {
    border: #CCCCCC;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.leftboard {
    border-color: black #D7D7AE #D7D7AE;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    font-family: "宋体";
    font-size: 12px;
    color: #333333;
}

.StaText {
    font-size: 9px;
    font-style: normal;
}

.noRepeatTd {
    background-repeat: no-repeat;
}

.money {
    font-family: "宋体";
    font-size: xx-small;
    font-weight: 100;
    text-transform: capitalize;
}

.td {
    font-family: "Tahoma", "宋体";
    font-size: 9px;
}

body {
    font-size: 9pt;
    color: black;
    overflow: auto;
}

button {
    font-family: "Tahoma", "宋体";
    font-size: 9pt;
    color: #0066cc;
    border-color: #FFFFFF;
    background-color: #f0fbec;
    font-style: normal;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #c8e4ff;
    border-bottom: 1px solid #c8e4ff;
    border-left: 1px solid #ffffff;
    background-image: url('none');
}

textarea {
    font-family: "Tahoma", "宋体";
    font-size: 9pt;
    color: #0066cc;
    background-color: #ffffff;
    font-style: normal;
    border-top: 1px solid #93BEE2;
    border-right: 1px solid #93BEE2;
    border-bottom: 1px solid #93BEE2;
    border-left: 1px solid #93BEE2;
}

Select {
    font-family: "Tahoma", "宋体";
    font-size: 9pt;
    color: black;
    border: 1px #c8e4ff solid;
    background-color: #fff9ee;
    font-style: normal;
}

.Input2 {
    font-size: 9pt;
    color: #0066CC;
    font-family: "宋体";
    font-style: normal;
    border: 0px solid #003390;
}

.Input3 {
    font-family: "宋体";
    font-size: 9pt;
    color: #0066CC;
    text-decoration: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border-bottom-color: #0066CC;
    border-left-color: #FFFFFF;
}
/*error样式*/
.errorbg {
    background-image: url(../Images/nopage.gif);
}

.tablecss {
    border-collapse: collapse;
}

.TrCss {
    font-family: "Tahoma", "宋体";
    font-size: 12px;
    color: black;
    font-weight: lighter;
    border: 1px #b6ebdd; /* BORDER-BOTTOM: #93bee2 1px solid;      BORDER-LEFT: #93bee2 1px solid;      BORDER-RIGHT: #93bee2 1px solid;      BORDER-TOP: #93bee2 1px solid;*/
    background-color: #ece8e9;
}
