@charset "utf-8";
.abcjTitle {
	padding: 8px 0px 8px 10px;
	font-weight: bold;
	color: #009688;
	border-bottom: #009688 1px solid;
	letter-spacing: 1px;
}
.abcjFormTitle {
	border-bottom: #009688 1px solid;
	overflow: auto;
}
.abcjFormTitle span {
	font-weight: bold;
	color: #009688;
	display: block;
	float: left;
	height: 38px;
	line-height: 38px;
	padding-left: 10px;
}
div.abcjButtonArea {
	height: 40px;
	clear: left;
}
div.abcjButtonArea .abcjButtonTop {
	background-color: #f5f5f5;
	border-bottom: #e5e5e5 1px solid;
	padding: 6px 0px 6px 6px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
	_position: absolute;
	_bottom: auto;
 _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}
div.abcjButtonArea .abcjButtonBottom {
	background-color: #f5f5f5;
	border-top: #e5e5e5 1px solid;
	padding: 6px 0px 6px 20px;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 1;
	_position: absolute;
	_bottom: auto;
 _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
}
a.abcjButton {
	display: inline-block;
	overflow: visible;
	text-decoration: none;
	margin: 0;
	padding:3px 5px;
	color: #707070;
	background: #ddd;
	text-align: center;
	white-space: nowrap;
	border: 1px #999 solid;
	letter-spacing: 1px;
	/*border-radius:3px;*/
}
a.abcjButton:hover {
	border-color: #009688;
	background: #009688;
	color: #fff;
	border: #027c71 1px solid;
}
input.abcjRadio {
	padding: 5px;
	height:14px;
}
input.abcjText, input.abcjTextMin, div.abcjDiv, div.abcjDivMin {
	padding: 5px;
	height:14px;
	line-height:14px;
	border-top: 1px solid #999999;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #999999;
	background-color: #fff;
}
input.abcjText, div.abcjDiv {
	width: 360px;
}
input.abcjTextMin, div.abcjDivMin {
	width: 120px;
	margin: 2px;
}
input.abcjText:hover, input.abcjTextMin:hover, div.abcjDiv:hover, div.abcjDivMin:hover {
	border: 1px solid #009688;
	background-color: #fefbf7;
}
input.abcjText:focus, input.abcjTextMin:focus, div.abcjDiv:focus, div.abcjDivMin:focus {
	background-color: #fff8ef;
}
textarea.abcjTextarea {
	width: 360px;
	height: 120px;
	padding: 5px;
	border-top: 1px solid #999999;
	border-right: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #999999;
}
textarea.abcjTextarea:hover {
	border: 1px solid #009688;
	background-color: #fefbf7;
}
textarea.abcjTextarea:focus {
	background-color: #fff8ef;
}
/*自定义表单*/
.abcjData {
	padding-bottom: 10px;
	clear: left;
}
.abcjRow {
	border-bottom: #ccc 1px dotted;
}
.abcjRow:hover {
	background: #f4fbfa;
}
.abcjColumn {
	padding: 5px 0px 5px 20px;
}
.abcjColumnTitle {
	padding-bottom: 0px;
	padding-top: 10px;
}
.abcjColumnTitle label {
}
.abcjColumnValue {
	padding-bottom: 0px;
	padding-top: 10px
}
.abcjTable {
	border-collapse: collapse;
}
.abcjTable tr th {
	padding: 4px;
	font-weight: normal;
	border: #ccc 1px solid;
	border-left-style: dotted;
	border-right-style: dotted;
	text-align: center;
	height: 28px;
	line-height: 28px;
	background: #ebeef5;
}
.abcjTable tr td {
	border: #ccc 1px dotted;
	padding: 3px;
}
.abcjTable tr td .abcjButton {
	padding: 2px 5px 2px 5px;
}
.abcjTable tr:hover td {
	background: #eaf2ff;
}
.abcjTable tr td:hover {
	background: #FFFFF4
}
.abcjTable tr:active .td, .abcjTable tr:focus .td {
	background: #ffe48d;
}
.abcjSelect {
	padding: 3px;
}
