﻿*
{
    margin: 0;
    padding: 0;
}

html, body, form
{
    border: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    font-family: 微软雅黑,宋体,Arial;
    font-size: 14px;
}

iframe
{
    border: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-family: 微软雅黑,宋体,Arial;
    font-size: 14px;
}


table, th, td, span, input, select, textarea, input
{
    border: 0px;
    margin: 0px;
    padding: 0px;
    font-family: 微软雅黑,宋体,Arial;
    font-size: 14px;
    border-collapse: collapse;
    border-radius: 0px;
    box-shadow: none;
}

a
{
    color: #3b464e;
    text-decoration: none;
    cursor: pointer;
}

    a:hover, a:focus
    {
        /*color: #287c02;*/
        color: #3d90c8;
        cursor: pointer;
    }

.icon_current
{
    background-image: url("../Images/Morden1/edit/icon_current.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
}

.color_40464b
{
    color: #40464b;
}

.bgcolor_dcdcdc
{
    background-color: #dcdcdc;
}

.bgcolor_ffffff
{
    background-color: #ffffff;
}

.icon_close
{
    text-align: center;
    display: block;
    text-decoration: none;
    cursor: pointer;
    background-image: url("../Images/Morden1/edit/icon_close.png");
    background-position: center center;
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
}

    .icon_close:hover, .icon_close:focus
    {
        background-image: url("../Images/Morden1/edit/icon_close_hover.png");
        background-position: center center;
        background-repeat: no-repeat;
        width: 12px;
        height: 12px;
    }

.zDialogBG
{
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
    -moz-border-radius: 5px; /* Gecko browsers */
    -webkit-border-radius: 5px; /* Webkit browsers */
    border-radius: 5px; /* W3C syntax */
}

.divEditButtons
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    list-style: none;
    position: fixed;
    height: 40px;
    bottom: 0px;
    padding-top: 10px;
    border-top: 1px solid #dcdcdc;
    background-color: #fff;
}

.divEditContent
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    min-height: 60px;
    overflow: visible;
}

.tdDialogButtons
{
    text-align: center;
    height: 40px;
    padding: 10px;
}

.Dialoginfo_box
{
    padding: 10px 80px 10px 80px;
    width: 500px;
}

.Dialoginfo_box_Mes
{
    margin-top: 40px;
    float: left;
    width: 64px;
    height: 64px;
    background-image: url(../Images/Icon/message.png);
}

.Dialoginfo_box_Alert
{
    margin-top: 40px;
    float: left;
    width: 64px;
    height: 64px;
    background-image: url(../Images/Icon/alert.png);
}

.Dialoginfo_box_Error
{
    margin-top: 40px;
    float: left;
    width: 64px;
    height: 64px;
    background-image: url(../Images/Icon/error.png);
}

.Dialoginfo_box_info
{
    float: left;
    margin-left: 40px;
    width: 280px;
    height: 140px;
    max-height: 140px;
    overflow-y: auto;
}

.Dialoginfo_box_table
{
    font-size: 18px;
    line-height: 32px;
    vertical-align: middle;
}

.alert
{
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 10px;
    margin-right: 10px;
}

.alert-info
{
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
}

.alert-danger, .alert-error
{
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}

.alert-success
{
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.alert h4
{
    font-size: 17.5px;
}

.menuContent
{
    padding-bottom: 20px;
    padding-right: 10px;
    overflow: auto;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 15px rgba(0,0,0,0.5);
    -moz-border-radius: 5px; /* Gecko browsers */
    -webkit-border-radius: 5px; /* Webkit browsers */
    border-radius: 5px; /* W3C syntax */
}

::-webkit-input-placeholder
{ /* WebKit browsers */
    font-size: 12px;
}

:-moz-placeholder
{ /* Mozilla Firefox 4 to 18 */
    font-size: 12px;
}

::-moz-placeholder
{ /* Mozilla Firefox 19+ */
    font-size: 12px;
}

:-ms-input-placeholder
{ /* Internet Explorer 10+ */
    font-size: 12px;
}

.ui-icon
{
    width: 26px;
    height: 26px;
    display: block;
    cursor: pointer;
}

.ui-icon-wrench
{
    background-image: url("../Images/Icon/small/small_Gray.png");
    background-repeat: no-repeat;
    background-position-x: -208px;
    background-position-y: 0px;
    background-color: transparent;
}

.cbDiv_ThisLevel
{
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #337AB7;
    color: #ffffff;
    -moz-border-radius: 5px; /* Gecko browsers */
    -webkit-border-radius: 5px; /* Webkit browsers */
    border-radius: 5px; /* W3C syntax */
    vertical-align: middle;
}

    .cbDiv_ThisLevel *
    {
        vertical-align: middle;
    }
