re {
    white-space: pre-wrap; /*css-3*/
    white-space: -moz-pre-wrap; /*Mozilla,since1999*/
    white-space: -pre-wrap; /*Opera4-6*/
    white-space: -o-pre-wrap; /*Opera7*/
    word-wrap: break-word; /*InternetExplorer5.5+*/
}

.red {
    color: #C00101;
    font-size: 12px;
}

body {
    font-size: 12px;
    /*毛玻璃 模糊效果
    -moz-filter: blur(0px);
    -webkit-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);*/
}

.ShowMessage {
    color: #ff0000;
    font-weight: bolder;
    font-size: 12px;
}

.HyperLink {
    text-decoration: underline;
    cursor: pointer;
}

.tableTitle {
    background-color: #E2E0E1;
    height: 25px;
    text-align: left;
    font-weight: bolder;
    color: #000000;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-size: 12px;
}

.Button {
    color: #000000;
    border-collapse: collapse;
    text-align: center;
    font-size: 12px;
    background-color: #F8F6F7#F8F6F7;
    border: solid 1px #98AAB1;
    cursor: pointer;
    height: 24px;
    line-height: 20px;
}

    .Button:hover {
        background-color: #FFFFFF;
    }

.buttonV2 {
    color: #000000;
    background-image: url(../../Common/Image/Gray.gif);
    background-attachment: scroll;
    border-collapse: separate;
    clear: both;
    text-align: center;
    font-weight: bolder;
    font-size: 12px;
    height: 22px;
    border-top-width: 1px;
    width: auto; /*border-style:none;*/
    border: 1px solid #666666;
}

.button1 {
    color: #000000;
    background-image: url(../../Common/Image/GrayButton.gif);
    background-position: 25px;
    height: 21px;
    padding-left: 43px;
    background-repeat: no-repeat;
    padding-top: 6px;
    padding-right: 20px;
    padding-bottom: 1px;
    font-size: 12px;
}

.Footer {
    color: Black;
    text-align: center;
    height: 18px;
    vertical-align: middle;
    background-color: #F5F3F4;
    font-size: 12px;
    font-weight: bold;
    border-right-color: #a4d2ef;
    border-right-width: 1px;
}

.text2 {
    color: #000000;
    text-align: left;
    height: 18px;
    vertical-align: middle;
    background-color: #F5F3F4;
    font-size: 12px;
    border-right-color: #FFFFFF;
    border-right-width: 1px;
}

.Text_field1 {
    background-color: #ffffff;
    color: #000000; /*font-family: arial;*/
    font-size: 12px;
    border: 1px solid #7f9db9;
    height: 18px;
    line-height: 18px;
}

.Text_Field_Label {
    border-style: none;
    background-color: Transparent;
    border-color: Transparent;
    color: #000000; /*font-family: arial;*/
    font-size: 12px;
}

.Text_Field_Label2 { /* 	border-top: 1px; 	border-right: 1px; 	border-bottom: 1px; 	border-left: 1px; 	border-color:Gray;*/ /*border-style:none;*/
    border: 1px solid #7f9db9;
    color: #000000; /*font-family: arial;*/
    font-size: 12px;
}

.ListBoxCss {
    background-color: #ffffff;
    color: #000000; /*font-family: arial;*/
    font-size: 12px;
    border: 1px solid #7f9db9;
}

.table2_lineToPrint {
    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: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    font-size: 12px;
    text-align: center;
}

.table3_lineToPrint {
    border-top-width: 0px;
    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: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    font-size: 12px;
}

.td_lineToPrint {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #000000;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #000000;
    font-size: 12px;
}

.Table_Text {
    vertical-align: middle;
}

.aLink {
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
}

.Text, .OnFoucsClick, .OnFoucsDbClick, .OnFoucsMouseOver, .OnFoucsMouseOut {
    text-align: center;
    height: 20px;
    vertical-align: middle;
    background-color: #F5F3F4;
    border-collapse: collapse;
    text-shadow: 0px 1px 0px #fff;
}

    .Text td, .OnFoucsMouseOver td, .OnFoucsMouseOut td, .OnFoucsClick td, .Footer td { /*border: 1px solid #a4d2ef;*/
        color: #474747;
        font-size: 12px;
        border: 1px solid #CFCFCF;
        border-collapse: collapse;
        padding: 2px 5px 2px 5px;
        text-shadow: 0px 1px 0px #fff;
    }

.OnFoucsClick {
    background-color: #0099FF;
}

.OnFoucsDbClick {
    background-color: #3300FF;
}

.OnFoucsMouseOver {
    background-color: #99CCFF;
}

.OnFoucsMouseOut {
    background-color: #F5F3F4;
}

.textbox_list {
    color: #4C4C4C;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
    width:100%;
}

    .textbox_list > tbody > tr > td {
        height: 26px;
        line-height: 26px;
        white-space: nowrap;
        vertical-align: top;
        padding: 0px;
        margin: 0px;
        clear: both;
        border-bottom: 1px dashed #ccc;
    }

        .textbox_list > tbody > tr > td span {
            vertical-align: top;
        }

.lable {
    vertical-align: top;
    color: #4C4C4C;
    font-size: 12px;
}

.lable1 {
    color: #4C4C4C;
    font-size: 12px;
}

.LableTitle {
    color: #000000;
    font-size: 12px;
    font-weight: bolder; /*font-family: "Verdana" , "Arial" , "Helvetica" , "sans-serif";*/
}

.TextBoxToLabel {
    background-color: Transparent;
    border: 0px solid #7f9db9;
    color: #4C4C4C;
    font-size: 12px;
}

.Td_Label {
    font-size: 12px;
    background-image: none;
    color: #FFFFFF;
    background-color: #00B377;
    text-align: right;
    font-weight: bold;
    vertical-align: middle;
    height: 20px;
    border: #ffffff solid 1px;
    border-width: 0 1 1 0;
}

.MseeageField {
    font-weight: bolder;
    color: #4C4C4C;
}
/*
2005-11-22
杜麟
下面3个是用与给选时分秒的文本框用
*/
.m_frameborder {
    border: 1px solid #7f9db9;
    height: 18px;
    line-height: 18px;
    background-color: #FFFFFF;
    overflow: hidden;
    text-align: right; /*font-family: "Tahoma";*/
    font-size: 10px;
}

.m_arrow {
    width: 16px;
    height: 10px;
    font-family: "Webdings";
    font-size: 7px;
    line-height: 7px;
    padding-left: 2px;
    cursor: default;
    border: 1px solid #7f9db9;
}

.m_input {
    width: 16px;
    height: 18px;
    border: none;
    padding: 0px; /*font-family: "Tahoma";*/
    font-size: 11px;
    text-align: right;
}

.Plus { /* 	BORDER-RIGHT: 2px solid; 	BORDER-TOP: #99ccff 1px solid; 	FONT-WEIGHT: normal; 	BORDER-LEFT: #99ccff 2px solid; 	WIDTH: 12px; 	CURSOR: pointer; 	COLOR: #0066ff; 	BORDER-BOTTOM: #99ccff 1px solid; 	HEIGHT: 12px; 	TEXT-ALIGN: center 	*/
    cursor: pointer;
}

.PlusDisable { /* 	BORDER-RIGHT: darkgray 1px solid; 	BORDER-TOP: darkgray 1px solid; 	FONT-WEIGHT: normal; 	BORDER-LEFT: darkgray 1px solid; 	WIDTH: 12px; 	COLOR: #0066ff; 	BORDER-BOTTOM: darkgray 1px solid; 	HEIGHT: 12px; 	TEXT-ALIGN: center 	*/
    cursor: pointer;
}

.Pan {
    background-color: #FFFFFF;
    vertical-align: middle;
}

.oLoadBar {
    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: #BFB8BF;
    border-right-color: #BFB8BF;
    border-bottom-color: #BFB8BF;
    border-left-color: #BFB8BF;
    font-size: 12px;
    text-align: left;
    background-color: Yellow;
}

.DIVsrcoll11 {
    border-right: #ffffff 1px solid;
    border-top: #a5bbd1 1px solid;
    border-bottom: #ffffff 1px solid;
    border-left: #a5bbd1 1px solid;
    height: 100%;
    background-color: #fff;
    width: 100%;
    overflow-y: scroll;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}

.HelpContent {
    overflow: hidden;
    width: 100%;
}

.HelpHeader {
    width: 100%;
    height: 20px;
    vertical-align: bottom;
    color: #FFFFFF;
    vertical-align: middle;
    font-size: 12px;
    font-weight: bold;
    float: left;
    cursor: pointer;
    vertical-align: middle;
}

.aLayer {
    visibility: hidden;
    background-color: #000;
    filter: alpha(opacity=45);
    left: 0px;
    width: 100%;
    right: 0px;
    position: absolute;
    top: 0px;
    height: 100%;
    moz-opacity: 0.60;
    opacity: 0.60;
}

.msgGreen {
    filter: alpha(opacity=100); /* 	PADDING-RIGHT: 5px; 	padding-left:6px;  	padding-top:2px;   */
    color: #fff; /* 	POSITION: absolute;  	left:10px;  	top:10px;     */
    width: 200px;
    background-color: #4b981d;
    font-size: 12px;
    margin: auto;
}

.divMsg {
    filter: alpha(opacity=100);
    color: #fff;
    background-color: #4b981d;
    font-size: 12px;
    font-weight: bolder;
    position: absolute;
    top: 50%;
    left: 50%;
}

.aLayerForPopDiv {
    background-color: #000;
    filter: alpha(opacity=80);
    left: 0px;
    width: 100%;
    right: 0px;
    position: absolute;
    top: 0px;
    height: 100%;
    moz-opacity: 0.60;
    opacity: 0.60;
}

.divPop {
    filter: alpha(opacity=100);
    color: #fff;
    background-color: #4b981d;
    font-size: 12px;
    font-weight: bolder;
    position: absolute;
    left: 40%;
    top: 40%;
}

.moveDiv {
    border: 0px none;
    width: 100%;
    background-repeat: no-repeat;
    background-image: url(../../Common/Image/Drag.gif);
    background-position: top right;
    position: relative;
    margin-right: 0px;
    cursor: se-resize;
}

.FormMaskTD {
    font-size: 26px;
    filter: glow(color=#FFFFFF),Alpha(Opacity=90);
    text-align-last: center;
    ruby-align: center;
    color: #FF0000;
    font-style: oblique;
    text-align: center;
}

.TechnicWorkTableModifyAdd {
    color: #ff6600;
}

.TWTNewestArchiveAdd {
    color: #990000;
}

.TWTCurrentEditAdd {
    color: #cc00cc;
}

.TWTCurrentEditModify {
    color: #339933;
}

.TWTSpecialCase {
    color: #ff6600;
}

#tvMyWorkshop font, #tvHRDept font {
    white-space: nowrap;
}

.Warning {
    color: Red;
    font-weight: bold;
}

.hid {
    display: none;
}

.NoWrap {
    white-space: nowrap;
}
span[disabled="disabled"] label {
    color: #ccc;
}