/*按钮样式*/
.button1 {
    background: transparent url(../images/btn_bg1.jpg) repeat scroll 0 0;
    border: 1px solid #aabbcc;
    font-size: 12px;
    height: 22px;
    line-height: 20px;
    margin-right: 4px;
}

.button {
    background: transparent url(../images/btn_bg.jpg) repeat scroll 0 0;
    border: 1px solid #aabbcc;
    font-size: 12px;
    height: 22px;
    line-height: 20px;
    margin-right: 4px;
}

.button:hover {
    background: transparent url(../images/btn_bg_hover.jpg) repeat scroll 0 0;
    border: 1px solid #af923f;
    font-size: 12px;
    height: 22px;
    line-height: 20px;
    margin-right: 4px;
}

.button_hover {
    background: transparent url(../images/btn_bg_hover.jpg) repeat scroll 0 0;
    border: 1px solid #af923f;
    font-size: 12px;
    height: 22px;
    line-height: 20px;
    margin-right: 4px;
}

.button_focus {
    background: transparent url(../images/btn_bg.jpg) repeat scroll 0 0;
    border-color: #00bbff;
    border: 1px solid;
    font-size: 12px;
    height: 22px;
    line-height: 20px;
    margin-right: 4px;
}

/*按钮样式*/
/*弹出窗口表格样式*/
.dialogtable {
    border-collapse: collapse;
    /*text-align: left;*/
    cellspacing: 0;
    border-spacing: 0;
    width: 100%;
    /*margin: 10px 0px 10px 20px;*/
    margin-top: 10px;
}

.dialogtable td {
    line-height: 25px;
    padding: 2px;
    font-size: 13px;
}

/*弹出窗口表格样式*/

/*文本框样式*/
input.new_txt {
    background: none repeat scroll 0 0 #fff;
    font-size: 12px;
    height: 22px;
    line-height: 24px;
    padding-left: 4px;
    width: 150px;
    border: 1px solid #bfbfbf;
}

select.new_txt1 {
    background: none repeat scroll 0 0 #fff;
    font-size: 12px;
    height: 20px;
    line-height: 24px;
    padding-left: 4px;
    width: 160px;
    border: 1px solid #bfbfbf;
}

select.new_txt {
    background: none repeat scroll 0 0 #fff;
    line-height: 24px;
    width: 160px;
    border: solid 1px #bfbfbf;
    font-size: 12px;
    color: #555;
    padding: 4px;
}

textarea {
    background: none repeat scroll 0 0 #fff;
    font-size: 12px;
    padding-left: 4px;
    width: 524px;
    height: 180px;
    margin: 3px 0 3px 0;
    border: 1px solid #c3daf9;
}

input.new_txt2 {
    font-size: 14px;
    border-color: #black;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px
}

input.new_txt3 {
    font-size: 13px;
    border-color: #black;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px
}

input.new_txt4 {
    font-size: 15px;
    border-color: #black;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px
}

input.new_txt5 {
    font-size: 22px;
    border-color: #black;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px
}

input.new_txt6 {
    font-size: 15px;
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
}

/**日期文本框样式**/
input.new_datetxt {
    font-size: 12px;
    height: 22px;
    line-height: 24px;
    padding-left: 4px;
    width: 80px;
    border: 1px solid #bfbfbf;
}

/** 添加，修改，查看弹出页表格样式  **/
#mytable {
    width: 98%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
    border: 1px solid #C1DAD7;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    word-wrap: break-word;
    word-break: break-all;
}

#mytable .head {
    font-size: 18px;
    color: blue;
}

#mytable th {
    text-align: right;
    height: 30px;
    background: #f5fafa;
    color: #666;
    font-weight: normal;
    border: 1px solid #C1DAD7;
}

#mytable td {
    text-align: left;
    font-size: 14px;
    border: 1px solid #C1DAD7;
    background: #fff;
    padding: 0 0 0 10px;
    color: #000;
}

/** 添加，修改，查看页表格样式  **/