﻿/* 常规文本 */
.vds-normal-text
{
    font-family: "微软雅黑" !important;
    font-size: 13px;
    font-style:normal;
    font-weight:normal;
    color:White;
}

/* 大型标题文本 */
.vds-large-title
{
    font-family: "微软雅黑";
    font-size: 30px;
    font-style:normal;
    font-weight:normal;
    color:White;
}

/* 大型正文文本 */
.vds-large-text
{
    font-family: "微软雅黑";
    font-size: 16px;
    font-style:normal;
    font-weight:normal;
    color:White;
}

/* 小型正文文本 */
.vds-small-text
{
    font-family: "微软雅黑";
    font-size: 12px;
    font-style:normal;
    font-weight:normal;
    color:White;
}

/* Copy Right */
.vds-copy-right
{
    background-color:#333333;
    color:#aaaaaa;
    font-family: "微软雅黑";
    font-size: 12px;
    font-style:normal;
    font-weight:normal;
    text-align:center;
    padding-top:5px;
    vertical-align:middle;
    width:800px;
    height:30px;
    bottom:0px;
    margin: 0 auto 0 auto;
}

/* Metro Button Style */
.vds-metro-button
{
    font-family: "微软雅黑" !important;
    font-size: 13px !important;
    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;
}

.vds-metro-button-default
{
    cursor:default;
    background-color:#555555;
    border-color:#555555;
    color:#aaaaaa;
}

.vds-metro-button-hover
{
    cursor:pointer;
    background-color:#048bcf;
    border-color:#048bcf;
    color:#ffffff;
}

/* 返回主页按钮 */
.vds-homepage-button
{
    width:30px;
    height:30px;
    padding:0px;
    outline: none;
    border-style:solid;
    border-width:0px !important;
    background-color:transparent;
    background-repeat:no-repeat;
}

.vds-homepage-button-default
{
    cursor:default;
    background-image:url(../Resource/Button/30_30/HomePageButton30_30_1.png) !important;
}

.vds-homepage-button-hover
{
    cursor:pointer;
    background-image:url(../Resource/Button/30_30/HomePageButton30_30_2.png) !important;
}



