div.input_with_icon,div.input_with_action_icon{display:inline;position:relative;margin:0 2px;border:1px solid #ccc;-webkit-border-radius:4px;-khtml-border-radius:4px;-moz-border-radius:4px;border-radius:4px;padding:3px;background:#fff url(../images/input_background.jpg) repeat-x top;}
div.input_with_icon:hover,div.input_with_action_icon:hover{border-color:#999;}
div.input_with_icon input{border:0;padding-left:20px;background:transparent no-repeat left top;}
div.input_with_action_icon input{border:0;background:transparent;}
div.input_with_action_icon img {margin:0;border:0;padding:0;margin-bottom:-3px;cursor:pointer;}

div.styled_icon a {
	display:block;
	background:transparent 0 0 no-repeat;
	text-decoration: none;
}
/*Hover states*/
div.styled_icon.icon16 a:hover {
	background-position: 0 -16px;
}
div.styled_icon.icon32 a:hover {
	background-position: 0 -32px;
}
div.styled_icon.icon64 a:hover {
	background-position: 0 -64px;
}
/*Active states*/
div.styled_icon.icon16 a:active,
div.styled_icon.icon16.active a {
	background-position: 0 -32px;
}
div.styled_icon.icon32 a:active,
div.styled_icon.icon32.active a {
	background-position: 0 -64px;
}
div.styled_icon.icon64 a:active,
div.styled_icon.icon64.active a {
	background-position: 0 -128px;
}

/* DROPDOWNCHECKLIST */
.ui-dropdownchecklist-dropcontainer-wrapper {
	z-index: 5003;
}
.ui-dropdownchecklist {
	height: 20px;
	border: 1px solid #dedede;
	border-right: 0;
	background: #fff url(../../js/jquery/images/dropdown.png) no-repeat center right;
}
.ui-dropdownchecklist-hover,
.ui-dropdownchecklist-active {
	background-image: url(../../js/jquery/images/dropdown_hover.png);
	border-color: #dedede;
}

.ui-dropdownchecklist-text {
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	margin-right: 17px; /* background dropdown.png image */
	padding: 0 3px;
	font-size: 0.875em;
}

.ui-dropdownchecklist-dropcontainer {
	background: #fafafa url(../images/mxf_shader_top.png) top repeat-x;
	border: 1px solid #dedede;
	list-style-type: none;
	text-align: left;
	max-width: 500px;
}

.ui-dropdownchecklist-item {
	height: 20px;
	line-height: 20px;
	padding: 0 40px 0 23px; /* Leave room for sidebar on the right */
	border: 0;
	background: transparent url(../images/mxf_checkbox.png) 3px 0 no-repeat;
	overflow:hidden;
	cursor:pointer;
}

.ui-dropdownchecklist-dropcontainer li.ui-dropdownchecklist-item + li.ui-dropdownchecklist-item {
	border-top: 1px solid #efefef;
}

.ui-dropdownchecklist-item label {
	display:block;
}

.ui-dropdownchecklist-item-hover {
	background-position: 3px -30px;
	background-color: #fff;
}

.ui-dropdownchecklist-item-checked {
	background-position: 3px -60px;
	background-color: #e7f5ff;
}

.ui-dropdownchecklist-item-disabled {
	background-position: 3px -90px;
	color: #aaa;
	font-style: italic;
	cursor: auto;
}
.ui-dropdownchecklist-item-disabled.ui-dropdownchecklist-item-checked {
	background-position: 3px -120px;
	background-color: #fff;
	color: #0099ff;
}

.ui-dropdownchecklist-item-radio {
	background-image: url(../images/mxf_radio.png);
}

.ui-dropdownchecklist-item-hover .ui-dropdownchecklist-text {
}

.ui-dropdownchecklist-group {
	padding: 3px 5px;
	border-bottom: 1px solid #dedede;
	background: #fff;
	cursor: pointer;
}

.ui-dropdownchecklist-group:hover {
}

.ui-dropdownchecklist-group-container {
	margin: 0 1px;
	border: 1px solid #dedede;
}

.ui-dropdownchecklist-group-container:hover {
	border-color: #aaa;
}

.ui-dropdownchecklist-group-container .ui-dropdownchecklist-item {
}

.ui-dropdownchecklist-group-toggle {
	float: right;
	display: block;
	width: 16px;
	height: 16px;
	cursor: default;
	background: transparent url(../images/mxf_toggle.png) 0 0 no-repeat;
}
.ui-dropdownchecklist-group-toggle.close-state {
	background-position: 0 -16px;
}

.ui-dropdownchecklist-indent {
}

/* Form Application Styles */
/*mateselect & dialog*/
.mate_select {
	float: left; margin: 0; padding: 0; border: 0; overflow: hidden; text-align: left;
}
.mate_select select {
	width: 250px;
}
.mate_select label {
	display: block; float: left;
	width: 120px; min-width: 120px;
	margin-right: 10px; padding-top: 3px;
}
.mate_select label a {
	display: block; float: right; padding: 2px;
}
fieldset .mate_select label a {
	clear: right;
}
.mate_dialog_form .mate_dialog_content {
	width: 100%;
	height: 600px;
	margin: 0 auto;
	position: relative;
	overflow: auto;
	border: 1px dashed #dedede;
}
.mate_dialog_form .ajaxButton {
	display: none;
}
