html {
	font-size: 100%;
	font-family: Microsoft YaHei,verdana,helvetica,arial,sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

label,
input,
button,
select,
textarea {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
/*   border: 1px solid #ccc; */
}

form table td
{
 min-height: 20px;
 padding: 0 0 6px 0;
}

td{text-align:center;}
input,textarea,select{
	font-size:12px;
	border: 1px solid #95B8E7;
}
/*-------------------------------------------他山之石可以攻玉-2014-6-28----------------------------------------------------------*/
.ez_inp{
	height: 22px;
}
.ez_btn {
	display: inline-block;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	line-height: 20px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background: #F2F2F2;
	border: 1px solid #cccccc;
	font-size: 12px;
	font-weight: bold;
	font-family:'Microsoft YaHei';
	color: #333333;
}
.ez_btn_small {
	display: inline-block;
	margin-bottom: 0;
	*margin-left: .3em;
	line-height: 20px;
	height: 20px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	background: #F2F2F2;
	border: 1px solid #cccccc;
	font-size: 12px;
	font-weight: bold;
	font-family:'Microsoft YaHei';
	color: #333333;
}

.ez_btn:hover,
.ez_btn:focus,
.ez_btn:active,
.ez_btn.active,
.ez_btn.disabled,
.ez_btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.ez_span{
	height: 30px;
	line-height: 24px;
	width: 170px;
}
.ez_a{
	font-size: 12px;
	font-family:'Microsoft YaHei';
	color: blue;
	text-decoration: underline;
}


/* 页码 */
.pagination {
  margin: 20px 0;
}

.pagination ul {
/*   display: inline-block; // modi by www 20140627 这个兼容不好，修改为float*/
  float : right;	
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 18px;
  height: 18px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-right {
  text-align: right;
}

/* ez_table样式 */
table {
  max-width: 100%;
  background-color: transparent;
  border-spacing: 0;
}

.ez_table {
  width: 100%;
  margin-bottom: 20px;
}

.ez_table th,
.ez_table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.ez_table th {
	text-align: center;
  font-weight: bold;
}

.ez_table thead th {
  vertical-align: bottom;
}

.ez_table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.ez_table {
  background-color: #ffffff;
}

.ez_table th,
.ez_table td {
  padding: 4px 5px;
}

.ez_table {
  border: 1px solid #dddddd;
  *border-collapse: collapse;
  border-left: 0;
}

.ez_table th,
.ez_table td {
  border-left: 1px solid #dddddd;
}

.ez_table tbody tr:hover > td,
.ez_table tbody tr:hover > th {
  background-color: #FEEDBB;
}

.ez_table_odd{
 	background-color: #f5f5f5;
}

.ez_table_sel{
 	background-color: #d9edf7;
}

.selBtn {
	position: relative;
	top:1px;
	background: url(../images/frame/selWin.gif) repeat-x 0 0;
	width: 22px;
	height: 22px;
}

.ez_file {
	border: 1px solid #95B8E7;	
}

.ez_window{
	position:relative;
}

.panel_all {
	float: left;
}

.panel_top{
	margin: 2px;
}
.panel_bottom{
	margin-bottom: 1px;
}