﻿/* TableMainButton,页面内容标题栏-图标按钮样式 */
.button_break_line {
    width: 1px;
    overflow: hidden;
    font-size: 0;
}

    .button_break_line img {
        display: none;
    }

.buttonListTd {
    height: 24px;
}

.ButtonBg0-1, .ButtonBg0-2 {
    cursor: pointer;
    line-height: 20px;
    padding: 1px 5px;
    border: 1px solid Transparent;
    white-space: nowrap;
    word-break: keep-all;
    vertical-align: middle;
}

    .ButtonBg0-1 img, .ButtonBg0-2 img {
        vertical-align: middle;
    }


.ButtonBg0-2 {
    border: 1px solid #f2dc68;
    background: #fff8d0;
}

    .ButtonBg0-2 .ButtonTxt0-1 {
        color: #cc4800;
    }

/****其他按钮**ButtonBg1_1,ButtonBg1_1系统风格按钮样式 */
.ButtonBg1_1,
.ButtonBg1_3,
.ButtonBg2_1,
.ButtonBg2_2 {
    width: 5px;
    height: 22px;
    border: 0;
}

.ButtonBg1_2,
.ButtonBg2_2 {
    border: 1px solid #dedede;
    height: 24px;
    cursor: pointer;
    background-color: #fff;
}

.ButtonBg2_2 {
    background: #fff8d0;
    cursor: pointer;
    border-color: #f2dc68;
}

.ButtonTxt1,
.ButtonTxt2 {
    font-weight: normal;
     white-space: nowrap;
      padding:0 5px;
}


/* ButtonBg3_1,ButtonBg4_1系统风格按钮样式 */
.ButtonBg3_1,
.ButtonBg3_3,
.ButtonBg4_1,
.ButtonBg4_2 {
    width: 5px;
    height: 22px;
    border: 0;
}

.ButtonBg3_2,
.ButtonBg4_2 {
    border: 1px solid #dedede;
    height: 24px;
    cursor: pointer;
    background-color: #fff;
}

.ButtonBg4_2 {
    background: #fff8d0;
    cursor: pointer;
    border-color: #f2dc68;
}

.ButtonTxt3,
.ButtonTxt4 {
    font-weight: normal;
     white-space: nowrap;
     padding:0 5px;
}
/* ButtonBg5_1,ButtonBg6_1系统风格按钮样式 */





.ButtonBg5_1 {
    width: 3px;
    height: 19px;
    border: 0;
    background-image: url(../images/ButtonList/button5-1.gif);
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: transparent;
}

.ButtonBg5_2 {
    border: 0;
    height: 19px;
    background-image: url(../images/ButtonList/button5-2.gif);
    cursor: pointer;
    background-color: transparent;
}

.ButtonBg5_3 {
    width: 3px;
    height: 19px;
    border: 0;
    background-image: url(../images/ButtonList/button5-3.gif);
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: transparent;
    background-position: center right;
}



.ButtonBg6_1 {
    width: 3px;
    height: 19px;
    border: 0;
    background-image: url(../images/ButtonList/button6-1.gif);
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: transparent;
}

.ButtonBg6_2 {
    border: 0;
    height: 19px;
    background-image: url(../images/ButtonList/button6-2.gif);
    cursor: pointer;
    background-color: transparent;
}

.ButtonBg6_3 {
    width: 3px;
    height: 19px;
    border: 0;
    background-image: url(../images/ButtonList/button6-3.gif);
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: transparent;
    background-position: center right;
}
/* ButtonTxt5,系统风格按钮文本(中)鼠标离开(mouseout)样式 */
.ButtonTxt5 {
    width: 100%;
    color: #000000;
    font-weight: normal;
    text-align: center;
    text-indent: 0px;
    line-height: 18px;
    letter-spacing: 2px;
    word-break: keep-all;
    padding-top: 0px;
    margin-left: 8px;
    margin-right: 8px; /*filter:DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=2);*/
}
/* ButtonTxt6,系统风格按钮文本(中)鼠标经过(mouseover)样式 */
.ButtonTxt6 {
    width: 100%;
    color: #000000;
    font-weight: normal;
    text-align: center;
    text-indent: 0px;
    line-height: 18px;
    letter-spacing: 2px;
    word-break: keep-all;
    padding-top: 1px;
    margin-left: 8px;
    margin-right: 8px; /*filter:DropShadow(Color=#ffffff, OffX=1, OffY=1, Positive=2);*/
}
