/**
 * CSS for Residence Permit system
 * Copyright(c) 2015-2016,  qinyong, eastcompeace
 */

@charset "UTF-8";

* {
	font-size: 9pt;
	-webkit-text-size-adjust: none; /* 解除Chrome浏览器12号字体限制  */
	border: 0px;
	margin: 0px;
	padding: 0px;
}

body {
	color: #000;
	margin: 0px auto;
}

body, html, form, input, select, table, div, span, p, tt, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, cite {
	padding: 0px;
	margin: 0px;
	font-size: 9pt;
	font-family: '微软雅黑', Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
}

.divcss5 {
	-webkit-text-size-adjust: none; /* 解除Chrome浏览器12号字体限制 */
}

ul, li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
	cursor: pointer;
}

.clearfloat {
	margin-top: -1px !important;
	border-top: 1px solid transparent !important;
	margin-top: 0px;
	border-top: 0px;
	clear: both;
	visibility: hidden;
}

.none {
	display: none;
}

a, a:focus {
	color: #000;
	text-decoration: none;
	outline: none;
	blr: expression(this.onFocus=this.blur());
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #00a4ac;
	text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: none;
}

.spacer {
	margin: 0px auto;
	height: 2px;
	clear: both;
}


.text {
	height: 20px;
	padding: 0px 3px;
	color: #333;
	font-family: Verdana;
	font-size: 10pt;
	line-height: 20px;
	border: #999 1px solid;
	background: #fff;
	-moz-border-radius: 2px; /* Gecko browsers */
	-webkit-border-radius: 2px; /* Webkit browsers */
	border-radius: 2px; /* W3C syntax */
}

.text-over {
	height: 20px;
	padding: 0px 3px;
	color: #333;
	font-family: Verdana;
	font-size: 10pt;
	line-height: 20px;
	border: #3171c4 1px solid;
	background: #efefef;
	-moz-border-radius: 2px; /* Gecko browsers */
	-webkit-border-radius: 2px; /* Webkit browsers */
	border-radius: 2px; /* W3C syntax */
}

.textarea {
	padding: 0px 3px;
	color: #333;
	font-family: Verdana;
	font-size: 10pt;
	line-height: 20px;
	border: #999 1px solid;
	background: #fff;
	-moz-border-radius: 2px; /* Gecko browsers */
	-webkit-border-radius: 2px; /* Webkit browsers */
	border-radius: 2px; /* W3C syntax */
}

.textarea-over {
	padding: 0px 3px;
	color: #333;
	font-family: Verdana;
	font-size: 10pt;
	line-height: 20px;
	border: #999 1px solid;
	background: #efefef;
	-moz-border-radius: 2px; /* Gecko browsers */
	-webkit-border-radius: 2px; /* Webkit browsers */
	border-radius: 2px; /* W3C syntax */
}

.button1 {
	width: 64px;
	height: 22px;
	vertical-align: middle;
	line-height: 22px;
	font-size: 12px;
	color: #333;
	border: 0px;
	background: url(../images/button-bg-1.gif) no-repeat;
	cursor: pointer;
}

.button1_hidden {
	width: 64px;
	height: 22px;
	vertical-align: middle;
	line-height: 22px;
	font-size: 12px;
	color: #333;
	border: 0px;
	background: url(../images/button-bg-1.gif) no-repeat;
	cursor: pointer;
	display: none;
}

.button2 {
	width: 68px;
	height: 28px;
	vertical-align: middle;
	line-height: 28px;
	font-size: 12px;
	color: #333;
	border: 0px;
	background: url(../images/button-bg-2.gif) no-repeat;
	cursor: pointer;
}

.button3 {
	width: 90px;
	height: 26px;
	vertical-align: middle;
	line-height: 26px;
	font-size: 12px;
	color: #333;
	border: 0px;
	background: url(../images/button-bg-3.gif) no-repeat;
	cursor: pointer;
}

.button4 {
	width: 103px;
	height: 28px;
	vertical-align: middle;
	line-height: 28px;
	font-size: 12px;
	color: #333;
	border: 0px;
	background: url(../images/button-bg-4.gif) no-repeat;
	cursor: pointer;
}

.button5 {
	width: 114px;
	height: 32px;
	vertical-align: middle;
	line-height: 32px;
	font-size: 12px;
	color: #fff;
	border: 0px;
	background: url(../images/button-bg-5.gif) no-repeat;
	cursor: pointer;
}

.button6 {
	width: 137px;
	height: 35px;
	vertical-align: middle;
	line-height: 35px;
	font-size: 12px;
	color: #fff;
	border: 0px;
	background: url(../images/button-bg-6.png) no-repeat;
	cursor: pointer;
}

.button7 {
	width: 111px;
	height: 35px;
	vertical-align: middle;
	line-height: 35px;
	font-size: 12px;
	color: #fff;
	border: 0px;
	background: url(../images/button-bg-7.png) no-repeat;
	cursor: pointer;
}

input[type=radio] {
	margin: 2px 2px 0px 0px;
	vertical-align: middle;
	cursor: pointer;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

* html input[type=radio] {
	margin: 2px 2px 0px 0px;
	vertical-align: middle;
	cursor: pointer;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

select {
	height: 22px;
	line-height: 18px;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 12px;
	background: #EBF3FB;
	border: #999 1px solid;
}

* html select {
	height: 22px;
	background: #EBF3FB;
}

/*
.waiting {
	height:35px; width:250px;
	line-height:35px; text-align:center;
	border:1px solid #3a96c1; background:#deecfc;
	position:absolute;opacity:.1;filter:alpha(opacity=100);zoom:1;z-index:101;
}
*/


/** 对easyui样式的补充 */
.icon-area-01 {
	background: url(../images/area-01.png) no-repeat center center;
}

.icon-area-02 {
	background: url(../images/area-02.png) no-repeat center center;
}

.icon-area-03 {
	background: url(../images/area-03.png) no-repeat center center;
}
