﻿@media print
{
	.notPrint {display:none;}
}
*
{
    margin: 0;
    padding: 0;
    list-style: none;
}
html
{
    height: 100%;
    overflow: hidden;
    background: #fff;
}
body
{
    height: 100%;
    overflow: hidden;
    font-size: 9pt;
    font-family: 宋体,Microsoft YaHei, Segoe UI, verdana, arial;
    border: 0;
    background: #fff;
    scrollbar-face-color: #dfdfdf !important;
    scrollbar-track-color: #efefef !important;
    scrollbar-arrow-color: #000000 !important;
    scrollbar-3dlight-color: #ffffff !important;
    scrollbar-darkshadow-color: #ffffff !important;
    scrollbar-highlight-color: #767676 !important;
    scrollbar-shadow-color: #767676 !important;
}
INPUT
{
    font-size: 9pt;
    width: 100%;
    height: 16px;
    border: 1px solid #7b9ebd;
}
div
{
    line-height: 1.6;
}
table.stdTable
{
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.req
{
    font-weight: bolder;
    color: #9F2409;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rec
{
    font-weight: bolder;
    color: #466094;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*FormPage--Begin*/
.formBG
{
    background-color: #F2F2F2;
}
/*FormPage--End*/


/*Toolbar begin*/
.appToolbar
{
    color: #000;
    background: url(../Images/Control/Toolbar/AppToolbarBG.jpg);
    filter: progid:;
}

.listToolbar
{
    color: #000;
    border: 1px solid #A9BFD6;
    border-bottom: 0px;
    background: url(../Images/Control/Toolbar/AppToolbarBG.jpg);
    filter: progid:;
}
.formToolbar
{
    color: #000;
    border-bottom: 1px solid #a8aeb5;
    background: url(../Images/Control/Toolbar/AppToolbarBG.jpg);
    filter: progid:;
}

.formToolbarWithoutStatus
{
    color: #000;
    border-bottom: 1px solid #466094;
    background: url(../Images/Control/Toolbar/AppToolbarBG.jpg);
    filter: progid:;
}

.topStatus
{
    background: #63769B;
    border-top: 1px solid #000000;
}

.topStatus td
{
    font-size: 11pt;
    font-weight: bolder;
    color: #ffffff;
}

.bottomStatus
{
    background: #63769B;
}

.bottomStatus td
{
    font-size: 10pt;
    font-weight: bolder;
    color: #ffffff;
}

/*Toolbar end*/

/*MessageBox css begin*/
.MsgWinContainer
{
    background: #C1D2E7;
    font-size: 12px;
    position: absolute;
}
.MsgWinContainer table
{
    table-layout: fixed;
    width: 100%;
    height: 100%;
}
.MsgWinContainer .titleLeft
{
    background: #C1D2E7 url("../../../Images/Message/win_lt.gif") no-repeat left top;
}
.MsgWinContainer .titleCenter
{
    padding: 3px,3px,0px,3px;
    background: #C1D2E7 url("../../../Images/Message/win_t.gif") repeat-x left top;
}
.MsgWinContainer .titleCenter .titleText
{
    line-height: 25px;
    font-size: 12px;
    color: #15428B;
    font-weight: bold;
    cursor: default;
    padding-left: 3px;
}
.MsgWinContainer .titleCenter .titleClose
{
    overflow: hidden;
    width: 15px;
    cursor: pointer;
    display: inline;
    background: #C1D2E7 url("../../../Images/Message/win_close.gif") no-repeat 0 3;
}
.MsgWinContainer .titleRight
{
    background: #C1D2E7 url("../../../Images/Message/win_rt.gif") no-repeat right top;
    padding: 3px 3px 0px;
    height: 28px;
}


.MsgWinContainer .MsgContentTable
{
    padding: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    table-layout: hidden;
}

.winMiddleLeft, .winBtnLineLeft
{
    width: 3px;
    font-size: 3px;
    background: url("../../../Images/Message/win_l.gif") repeat-y;
}
.winMiddleRight, .winBtnLineRight
{
    width: 3px;
    font-size: 3px;
    background: url("../../../Images/Message/win_r.gif") right repeat-y;
}
.winBottomCenter
{
    height: 3px;
    font-size: 3px;
    background: url("../../../Images/Message/win_b.gif") repeat-x;
}
.winBottomLeft
{
    width: 3px;
    font-size: 3px;
    height: 3px;
    background: url("../../../Images/Message/win_lb.gif") repeat-x;
}
.winBottomRight
{
    width: 3px;
    font-size: 3px;
    height: 3px;
    background: url("../../../Images/Message/win_rb.gif") no-repeat;
}

.MsgWinContainer .winMiddleCenter
{
    font-size: 12px;
    padding: 10px 10px 0px 55px;
    display: block;
    word-break: break-all;
    word-wrap: break-word; /*white-space:nowrap;*/
    vertical-align: middle;
    height: 4em;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-color: #C7D6E9;
}
.MsgWinContainer .winMiddleCenterTextarea
{
    padding: 5px 5px 1px;
}
.MsgWinContainer .winMiddleCenterTextarea TextArea
{
    width: 100%;
    height: 100%;
    overflow: auto;
}
.MsgWinContainer .winBtnLineCenter input
{
    margin-left: 10px;
    cursor: pointer;
    background: url("../../../Images/Message/btn_bg.gif") no-repeat;
    width: 76px;
    height: 21px;
    line-height: 21px;
    font-size: 12px;
    color: #000;
    font-weight: normal;
    border: 0;
}
.MsgWinContainer .winMiddleCenter ol
{
    list-style-position: inside;
    margin: 0;
}


.MsgWinContainer Div.Cover
{
    background-color: #ffffff;
    position: absolute;
    overflow: hidden;
    left: -2px;
    top: -2px;
    width: 0px;
    height: 0px;
    display: none;
}
/*MessageBox css end*/


/* Dialogpage css begin */

.titleText
{
    font-weight: bold;
    font-size: 13px;
    padding-left: 5px;
    font-family: Tahoma,宋体;
}

div.descriptiontext, div.titleText
{
    color: White;
}

div.dialog_title
{
    background: #a4c8ee url(../Images/Index/dialogTitle.gif) no-repeat;
    height: 19px;
    width: 100%;
    border-top: outset 4px #ffffff;
    border-right: outset 5px #ffffff;
    border-left: outset 4px #ffffff;
}

div.dialog_content
{
    height: 100%;
    width: 100%;
    border-left: outset 4px #ffffff;
    border-right: outset 5px #ffffff;
}

div.dialog_status
{
    height: 10px;
    width: 100%;
    border-bottom: outset 4px #ffffff;
    border-left: outset 4px #ffffff;
    border-right: outset 5px #ffffff;
    background-color: #EEF0F6;
}

div.dialog_borderRight
{
    position: absolute;
    right: -19px;
    top: 2px;
    bottom: 13px;
    width: 12px;
    background: #a4c8ee url(../Images/Index/dialogBorderR.jpg) repeat-y;
}

div.dialog_borderBottom
{
    position: absolute;
    bottom: -4px;
    left: 0;
    right: -8px;
    height: 17px;
    background: #a4c8ee url(../Images/Index/dialogBorderB.jpg) repeat-x;
}
div.dialog_borderBottomL
{
    float: left;
    height: 17px;
    width: 10px;
    background: #a4c8ee url(../Images/Index/dialogBorderBottomL.jpg) repeat-x;
}
div.dialog_borderBottomR
{
    position: absolute;
    right: -18px;
    bottom: -4px;
    width: 10px;
    height: 17px;
    background: #a4c8ee url(../Images/Index/dialogBorderCol.jpg) repeat-y;
}

input.dialog_close
{
    background: #a4c8ee url(../Images/Index/dialogBtnClose.jpg) repeat-x;
    width: 18px;
    height: 16px;
}

td.TdLevel
{
    vertical-align: middle;
}

DIV.horizontalLineSeparator
{
    width: 100%;
    height: 1px; *height:2px;
border-top:#cccccc1pxsolid;
border-bottom:#ffffff1pxsolid;
overflow:hidden;
}

/* Dialogpage css end */

/* List page css begin */
.etLink
{
    text-decoration: underline;
    cursor: pointer;
    overflow: hidden;
    width: auto;
}
.urlLink
{
    text-decoration: underline;
    cursor: pointer;
}
div.listViewTip
{
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
div.listViewTip img
{
    width: 24px;
    height: 24px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7; /*支持一些老版本的Mozilla浏览器*/
    -khtml-opacity: 0.7; /*支持一些老版本的Safari浏览器*/
    opacity: 0.7; /*支持firefox, Safari和 Opera*/
}
div.listViewTip img.opacity100
{
    filter: alpha(opacity=100);
    -moz-opacity: 1; /*支持一些老版本的Mozilla浏览器*/
    -khtml-opacity: 1; /*支持一些老版本的Safari浏览器*/
    opacity: 1; /*支持firefox, Safari和 Opera*/
}

div.filterOuterContainer div.filterContainer
{
    position: absolute;
    width: auto;
    left: 0px;
    right: 45px;
}

div.filterOuterContainer div.advancedSearchLinkContainer
{
    float: right;
    width: 45px;
}

div.filterLabel
{
    width: 60px;
    line-height: 20px;
    overflow: hidden;
    font-weight: bolder;
    float: left;
}

div.filterColumnContainer
{
    float: left;
    position: relative;
    height: 20px;
}

div.filterColumnContainer div.filterControl
{
    position: absolute;
    width: auto;
    left: 60px;
    right: 0px;
    height: 100%;
}

div.leftAutoRightFixedContainer
{
    position: relative;
    width: 100%;
    height: 100%;
}
div.leftAutoRightFixedContainer div.left
{
    position: absolute;
    left: 0px;
    right: 65px;
    width: auto;
    height: 100%;
}
div.leftAutoRightFixedContainer div.right
{
    width: 60px;
    height: 100%;
    float: right;
    overflow: hidden;
}
div.departmentAndSubContainer div.left
{
    right: 95px;
}
div.departmentAndSubContainer div.right
{
    width: 90px;
}


div.listFilterContainerMarginTop
{
    margin-top: 10px;
}

div.findListContainer
{
    height: 20px;
    position: relative;
}
div.findListContainer.fiftyPercentWidth
{
    float: left;
    width: 50%;
}
div.findListContainer div.filterControl
{
    position: absolute;
    width: auto;
    left: 60px;
    right: 0px;
}
div.primaryFieldAndGroupListContainer
{
    float: left;
    width: 100%;
    height: 22px;
}
div.primaryFieldAndGroupListContainer div.primaryFieldContainer
{
    float: left;
    width: 100%;
    position: relative;
}
div.primaryFieldAndGroupListContainer div.primaryFieldContainer div.filterControl
{
    position: absolute;
    width: auto;
    left: 60px;
    right: 10px;
}
div.primaryFieldAndGroupListContainer div.groupListContainer
{
    float: left;
    width: 100%;
    position: relative;
}
div.primaryFieldAndGroupListContainer div.groupListContainer div.filterLabel
{
    width: 40px;
}
div.primaryFieldAndGroupListContainer div.groupListContainer div.filterControl
{
    position: absolute;
    width: auto;
    left: 40px;
    right: 0px;
}

div.customFieldAndGroupListContainer
{
    height: 20px;
}
div.customFieldAndGroupListContainer div.primaryFieldContainer div.filterControl
{
    position: absolute;
    width: auto;
    left: 60px;
    right: 0px;
}
div.customFieldAndGroupListContainer div.groupListContainer div.filterLabel
{
    width: 40px;
}
div.customFieldAndGroupListContainer div.groupListContainer div.filterControl
{
    position: absolute;
    width: auto;
    left: 40px;
    right: 0px;
}

/* List page css end */

/*workflow process info css begin*/
div.step table
{
    border: 1px solid #466094;
    table-layout: fixed;
}

div.step table td
{
    font-size: 9pt;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding-left: 3px;
    word-spacing: normal;
    word-break: break-all;
    word-wrap: break-word;
}

div.step table .header td
{
    background: #D9E8FB;
    font-weight: bolder;
    height: 25px;
}

div.step table .process td
{
    height: 22px;
}

div.step table .processComment td
{
    padding: 5px 5px 5px 5px;
    border-left: 0px;
}

div.step table .processWithComment td
{
    border-bottom: 1px dotted #aaa;
}

div.step table .lastRow td
{
    border-bottom: 0px;
}

div.step table td.cloum1
{
    width: 30px;
    text-align: center;
    border-left: 0px;
}
div.step table td.cloum2
{
    width: 125px;
}
div.step table td.cloum3
{
    width: 50px;
    text-align: center;
}
div.step table td.cloum4
{
    width: 50px;
    text-align: center;
}
div.step table td.cloum5
{
    width: 100px;
}
div.step table td.cloum6
{
    width: 75px;
}
div.step table td.cloum7
{
    width: 100px;
}
div.step table td.cloum8
{
    width: 105px;
}
div.step table td.cloum9
{
    width: 105px;
}
/*workflow process info css end*/
div.dialogContent
{
    overflow:auto;
}
