.ez_ajaxSelectPanel {
	color: #99BBE8;
	background: #fafafa;
	padding: 5px;
}

.searchSelectInputTip {
	color: white;
	background: #352C9B;
	padding: 5px;
}

.searchInp {
	height: 16px;
	width: 120px;
}

.searchSelectInput_ul {
	padding: 0;
	margin: 0;
	list-style-position: outside;
	list-style: none;
	z-index: 100;
}

.searchSelectInput_item {
	padding: 2px 0 0 0;
	margin: 0;
	height: 22px;
	line-height: 22px;
	float: left;
	cursor: pointer;
	display: block;
	font-size: 12px;
	overflow: hidden;
	text-align: left;
	vertical-align: middle;
	overflow: hidden;
	margin: 0 6px;
	color: #005aa0;
	margin: 3px;
	text-decoration: none;
	border: 1px transparent solid;
}

.searchSelectInput_item:hover {
	color: #ac1713;
}

.searchSelectInput_item_selected {
	background-color: #FFE6B0;
	color: #000000;
	border: 1px #FFB951 solid;
}

.ajaxFileHref {
	line-height: 1.5;
	word-wrap:break-word;
}

.ajaxFileDiv {
	padding: 2px;
}

.ajaxFileDeleteButton {
	color: red;
}

.ajaxFileLi {
	text-decoration: none;
	margin: 0 0 0 12px;
}

.smtgrid-footer-info {
	float: right;
	margin: 0 6px 0 0;
	padding: 0;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
}

.spreadSelect {
	border: 1px solid;
	padding: 5px;
}

.spreadSelect_readonly {
	background-color: rgb(244, 241, 241);
}

.formGroup {
	height: 5px;
	background-image: url(../../images/frame/formGroup.jpg);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	margin: 0 0 10px 0;
}

.formGroupWithTitle {
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../../images/frame/formGroup.jpg);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	margin: 0 0 10px 0;
}

.formGroupWithTitle span {
	display: block;
	height: 100%;
	background-image: url(../../images/frame/formGroupTitle.jpg);
	background-repeat: repeat-x;
	background-position: 0% 100%;
	text-align: center;
}

.tooltip-msg {
	float: left;
	margin-right: 3px;
}

.tooltip-close {
	float: left;
	width: 16px;
	height: 16px;
	background: url(../../images/frame/close.png) no-repeat center center;
}

.tooltip-close:HOVER {
	cursor: pointer;
}

.selectButton {
	margin-left: 3px;
	margin-right: 15px
}

input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

.radio, .checkbox {
	position: relative;
	display: block;
}

.radio label, .checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	cursor: pointer;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"],
	.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-top: 4px \9;
	margin-left: -20px;
}

.radio+.radio, .checkbox+.checkbox {
	margin-top: -5px;
}

.radio-inline, .checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	cursor: pointer;
}

.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

.label-bold {
	font-weight: bold;
}

/* menu插件样式 */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, fieldset, textarea {
	margin: 0;
}

a {
	color: #459ae9;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

.ui-menu-first {
	padding-bottom: 6px;
}

.ui-menu {
	padding-bottom: 6px;
	border-top: 1px solid #e7e7eb;
}

.ui-menu-icon {
	width: 18px;
	height: 18px;
	vertical-align: middle;
	display: inline-block
}

.ui-menu-title {
	position: relative;
	padding: 0 30px 0;
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	line-height: 34px;
	*font-size: 14px;
	color: #8d8d8d
}

.ui-menu-title a {
	display: block;
	padding: 0 30px 0;
	color: #222;
	text-decoration: none
}

.ui-menu-title a:hover {
	text-decoration: none
}

.ui-menu-title-clickable {
	padding: 0
}

.ui-menu-title-clickable i {
	cursor: pointer
}

.ui-menu-title-clickable:hover {
	background-color: #f4f5f9
}

.ui-menu-item {
	line-height: 26px;
}

.ui-menu-item a {
	display: block;
	padding: 0 0 0 58px;
	width: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	color: #222
}

.ui-menu-item a:hover {
	text-decoration: none
}

.ui-menu-icon {
	margin-right: 10px;
	margin-top: -0.2em;
	*margin-top: 0
}

.ui-menu.no-extra {
	border-top-width: 0;
	margin-top: 13px
}

.ui-menu-title {
	margin-bottom: 0
}

.ui-menu-item:hover {
	background-color: #f4f5f9
}

.ui-menu-selected {
	background-color: #44b549 !important;
	color: #fff
}

.ui-menu-selected:hover {
	background-color: #44b549
}

.ui-menu-selected a {
	color: #fff
}

.ui-menu-status {
	margin-left: 30px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	display: inline-block
}

.ui-menu-expand {
	background: url(../../images/frame/arrow-down.png);
}

.ui-menu-collapse {
	background: url(../../images/frame/arrow-right.png);
}

.ui-menu-tool {
	width: 30px !important;
	line-height: 1.3;
	font-size: 12px;
	font-weight: bold;
}

.ui-menu-primary {
	display: none;
}

.ui-menu-accordion-select {
	background: #EAEEF3 !important;
}

.ui-menu-nonode{
	width: 80%;
	height: 80px;
	border: 3px dashed silver;
	line-height: 80px;
	text-align: center;
	font-size: 20px;
	color: #d3d3d3;
	margin:-50px auto 0;position:relative;top:50%;
}

.ui-menu-title-main {
	font-size: 14px;
}
/* menu插件样式 */