﻿
div
{
    padding:0px;
    margin:0px;
}

p
{
    padding:0px;
    margin:0px;
}

select
{
    /*width: 276px;*/
    min-height: 25px;
    min-width: 50px;
    /*margin: 0;*/
    /*padding: 0 0 0 4px;*/
    border-width: 2px;
    border-style: solid;
    border-color:#5a5a5a; 
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: "微软雅黑" !important;
    font-size: 13px;
    font-style:normal;
    font-weight:normal;
    color:#5a5a5a;
    text-indent:3px;
}

/* 常规文本 */
.ewo-normal-text
{
    font-family: "微软雅黑" !important;
    font-size: 13px;
    font-style:normal;
    font-weight:normal;
    color:#4a443d;
}

/* 错误、警告文本 */
.ewo-info-normal-text
{
    font-family: "微软雅黑" !important;
    font-size: 13px;
    font-style:normal;
    font-weight:normal;
    color:#49afcd;
}

/* success文本 */
.ewo-success-normal-text
{
    font-family: "微软雅黑" !important;
    font-size: 13px;
    font-style:normal;
    font-weight:normal;
    color:#5bb75b;
}

/* warn文本 */
.ewo-warn-normal-text
{
    font-family: "微软雅黑" !important;
    font-size: 13px;
    font-style:normal;
    font-weight:normal;
    color:#faa732;
}

/* danger文本 */
.ewo-danger-normal-text
{
    font-family: "微软雅黑" !important;
    font-size: 13px;
    font-style:normal;
    font-weight:normal;
    color:#da4f49;
}

/* 正常标题文本 */
.ewo-normal-title
{
    font-family: "微软雅黑";
    font-size: 17px;
    font-style:normal;
    font-weight:normal;
    color:White;
}

/* 大型标题文本 */
.ewo-large-title
{
    font-family: "微软雅黑";
    font-size: 30px;
    font-style:normal;
    font-weight:normal;
    color:White;
}

/* 超大型标题文本 */
.ewo-larger-title
{
    font-family: "微软雅黑";
    font-size: 40px;
    font-style:normal;
    font-weight:bold;
    color:White;
}

/* 大型正文文本 */
.ewo-large-text
{
    font-family: "微软雅黑";
    font-size: 15px;
    font-style:normal;
    font-weight:normal;
    color:White;
}

/* 大型info文本 */
.ewo-info-large-text
{
    font-family: "微软雅黑";
    font-size: 16px;
    font-style:normal;
    font-weight:normal;
    color:#49afcd;
}

/* 大型Success文本 */
.ewo-success-large-text
{
    font-family: "微软雅黑";
    font-size: 16px;
    font-style:normal;
    font-weight:normal;
    color:#5bb75b;
}

/* 大型Warn文本 */
.ewo-warn-large-text
{
    font-family: "微软雅黑";
    font-size: 16px;
    font-style:normal;
    font-weight:normal;
    color:#faa732;
}

/* 大型Danger文本 */
.ewo-danger-large-text
{
    font-family: "微软雅黑";
    font-size: 16px;
    font-style:normal;
    font-weight:normal;
    color:#da4f49;
}

/* 小型正文文本 */
.ewo-small-text
{
    font-family: "微软雅黑";
    font-size: 12px;
    font-style:normal;
    font-weight:normal;
    color:#4a443d;
}

/* Copy Right */
.ewo-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;
}

/* Panel */
.ewo-white-panel-shadow
{
    background-color:#fff;
    border-radius:5px;
    -moz-box-shadow:#5a5a5a 3px 3px 15px ;
    -webkit-box-shadow:#5a5a5a 3px 3px 15px ;
    box-shadow:#5a5a5a 3px 3px 15px ;
    /*behavior: url(../Plugins/IE-CSS/ie-css3.htc);*/
    behavior: url(../Plugins/PIE-1.0.0/PIE.htc);
    position:relative;
}

.ewo-white-inner-panel-shadow
{
    background-color:#fff;
    border-radius:3px;
    -moz-box-shadow:#5a5a5a 1px 1px 5px ;
    -webkit-box-shadow:#5a5a5a 1px 1px 5px ;
    box-shadow:#5a5a5a 1px 1px 5px ;
    /*behavior: url(../Plugins/IE-CSS/ie-css3.htc);*/
    behavior: url(../Plugins/PIE-1.0.0/PIE.htc);
    position:relative;
}

/* 淡色秀明分隔线 */
.ewo-light-sperator-line
{
    background-color:#5a5a5a;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";  ie8 
    filter:alpha(opacity=30);  ie5-7 
    -moz-opacity:0.3;  old mozilla browser like netscape 
    -khtml-opacity:0.3;  for really old safari 
    opacity:0.3;
}

/* 大运行中占位符(黑色) */
.big-black-process-placeholder
{
    min-width:45px;
    min-height:50px;
    background-image:url(../Resources/Decorate/progress_black_45_50.gif) !important;
    background-repeat:no-repeat;
    background-position:center;
}

/* 运行中占位符(黑色) */
.normal-black-process-placeholder
{
    min-width:23px;
    min-height:27px;
    background-image:url(../Resources/Decorate/progress_black_23_27.gif) !important;
    background-repeat:no-repeat;
    background-position:center;
}

/* 大运行中占位符(白色) */
.big-white-process-placeholder
{
    min-width:45px;
    min-height:50px;
    background-image:url(../Resources/Decorate/progress_white_45_50.gif) !important;
    background-repeat:no-repeat;
    background-position:center;
}

/* 运行中占位符(白色) */
.normal-white-process-placeholder
{
    min-width:24px;
    min-height:23px;
    background-image:url(../Resources/Decorate/progress_white_24_23.gif) !important;
    background-repeat:no-repeat;
    background-position:center;
}



