﻿.jux_dropdownlist {
	width:0px;
	height:21px;
	text-align:left;
	background-color:#ffffff;
}

jux_dropdownlist_cache {
	visibility:hidden;
}

.jux_dropdownlist_conteneur_select {
	border:1px solid #dadada;
	cursor:pointer;
}

.jux_dropdownlist_conteneur_libelle {
	float:left;
	text-align:left;
	overflow:hidden;
}

.jux_dropdownlist_libelle {
	display:inline-block;
	margin-left:3px;
	white-space:nowrap;
	font-size:11px;
	line-height:19px;
	color:#422021;
	text-shadow:none;
	overflow:hidden;
}

input.jux_dropdownlist_input {
	background-color:transparent;
	border:none;
	height:13px;
}

.jux_dropdownlist_conteneur_image {
	float:right;
	width:19px;
}

.jux_dropdownlist_image {
	display:inline-block;
	width:19px;
	height:19px;
	border:none;
	font-size:0px;
}


.jux_dropdownlist_force_hauteur {
	clear:both;
	line-height:0px;
	font-size:0px;
}

.jux_dropdownlist_conteneur_deroulant {
	float:left;
	line-height:0px;
	font-size:0px;
}

.jux_dropdownlist_deroulant {
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-radius-bottomright:5px;
	-webkit-border-radius-bottomleft:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	
	visibility:hidden;
	position:absolute;
	background-color:#ffffff;
	border:1px solid #dadada;
	border-top:none;
	z-index:1400;
	overflow-x:hidden;
	overflow-y:auto;
}

.jux_dropdownlist .jux_dropdownlist_tabDeroulant  {
	border:none;
	font-size:13px;
}

.jux_dropdownlist_select {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;

	cursor:pointer;
}

.jux_dropdownlist_options {
	display:inline-block;
	margin:0px 5px 0px 5px;
	height:19px;
	white-space:nowrap;
	font-size:11px;
	line-height:19px;
	color:#422021;
	text-shadow:none;
}

.jux_dropdownlist_value {
	display:none;
}

.jux_dropdownlist_ligne_impair {
	background-color:#c8fafa;
}

.jux_dropdownlist_survol {
	background-color:#79aeae;
}

.jux_dropdownlist_deroulant_tailleMini {
	height:0px;
	font-size:0px;
	line-height:0px;
}

.jux_dropdownlist_image_fermer {
	background: url(/App_Themes/Fsv_Commun/Jux_DropDownList/Images/btn_flechebas.png) no-repeat center;
}

.jux_dropdownlist_image_ouvert {
	background: url(/App_Themes/Fsv_Commun/Jux_DropDownList/Images/btn_flechehaut.png) no-repeat center;
}

.jux_dropdownlist.jux_dropdownlist_disabled .jux_dropdownlist_libelle,
.jux_dropdownlist.jux_dropdownlist_readonly .jux_dropdownlist_libelle {
	color:#6d6d6d;
}

.jux_dropdownlist.jux_dropdownlist_disabled .jux_dropdownlist_input,
.jux_dropdownlist.jux_dropdownlist_readonly .jux_dropdownlist_input {
	background-color:#dadada;
	color:#6d6d6d;
}

.jux_dropdownlist.jux_dropdownlist_disabled .jux_dropdownlist_image {
	background: url(/App_Themes/Fsv_Commun/Jux_DropDownList/Images/btn_flechebas_disabled.png) no-repeat center;
}

.jux_dropdownlist.jux_dropdownlist_disabled .jux_dropdownlist_conteneur_select,
.jux_dropdownlist.jux_dropdownlist_readonly .jux_dropdownlist_conteneur_select {
	background-color:#dadada;
	cursor:default;
}

.jux_dropdownlist.jux_dropdownlist_readonly .jux_dropdownlist_deroulant {
	background-color:#dadada;
}

.jux_dropdownlist_select.jux_dropdownlist_ligne_disable,
.jux_dropdownlist.jux_dropdownlist_readonly .jux_dropdownlist_select {
	background-color:#dadada;
	cursor:default;
}

.jux_dropdownlist_select.jux_dropdownlist_ligne_disable .jux_dropdownlist_options,
.jux_dropdownlist.jux_dropdownlist_readonly .jux_dropdownlist_options {
	color:#6d6d6d;
}