@CHARSET "UTF-8";

/* NOTE: 
	Originally this class name was ui-* instead of gm-ui-*, 
	but Primefaces also use ui-* for their components so there was styles conflict.
	Thats why custom made ui-* classes are renamed to gm-ui-*.
	ui.dropdownchecklist-1.4-min.js file is also modified.
*/

.gm-ui-loader {
	display: none;
}

/** Minimal stand-alone css for dropdownchecklist support
    We highly recommend using JQuery ThemeRoller instead  
*/
.gm-ui-dropdownchecklist {
	font-size: medium;
	color: #444444; /*Since we changed black to #444444 YY */
}
.gm-ui-dropdownchecklist-selector {
/*	height: 20px;*/
	border: 1px solid #ddd;
	background: #fff;
	background: url("/img/DropDown.png") no-repeat scroll right top transparent;
}
.gm-ui-state-hover, .gm-ui-state-active {
	/*border-color: #5794bf; YY commented out. */
}
.gm-ui-dropdownchecklist-dropcontainer {
	background-color: #fff;
	border: 1px solid #999;
}
.gm-ui-dropdownchecklist-item {
}
.gm-ui-state-hover {
	/*background-color: #39f; YY commented out. */
}
.gm-ui-state-disabled label {
	color: #ccc;
}
.gm-ui-dropdownchecklist-group {
	font-weight: bold;
	font-style: italic;
}
.gm-ui-dropdownchecklist-indent {
	padding-left: 7px;
}
/* Font size of 0 on the -selector and an explicit medium on -text required to eliminate 
   descender problems within the containers and still have a valid size for the text */
.gm-ui-dropdownchecklist-selector-wrapper {
	vertical-align: middle;
	font-size: 0px;
}
.gm-ui-dropdownchecklist-selector {
	padding: 1px 2px 2px 2px;
	font-size: 0px;
}
.gm-ui-dropdownchecklist-text {
	font-size: 13px; /* medium; YY commented out. */
	/* line-height: 20px; */
}
.gm-ui-dropdownchecklist-group {
	padding: 1px 2px 2px 2px;
}