﻿
.ewo-base-button
{
}

.ewo-base-button-default
{
    cursor:default;
}

.ewo-base-button-hover
{
    cursor:pointer;
}

/* ewo 图片切换型按钮 */
.ewo-switch-image-button
{
}

/* Metro Button Style */
.ewo-metro-button
{
    font-family: "微软雅黑" !important;
    font-size: 13px;
    font-style:normal;
    font-weight:normal;
    outline: none;
    border-width:2px !important;
    border-style:solid;
    text-decoration: none !important;
    padding-bottom:1px;
    border-radius:3px;
}

.ewo-metro-button-default
{
    cursor:default;
    background-color:#555555;
    border-color:#555555;
    color:#aaaaaa;
}

.ewo-metro-button-hover
{
    cursor:pointer;
    background-color:#0072bc;
    border-color:#0072bc;
    color:#ffffff;
}

/* dark background text Button Style */
.ewo-text-dark-button
{
    font-family: "微软雅黑" !important;
    font-size: 13px !important;
    font-style:normal;
    font-weight:normal;
    outline: none;
    border-width:0px !important;
    border-style:solid;
    text-decoration: none !important;
    padding-bottom:1px;
}

.ewo-text-dark-button-default
{
    cursor:default;
    background-color:transparent;
    border-color:transparent;
    color:#5a5a5a;
}

.ewo-text-dark-button-hover
{
    cursor:pointer;
    background-color:transparent;
    border-color:transparent;
    color:#eb7232;            /* #eb7232 : OrangeRed */
}

/* 返回主页按钮 */
.ewo-homepage-button
{
    width:30px;
    height:30px;
    padding:0px;
    outline: none;
    border-style:solid;
    border-width:0px !important;
    background-color:transparent;
    background-repeat:no-repeat;
}

.ewo-homepage-button-default
{
    cursor:default;
    background-image:url(../Resources/Button/30_30/HomePageButton30_30_1.png) !important;
}

.ewo-homepage-button-hover
{
    cursor:pointer;
    background-image:url(../Resources/Button/30_30/HomePageButton30_30_2.png) !important;
}
/* 收藏主页按钮 */
.ewo-favorite-button
{
    width:30px;
    height:30px;
    padding:0px;
    outline: none;
    border-style:solid;
    border-width:0px !important;
    background-color:transparent;
    background-repeat:no-repeat;
}

.ewo-favorite-button-default
{
    cursor:default;
    background-image:url(../Resources/Button/30_30/Favorite30_30_1.png) !important;
}

.ewo-favorite-button-hover
{
    cursor:pointer;
    background-image:url(../Resources/Button/30_30/Favorite30_30_2.png) !important;
}

/* 创建网站快捷方式按钮 */
.ewo-bookmark-button
{
    width:30px;
    height:30px;
    padding:0px;
    outline: none;
    border-style:solid;
    border-width:0px !important;
    background-color:transparent;
    background-repeat:no-repeat;
}

.ewo-bookmark-button-default
{
    cursor:default;
    background-image:url(../../Resources/Button/30_30/Bookmark30_30_1.png) !important;
}

.ewo-bookmark-button-hover
{
    cursor:pointer;
    background-image:url(../../Resources/Button/30_30/Bookmark30_30_2.png) !important;
}

/* 底部带滚动进度提示的按钮 */
.ewo-process-button
{
    font-family: "微软雅黑" !important;
    font-size: 13px;
    font-style:normal;
    font-weight:normal;
    outline: none;
    border-width:2px !important;
    border-style:solid;
    text-decoration: none !important;
    padding:0px;
    margin:0px;
    overflow:hidden;
    border-radius:3px;
}

.ewo-process-button-default
{
    cursor:default;
    background-color:#555555;
    border-color:#555555;
    color:#aaaaaa;
}

.ewo-process-button-hover
{
    cursor:pointer;
    background-color:#0072bc;
    border-color:#0072bc;
    color:#ffffff;
}

/* 背景色切换的按钮，注：元素需自带两个属性:
   data-MouseEnterBackColor : 若未定义，则为 #0072bc
   data-MouseLeaveBackColor : 若未定义，则为 transparent
*/
.ewo-backcolor-switch-button
{
    cursor:pointer;
}

.ewo-backcolor-switch-group-button
{
    cursor:pointer;
}

/* 圆角文本 */
.ewo-radius-text-button
{
    background-color:#5a5a5a;
    vertical-align:middle;
    text-align:center;
    padding:0px;
    margin:0px;
    overflow:hidden;
    border-radius:3px;
}
