﻿/* CSS Document */
/****reset***/
html,body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, p, blockquote, th, td {margin:0;padding:0;font-size:12px;font-family:"Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif,"宋体"; color: #000;}
table{border-collapse:collapse;}
a img{border:0px;}
address, caption, cite, code, dfn, em, th, var {font-style:normal;font-weight:normal;}
li {list-style:none;}
caption, th {text-align:left;}
/*h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal;}*/
input, textarea, select {
    font-family:inherit;
    /*border:1px solid #2C2C2C;*/
    color:Black;
}
select
{
    _height:25px;
    line-height:25px;
    }
a{outline: none; text-decoration:none; color: #000;}
a:focus, input[type=button] ,input[type=submit] {outline:none;}  /*去掉点击A 的虚线框*/
a:hover{text-decoration:underline;}
html{ overflow-y:scroll;}
.clear{clear:both; line-height:0; font-size:0; height:0;}
.clearfix:after{content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height:0;}
.clearfix {display: inline-block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}
html,body{  margin:0px; padding:0px;background: #fff; overflow:hidden;}
/*html,body,form{ height:100%; width:100%; margin:0px; padding:0px;}*/
form{ height:100%; width:100%; margin:0px; padding:0px;}
/****resetend***/
/***按纽元素样式开始***/

.btnok
{
   font-weight:bold;
   /*border-width:1px;*/
   width:70px;
   height:27px;
   cursor:pointer;
   /*background: url(images/ok.png) 0 0 no-repeat;*/
}
.btnreset
{  
   /*border-width:1px;*/
   width:63px;
   height:27px;
   color:black;
   font-size:10px;
   cursor:pointer;
   /*background: url(images/reset.png) 0 0 no-repeat;*/
}
/***按纽元素样式结束***/

.input-center
{
    text-align:center;
}

.line-loader
{
    top: 39.4px;
    left: 2px;
    display: block;
    /* width: 100%; */
    right: 2px;
    height: 1px;
    border-radius: 6px;
    z-index:9999999;
    border: 0px solid #CCCCCC;
    position: absolute;
    color: #ffffff;
}
.line-loader img,.line-loader span{ display: none;}
.line-loader .ui-progressbar-value{ height: 100%;border-color: #eee;}
.loader
{
    z-index:9999999;
    border: 1px solid #CCCCCC;
    background-color: #C1CDC1;
    position: absolute;
    color: #ffffff;
    padding:7px 8px 7px 8px;
    filter:opacity(90);
     -moz-opacity: 0.90; opacity: 0.90;
}
.loader img
{
    vertical-align:middle;
    float:left;
}
.loader span
{
    margin-left:5px;
    font-size:14px;
}

/***页面变灰***/
.grayscale{ 
     filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
     -moz-opacity: 0.3; opacity: 0.3;
}

.listRemark
{
    color:#666;
    margin:3px 10px;
    float:left;
}
.configsettinginput
{
    float:left;
}

.msglink
{
    color:#F68E15;
}
.msglink:hover
{
    color:#FF6600;
    text-decoration:none;
}

.asterisk
{
    color:Red;
}