﻿
/* ==================== button ==================== */

input[type="submit"], a {
    cursor: pointer;
}

.QueryArea .BtnArea .btn_default {
    margin: 0px;
}

.BtnArea {
    float: right;
    cursor: pointer;
    
}

    .BtnArea input[type="submit"] {
        float: right;
        margin-bottom: 10px;
    }

    .BtnArea input[type="image"] {

        margin-right: 10px;
    }

.EmptyDataTemplate_BtnArea {
    clear: both;
    float: left;
    margin-top: 50px;
}

.BtnArea_Top {
    float: right;
    margin-bottom: 8px;
    position: relative;
    z-index: 999;
    margin-top: 5px;
}

.TableBtnArea_Top {
    clear: both;
    float: left;
    margin-top: 10px;
}

.Form_H_BtnArea_Top {
    clear: both;
    float: left;
    margin-left:5px;
    margin-bottom:10px;
}

.Form_H_BtnArea_Bottom {
    clear: both;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    margin: 10px;
    margin-right: 20px;
}

.btn_Create {
    border: none;
    float: right;
    width: 90px;
    height: 50px;
    margin-right: 20px;
    background: #424F63;
    /*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;
    background-color: none;
    color: #a64942;
    text-decoration: none;
    font-weight: bolder;
}

    .linkBtn a {
        display: block;
        color: #000000;
    }

    .linkBtn:hover {
        /*background-color: #333333;*/
        color: #424F63;
        text-decoration: none;
    }

.btn_default {
    /*--border: medium double #FFFFFF;
    --width: 80px;*/
    border: none;
    padding-right: 12px;
    padding-left: 12px;
    height: 30px;
    font-size: 12px;
    background: #009999;
    color: #ffffff;
    border-radius: 4px;
    margin:3px;
}



.btn_bg_1 {
    background-color: #585858;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.btn_bg_2 {
    background-color: #424F63;
    filter: alpha(opacity=100);
    opacity: 1;
}

    .btn_bg_2:hover {
        background-color: #424F63;
    }

.btn_bg_3 {
    background-color: #D4490E;
    filter: alpha(opacity=100);
    opacity: 1;
}

.btn_width1 {
    width: 100px;
}

.btn_tab, .btn_tab_focus {
    border: none;
    width: 120px;
    border: 1px solid #333333;
    border-bottom: none;
    background: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-repeat: no-repeat;
    color: #000000;
    font-weight: bolder;
    letter-spacing: 5px;
    font-size: 1em;
    line-height: 23px;
}

.btn_tab_focus {
    background: #800000;
    color: #ffffff;
}


.btn_tab:hover {
    background: #CE1378;
}

.TabArea {
    float: left;
    margin-top: -10px;
    margin-bottom: 0px;
    border-bottom: 1px solid #333333;
}

.btn_download {
    border: none;
    background-color: #FFFFFF;
    padding: 3px;
    color: #666699;
}

.btn_DataPager {
    text-decoration: none;
    padding: 4px;
}

.btn_DataPager_Numeric, .btn_DataPager_Focus {
    text-decoration: none;
    padding: 3px 5px;
}

.btn_DataPager_Numeric, .btn_DataPager, .btn_DataPager_Focus {
    color: #000000;
    border: none;
    background-color: #ffffff;
    filter: alpha(opacity=100);
    opacity: 1;
    width: 23px;
    margin: 3px;
}

.btn_DataPager_Focus {
    border: 1px solid #333333;
}

.btn_GroupTable_img {
    clear: both;
    float: right;
    display: none;
}
