@CHARSET "UTF-8";

.jquery-selectbox {
	position: relative;
	height: 17px;
	border: 1px solid #B5B5B5;
	width: 100px;
	z-index: 0;
	float: left;
	display: inline;
	margin: 0 4px 4px 0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00000;
	padding: 0 0 0 5px;
	background-color:#FFFFFF;
}
.jquery-selectbox.selecthover {
	/*border-color: #9F7627;
	background-color: #FFFCDF;
	background-image: url("../img/bg-TextFieldFocused.gif");*/
	z-index: 700;
}	
.jquery-selectbox .jquery-selectbox-currentItem {
	padding: 1px 0px 0px 3px;
	white-space: nowrap;
	display: block;
	overflow: hidden;
	font-size:12px;
	color:#000000;
}

.jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 21px;
	padding: 0 2px 5px 5px;
	left: 0px;
	background: #fff;
	height: 120px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: 1px solid #DCE0E2;
	margin-left: -2px;
}
.jquery-selectbox .jquery-selectbox-moreButton {
	/*
	position: absolute;
	top: 0px;
	right: 0px;
	*/
	float: right;
	background: url("../images/pictos/picto_formulaire.gif") no-repeat;
	width: 17px;
	height: 17px;
	cursor: pointer;
}
/*.jquery-selectbox .jquery-selectbox-moreButton.morebuttonhover {
	background: url("../img/lay-selectMoreButtonHover.gif");
}*/

.jquery-selectbox .jquery-selectbox-item.listelementhover {
	background: #B5B5B5;
	color: #eee;
}
.jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
}

/** debug des dates kikichante **/
#pollForm .jquery-selectbox { width:48px !important;}
* html #pollForm .jquery-selectbox { width:46px !important;}
*+html #pollForm .jquery-selectbox { width:46px !important;} 


/** ERROR classes **/
form .error .jquery-selectbox {
	color: #d00;
	border-color: #d00;
	background-image: url("../img/bg-TextFieldError.gif");
}


.header-people .jquery-selectbox .jquery-selectbox-list {
	display: none;
	position: absolute;
	top: 22px;
	padding: 0px 2px 5px 0px;
	left: 0px;
	background: #f2f2f2;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1000;
	border: none;
	margin-left: -2px;
	height:250px;
}

.header-people .jquery-selectbox .jquery-selectbox-item {
	display: block;
	cursor: default;
	height:15px;
	font-size:10px;
	padding-left:5px;
	padding-top:3px;
}
