﻿body {
}
/*
span,img{
    cursor:pointer;
}*/
.button{
    cursor:pointer;
}

.right{
    text-align:right;
    padding-right:1px;
}
 
 
 /******编码规则样式*******/
 *
 {
     padding:0px;
     margin:0px;
 }
 #zhezhaoCode{
    position:fixed;
    width:100%; 
    height:100%;
    left:0;
    top:0;
    background-color:#c0c0c0;
    filter:alpha(opacity=70);
    opacity:0.7;
    display:none; 
    z-index:999;
 }
 #CodeShow
 {
     position:absolute;
     width:560px;
     height:380px;
     top:20px;
     left:30%;
     display:none;
     font-family:"微软雅黑";
     background:#fff;
     z-index:3000;
 }


/* 打印设置样式*/  
#PrintShow
 {
     position:absolute;
     width:630px;
     height:549px;
     top:0px;
     left:30%;
     display:block;
     font-family:"微软雅黑";
     background:#fff;
     z-index:3000;
 }
 
 .DataPrintTable
 {
    width:auto;
    border:1px solid #c5c5c5;
 }
 
 /*鼠标右键菜单样式 start*/
#myMenu li {
    list-style: none;
    border-bottom: 1px solid #DFDEDE;
}

    #myMenu li a {
        display: block;
        padding: .5em 1em;
        height: 100%;
        background-color: #fff;
        color: #000;
        cursor: pointer;
        white-space: nowrap;
        text-decoration: none;
    }

        #myMenu li a.on {
            background-color: #FFCA86;
        }
/*鼠标右键菜单样式 end*/

#alert-top > span:hover{
    color:#ee0000;
}

#menu {
    overflow: hidden; 
    z-index: 999; 
    position: fixed;
    padding: 5px;
    background: #fff;
    border: solid 1px #ccc;
    cursor: pointer;
}
#menu:hover {
    color: #f00;
}