/*
************************************************************
 CristalNet 
 
************************************************************
 #APPLICATION=CHARTE GRAPHIQUE
************************************************************
 Page          :    

 Description   :    styles des listes déroulantes de la charte graphique

 Création      :    Déc. 2007

 Validation    :    

 Historique
 #1.0.0        :    Création.
***********************************************************
*/

/*   SKIN normal     (skin par default)     */



/*div globale (avec l'image fleche en background)*/
.normal_ComboBox
{
	margin: 2px;
	padding: 0px;
	font-size:0; /* hack pour supprimer marge résiduelle sur les input=text*/
	
	color: #444;
	background-image: url(./Images/ComboBox/button.GIF);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	border-style:inset;
	border-width : 2px;
}
.normal_Dsb_ComboBox
{
	margin: 2px;
	padding: 0px;
	font-size:0;
	 
	color: #444;
	background-image: url(./Images/ComboBox/buttonDsb.GIF);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	border-style:inset;
	border-width : 2px;
	background-color:#EEE;
}


/*la textbox*/
.normal_ComboBox INPUT
{
	border-width : 0px;
	margin : -1px;
	padding-left : 3px;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	font-family: arial,	helvetica, sans-serif;
}
.normal_Dsb_ComboBox INPUT
{
	border-width : 0px;
	margin : -1px;
	padding-left : 3px;
	background-color:#EEE;

	font-weight: normal;
	font-size: 11px;
	color: #000000;
	font-family: arial,	helvetica, sans-serif;
}

/*le span*/
.normal_ComboBox SPAN
{
	height:16px;
	border-width : 0px;
	margin : 0px;
	padding-left : 3px;
	
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	font-family: arial,	helvetica, sans-serif;

	cursor:default;
}
.normal_Dsb_ComboBox SPAN
{
	height:16px;
	border-width : 0px;
	margin : 0px;
	padding-left : 3px;
	background-color:#EEE;

	font-weight: normal;
	font-size: 11px;
	color: #000000;
	font-family: arial,	helvetica, sans-serif;
	
	cursor:default;
}

/*la div du menu*/
.normal_menudiv
{
	background-color : White;
	border : solid;
	border-width : 1px;
	height : expression(this.scrollHeight > 198 ? "198px" : "auto"); 
	overflow:auto;
	z-index : 5;
	
}
/*un span de basse dan la div de menu*/
.normal_menudiv span
{
	width : 100%;
	font-style : normal;
	text-decoration :none;
	
	font-size: 11px;
	font-family: arial,	helvetica, sans-serif;

	padding-left : 3px;

}

/*un span avec la souris dessus (gerre javascript IE ne prend l'attribut :hover css que sur les balises A*/
.normal_Combohover
{
	background-color : midnightblue;
	color : White;
}

/*la span ou on afiche le filtre*/
.normal_combofiltre
{
	width : 100%;
	font-weight : bold;
	text-decoration : none;
	background-color : #888888;
}

