﻿/** 按钮 **/
/*************************/
.button50{
    border: 0px;
    color: white;
    font-size:  100%;
    width:  50px;
    height: 25px;
    cursor:pointer;
    background-color:#728da3;
    border-radius: 5px;
    /*background-image: url(../Images/ui/btn_100.png);*/
}

.button50:hover{
    border: 0px;
    color: white;
    font-size:  100%;
    width:  50px;
    height: 25px;
    cursor:pointer;
    background-color:#556c7f;
    /*background-image: url(../Images/ui/btn_100.png);*/
}

.button100 {
    border: 0px;
    color: white;
    font-size: 110%;
    width: 100px;
    height: 30px;
    cursor:pointer;
    border-radius: 5px;
    background-color:#728da3;
   
}

.button100:hover {
    border: 0px;
    color: white;
    font-size: 110%;
    width: 100px;
    height: 30px;
    cursor:pointer;
    background-color:#556c7f;
   
}

.button100s {
    border: 0px;
    color: white;
    font-size:  100%;
    width:  100px;
    height: 25px;
    cursor:pointer;
    border-radius: 5px;
    background-color:#728da3;
    
}

.button100s:hover {
     border: 0px;
    color: white;
    font-size:  100%;
    width:  100px;
    height: 25px;
    cursor:pointer;
    background-color:#556c7f;
}

.button180 {
    border: 0px;
    color: white;
    font-size: 110%;
    width: 180px;
    height: 45px;
    cursor:pointer;
    border-radius: 5px;
    background-color:#728da3;
}

.button180:hover {
    border: 0px;
    color: white;
    font-size: 110%;
    width: 180px;
    height: 45px;
    cursor:pointer;
    background-color:#556c7f;
}

.tab100sActive {
    border: 0px;
    color: white;
    font-size:  100%;
    width:  100px;
    height: 25px;
    cursor:pointer;
    border-radius:5px;
    background-color:#556c7f;
    
}

.tab100s {
    border: 0px;
    color: white;
    font-size:  100%;
    width:  100px;
    height: 25px;
    cursor:pointer;
    border-radius:5px;
    background-color:#b0b0b0;
    
}

.tab100s:hover {
    background-color:#556c7f;
}