/* ISSelectReplacement Styles */

.ISSelect {
	float:left;
	width: 300px;
	overflow: auto;
	height: 200px;
	border:1px solid #c1c1c1;
	background:#fafafa;
	padding:6px;
	font-size:11px;
	color:#5a5a5a;
}
.ISSelect ul, .ISSelect li {
	list-style: none;
	padding: 0;
	margin: 0;
}
.ISSelect li {
	cursor: pointer;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #fff;
	cursor: default;
	border-bottom: 1px solid #fff;
}
.ISSelect li.ISSelectGroup {
	padding-left: 0;
}
.ISSelect input {
	margin-right: 5px;
}
.ISSelectGroup li {
	padding-left: 20px;
}
.ISSelect .ISSelectOptionHover {
	background: #efefef;
}
.ISSelectGroup div {
	font-weight: bold;
	font-style: italic;
	padding-left: 4px;
}
.ISSelect li.ISSelectGroup {
	background: transparent;
	border-top: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.ISSelect .SelectedRow {
	background: #316AC5;
	border-top: 1px solid #316AC5;
	border-bottom: 1px solid #316AC5;
	color: #fff;
}
.RTL .ISSelect {
	float:right;
}

