@CHARSET "UTF-8";

/* default */
.jquery-selectbox {
	position: relative;
	height: 18px;
	border: 1px solid #434343;
	z-index: 0;
	float: left;
	display: inline;
	margin:0;
	font-size: 12px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #828181;
	padding:0;
	background:#1c1c1c url("/Script/plugin/selectbox/images/select-right.gif") no-repeat right top;
}

.jquery-selectbox .selecthover {
	border-color: #d5d5d5;
	background: #1c1c1c url("/Script/plugin/selectbox/images/select-right.gif") no-repeat right top;
	z-index: 1000;
}
.jquery-selectbox .jquery-selectbox-currentItem {
	margin: 0;
	padding: 2px 0px 0px 2px;
	height:16px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 18px;
	padding: 4px 3px 4px 2px;
	left: -1px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #1c1c1c;
	z-index: 1000;
	font-weight:normal;
	border: 1px solid #434343;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("") no-repeat;
	width: 19px;
	height: 19px;
	cursor: pointer;
}
.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	/*background: url("<%=strImageDir%>IMG/common/btn/btn_select_default.gif");*/
}

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #1c1c1c;
	color: #828181;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("/Script/plugin/selectbox/images/bg-TextFieldError.gif");
}

/* form write */
.jquery-write {
	position: relative;
	height: 19px;
	border: 1px solid #aaaaaa;
	/*width: 100px;*/
	z-index: 0;
	/*display: inline;*/
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #ADADAD;
	padding: 0px 0px 0px 0px;
	background-color: #272727;
	background: url("/Script/plugin/selectbox/images/select-right2.gif") no-repeat right top;
}

.jquery-write .selecthover {
	border-color: #aaaaaa;
	background-color: #fafafa;
	background: url("/Script/plugin/selectbox/images/select-right2.gif") no-repeat right top;
	z-index: 1000;
}
.jquery-write .jquery-write-currentItem {
	padding: 0 0px 0px 2px;
	height:19px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.jquery-write .jquery-write-list {
	display: none;
	position: absolute;
	top: 20px;
	padding: 2px;
	left: -1px;
	background-color: #fafafa;
	/*width: 100px;*/
	/*height: 120px;*/
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #e9e9e9;
}
.jquery-write .jquery-write-moreButton {
	float: right;
	background: url("") no-repeat;
	width: 16px;
	height: 19px;
	cursor: pointer;
}
.jquery-write .jquery-write-moreButton.morebuttonhover {
	/*background: url("<%=strImageDir%>IMG/common/icon/ic_select_arrow.gif");*/
}

.jquery-write .jquery-write-item.listelementhover {
	background: #000000;
	color: #ADADAD;
}
.jquery-write .jquery-write-item {
	display: block;
	cursor: default;
}
