﻿body, p, h1, h2, h3, h4, h5, h6, ul, ol, pre 
{
	margin: 0;
	padding: 0;
}

body
{
	color: #666;
	font-size: 14px;
	font-family: Arial,Helvetica,sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 
{
	font-size: 1em;
	line-height: 1.5;
	font-family: "Microsoft YaHei","WenQuanYi Micro Hei",SimHei,tahoma,sans-serif;
	font-weight: normal;
}

textarea, select, input[type="text"], input[type="password"]
{
	width: 280px;
	height: 35px;
    border: 1px solid #ddd;
    padding: 4px 5px;
    line-height: 25px;
    background-color: #fff;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="search"]:focus, .uneditable-input:focus
{
    border-color: #0072c6;
    outline: none;
}

a, a:-webkit-any-link, a:hover, a:-webkit-any-link:hover, a:visited, a:active
{
    text-decoration: none;
}


/*标准颜色*/
.bg-color-standard
{
    background-color: #0072c6 !important;
    color: #fff !important;
}
.fg-color-standard
{
    color: #0072c6;
}


/*按钮样式*/
.a-btn
{
    width: 85px;
    height: 30px;
    line-height: 30px;
    background-color: #ccc;
    color: #555;
    outline: none;
    border: 0px;
    display: inline-block;
    text-decoration: none;
}
.a-btn-txt
{
    width: 100%;
    height: 100%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.a-btn-txt:hover
{
    background-color: rgba(0,0,0,0.1);
}
.a-btn-txt:active
{
    background-color: #333;
}


/*EasuUI修改*/
.window{
	padding: 0px;
	border-color: #0072c6;
	background-color: #0072c6;
}
.window .window-body {
    border-color: #0072c6;
}
.window .window-header {
    padding: 5px 0;
    border-bottom: 1px solid #0072c6;
}
.window .panel-title 
{
	color: #fff;
    font-weight: normal;
    padding-left: 5px;
}
.messager-button a.l-btn span span.l-btn-text {
    outline-style: none;
    min-width: 50px;
}
.messager-body .messager-input {
    height: 28px;
    padding: 0 5px;
}


/*等待加载*/
.loading-mask {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  background-color:#E5E3DC;
  z-index:1500;
  width:100%;
  height:100%;
}
.loading {
  background: url(../Images/ajax-loader.gif) transparent no-repeat center center;
  min-height: 32px;
  min-width: 32px;
  height: 100%;
}