﻿
/* ==================== button ==================== */

input[type="submit"], a {
    cursor: pointer;
}

.QueryArea .BtnArea .btn_default {
    margin: 0px;
}

.BtnArea {
    float: right;
    cursor: pointer;
    /*border: 1px solid #333333;*/
}

.TableBtnArea_Top {
    clear: both;
    float: left;
    margin-top: 10px;
}

.Form_H_BtnArea_Top {
    clear: both;
    float: right;
    margin-right: 0px;
    margin-top: 3px;
}

    .Form_H_BtnArea_Top input[type="submit"] {
    
        float:left;
        margin-right:2px;
    
    }

.Form_H_BtnArea_Bottom {
    clear: both;
    float: right;
    margin-right: 0px;
    margin-top: 10px;
}

.btn_Create {
    border: none;
    float: right;
    width: 90px;
    height: 50px;
    margin-right: 20px;
    background: #CE1378;
    /*background: #58a;
    background: linear-gradient(-45deg, transparent 15px, #CE1378 0) top right;*/
    color: #ffffff;
    -webkit-border-radius: 8px; /* support firefox */
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.linkBtn {
    border: none;
    border: 1px solid #333333;
    font-size: .9em;
    padding: 2px 12px;
    color: #FFFFFF;
    text-decoration: none;
}

    .linkBtn a {
        color: #FFFFFF;
    }

    .linkBtn:hover {
        background-color: #333333;
        color: #FFFFFF;
    }

.btn_default {
    --border: medium double #FFFFFF;
    --width: 80px;
    width: 100px;
    height: 23px;
    background-color: #808080;
    color: #FFFFFF;
    font-size: .8em;
    text-decoration: none;
    border: none;
    /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
    /*letter-spacing: 5px;*/
    margin-bottom: 10px;
    text-align: center;
}



.btn_bg_1 {
    background-color: #809EC0;
    filter: alpha(opacity=100);
    opacity: 1;
}

.btn_bg_2 {
    background-color: #CE1378;
    filter: alpha(opacity=100);
    opacity: 1;
}

    .btn_bg_2:hover {
        background-color: #585858;
    }

.btn_bg_3 {
    background-color: #C7A0BD;
    filter: alpha(opacity=100);
    opacity: 1;
}

.btn_width1 {
    width: 100px;
}

.btn_tab, .btn_tab_focus {
    border: none;
    width: 120px;
    border: 1px solid #809EC0;
    border-bottom: none;
    background: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-repeat: no-repeat;
    color: #000000;
    font-weight: bolder;
    word-spacing: 5px;
    font-size: .8em;
    line-height: 23px;
}

.btn_tab_focus {
    background: #809EC0;
    color: #ffffff;
}


.btn_tab:hover {
    background: #CE1378;
}

.TabArea {
    float: left;
    margin-top: -15px;
    margin-bottom: -14px;
    /*width:80%;
    border: 1px solid #809EC0;*/
}

.btn_download {
    border: none;
    background-color: #FFFFFF;
    padding: 3px;
    color: #666699;
}

.btn_DataPager {
    text-decoration: none;
    padding: 0px;
    padding-bottom: 2px;
    font-size: .85em;
}



.btn_DataPager_Numeric, .btn_DataPager {
    float: left;
    color: #ffffff;
    border: none;
    background-color: #8A8A8A;
    filter: alpha(opacity=70);
    opacity: 0.7;
    width: 20px;
    height: 20px;
    margin: 3px;
}



.btn_GroupTable_img {
    clear: both;
    float: right;
    display: none;
}
