/* ----------------------------------------------------------------------------------------------- */
/*  ListBox	Common		  		   													   	   		   */
/* ----------------------------------------------------------------------------------------------- */

.z-listbox {
    border: 1px solid #cfcfcf;
    overflow: auto;
    zoom: 1;
}

 

.z-listbox-footer {
	border-top: none;
}

.z-listitem-checkbox {
	margin-right: 10px;
}

.highlightcellalert .z-listcell-content {
	color: red;
	cursor: pointer;
	font-weight: bold;
	text-decoration: underline;
}

.z-auxheader-content {
	background-color: white;
}

.z-auxheader {
	border-bottom: 0 solid #cfcfcf;
	border-left: 0 solid #cfcfcf;
	background: white;
	border-right: 0 solid #cfcfcf;
}

.z-auxhead-bar {
	border-left: 0 solid #cfcfcf;
}

.highlightcell .z-listcell-content {
	color: blue;
	cursor: pointer;
	text-decoration: underline;
}

.greencell .z-listcell-content {
	background: #66cdaa;
	color: white;
}

.bluecell .z-listcell-content {
	background: #87cefa;
	color: white;
}

.inactiverecord .z-listcell-content {
    background-color: #cccccc;
	color: white;
	text-decoration: line-through;
}

.redcell .z-listcell-content {
	background: red;
	color: white;
}

.lightgreycell .z-listcell-content {
	background: #cdc9c9;
	color: white;
}

.organcecell .z-listcell-content {
	background: #FFA500;
	color: white;
}

div.z-listfooter-content {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #ca3773;
	line-height: 24px;
	background: transparent none repeat scroll 0 0;
}

div.z-listfooter {
	background: #7e57c2;
}

.z-paging {
	background: #ffffff none repeat scroll 0 0;
	height: 32px;
	border-bottom: 1px solid #cfcfcf;
	padding: 3px 3px 3px;
	padding-bottom: 3px;
	background: #fafafa;
	position: relative;
}

.z-paging-button {
	font-family: Arial, Sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	color: #5B7183;
	display: inline-block;
	min-width: 24px;
	height: 24px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin-right: 6px;
	padding: 4px 0;
	line-height: 14px;
	background: #FFFFFF;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
}

.z-listbox-paging-top {
	border-bottom: 0px solid white;
	overflow: hidden;
	width: 100%;
}

.z-paging-selected {
	color: #fefefe !important;
	background: #374850 !important;
}

.z-paging-noborder {
	color: white;
	border: 0px solid #fefefe;
	border-color: #ddd;
	background: #BF3773;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.z-paging-noborder:hover {
	color: #ffffff;
	border-color: #777;
	-webkit-box-shadow: #ffffff;
	box-shadow: 0 0 0 #ffffff;
	text-decoration: none;
}

.z-paging-button:hover {
	color: #004000;
	border-color: #a9a9a9;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.34);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.34);
}

.z-paging-os {
	border-bottom: 0;
	padding-bottom: 4px;
	background: #FFFFFF;
	margin-left: 0px;
}

.z-paging-info {
	font-family: Arial, Sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	color: #777;
	padding: 0px 3px;
	position: absolute;
	top: 4px;
	right: 10px;
}

.inactive.z-listcell-content {
	text-decoration: line-through;
	color: red;
}

.inactive .z-listcell-content {
	text-decoration: line-through;
	color: red;
}

.inactiveListCell .z-listcell-content {
	color: red;
}

/* ----------------------------------------------------------------------------------------------- */
/*  Sclass Name : listbox		  		   													   	   */
/* ----------------------------------------------------------------------------------------------- */
.listbox.z-listbox {
	border: none;
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 2px;
}

.listbox .z-listheader-sort .z-listheader-sorticon {
	color: #222D3A;
	position: absolute;
	top: -7px;
	left: 90%;
}

.listbox .z-listitem {
	border: #ffffff;
	background: #f8f9f7;
}

.listbox .z-listbox-header {
	background: #fff;
}

.listbox .z-listhead-bar {
	border-left: #ffffff;;
	border-bottom: #ffffff;
	background: #fff;
}

.listbox .z-listheader {
	background: #ffffff;
	border: #ffffff;
	padding: 1px 1px;
}

.listbox .z-listheader-content {
	font-size: 14px;
	color: #000000;
	font-weight: 700;
	background: #FFFFFF;
	padding: 4px 3px 3px;
}

.listbox .z-listbox-header-border {
	border-bottom: none;
	margin-top: -1px;
	position: relative;
}

.listbox .z-listitem:hover>.z-listcell {
	background: none repeat scroll 0% 0% padding-box transparent;
}

.listbox .z-listitem.z-listitem-selected>.z-listcell {
	border: none;
	background: #9ea9b2;
}

.listbox .z-listbox-odd.z-listitem-selected>.z-listcell {
	border: none;
	background: #9ea9b2;
}

.listbox .z-listitem .z-listcell {
	border-left: 0px solid #ffffff;
	border-bottom: 0px solid #dddddd;
	padding: 0px 0px;
}

.listbox .z-listitem:hover>.z-listcell>.z-listcell-content {
	color: #333;
}

.listbox .z-listitem:hover {
	background: #DDDDDD;
}

.listbox .z-listitem.z-listitem-selected:hover>.z-listcell {
	border-color: transparent;
	background: transparent;
}

.listbox .z-listcell-content, div.listbox
			.z-listgroup-content, div.listbox {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	line-height: 24px;
}

.paging1.z-paging-os {
	border-bottom: 0;
	padding-bottom: 4px;
	background: #FFFFFF;
	margin-left: 0px;
}

.paging1 .z-paging {
	height: 32px;
	border-bottom: 1px solid #cfcfcf;
	padding: 4px 10px 3px;
	padding-bottom: 3px;
	background: #fafafa;
	position: relative;
}

.paging1 .z-paging-button {
	font-family: Arial, Sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	color: #5B7183;
	display: inline-block;
	min-width: 24px;
	height: 24px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin-right: 6px;
	padding: 4px 0;
	line-height: 14px;
	background: #FFFFFF;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
}

.z-listbox-paging-bottom {
	border-top: none;
}

.smallpaging .z-paging-button {
	font-family: Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #5B7183;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin-right: 3px;
	padding: 4px 0;
	line-height: 14px;
	background: #FFFFFF;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
}

 
/* ----------------------------------------------------------------------------------------------- */
/*  ListBox	With Border												   	   			   			   */
/* ----------------------------------------------------------------------------------------------- */
.listboxborder.z-listbox {
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 2px;
	border: 2px solid black;
}

.listboxborder .z-listheader-sort .z-listheader-sorticon {
	color: #222D3A;
	position: absolute;
	top: -7px;
	left: 90%;
}

.listboxborder .z-listitem {
	border: #ffffff;
	background: #f8f9f7;
}

.listboxborder .z-listbox-header {
	background: #fff;
}

.listboxborder .z-listhead-bar {
	border-left: #ffffff;;
	border-bottom: #ffffff;
	background: #fff;
}

.listboxborder .z-listheader {
	background: #ffffff;
	border: #ffffff;
	padding: 1px 1px;
}

.listboxborder .z-listheader-content {
	font-size: 13px;
	color: #fefefe;
	font-weight: 600;
	background: #AAB4BC;
	padding: 0px 3px 0px;
}

.listboxborder .z-listbox-header-border {
	border-bottom: none;
	margin-top: -1px;
	position: relative;
}

.listboxborder .z-listitem:hover>.z-listcell {
	background: none repeat scroll 0% 0% padding-box transparent;
}

.listboxborder .z-listitem.z-listitem-selected>.z-listcell {
	border: none;
	background: transparent;
}

.listboxborder .z-listbox-odd.z-listitem-selected>.z-listcell {
	border: none;
	background: transparent;
}

.listboxborder .z-listitem .z-listcell {
	border-left: 0px solid #ffffff;
	border-bottom: 0px solid #dddddd;
	padding: 1px 1px;
}

.listboxborder
			.z-listitem.z-listitem-selected>.z-listcell>.z-listcell-content {
	color: #333333;
	font-weight: bold;
	font-size: 15px;
}

.listboxborder .z-listitem:hover>.z-listcell>.z-listcell-content {
	color: #333;
}

.listboxborder .z-listitem:hover {
	background: #DDDDDD;
}

.listboxborder .z-listitem.z-listitem-selected:hover>.z-listcell {
	border-color: transparent;
	background: transparent;
}

.listboxborder .z-listcell-content, div.listbox
			.z-listgroup-content, div.listbox {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	line-height: 24px;
}

/* ----------------------------------------------------------------------------------------------- */
/*  ListBox	With Border		Small										   	   			   			   */
/* ----------------------------------------------------------------------------------------------- */
.listboxbordersmall.z-listbox {
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 2px;
	border: 2px solid black;
}

.listboxbordersmall .z-listheader-sort .z-listheader-sorticon {
	color: #222D3A;
	position: absolute;
	top: -7px;
	left: 90%;
}

.listboxbordersmall .z-listitem {
	border: #ffffff;
	background: #f8f9f7;
}

.listboxbordersmall .z-listbox-header {
	background: #fff;
}

.listboxbordersmall .z-listhead-bar {
	border-left: #ffffff;;
	border-bottom: #ffffff;
	background: #fff;
}

.listboxbordersmall .z-listheader {
	background: #ffffff;
	border: #ffffff;
	padding: 1px 1px;
}

.listboxbordersmall .z-listheader-content {
	font-size: 12px;
	color: #fefefe;
	font-weight: 600;
	background: #AAB4BC;
	padding: 0px 3px 0px;
}

.listboxbordersmall .z-listbox-header-border {
	border-bottom: none;
	margin-top: -1px;
	position: relative;
}

.listboxbordersmall .z-listitem:hover>.z-listcell {
	background: none repeat scroll 0% 0% padding-box transparent;
}

.listboxbordersmall .z-listitem.z-listitem-selected>.z-listcell {
	border: none;
	background: transparent;
}

.listboxbordersmall .z-listbox-odd.z-listitem-selected>.z-listcell {
	border: none;
	background: transparent;
}

.listboxbordersmall .z-listitem .z-listcell {
	border-left: 0px solid #ffffff;
	border-bottom: 0px solid #dddddd;
	padding: 1px 1px;
}

.listboxbordersmall
			.z-listitem.z-listitem-selected>.z-listcell>.z-listcell-content {
 
	color: #333333;
	font-weight: bold;
	font-size: 13px;
}

.listboxbordersmall .z-listitem:hover>.z-listcell>.z-listcell-content {
	color: #333;
}

.listboxbordersmall .z-listitem:hover {
	background: #DDDDDD;
}

.listboxbordersmall .z-listitem.z-listitem-selected:hover>.z-listcell {
	border-color: transparent;
	background: transparent;
}

.listboxbordersmall .z-listcell-content, div.listbox
			.z-listgroup-content, div.listbox {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	line-height: 24px;
}

.listboxbordersmall .z-listcell-content {
	padding: 0px 0px;
}
/* ----------------------------------------------------------------------------------------------- */
/*  ListBox	listsoap											   	   			   			   */
/* ----------------------------------------------------------------------------------------------- */
.listsoap  .z-listbox {
	border: 1px solid #333;
	background-color: white;
}

.listsoap .z-listheader-content {
	border: 1px solid #333;
}

.listsoap .z-listitem.z-listitem-selected>.z-listcell>.z-listcell-content
	{
	border: 1px solid #333;
}

.listsoap .z-listitem .z-listcell {
	border: 1px solid #333;
}

.listsoap .z-listcell-content {
	background-color: white;
}

.listsoap .z-listbox .z-listcell {
	background: white;
}

.listsoap .z-listitem.z-listitem-selected>.z-listcell {
	background: white;
	position: relative;
}

.listsoap .z-listcell-content {
	color: #333;
}

.listsoap .z-listitem.z-listitem-selected:hover .z-listcell-content {
	color: #333;
}

.listsoap .z-listitem.z-listitem-selected>.z-listcell>.z-listcell-content
	{
	color: #333;
}

.listsoap .z-listitem:hover>.z-listcell>.z-listcell-content {
	color: #333;
}

.listsoap .z-listitem.z-listitem-selected>.z-listcell {
	border: 1px solid #333;
	background: white;
	position: relative;
}

.listsoap .z-listheader {
	border-left: 0px solid #cfcfcf;
	border-bottom: 0px solid #cfcfcf;
	padding: 0;
	background: #fdfdfd;
	background: -moz-linear-gradient(top, #fefefe 0, #fefefe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe),
		color-stop(100%, #fdfdfd));
	background: -webkit-linear-gradient(top, #fefefe 0, #fdfdfd 100%);
	background: -o-linear-gradient(top, #fefefe 0, #fefefe 100%);
	background: -ms-linear-gradient(top, #fefefe 0, #fefefe 100%);
	background: linear-gradient(to bottom, #fefefe 0, #fdfdfd 100%);
	background-clip: padding-box;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}

.listsoap .z-listheader-content {
	color: #000000;
}

/* ----------------------------------------------------------------------------------------------- */
/*  ListBox			Child  		   													   	   			   */
/* ----------------------------------------------------------------------------------------------- */
.listboxchild.z-listbox {
	border: none;
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
}

.listboxchild .z-listheader-sort .z-listheader-sorticon {
	color: #222D3A;
	position: absolute;
	top: -7px;
	left: 90%;
}

.listboxchild .z-listitem {
	border: #ffffff;
	background: #f8f9f7;
}

.listboxchild .z-listbox-header {
	background: #fff;
}

.listboxchild .z-listhead-bar {
	border-left: #ffffff;;
	border-bottom: #ffffff;
	background: #fff;
}

.listboxchild .z-listheader {
	background: #ffffff;
	border: #ffffff;
	padding: 1px 1px;
}

.listboxchild .z-listheader-content {
	font-size: 14px;
	color: #000000;
	font-weight: 700;
	background: #FFFFFF;
	padding: 0px 0px 0px;
}

.listboxchild .z-listbox-header-border {
	border-bottom: none;
	margin-top: -1px;
	position: relative;
}

.listboxchild .z-listitem:hover>.z-listcell {
	background: none repeat scroll 0% 0% padding-box transparent;
}

.listboxchild .z-listitem.z-listitem-selected>.z-listcell {
	border: none;
	background: #9ea9b2;
}

.listboxchild .z-listbox-odd.z-listitem-selected>.z-listcell {
	border: none;
	background: #9ea9b2;
}

.listboxchild .z-listitem .z-listcell {
	border-left: 0px solid #ffffff;
	border-bottom: 0px solid #dddddd;
	padding: 0px 0px;
}

.listboxchild
			.z-listitem.z-listitem-selected>.z-listcell>.z-listcell-content {
	color: #333;
}

.listboxchild .z-listitem:hover>.z-listcell>.z-listcell-content {
	color: #333;
}

.listboxchild .z-listitem:hover {
	background: #DDDDDD;
}

.listboxchild .z-listitem.z-listitem-selected:hover>.z-listcell {
	border-color: transparent;
	background: transparent;
}

.listboxchild .z-listcell-content, div.listbox
			.z-listgroup-content, div.listbox {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	line-height: 24px;
}

.listboxchild .z-auxheader-content {
	padding: 4px 3px 3px;
}

/* ----------------------------------------------------------------------------------------------- */
/*  ListBox	Used in Lookup  		   													   	   			   */
/* ----------------------------------------------------------------------------------------------- */
.listboxlookup.z-listbox {
	border: none;
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
}

.listboxlookup .z-listheader-sort .z-listheader-sorticon {
	color: #222D3A;
	position: absolute;
	top: -7px;
	left: 90%;
}

.listboxlookup .z-listitem {
	border: #ffffff;
	background: #f8f9f7;
}

.listboxlookup .z-listbox-header {
	background: #fff;
}

.listboxlookup .z-listhead-bar {
	border-left: #ffffff;;
	border-bottom: #ffffff;
	background: #fff;
}

.listboxlookup .z-listheader {
	background: #ffffff;
	border: #ffffff;
	padding: 1px 1px;
}

.listboxlookup .z-listheader-content {
	font-size: 14px;
	color: #000000;
	font-weight: 700;
	background: #FFFFFF;
	padding: 0px 0px 0px;
}

.listboxlookup .z-listbox-header-border {
	border-bottom: none;
	margin-top: -1px;
	position: relative;
}

.listboxlookup .z-listitem:hover>.z-listcell {
	background: none repeat scroll 0% 0% padding-box transparent;
}

.listboxlookup .z-listitem.z-listitem-selected>.z-listcell {
	border: none;
	background: #9ea9b2;
}

.listboxlookup .z-listbox-odd.z-listitem-selected>.z-listcell {
	border: none;
	background: #9ea9b2;
}

.listboxlookup .z-listitem .z-listcell {
	border-left: 0px solid #ffffff;
	border-bottom: 0px solid #dddddd;
	padding: 0px 0px;
}

.listboxlookup
			.z-listitem.z-listitem-selected>.z-listcell>.z-listcell-content {
	color: #333;
}

.listboxlookup .z-listitem:hover>.z-listcell>.z-listcell-content {
	color: #333;
}

.listboxlookup .z-listitem:hover {
	background: #DDDDDD;
}

.listboxlookup .z-listitem.z-listitem-selected:hover>.z-listcell {
	border-color: transparent;
	background: transparent;
}

.listboxlookup .z-listcell-content, div.listbox
			.z-listgroup-content, div.listbox {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	line-height: 24px;
	padding: 2px 2px;
}

.listboxlookup .z-auxheader-content {
	margin-left: -3px;
	padding: 4px 3px 3px;
}

.paginglookup.z-paging-os {
	border-bottom: 0;
	padding-bottom: 4px;
	background: #FFFFFF;
	margin-left: 0px;
}

.paginglookup .z-paging {
	height: 32px;
	border-bottom: 1px solid #cfcfcf;
	padding: 4px 10px 3px;
	padding-bottom: 3px;
	background: #fafafa;
	position: relative;
}

.paginglookup .z-paging-button {
	font-family: Arial, Sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	color: #5B7183;
	display: inline-block;
	min-width: 24px;
	height: 24px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin-right: 6px;
	padding: 4px 0;
	line-height: 14px;
	background: #FFFFFF;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
}

.paginglookup.z-paging {
	background: #ffffff none repeat scroll 0 0;
	height: 32px;
	border-bottom: 1px solid #cfcfcf;
	padding: 4px 0px 3px;
	padding-bottom: 3px;
	background: #fafafa;
	position: relative;
}

/* ----------------------------------------------------------------------------------------------- */
/*  ListBox  Small 						  		   													   	   			   */
/* ----------------------------------------------------------------------------------------------- */
.listboxsmall {
	border-top: none;
	background: #ffffff;
}

.listboxsmall .z-listbox-header {
	background: #fff;
}

.listboxsmall .z-listhead-bar {
	border-left: #ffffff;;
	border-bottom: #ffffff;
	background: #fff;
}

.listboxsmall .z-listheader {
	background: #ffffff;
	border: #ffffff;
	padding: 6px 1px;
}

.listboxsmall .z-listheader-content {
	font-size: 12px;
	color: #fefefe;
	font-weight: 600;
	background: #428BCA;
	padding: 0px 5px 0px;
	font-weight: bold;
}

.listboxsmall .z-listbox-header-border {
	border-bottom: none;
	margin-top: -1px;
	position: relative;
}

.listboxsmall .z-listitem:hover>.z-listcell {
	background: none repeat scroll 0% 0% padding-box transparent;
}

.listboxsmall .z-listbox-odd.z-listitem {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #F4F8FB none repeat scroll 0 0;
	border-color: red red -moz-use-text-color;
	border-image: none;
	border-style: solid solid none;
	border-width: 0 0 medium;
}

.listboxsmall .z-listitem.z-listitem-selected>.z-listcell {
	border: none;
	background: #87CEFA;
}

.listboxsmall .z-listbox-odd.z-listitem-selected>.z-listcell {
	border: none;
	background: #87CEFA;
}

.listboxsmall .z-listitem .z-listcell {
	border-left: 0px solid #ffffff;
	border-bottom: 0px solid #dddddd;
	padding: 1px 1px;
}

.listboxsmall
			.z-listitem.z-listitem-selected>.z-listcell>.z-listcell-content {
	color: #333;
}

.listboxsmall .z-listitem:hover>.z-listcell>.z-listcell-content {
	color: #333;
}

.listboxsmall .z-listitem:hover {
	background: #DDDDDD;
}

.listboxsmall .z-listitem.z-listitem-selected:hover>.z-listcell {
	border-color: transparent;
	background: transparent;
}

.listboxsmall .z-listcell-content, div.listbox
			.z-listgroup-content, div.listbox {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	line-height: 24px;
}

.listboxsmall .z-listitem {
	border: #ffffff;
	background: #f8f9f7;
}

.listboxsmall .z-listcell-content {
	padding: 0px 0px;
}

/* ----------------------------------------------------------------------------------------------- */
/*  ListBox			Editable  		   													   	   			   */
/* ----------------------------------------------------------------------------------------------- */
.listboxedit.z-listbox {
	border: none;
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
}

.listboxedit .z-listheader-sort .z-listheader-sorticon {
	color: #222D3A;
	position: absolute;
	top: -7px;
	left: 90%;
}

.listboxedit .z-listitem {
	border: #ffffff;
	background: #f8f9f7;
}

.listboxedit .z-listbox-header {
	background: #fff;
}

.listboxedit .z-listhead-bar {
	border-left: #ffffff;;
	border-bottom: #ffffff;
	background: #fff;
}

.listboxedit .z-listheader {
	background: #ffffff;
	border: #ffffff;
	padding: 1px 1px;
}

.listboxedit .z-listheader-content {
	font-size: 14px;
	color: #000000;
	font-weight: 700;
	background: #FFFFFF;
	padding: 0px 0px 0px;
}

.listboxedit .z-listbox-header-border {
	border-bottom: none;
	margin-top: -1px;
	position: relative;
}

.listboxedit .z-listitem:hover>.z-listcell {
	background: none repeat scroll 0% 0% padding-box transparent;
}

.listboxedit .z-listitem.z-listitem-selected>.z-listcell {
	border: none;
	background: white;
}

.listboxedit .z-listbox-odd.z-listitem-selected>.z-listcell {
	border: none;
	background: white;
}

.listboxedit .z-listitem .z-listcell {
	border-left: 0px solid #ffffff;
	border-bottom: 0px solid #dddddd;
	padding: 0px 0px;
}

.listboxedit
			.z-listitem.z-listitem-selected>.z-listcell>.z-listcell-content {
	color: #333;
}

.listboxedit .z-listitem:hover>.z-listcell>.z-listcell-content {
	color: #333;
}

.listboxedit .z-listitem:hover {
	background: white;
}

.listboxedit .z-listitem.z-listitem-selected:hover>.z-listcell {
	border-color: transparent;
	background: transparent;
}

.listboxedit .z-listcell-content, div.listbox
			.z-listgroup-content, div.listbox {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	line-height: 24px;
}

.listboxedit .z-auxheader-content {
	padding: 4px 3px 3px;
}

/* ----------------------------------------------------------------------------------------------- */
/*  ListBox	With Nothing
/* ----------------------------------------------------------------------------------------------- */
.listboxplain.z-listbox {
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 2px;
	border: none;
	overflow : hidden;
}


.listboxplain .z-listheader-sort .z-listheader-sorticon {
	color: #222D3A;
	position: absolute;
	top: -7px;
	left: 90%;
}

.listboxplain .z-listitem {
	border: #ffffff;
	background: #f8f9f7;
}

.listboxplain .z-listbox-header {
	background: #fff;
}

.listboxborder .z-listhead-bar {
	border-left: #ffffff;;
	border-bottom: #ffffff;
	background: #fff;
}

.listboxplain .z-listheader {
	background: #ffffff;
	border: #ffffff;
	padding: 1px 1px;
}

.listboxplain .z-listheader-content {
	font-size: 13px;
	color: #222D3A;
	font-weight: 600;
	background: #ffffff;
	padding: 0px 3px 0px;
}

.listboxplain .z-listbox-header-border {
	border-bottom: none;
	margin-top: -1px;
	position: relative;
}

.listboxplain .z-listitem:hover>.z-listcell {
	background: none repeat scroll 0% 0% padding-box #ffffff;
}

.listboxplain .z-listitem.z-listitem-selected>.z-listcell {
	border: none;
	background: #ffffff;
}

.listboxplain .z-listbox-odd.z-listitem-selected>.z-listcell {
	border: none;
	background: #ffffff;
}

.listboxplain .z-listbox-odd>.z-listcell {
    background: white;
}

.listboxplain .z-listitem .z-listcell {
	border-left: 0px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	padding: 1px 1px;
}

.listboxplain
			.z-listitem.z-listitem-selected>.z-listcell>.z-listcell-content {
	color: #333333;
	font-weight: bold;
	font-size: 15px;
}

.listboxplain .z-listitem:hover>.z-listcell>.z-listcell-content {
	color: #333;
}

.listboxplain .z-listitem:hover {
	background: #ffffff;
}

.listboxplain .z-listitem.z-listitem-selected:hover>.z-listcell {
	border-color: #ffffff;
	background: #ffffff;
}

.listboxplain .z-listcell-content, div.listbox
			.z-listgroup-content, div.listbox {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	line-height: 24px;
}

.z-listbox-body {
    position: relative;
    overflow: auto;
    overflow-anchor: none;
}