﻿a.button {
    color: #FFF;
    padding: 0;
    margin: 0;
    height: 25px;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif, 宋体, SimSun, 微软雅黑, SimHei;
    font-size: 12pt;
    text-decoration: none;
    vertical-align: top;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 0 0;
    line-height: 25px;
    /* 圓角 */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}


a[disabled="disabled"] {
    color: #808080;
}

/*
    a[disabled="disabled"]:hover {
        color: #808080;
        background-position: 0 0;
    }
*/

a.blue120 {
    width: 120px;
    background-color: #2198FF;
}
    a.blue120:hover {
        background-color: #2172B5;
    }

a.orange120 {
    width: 120px;
    background-color: #F58E39;
}
    a.orange120:hover {
        background-color: #E3761F;
    }

a.red120 {
    width: 120px;
    background-color: #F25A5A;
}
    a.red120:hover {
        background-color: #C63636;
    }

a.green120 {
    width: 120px;                                        
    background-color: #5CB85C;
}
    a.green120:hover {
        background-color: #089D08;
    }


a.purple120 {
    width: 120px;  
    background-color: #BC3BE5;
}
    a.purple120:hover {
        background-color: #8E21B2;
    }


a.gray120 {
    width: 120px;
    background-color: #B0B0B0;
}
    a.gray120:hover {
        background-color: #868686;
    }


a.yellow120 {
    width: 120px;
    background-color: #E8E836;
}
    a.yellow120:hover {
        background-color: #C9C91F;
    }


a.blue100 {
    width: 100px;
    background-color: #2198FF;
}
    a.blue100:hover {
        background-color: #2172B5;
    }

a.orange100 {
    width: 100px;
    background-color: #F58E39;
}
    a.orange100:hover {
        background-color: #E3761F;
    }

a.red100 {
    width: 100px;
    background-color: #F25A5A;
}
    a.red100:hover {
        background-color: #C63636;
    }

a.green100 {
    width: 100px;
    background-color: #5CB85C;
}
    a.green100:hover {
        background-color: #089D08;
    }


a.purple100 {
    width: 100px;
    background-color: #BC3BE5;
}
    a.purple100:hover {
        background-color: #8E21B2;
    }


a.gray100 {
    width: 100px;
    background-color: #B0B0B0;
}
    a.gray100:hover {
        background-color: #868686;
    }


a.yellow100 {
    width: 100px;
    background-color: #E8E836;
}
    a.yellow100:hover {
        background-color: #C9C91F;
    }


a.blue80 {
    width: 80px;
    background-color: #2198FF;
}
    a.blue80:hover {
        background-color: #2172B5;
    }

a.orange80 {
    width: 80px;
    background-color: #F58E39;
}
    a.orange80:hover {
        background-color: #E3761F;
    }

a.red80 {
    width: 80px;
    background-color: #F25A5A;
}
    a.red80:hover {
        background-color: #C63636;
    }

a.green80 {
    width: 80px;
    background-color: #5CB85C;
}
    a.green80:hover {
        background-color: #089D08;
    }


a.purple80 {
    width: 80px;
    background-color: #BC3BE5;
}
    a.purple80:hover {
        background-color: #8E21B2;
    }


a.gray80 {
    width: 80px;
    background-color: #B0B0B0;
}
    a.gray80:hover {
        background-color: #868686;
    }


a.yellow80 {
    width: 80px;
    background-color: #E8E836;
}
    a.yellow80:hover {
        background-color: #C9C91F;
    }


a.blue60 {
    width: 60px;
    background-color: #2198FF;
}
    a.blue60:hover {
        background-color: #2172B5;
    }

a.orange60 {
    width: 60px;
    background-color: #F58E39;
}
    a.orange60:hover {
        background-color: #E3761F;
    }

a.red60 {
    width: 60px;
    background-color: #F25A5A;
}
    a.red60:hover {
        background-color: #C63636;
    }

a.green60 {
    width: 60px;
    background-color: #5CB85C;
}
    a.green60:hover {
        background-color: #089D08;
    }


a.purple60 {
    width: 60px;
    background-color: #BC3BE5;
}
    a.purple60:hover {
        background-color: #8E21B2;
    }


a.gray60 {
    width: 60px;
    background-color: #B0B0B0;
}
    a.gray60:hover {
        background-color: #868686;
    }


a.yellow60 {
    width: 60px;
    background-color: #E8E836;
}
    a.yellow60:hover {
        background-color: #C9C91F;
    }


a.blue40 {
    width: 40px;
    background-color: #2198FF;
}
    a.blue40:hover {
        background-color: #2172B5;
    }

a.orange40 {
    width: 40px;
    background-color: #F58E39;
}
    a.orange40:hover {
        background-color: #E3761F;
    }

a.red40 {
    width: 40px;
    background-color: #F25A5A;
}
    a.red40:hover {
        background-color: #C63636;
    }

a.green40 {
    width: 40px;
    background-color: #5CB85C;
}
    a.green40:hover {
        background-color: #089D08;
    }


a.purple40 {
    width: 40px;
    background-color: #BC3BE5;
}
    a.purple40:hover {
        background-color: #8E21B2;
    }


a.gray40 {
    width: 40px;
    background-color: #B0B0B0;
}
    a.gray40:hover {
        background-color: #868686;
    }


a.yellow40 {
    width: 40px;
    background-color: #E8E836;
}
    a.yellow40:hover {
        background-color: #C9C91F;
    }


a.blue28 {
    width: 28px;
    background-color: #2198FF;
}
    a.blue28:hover {
        background-color: #2172B5;
    }

a.orange28 {
    width: 28px;
    background-color: #F58E39;
}
    a.orange28:hover {
        background-color: #E3761F;
    }

a.red28 {
    width: 28px;
    background-color: #F25A5A;
}
    a.red28:hover {
        background-color: #C63636;
    }

a.green28 {
    width: 28px;
    background-color: #5CB85C;
}
    a.green28:hover {
        background-color: #089D08;
    }


a.purple28 {
    width: 28px;
    background-color: #BC3BE5;
}
    a.purple28:hover {
        background-color: #8E21B2;
    }


a.gray28 {
    width: 28px;
    background-color: #B0B0B0;
}
    a.gray28:hover {
        background-color: #868686;
    }


a.yellow28 {
    width: 28px;
    background-color: #E8E836;
}
    a.yellow28:hover {
        background-color: #C9C91F;
    }


a.pickupbutton {
    width: 16px;
    height: 16px;
    background-image: Url("Img/pickup.gif");
}
