﻿body
{
    font-size: 12px;
    margin: 6px;
}
/*主从关系左右展示frame*/
.mdframeleft
{
    border-right: solid 1px ActiveBorder;
}
.mdframeright
{
    border-left: solid 1px ActiveBorder;
}

/*主从关系上下展示frame*/
.mdframetop
{
    border-bottom: solid 1px ActiveBorder;
}
.mdframebottom
{
    border-top: solid 1px ActiveBorder;
}

/*页面标题*/
h1
{
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
h2
{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
h3
{
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}
h4
{
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
}
h5
{
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: center;
}

/*link*/
a:link
{
    font-size: 12px;
    color: #003db2;
    text-decoration: none;
}
a:visited
{
    font-size: 12px;
    color: #003db2;
    text-decoration: none;
}
a:hover
{
    font-size: 12px;
    color: #003db2;
    text-decoration: underline;
}
a:active
{
    font-size: 12px;
    color: #003db2;
    text-decoration: none;
}

/*进度条*/
.progressimg
{
    width: 32px;
    height: 32px;
    background: url("images/loading.gif");
}

/*100%高宽的层*/
.div.overflow
{
    width: 100%;
    height: 100%;
    overflow: auto;
}
.div.divlist
{
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: White;
    border: solid 1px AppWorkspace;
}

/*表格相关*/
table.gridtable
{
    table-layout: fixed;
    border-collapse: collapse;
    border: solid 1px ActiveBorder;
}
/*标题*/
th.gridheader
{
    cursor: hand;
    background-color: InfoBackground;
    border-bottom: #d2cfbe 1px inset;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
    font-weight: normal;
    padding-top: 2px;
    border-right: ActiveBorder 1px solid;
    border-left: White 1px solid;
}
/*普通行*/
.normalrow
{
}
/*选中行*/
.selectedrow
{
    background-color: Highlight;
    color: HighlightText;
    padding-left: 2px;
    padding-right: 2px;
}
/*单元格*/
td
{
    font-size: 12px;
}
td.grid
{
    font-size: 12px;
    padding-left: 2px;
    padding-right: 2px;
}
td.elipwords
{
    padding-left: 2px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*必填项**/
.redtext
{
    color: Red;
}

/*控件*/
.txtcls
{
    /*文本框*/
    font-size: 12px;
}
.txtreadonly
{
    /*只读文本框*/
    font-size: 12px;
    background: expression((this.readOnly &&this.readOnly==true)?"#F4F4F4":"");
    color: expression((this.readOnly &&this.readOnly==true)?"#838383":"");
}
.inputnotnull
{
    /*文本框下拉框必填*/
    font-size: 12px;
    background-color: #FEFEF7;
}
.txtnobordercls
{
    /*文本框无边框*/
    font-size: 12px;
    border: none;
    margin: 1px;
}
.pwdcls
{
    /*密码框*/
    font-size: 12px;
}
.btncls
{
    /*button,submit,reset*/
    font-size: 12px;
    width: 74px;
}
.btnselect
{
    /*...select button*/
    font-size: 12px;
    width: 24px;
}
.btnwcls
{
    /*button,submit,reset*/
    font-size: 12px;
}
.chkcls
{
    /*checkbox,radio*/
}

select
{
    /*select*/
    font-size: 12px;
}
textarea
{
    font-size: 12px;
}

/*checkbox,radio link*/
a:link.chktxt
{
    cursor: default;
    color: WindowText;
    text-decoration: none;
    padding-bottom: 1px;
}
a:visited.chktxt
{
    cursor: default;
    color: WindowText;
    text-decoration: none;
    padding-bottom: 1px;
}
a:hover.chktxt
{
    cursor: default;
    color: WindowText;
    text-decoration: none;
    padding-bottom: 1px;
}
a:active.chktxt
{
    cursor: default;
    color: WindowText;
    text-decoration: none;
    padding-bottom: 1px;
}

select
{
    /*select*/
    font-size: 12px;
}
textarea
{
    font-size: 12px;
}
fieldset
{
    padding: 5px;
}

/* tab xp theme */
.tab_header
{
    font-family: verdana,tahoma,helvetica;
    font-size: 12px;
    background: url("images/main-tab-line.gif") repeat-x bottom;
}
.tab_outer
{
    padding-right: 4px;
    background: url("images/main-tab-right.gif") no-repeat left bottom;
    height: 21px;
}
.tab_inner
{
    padding-left: 3px;
    background: url("images/main-tab-left.gif") no-repeat right bottom;
}
.tab_tab
{
    height: 13px;
    margin: 0;
    background: url("images/main-tab.gif") repeat-x bottom;
    font-size: 12px;
    cursor: hand;
}

.tab_hover_outer
{
    background: url("images/main-tab-hover-right.gif") no-repeat left bottom;
}
.tab_hover_inner
{
    background: url("images/main-tab-hover-left.gif") no-repeat;
}
.tab_hover_tab
{
    background: url("images/main-tab-hover.gif") repeat-x;
    font-size: 12px;
    cursor: hand;
    padding-top: 4px;
}

.tab_active_outer
{
    background: url("images/main-tab-active-right.gif") no-repeat right bottom;
}
.tab_active_inner
{
    background: url("images/main-tab-active-left.gif") no-repeat bottom;
}
.tab_active_tab
{
    background: url("images/main-tab-active.gif") repeat-x bottom;
    font-size: 12px;
    cursor: hand;
}
.tab_body
{
    vertical-align: top;
    font-size: 12px;
    border: 1px solid AppWorkspace;
    border-top: 0;
    padding: 8px;
    background-color: White;
}
.notab
{
    width: 100%;
}

/*right menu or drop menu*/
.rmenu_out
{
    cursor: hand;
    padding-top: 1px;
    background-color: white;
    position: absolute;
    border: solid 1px ActiveBorder;
    filter: progid:dximagetransform.microsoft.shadow(color=ThreeDLightShadow,direction=135,strength=4);
}
.rmenu_left
{
    background-color: Menu;
}
.rmenu_item
{
    padding-left: 6px;
    padding-bottom: 1px;
    padding-right: 8px;
}
.rmenu_itemover
{
    padding-left: 5px;
    padding-bottom: 0px;
    border: solid 1px Highlight;
    font-size: 12px;
    background-color: Highlight;
    color: White;
}
.rmenu_itemsplit
{
    background: url("images/rightmenusplit.gif") repeat-x;
    height: 3px;
}

/*树*/
.treetext
{
    padding-bottom: 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.treenodeselect
{
    background-color: Highlight;
    color: HighlightText;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 2px;
}
.treenodeunselect
{
    color: WindowText;
    text-decoration: none;
    padding-top: 2px;
}
.treechkbox
{
    /*checkbox*/
    height: 14px;
    width: 14px;
}
/*工具栏*/
.toolbar
{
    height: 25px;
    overflow: hidden;
    text-overflow: clip;
}
/*工具栏文字*/
.toolbartext
{
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 1px;
}

/*模式窗体下部命令按钮*/
.modaldialogcommand
{
    margin-top: 6px;
    margin-bottom: 6px;
    text-align: right;
}

/*underline只有横行的文本框*/
.input.txtunderline
{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: Black 1px solid;
}

/*表格的一种边框（两票）*/
.tableborder
{
    border: black 1px solid;
    table-layout: fixed;
    border-collapse: collapse;
}
.tableborder th
{
    border: black 1px solid;
    table-layout: fixed;
    border-collapse: collapse;
}
.tableborder td
{
    border: black 1px solid;
    table-layout: fixed;
    border-collapse: collapse;
}


